
/* 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/OPPOSans3.0cn-Regular.woff2');
}
.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(6, 39, 60, 0.15), 0 0 0 1vw rgba(6, 39, 60, 0.15), 0 0 0 2vw rgba(6, 39, 60, 0.15);
  }
  100% {
    box-shadow: 0 0 0 1vw rgba(6, 39, 60, 0.15), 0 0 0 2vw rgba(6, 39, 60, 0.15), 0 0 0 4vw rgba(6, 39, 60, 0);
  }
}
a,
div,
section,
p,
button,
ul,
li,
body,
html,
img,
textarea,
input {
  margin: 0;
  padding: 0;
  -webkit-tap-highlight-color: transparent;
  box-sizing: border-box;
  touch-action: pan-y;
  font-size: clamp(12px, 0.8vw, 0.8vw);
  color: #333;
  text-indent: 0;
  font-family: 'cn1';
}
@media (max-width:1024px) {
  a,
  div,
  section,
  p,
  button,
  ul,
  li,
  body,
  html,
  img,
  textarea,
  input {
    font-size: 3.6vw;
  }
}
a {
  display: block;
  text-decoration: none;
  outline: none;
}
img {
  border: 0;
  display: block;
}
body {
  margin: 0 auto;
  background-repeat: repeat;
}
ul,
li {
  list-style-type: none;
}
button {
  border: none;
  outline: none;
  background-color: transparent;
  box-sizing: content-box;
}
p {
  line-height: 2em;
}
video {
  object-fit: cover;
  width: 100%;
  height: 100%;
}
.hide-scrollbar .pageContentAll {
  margin-right: calc(var(--f-body-margin, 0px) + var(--f-scrollbar-compensate, 0px));
}
.wenzhang p {
  line-height: 2em;
  text-align: justify;
  padding: 4px 0;
}
.wenzhang p img {
  max-width: 100%;
  margin: 20px auto;
  display: block;
}
@media (max-width:1024px) {
  .wenzhang p img {
    width: 100% !important;
    height: unset !important;
  }
}
table {
  border: none;
  border-collapse: collapse;
  border: 0;
}
tr {
  border: none;
  border: 1px solid #DDD;
}
td {
  border: none;
  border: 1px solid #DDD;
}
input {
  outline: none;
  border: none;
}
.fancybox__container * {
  color: #fff !important;
}
.fancybox__container * .fancybox__content {
  width: 80vw!important;
  height: 80vh!important;
}
.buttonLink {
  display: none;
}
.pageBox {
  max-width: 100%;
  margin: 0 auto;
}
.icon {
  width: 1em;
  height: 1em;
  vertical-align: -0.15em;
  fill: currentColor;
  overflow: hidden;
}
.pageContent {
  position: relative;
  z-index: 4;
  padding: 7vw 0;
}
@media (max-width:1600px) {
  .pageContent {
    padding: 7vw 0;
  }
}
@media (max-width:1300px) {
  .pageContent {
    padding: 7vw 0;
  }
}
@media (max-width:1024px) {
  .pageContent {
    padding: 12vw 0;
  }
}
mod {
  display: block;
}
.cn {
  font-family: 'cn1';
}
.en {
  font-family: 'en10';
  text-transform: uppercase;
}
.imgBox img {
  object-fit: cover;
  width: 100%;
  height: 100%;
}
.cenBox {
  width: 75%;
  margin: 0 auto;
}
@media (max-width:1600px) {
  .cenBox {
    width: 75%;
  }
}
@media (max-width:1300px) {
  .cenBox {
    width: 75%;
  }
}
@media (max-width:1024px) {
  .cenBox {
    width: 90%;
  }
}
.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: #af3338;
}
::-webkit-scrollbar-track {
  /*滚动条里面轨道*/
  border-radius: 10px;
  background: rgba(255, 255, 255, 0.2);
}
.mapGoOpenBoxMask {
  backdrop-filter: blur(15px);
  background-color: rgba(255, 255, 255, 0.1);
  position: fixed;
  opacity: 0;
  pointer-events: none;
  transition-duration: 0.8s;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.56, -0.01, 0.04, 1);
  width: 100%;
  height: 100%;
  top: 0;
  z-index: 15;
}
.mapGoOpenBoxMask.show {
  opacity: 1;
  pointer-events: auto;
}
.mapGoOpenBox {
  position: fixed;
  bottom: 0;
  transition-duration: 0.8s;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.56, -0.01, 0.04, 1);
  width: 100%;
  z-index: 16;
  padding: 10vw;
  transform: translateY(100%);
  pointer-events: none;
}
.mapGoOpenBox .box {
  border-radius: 2vw;
  background-color: #af3338;
  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: #af3338;
  background-color: #fff;
}
.mapGoOpenBox.show {
  transform: translateY(0);
  pointer-events: auto;
}
.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.8s;
  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.8s;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.56, -0.01, 0.04, 1);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  flex-wrap: unset;
  border-radius: 10px;
}
@media (max-width:1024px) {
  .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.8s;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.56, -0.01, 0.04, 1);
}
.tongzhi .kuangjia.on .box {
  transform: translateY(0px);
}
body {
background-color: #fffefc;
}
.pageContentAll {
  position: relative;
}
@media (max-width:1024px) {
  .pageContentAll {
    padding-top: 4vw;
  }
}
@media (max-width:1024px) and (max-width:1600px) {
  .pageContentAll {
    padding-top: 5vw;
  }
}
@media (max-width:1024px) and (max-width:1300px) {
  .pageContentAll {
    padding-top: 5vw;
  }
}
@media (max-width:1024px) and (max-width:1024px) {
  .pageContentAll {
    padding-top: 14vw;
  }
}
.unifyButton {
  margin-top: 2vw;
}
@media (max-width:1024px) {
  .unifyButton {
    margin-top: 6vw;
  }
}
.unifyButton .unifyButtonThis {
  padding: 0.6vw;
  background-color: #af3338;
  border-radius: 4vw;
  width: fit-content;
}
@media (max-width:1024px) {
  .unifyButton .unifyButtonThis {
    padding: 2.4vw;
    border-radius: 24vw;
  }
}
.unifyButton .unifyButtonThis > .thisBox {
  position: relative;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  flex-wrap: unset;
  gap: 0.6vw;
  width: 8vw;
  height: 2.2vw;
}
@media (max-width:1024px) {
  .unifyButton .unifyButtonThis > .thisBox {
    width: 32vw;
    height: 8.8vw;
    gap: 2.4vw;
  }
}
.unifyButton .unifyButtonThis > .thisBox .txt {
  font-family: 'en10';
  text-transform: uppercase;
  font-size: clamp(12px, 0.8vw, 0.8vw);
  transition-duration: 0.5s;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.56, -0.01, 0.04, 1);
  color: #666;
  position: relative;
  z-index: 1;
  color: #fff;
  transform: translateX(1vw);
}
@media (max-width:1024px) {
  .unifyButton .unifyButtonThis > .thisBox .txt {
    font-size: 3.6vw;
  }
}
.unifyButton .unifyButtonThis > .thisBox .yuan {
  top: 0;
  position: absolute;
  left: 0;
  background-color: #fff;
  width: 2.2vw;
  height: 2.2vw;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  flex-wrap: unset;
  border-radius: 50%;
}
@media (max-width:1024px) {
  .unifyButton .unifyButtonThis > .thisBox .yuan {
    width: 8.8vw;
    height: 8.8vw;
  }
}
.unifyButton .unifyButtonThis > .thisBox .yuan .ico {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  flex-wrap: unset;
}
.unifyButton .unifyButtonThis > .thisBox .yuan .ico i {
  color: #af3338;
}
.unifyButton .unifyButtonThis:hover .txt {
  transform: translateX(-1vw);
}
.unifyButton.white .unifyButtonThis > .thisBox .txt {
  color: #fff;
}
.unifyButton.white .unifyButtonThis > .thisBox .ico i {
  color: #fff;
}
.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: 'en10';
  text-transform: uppercase;
  font-size: clamp(12px, 1.1vw, 1.1vw);
  border: 1px solid #ddd;
}
@media (max-width:1024px) {
  .fenye .fenyeThis > .thisBox .box a {
    font-size: 4.2vw;
  }
}
@media (max-width:1024px) {
  .fenye .fenyeThis > .thisBox .box a {
    width: 10vw;
    height: 10vw;
  }
}
.fenye .fenyeThis > .thisBox .box a:hover {
  background-color: rgba(6, 39, 60, 0.1);
}
.fenye .fenyeThis > .thisBox .box a.page-num-current {
  background-color: #af3338;
  color: #fff;
}
.swiperControl .navigation .navigationThis {
  z-index: 1;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  flex-wrap: unset;
  gap: 1vw;
}
.swiperControl .navigation .navigationThis .btn {
  width: 3vw;
  height: 3vw;
  background-color: #f3f3f3;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  flex-wrap: unset;
  cursor: pointer;
}
@media (max-width:1024px) {
  .swiperControl .navigation .navigationThis .btn {
    width: 8vw;
    height: 8vw;
  }
}
.swiperControl .navigation .navigationThis .btn i {
  font-size: clamp(12px, 0.9vw, 0.9vw);
}
@media (max-width:1024px) {
  .swiperControl .navigation .navigationThis .btn i {
    font-size: 3.8vw;
  }
}
.swiperControl .navigation .navigationThis .btn:hover {
  background-color: #af3338;
}
.swiperControl .navigation .navigationThis .btn:hover i {
  color: #fff;
}
.swiperControl .pagination .paginationThis .swiper-pagination-bullet {
  width: 1.6vw;
  height: 0.2vw;
  border-radius: 0;
  transition-duration: 0.8s;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.56, -0.01, 0.04, 1);
}
.swiperControl .pagination .paginationThis .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background-color: #af3338;
  width: 3vw;
}
.ani_txt {
  position: relative;
}
.ani_txt .initTxt {
  overflow: hidden;
}
.ani_txt .initTxt div {
  font-family: 'cn1';
}
.ani_txt .initTxt.initTxt div {
  color: #fff;
  will-change: transform;
  transition-duration: 0.8s;
  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: #af3338;
  will-change: transform;
}
.unifyTitle {
  margin-bottom: 4vw;
  width: 100%;
}
.unifyTitle .unifyTitleThis {
  width: 75%;
  margin: 0 auto;
}
@media (max-width:1600px) {
  .unifyTitle .unifyTitleThis {
    width: 75%;
  }
}
@media (max-width:1300px) {
  .unifyTitle .unifyTitleThis {
    width: 75%;
  }
}
@media (max-width:1024px) {
  .unifyTitle .unifyTitleThis {
    width: 90%;
  }
}
.unifyTitle .unifyTitleThis > .thisBox {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  justify-content: space-between;
  flex-wrap: unset;
}
.unifyTitle .unifyTitleThis > .thisBox .leftInfo {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  flex-wrap: unset;
  gap: 0.7vw;
}
.unifyTitle .unifyTitleThis > .thisBox .leftInfo .cn {
  font-size: clamp(12px, 1.9vw, 1.9vw);
}
@media (max-width:1024px) {
  .unifyTitle .unifyTitleThis > .thisBox .leftInfo .cn {
    font-size: 5.8vw;
  }
}
.unifyTitle .unifyTitleThis > .thisBox .leftInfo .xian {
  width: 3vw;
  height: 0.3vw;
  background-color: var(--cor);
}
.unifyTitle .unifyTitleThis > .thisBox .leftInfo .xian div {
  width: 50%;
  height: 100%;
  background-color: var(--corL);
}
.unifyTitle .unifyTitleThis > .thisBox .leftInfo .en {
  font-size: clamp(12px, 0.9vw, 0.9vw);
  padding-bottom: 0.4vw;
  border-bottom: 1px solid #333;
}
@media (max-width:1024px) {
  .unifyTitle .unifyTitleThis > .thisBox .leftInfo .en {
    font-size: 3.8vw;
  }
}
.unifyTitle .unifyTitleThis > .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 .unifyTitleThis > .thisBox .rightInfo .def1 {
  font-size: clamp(12px, 0.9vw, 0.9vw);
}
@media (max-width:1024px) {
  .unifyTitle .unifyTitleThis > .thisBox .rightInfo .def1 {
    font-size: 3.8vw;
  }
}
@media (max-width:1024px) {
  .unifyTitle .unifyTitleThis > .thisBox .rightInfo .def1 {
    display: none;
  }
}
.unifyTitle .unifyTitleThis > .thisBox .rightInfo .rightEn {
  position: absolute;
  top: 0;
  right: -8vw;
  width: max-content;
}
.unifyTitle .unifyTitleThis > .thisBox .rightInfo .rightEn .en {
  font-size: clamp(12px, 6.7vw, 6.7vw);
  opacity: 0.06;
}
@media (max-width:1024px) {
  .unifyTitle .unifyTitleThis > .thisBox .rightInfo .rightEn .en {
    font-size: 15.4vw;
  }
}
.topNav {
  position: fixed;
  z-index: 20;
  top: 0;
  left: 0;
  width: 100%;
}
.topNav .topNavThis {
  width: 100%;
  height: 100%;
}
.topNav .topNavThis .thisBox .navBoxAll {
  position: relative;
  width: 100%;
  height: 100%;
  padding: 0 8vw;
  height: 4vw;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  flex-wrap: unset;
}
@media (max-width:1600px) {
  .topNav .topNavThis .thisBox .navBoxAll {
    height: 5vw;
  }
}
@media (max-width:1300px) {
  .topNav .topNavThis .thisBox .navBoxAll {
    height: 5vw;
  }
}
@media (max-width:1024px) {
  .topNav .topNavThis .thisBox .navBoxAll {
    height: 14vw;
  }
}
@media (max-width:1024px) {
  .topNav .topNavThis .thisBox .navBoxAll {
    padding: 0 2vw;
  }
}
.topNav .topNavThis .thisBox .navBoxAll .topNavLeft {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  flex-wrap: unset;
}
.topNav .topNavThis .thisBox .navBoxAll .topNavLeft .logoBox {
  position: relative;
  z-index: 1;
  transition-duration: 0.8s;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.56, -0.01, 0.04, 1);
  width: 13vw;
  height:100%;
 padding: 1.5vw;
}

.topNav .topNavThis .thisBox .navBoxAll .topNavLeft .logoBox img {
  width: 100%;
  height: 100%;
  object-fit: cover;
   --stroke-color: #ffffff;
  --stroke-width: 1px;

  filter: 
    drop-shadow(var(--stroke-width) 0 0 var(--stroke-color))
    drop-shadow(calc(-1 * var(--stroke-width)) 0 0 var(--stroke-color))
    drop-shadow(0 var(--stroke-width) 0 var(--stroke-color))
    drop-shadow(0 calc(-1 * var(--stroke-width)) 0 var(--stroke-color));
}
.topNav .topNavThis .thisBox .navBoxAll .topNavLeft .logoBox .color {
  background-color: #af3338;
  width: 100%;
  height: 100%;
}
@media (max-width:1024px) {
  .topNav .topNavThis .thisBox .navBoxAll .topNavLeft .logoBox {
    width: 100%;
    height: 15vw;
  }
}
.topNav .topNavThis .thisBox .navBoxAll .topNavLeft .logoBox .color {
  background-color: #fff;
  transition-duration: 0.8s;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.56, -0.01, 0.04, 1);
}
.topNav .topNavThis .thisBox .navBoxAll .topNavLeft .navBar {
  position: relative;
  z-index: 1;
  transition-duration: 0.8s;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.56, -0.01, 0.04, 1);
  margin-left: 8vw;
}
@media (max-width:1024px) {
  .topNav .topNavThis .thisBox .navBoxAll .topNavLeft .navBar {
    display: none;
  }
}
.topNav .topNavThis .thisBox .navBoxAll .topNavLeft .navBar .ul {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  flex-wrap: unset;
  gap: 4vw;
}
.topNav .topNavThis .thisBox .navBoxAll .topNavLeft .navBar .ul .li .a1 {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  flex-wrap: unset;
  gap: 0.3vw;
}
.topNav .topNavThis .thisBox .navBoxAll .topNavLeft .navBar .ul .li .a1 .txt div {
  text-transform: uppercase;
  transition-duration: 0.8s;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.56, -0.01, 0.04, 1);
  transition-property: color;
  font-size: clamp(14px, 1vw, 1vw);
}
.topNav .topNavThis .thisBox .navBoxAll .topNavLeft .navBar .ul .li .a1 i {
  color: #ccc;
  transition-duration: 0.8s;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.56, -0.01, 0.04, 1);
}
.topNav .topNavThis .thisBox .navBoxAll .topNavLeft .navBar .ul .li .a1:hover i {
  color: #af3338;
}
.topNav .topNavThis .thisBox .navBoxAll .topNavLeft .navBar .ul .li.on .a1 .txt div {
  color: #af3338;
}
.topNav .topNavThis .thisBox .navBoxAll .topNavLeft .navBar .ul .li.on .a1 i {
  color: #af3338;
  transform: rotate(180deg);
}
.topNav .topNavThis .thisBox .navBoxAll .topNavLeft .navBar .ul .li:first-child {

}
.topNav .topNavThis .thisBox .navBoxAll .navRight {
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  flex-wrap: unset;
  gap: 2vw;
}
.topNav .topNavThis .thisBox .navBoxAll .navRight .onlineShop {
  transition-duration: 0.8s;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.56, -0.01, 0.04, 1);
}
.topNav .topNavThis .thisBox .navBoxAll .navRight .onlineShop > .thisBox .lineBox {
  position: relative;
  width: 8vw;
  height: 2.2vw;
}
@media (max-width:1024px) {
  .topNav .topNavThis .thisBox .navBoxAll .navRight .onlineShop > .thisBox .lineBox {
    width: 30vw;
    height: 8vw;
  }
}
.topNav .topNavThis .thisBox .navBoxAll .navRight .onlineShop > .thisBox .lineBox .posiBox {
  position: absolute;
  overflow: hidden;
  top: 0;
  border-radius: 1.1vw;
  border: 1px solid #666;
  left: 0;
  background-color: #fff;
}
@media (max-width:1024px) {
  .topNav .topNavThis .thisBox .navBoxAll .navRight .onlineShop > .thisBox .lineBox .posiBox {
    border-radius: 4vw;
  }
}
.topNav .topNavThis .thisBox .navBoxAll .navRight .onlineShop > .thisBox .lineBox .posiBox .initText {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  flex-wrap: unset;
  gap: 0.4vw;
  cursor: pointer;
  width: 10vw;
  height: 2.2vw;
}
.topNav .topNavThis .thisBox .navBoxAll .navRight .onlineShop > .thisBox .lineBox .posiBox .initText .txt a{
  font-size: clamp(14px, 1.2vw, 1.2vw);
}
@media (max-width:1024px) {
  .topNav .topNavThis .thisBox .navBoxAll .navRight .onlineShop > .thisBox .lineBox .posiBox .initText {
    transform: translate(-1px, -1px);
    gap: 2vw;
  }
}
.topNav .topNavThis .thisBox .navBoxAll .navRight .onlineShop > .thisBox .lineBox .posiBox .initText .ico {
  width: 1.2vw;
  height: 1.2vw;
}
@media (max-width:1024px) {
  .topNav .topNavThis .thisBox .navBoxAll .navRight .onlineShop > .thisBox .lineBox .posiBox .initText .ico {
    width: 4vw;
    height: 4vw;
  }
}
.topNav .topNavThis .thisBox .navBoxAll .navRight .onlineShop > .thisBox .lineBox .posiBox .initText .ico i {
  font-size: clamp(12px, 1.1vw, 1.1vw);
}
@media (max-width:1024px) {
  .topNav .topNavThis .thisBox .navBoxAll .navRight .onlineShop > .thisBox .lineBox .posiBox .initText .ico i {
    font-size: 4.2vw;
  }
}
@media (max-width:1024px) {
  .topNav .topNavThis .thisBox .navBoxAll .navRight .onlineShop > .thisBox .lineBox .posiBox .initText .ico i {
    font-size: 4.6vw;
  }
}
@media (max-width:1024px) {
  .topNav .topNavThis .thisBox .navBoxAll .navRight .onlineShop > .thisBox .lineBox .posiBox .initText {
    width: 30vw;
    height: 8vw;
  }
}
.topNav .topNavThis .thisBox .navBoxAll .navRight .onlineShop > .thisBox .lineBox .posiBox .showBox {
  position: relative;
  padding: 1vw;
}
@media (max-width:1024px) {
  .topNav .topNavThis .thisBox .navBoxAll .navRight .onlineShop > .thisBox .lineBox .posiBox .showBox {
    padding: 3vw;
  }
}
.topNav .topNavThis .thisBox .navBoxAll .navRight .onlineShop > .thisBox .lineBox .posiBox .showBox .ul {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  flex-wrap: unset;
}
@media (max-width:1024px) {
  .topNav .topNavThis .thisBox .navBoxAll .navRight .onlineShop > .thisBox .lineBox .posiBox .showBox .ul {
    gap: 2vw;
  }
}
.topNav .topNavThis .thisBox .navBoxAll .navRight .onlineShop > .thisBox .lineBox .posiBox .showBox .ul .li {
  padding: 0.4vw 0;
  border-bottom: 1px dashed #ddd;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  flex-wrap: unset;
  width: 100%;
}
.topNav .topNavThis .thisBox .navBoxAll .navRight .onlineShop > .thisBox .lineBox .posiBox .showBox .ul .li .erweiImg {
  margin-bottom: 0.6vw;
  width: 6vw;
  height: 6vw;
}
@media (max-width:1024px) {
  .topNav .topNavThis .thisBox .navBoxAll .navRight .onlineShop > .thisBox .lineBox .posiBox .showBox .ul .li .erweiImg {
    width: 20vw;
    height: 20vw;
  }
}
.topNav .topNavThis .thisBox .navBoxAll .navRight .onlineShop > .thisBox .lineBox .posiBox .showBox .ul .li .erweiImg img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.topNav .topNavThis .thisBox .navBoxAll .navRight .onlineShop > .thisBox .lineBox .posiBox .showBox .ul .li .shopA {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-start;
  flex-wrap: unset;
  gap: 0.4vw;
}
@media (max-width:1024px) {
  .topNav .topNavThis .thisBox .navBoxAll .navRight .onlineShop > .thisBox .lineBox .posiBox .showBox .ul .li .shopA {
    gap: 2vw;
  }
}
.topNav .topNavThis .thisBox .navBoxAll .navRight .onlineShop > .thisBox .lineBox .posiBox .showBox .ul .li .shopA .ico {
  width: 1vw;
  height: 1vw;
}
@media (max-width:1024px) {
  .topNav .topNavThis .thisBox .navBoxAll .navRight .onlineShop > .thisBox .lineBox .posiBox .showBox .ul .li .shopA .ico {
    width: 4vw;
    height: 4vw;
  }
}
.topNav .topNavThis .thisBox .navBoxAll .navRight .onlineShop > .thisBox .lineBox .posiBox .showBox .ul .li .shopA .ico img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.topNav .topNavThis .thisBox .navBoxAll .navRight .onlineShop > .thisBox .lineBox .posiBox .showBox .ul .li .shopA:hover .txt {
  color: #af3338;
}
.topNav .topNavThis .thisBox .navBoxAll .navRight .onlineShop > .thisBox .lineBox .posiBox .showBox::before {
  content: '';
  position: absolute;
  display: block;
  top: 0;
  left: 1vw;
  right: 1vw;
  border-top: 1px solid #ccc;
}
.topNav .topNavThis .thisBox .navBoxAll .navRight .goMessage {
  transition-duration: 0.8s;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.56, -0.01, 0.04, 1);
}
.topNav .topNavThis .thisBox .navBoxAll .navRight .goMessage .aBox {
  padding: 0.5vw 2vw;
  border-radius: 4vw;
  background-color: #af3338;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  flex-wrap: unset;
}
@media (max-width:1024px) {
  .topNav .topNavThis .thisBox .navBoxAll .navRight .goMessage .aBox {
    height: 8vw;
    padding: 0 4vw;
  }
}
.topNav .topNavThis .thisBox .navBoxAll .navRight .goMessage .aBox .txt {
  color: #fff;
}
@media (min-width:1024px) {
  .topNav .topNavThis .thisBox .navBoxAll .navRight .openBtn {
    display: none;
  }
}
.topNav .topNavThis .thisBox .navBoxAll .navRight .openBtn .menuBtn {
  cursor: pointer;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  flex-wrap: unset;
  transition-duration: 0.8s;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.56, -0.01, 0.04, 1);
}
.topNav .topNavThis .thisBox .navBoxAll .navRight .openBtn .menuBtn .txt {
  width: 3vw;
  height: 100%;
  position: relative;
}
@media (max-width:1024px) {
  .topNav .topNavThis .thisBox .navBoxAll .navRight .openBtn .menuBtn .txt {
    display: none;
  }
}
.topNav .topNavThis .thisBox .navBoxAll .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.8s;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.56, -0.01, 0.04, 1);
  transform: translateX(0.4vw);
  position: absolute;
  opacity: 0;
  top: 0;
  left: 0;
}
.topNav .topNavThis .thisBox .navBoxAll .navRight .openBtn .menuBtn .txt .t.on {
  opacity: 1;
  transform: translateX(0);
}
.topNav .topNavThis .thisBox .navBoxAll .navRight .openBtn .menuBtn .ul {
  position: relative;
  width: 3vw;
  height: 3vw;
  transition-duration: 0.3s;
  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 .navBoxAll .navRight .openBtn .menuBtn .ul {
    width: 10vw;
    height: 10vw;
  }
}
.topNav .topNavThis .thisBox .navBoxAll .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.8s;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.56, -0.01, 0.04, 1);
  transition-property: color;
}
.topNav .topNavThis .thisBox .navBoxAll .navRight .openBtn .menuBtn:active .ul {
  transform: scale(0.9);
}
.topNav .topNavThis .thisBox .navBoxAll::after {
  content: '';
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  transition-duration: 0.8s;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.56, -0.01, 0.04, 1);
  transform: translateY(-100%);
  width: 100%;
  height: 100%;
  background-color: #fffefc;
}
.topNav .topNavThis .thisBox .navTwoBoxAll {
  position: relative;
}
.topNav .topNavThis .thisBox .navTwoBoxAll .twoNav {
  border: 1px solid #ddd;
  border-left: none;
  border-right: none;
  position: absolute;
  left: 0;
  width: 100%;
  top: 0;
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  justify-content: flex-start;
  flex-wrap: unset;
  background-color: #fff;
  transition-duration: 0.8s;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.56, -0.01, 0.04, 1);
  clip-path: inset(0 0 100% 0);
  pointer-events: none;
}
.topNav .topNavThis .thisBox .navTwoBoxAll .twoNav.product .twoNavBar {
  width: 100%;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  flex-wrap: unset;
  height: 24vw;
}
.topNav .topNavThis .thisBox .navTwoBoxAll .twoNav.product .twoNavBar .leftSort {
  padding: 3vw;
  background-color: #f8f8f8;
  width: 24vw;
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  flex-wrap: unset;
  gap: 1vw;
  padding-left: 6vw;
}
.topNav .topNavThis .thisBox .navTwoBoxAll .twoNav.product .twoNavBar .leftSort .navname {
  font-size: clamp(12px, 1.9vw, 1.9vw);
}
@media (max-width:1024px) {
  .topNav .topNavThis .thisBox .navTwoBoxAll .twoNav.product .twoNavBar .leftSort .navname {
    font-size: 5.8vw;
  }
}
.topNav .topNavThis .thisBox .navTwoBoxAll .twoNav.product .twoNavBar .leftSort .def1 {
  line-height: 2em;
}
.topNav .topNavThis .thisBox .navTwoBoxAll .twoNav.product .twoNavBar .swiperBox {
  position: relative;
  padding-left: 8vw;
  width: calc(100% - 24vw);
}
.topNav .topNavThis .thisBox .navTwoBoxAll .twoNav.product .twoNavBar .swiperBox #topNavPro {
  width: 100%;
}
.topNav .topNavThis .thisBox .navTwoBoxAll .twoNav.product .twoNavBar .swiperBox #topNavPro .swiper-slide {
  width: 16vw;
}
.topNav .topNavThis .thisBox .navTwoBoxAll .twoNav.product .twoNavBar .swiperBox #topNavPro .swiper-slide .aBox {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  flex-wrap: unset;
  gap: 1vw;
}
.topNav .topNavThis .thisBox .navTwoBoxAll .twoNav.product .twoNavBar .swiperBox #topNavPro .swiper-slide .aBox .imgBox {
  overflow: hidden;
  width: 100%;
  height: 12vw;
}
.topNav .topNavThis .thisBox .navTwoBoxAll .twoNav.product .twoNavBar .swiperBox #topNavPro .swiper-slide .aBox .imgBox img {
  transition-duration: 0.8s;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.56, -0.01, 0.04, 1);
}
.topNav .topNavThis .thisBox .navTwoBoxAll .twoNav.product .twoNavBar .swiperBox #topNavPro .swiper-slide .aBox .title {
  font-size: clamp(12px, 1.1vw, 1.1vw);
}
@media (max-width:1024px) {
  .topNav .topNavThis .thisBox .navTwoBoxAll .twoNav.product .twoNavBar .swiperBox #topNavPro .swiper-slide .aBox .title {
    font-size: 4.2vw;
  }
}
.topNav .topNavThis .thisBox .navTwoBoxAll .twoNav.product .twoNavBar .swiperBox #topNavPro .swiper-slide .aBox:hover .imgBox img {
  transform: scale(1.1);
}
.topNav .topNavThis .thisBox .navTwoBoxAll .twoNav.product .twoNavBar .swiperBox #topNavPro .swiper-slide .aBox:hover .title {
  color: #af3338;
}
.topNav .topNavThis .thisBox .navTwoBoxAll .twoNav.product .twoNavBar .swiperBox .swiperControl {
  border-top: 1px solid #ccc;
  padding-top: 1vw;
  margin-top: 1vw;
  padding-right: 6vw;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  flex-wrap: unset;
}
.topNav .topNavThis .thisBox .navTwoBoxAll .twoNav.normal .twoNavBar {
  padding: 3vw 0;
  width: 100%;
  height: 20vw;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  flex-wrap: unset;
  gap: 4vw;
}
.topNav .topNavThis .thisBox .navTwoBoxAll .twoNav.normal .twoNavBar .leftNavList {
  height: 100%;
  padding-right: 2vw;
  border-right: 1px solid #ccc;
}
.topNav .topNavThis .thisBox .navTwoBoxAll .twoNav.normal .twoNavBar .leftNavList .ul {
    height: 100%;
    display: grid
;
    grid-template-columns: repeat(4, 1fr);
    align-items: center;
    justify-content: center;
    gap: 2vw;
}
.topNav .topNavThis .thisBox .navTwoBoxAll .twoNav.normal .twoNavBar .leftNavList .ul .li {
  cursor: pointer;
}
.topNav .topNavThis .thisBox .navTwoBoxAll .twoNav.normal .twoNavBar .leftNavList .ul .li a {
  font-size: clamp(12px, 1.1vw, 1.1vw);
}
@media (max-width:1024px) {
  .topNav .topNavThis .thisBox .navTwoBoxAll .twoNav.normal .twoNavBar .leftNavList .ul .li a {
    font-size: 4.2vw;
  }
}
.topNav .topNavThis .thisBox .navTwoBoxAll .twoNav.normal .twoNavBar .leftNavList .ul .li.on a {
  color: #af3338;
}
.topNav .topNavThis .thisBox .navTwoBoxAll .twoNav.normal .twoNavBar .coutBox {
  height: 100%;
  width: 46vw;
}
.topNav .topNavThis .thisBox .navTwoBoxAll .twoNav.normal .twoNavBar .coutBox .ul {
  position: relative;
  width: 100%;
  height: 100%;
}
.topNav .topNavThis .thisBox .navTwoBoxAll .twoNav.normal .twoNavBar .coutBox .ul .li {
  position: absolute;
  width: 100%;
  height: 100%;
  transition-duration: 0.8s;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.56, -0.01, 0.04, 1);
  opacity: 0;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  flex-wrap: unset;
  gap: 4vw;
  pointer-events: none;
}
.topNav .topNavThis .thisBox .navTwoBoxAll .twoNav.normal .twoNavBar .coutBox .ul .li .imgBox {
  width: 24vw;
  height: 100%;
}
.topNav .topNavThis .thisBox .navTwoBoxAll .twoNav.normal .twoNavBar .coutBox .ul .li .textCout {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  flex-wrap: unset;
  gap: 1vw;
  width: calc(100% - 24vw);
}
.topNav .topNavThis .thisBox .navTwoBoxAll .twoNav.normal .twoNavBar .coutBox .ul .li .textCout .name {
  font-size: clamp(12px, 1.5vw, 1.5vw);
}
@media (max-width:1024px) {
  .topNav .topNavThis .thisBox .navTwoBoxAll .twoNav.normal .twoNavBar .coutBox .ul .li .textCout .name {
    font-size: 5vw;
  }
}
.topNav .topNavThis .thisBox .navTwoBoxAll .twoNav.normal .twoNavBar .coutBox .ul .li.on {
  opacity: 1;
  pointer-events: auto;
}
.topNav .topNavThis .thisBox .navTwoBoxAll .twoNav.active {
  clip-path: inset(0 0 0 0);
  pointer-events: auto;
}
.topNav.scrollShow .topNavThis > .thisBox .navBoxAll .logoBox .color {
  background-color: #af3338;
}
.topNav.scrollShow .topNavThis > .thisBox .navBoxAll .navBar .ul .li .a1 .txt div {
  color: #333;
}
.topNav.scrollShow .topNavThis > .thisBox .navBoxAll .navBar .ul .li .a1:hover .txt div {
  color: #af3338;
}
.topNav.scrollShow .topNavThis > .thisBox .navBoxAll .navRight .openBtn .menuBtn .txt .t {
  color: #333;
}
.topNav.scrollShow .topNavThis > .thisBox .navBoxAll .navRight .openBtn .menuBtn .ul {
  border-color: #333;
}
.topNav.scrollShow .topNavThis > .thisBox .navBoxAll .navRight .openBtn .menuBtn .ul .li {
  background-color: #333;
}
.topNav.scrollShow .topNavThis > .thisBox .navBoxAll::after {
  transform: translateY(0);
}
.topNav.openNavShow .topNavThis > .thisBox .logoBox {
  opacity: 0;
  pointer-events: none;
}
.topNav.openNavShow .topNavThis > .thisBox .navBar {
  opacity: 0;
  pointer-events: none;
}
.topNav.openNavShow .topNavThis > .thisBox .navRight .onlineShop {
  opacity: 0;
  pointer-events: none;
}
.topNav.openNavShow .topNavThis > .thisBox .navRight .goMessage {
  opacity: 0;
  pointer-events: none;
}
.topNav.openNavShow .topNavThis > .thisBox .navRight .openBtn .menuBtn {
  transform: translateY(2vw);
}
.openNav {
  overflow: hidden;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 8;
  width: 100%;
  height: 100%;
  pointer-events: none;
  transition-duration: 0.8s;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.56, -0.01, 0.04, 1);
  transform: translateX(100%);
}
.openNav .openNavThis {
  background-color: #af3338;
  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;
}
.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;
}
.openNav .openNavThis > .thisBox .contentBox .leftBox .openNavLogo {
  width: 15vw;
  height: 15vw;
}
.openNav .openNavThis > .thisBox .contentBox .leftBox .openNavLogo img {
  object-fit: contain;
  width: 100%;
  height: 100%;
  filter: invert(1);
}
.openNav .openNavThis > .thisBox .contentBox .leftBox .content p {
  font-size: clamp(12px, 1vw, 1vw);
  font-family: 'cn1';
}
@media (max-width:1024px) {
  .openNav .openNavThis > .thisBox .contentBox .leftBox .content p {
    font-size: 4vw;
  }
}
.openNav .openNavThis > .thisBox .contentBox .cenImg {
  width: 20%;
}
.openNav .openNavThis > .thisBox .contentBox .cenImg .imgBox {
  width: 100%;
  height: 35vw;
}
.openNav .openNavThis > .thisBox .contentBox .cenImg .imgBox img {
  object-fit: contain;
}
.openNav .openNavThis > .thisBox .contentBox .openNavBar {
  padding: 0 15vw 0 10vw;
  width: 50%;
}
@media (max-width:1024px) {
  .openNav .openNavThis > .thisBox .contentBox .openNavBar {
    padding: 0;
    width: 75%;
    margin: 0 auto;
  }
}
@media (max-width:1024px) and (max-width:1600px) {
  .openNav .openNavThis > .thisBox .contentBox .openNavBar {
    width: 75%;
  }
}
@media (max-width:1024px) and (max-width:1300px) {
  .openNav .openNavThis > .thisBox .contentBox .openNavBar {
    width: 75%;
  }
}
@media (max-width:1024px) and (max-width:1024px) {
  .openNav .openNavThis > .thisBox .contentBox .openNavBar {
    width: 90%;
  }
}
.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%;
}
.openNav .openNavThis > .thisBox .contentBox .openNavBar .ul1 .li1 {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  flex-wrap: unset;
  gap: 1vw;
  padding-bottom: 1vw;
  width: 100%;
  border-bottom: 1px solid rgba(255, 255, 255, 0.3);
}
@media (max-width:1024px) {
  .openNav .openNavThis > .thisBox .contentBox .openNavBar .ul1 .li1 {
    padding: 4vw 0;
  }
}
.openNav .openNavThis > .thisBox .contentBox .openNavBar .ul1 .li1 .a1 {
  position: relative;
  transition-duration: 0.3s;
  font-size: clamp(12px, 1.4vw, 1.4vw);
  font-family: 'cn1';
  transition-duration: 0.8s;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.56, -0.01, 0.04, 1);
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  flex-wrap: unset;
}
@media (max-width:1024px) {
  .openNav .openNavThis > .thisBox .contentBox .openNavBar .ul1 .li1 .a1 {
    font-size: 4.8vw;
  }
}
.openNav .openNavThis > .thisBox .contentBox .openNavBar .ul1 .li1 .a1 .cn {
  margin-right: 1vw;
}
.openNav .openNavThis > .thisBox .contentBox .openNavBar .ul1 .li1 .a1 .en div {
  font-size: clamp(12px, 1vw, 1vw);
}
@media (max-width:1024px) {
  .openNav .openNavThis > .thisBox .contentBox .openNavBar .ul1 .li1 .a1 .en div {
    font-size: 4vw;
  }
}
.openNav .openNavThis > .thisBox .contentBox .openNavBar .ul1 .li1 .a1::before {
  content: '';
  position: absolute;
  display: block;
  right: calc(100% + 1vw);
  top: 50%;
  transition-duration: 0.8s;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.56, -0.01, 0.04, 1);
  width: 1vw;
  border-top: 1px solid #af3338;
}
.openNav .openNavThis > .thisBox .contentBox .openNavBar .ul1 .li1 .a1:hover {
  color: #af3338;
}
.openNav .openNavThis > .thisBox .contentBox .openNavBar .ul1 .li1 .a1:hover::before {
  width: 2vw;
}
.openNav .openNavThis > .thisBox .contentBox .openNavBar .ul1 .li1 .a1 div {
  font-size: clamp(12px, 1.7vw, 1.7vw);
  transition-duration: 0.8s;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.56, -0.01, 0.04, 1);
  transition-property: color;
}
@media (max-width:1024px) {
  .openNav .openNavThis > .thisBox .contentBox .openNavBar .ul1 .li1 .a1 div {
    font-size: 5.4vw;
  }
}
.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: 8vw;
}
.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 .openNavThis > .thisBox .contentBox .openNavBar .ul1 .li1 .navTwoBox .ul2 .a2 div {
  font-size: 4vw;
}
.openNav.openNavShow {
  pointer-events: auto;
  transform: translateX(0);
}
.txtMask {
  overflow: hidden;
}
.txtMask div {
  will-change: transform;
}
.shan_txt div {
  transition: 0.3s cubic-bezier(0.4, 0.4, 0, 1);
}
.loadingMore {
  margin-top: 4vw;
  padding: 1vw 3vw;
  border: 1px solid #af3338;
  color: #af3338;
  cursor: pointer;
  border-radius: 4vw;
  transition-duration: 0.3s;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.56, -0.01, 0.04, 1);
}
.loadingMore:hover {
  background-color: #af3338;
  color: #fff;
}
.foot .footThis > .thisBox {
     position: relative;
background-image: url(../img/footbg.jpg);
background-size: cover;
background-position: center;
background-repeat: no-repeat;
    border-radius: var(--size-30) var(--size-30) 0 0;
}
.foot .footThis > .thisBox::after{
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.8);
  border-radius: var(--size-30) var(--size-30) 0 0;
}
.foot .footThis > .thisBox .contentBox * {

}
.foot .footThis > .thisBox .contentBox {
  width: 80%;
  margin: 0 auto;
}
@media (max-width:1600px) {
  .foot .footThis > .thisBox .contentBox {
    width: 80%;
  }
}
@media (max-width:1300px) {
  .foot .footThis > .thisBox .contentBox {
    width: 80%;
  }
}
@media (max-width:1024px) {
  .foot .footThis > .thisBox .contentBox {
    width: 90%;
  }
}
.foot .footThis > .thisBox .contentBox .topBox {
  position: relative;
  z-index: 1;
  padding: 5vw 0 2vw;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  flex-wrap: unset;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}
.foot .footThis > .thisBox .contentBox .topBox .logoBox {
  width: 10vw;
  height: 5vw;
  -webkit-mask-image: none;
  -webkit-mask-size: 100% 100%;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center;
  -webkit-mask-size: contain;
  -webkit-mask-position: left;
}
.foot .footThis > .thisBox .contentBox .topBox .logoBox img {
    width: 100%;
    height: 100%;
    --stroke-color: #ffffff;
    --stroke-width: 1px;
    filter: drop-shadow(var(--stroke-width) 0 0 var(--stroke-color)) drop-shadow(calc(-1 * var(--stroke-width)) 0 0 var(--stroke-color)) drop-shadow(0 var(--stroke-width) 0 var(--stroke-color)) drop-shadow(0 calc(-1 * var(--stroke-width)) 0 var(--stroke-color));
    object-fit: contain;
}
.foot .footThis > .thisBox .contentBox .topBox .logoBox .color {
  background-color: #af3338;
  width: 100%;
  height: 100%;
}
@media (max-width:1024px) {
  .foot .footThis > .thisBox .contentBox .topBox .logoBox {
    width: 30vw;
    height: 15vw;
  }
}
.foot .footThis > .thisBox .contentBox .topBox .logoBox .color {
  background-color: #fff;
  width: 100%;
  height: 100%;
}
.foot .footThis > .thisBox .contentBox .topBox .erweima .ul {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  flex-wrap: unset;
  gap: 1vw;
}
@media (max-width:1024px) {
  .foot .footThis > .thisBox .contentBox .topBox .erweima .ul {
    gap: 4vw;
  }
}
.foot .footThis > .thisBox .contentBox .topBox .erweima .ul .li {
  position: relative;
  cursor: pointer;
}
.foot .footThis > .thisBox .contentBox .topBox .erweima .ul .li .ico {
  width: 3vw;
  height: 3vw;
  border-radius: 50%;
  background-color: #fff;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  flex-wrap: unset;
}
@media (max-width:1024px) {
  .foot .footThis > .thisBox .contentBox .topBox .erweima .ul .li .ico {
    width: 10vw;
    height: 10vw;
  }
}
.foot .footThis > .thisBox .contentBox .topBox .erweima .ul .li .ico i {
  font-size: clamp(12px, 1.1vw, 1.1vw);
}
@media (max-width:1024px) {
  .foot .footThis > .thisBox .contentBox .topBox .erweima .ul .li .ico i {
    font-size: 4.2vw;
  }
}
.foot .footThis > .thisBox .contentBox .topBox .erweima .ul .li .hovBox {
  opacity: 0;
  pointer-events: none;
  position: absolute;
  left: 50%;
  translate: -50% 0;
  bottom: calc(100% + 1vw);
  background-color: #fff;
  padding: 0.6vw;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  flex-wrap: unset;
}
@media (max-width:1024px) {
  .foot .footThis > .thisBox .contentBox .topBox .erweima .ul .li .hovBox {
    bottom: calc(100% + 4vw);
    padding: 2vw;
  }
}
.foot .footThis > .thisBox .contentBox .topBox .erweima .ul .li .hovBox .imgBox {
  width: 6vw;
  height: 6vw;
  margin-bottom: 0.4vw;
}
@media (max-width:1024px) {
  .foot .footThis > .thisBox .contentBox .topBox .erweima .ul .li .hovBox .imgBox {
    width: 30vw;
    height: 30vw;
    margin-bottom: 1vw;
  }
}
.foot .footThis > .thisBox .contentBox .topBox .erweima .ul .li:hover .ico {
  background-color: #af3338;
}
.foot .footThis > .thisBox .contentBox .topBox .erweima .ul .li:hover .ico i {
  color: #fff;
}
.foot .footThis > .thisBox .contentBox .topBox .erweima .ul .li:hover .hovBox {
  opacity: 1;
  pointer-events: auto;
}
.foot .footThis > .thisBox .contentBox .cenCout {
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  flex-wrap: unset;
  padding: 4vw 0;
}
@media (max-width:1024px) {
  .foot .footThis > .thisBox .contentBox .cenCout {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    flex-wrap: unset;
  }
}
@media (max-width:1024px) {
  .foot .footThis > .thisBox .contentBox .cenCout .leftBox {
    width: 100%;
  }
}
.foot .footThis > .thisBox .contentBox .cenCout .leftBox .footContact .ulBox {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  flex-wrap: unset;
  gap: 1vw;
}
@media (max-width:1024px) {
  .foot .footThis > .thisBox .contentBox .cenCout .leftBox .footContact .ulBox {
    gap: 3vw;
    align-items: center;
  }
}
.foot .footThis > .thisBox .contentBox .cenCout .leftBox .footContact .ulBox .box {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  flex-wrap: unset;
}
@media (max-width:1024px) {
  .foot .footThis > .thisBox .contentBox .cenCout .leftBox .footContact .ulBox .box {
    align-items: center;
  }
}
.foot .footThis > .thisBox .contentBox .cenCout .leftBox .footContact .ulBox .box .bTiao {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  flex-wrap: unset;
}
.foot .footThis > .thisBox .contentBox .cenCout .leftBox .footContact .ulBox .box .bTiao i {
  font-size: clamp(12px, 1vw, 1vw);
  color: rgba(255, 255, 255, 0.7);
}
@media (max-width:1024px) {
  .foot .footThis > .thisBox .contentBox .cenCout .leftBox .footContact .ulBox .box .bTiao i {
    font-size: 4vw;
  }
}
.foot .footThis > .thisBox .contentBox .cenCout .leftBox .footContact .ulBox .box .bTiao .txt {
  margin-left: 0.4vw;
  color: rgba(255, 255, 255, 0.7);
}
.foot .footThis > .thisBox .contentBox .cenCout .leftBox .footContact .ulBox .box .cout {
  margin-top: 0.4vw;
  color: #fff;
}
@media (max-width:1024px) {
  .foot .footThis > .thisBox .contentBox .cenCout .rigthBox {
    margin-top: 8vw;
  }
}
.foot .footThis > .thisBox .contentBox .cenCout .rigthBox .footNavBar .ul1 {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  justify-content: center;
  flex-wrap: unset;
  gap: 4vw;
}
@media (max-width:1024px) {
  .foot .footThis > .thisBox .contentBox .cenCout .rigthBox .footNavBar .ul1 {
    flex-wrap: wrap;
  }
}
.foot .footThis > .thisBox .contentBox .cenCout .rigthBox .footNavBar .ul1 .li1 {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  flex-wrap: unset;
}
@media (max-width:1024px) {
  .foot .footThis > .thisBox .contentBox .cenCout .rigthBox .footNavBar .ul1 .li1 {
    padding: 0 2vw;
  }
}
.foot .footThis > .thisBox .contentBox .cenCout .rigthBox .footNavBar .ul1 .li1 .a1 .txt div {
  font-size: clamp(12px, 0.9vw, 0.9vw);
}
@media (max-width:1024px) {
  .foot .footThis > .thisBox .contentBox .cenCout .rigthBox .footNavBar .ul1 .li1 .a1 .txt div {
    font-size: 3.8vw;
  }
}
.foot .footThis > .thisBox .contentBox .cenCout .rigthBox .footNavBar .ul1 .li1 .twoNav {
  margin-top: 1vw;
}
@media (max-width:1024px) {
  .foot .footThis > .thisBox .contentBox .cenCout .rigthBox .footNavBar .ul1 .li1 .twoNav {
    display: none;
  }
}
.foot .footThis > .thisBox .contentBox .cenCout .rigthBox .footNavBar .ul1 .li1 .twoNav .ul2 {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  flex-wrap: unset;
  gap: 1vw;
}
.foot .footThis > .thisBox .contentBox .cenCout .rigthBox .footNavBar .ul1 .li1 .twoNav .ul2 .li2 .a2 {
  opacity: 0.5;
}
.foot .footThis > .thisBox .footEnAni {
  width: 75%;
  margin: 0 auto;
  padding: 3vw 0 2vw;
  border-top: 1px solid rgba(255, 255, 255, 0.2);
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  flex-wrap: unset;
}
@media (max-width:1600px) {
  .foot .footThis > .thisBox .footEnAni {
    width: 75%;
  }
}
@media (max-width:1300px) {
  .foot .footThis > .thisBox .footEnAni {
    width: 75%;
  }
}
@media (max-width:1024px) {
  .foot .footThis > .thisBox .footEnAni {
    width: 90%;
  }
}
@media (max-width:1024px) {
  .foot .footThis > .thisBox .footEnAni {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    flex-wrap: unset;
  }
}
.foot .footThis > .thisBox .footEnAni .en,
.foot .footThis > .thisBox .footEnAni .en div {
  color: #eee;
  font-size: clamp(12px, 5.1vw, 5.1vw);
  font-family: 'en10';
  text-transform: uppercase;
}
@media (max-width:1024px) {
  .foot .footThis > .thisBox .footEnAni .en,
  .foot .footThis > .thisBox .footEnAni .en div {
    font-size: 12.2vw;
  }
}
.foot .footThis > .thisBox .footEnAni .cnTxt {
  color: #eee;
  font-size: clamp(12px, 1.5vw, 1.5vw);
}
@media (max-width:1024px) {
  .foot .footThis > .thisBox .footEnAni .cnTxt {
    font-size: 5vw;
  }
}
@media (max-width:1024px) {
  .foot .footThis > .thisBox .footEnAni .cnTxt {
    font-size: 4vw;
  }
}
.foot .footThis > .thisBox .footBottomInfo {
position: relative;
    z-index: 1;
    width: 100%;
    padding: 1vw 0;
    border-top: 1px solid rgba(255, 255, 255, 0.2);
}

.foot .footThis > .thisBox .footBottomInfo * {
  color: rgb(255, 255, 255);
}
@media (max-width:1024px) {
  .foot .footThis > .thisBox .footBottomInfo {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    flex-wrap: unset;
    margin-top: 8vw;
    padding: 6vw 0;
  }
}
.foot .footThis > .thisBox .footBottomInfo * {
  font-size: clamp(12px, 0.7vw, 0.7vw);
}
@media (max-width:1024px) {
  .foot .footThis > .thisBox .footBottomInfo * {
    font-size: 3.4vw;
  }
}
.foot .footThis > .thisBox .footBottomInfo a:hover {
  color: #af3338;
}
.foot .footThis > .thisBox .footBottomInfo > .thisBox {
  padding: 1vw 0;
  width: 75%;
  margin: 0 auto;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  flex-wrap: unset;
}
.foot .footThis > .thisBox .footBottomInfo > .thisBox * {
  color: #fff;
}
@media (max-width:1600px) {
  .foot .footThis > .thisBox .footBottomInfo > .thisBox {
    width: 75%;
  }
}
@media (max-width:1300px) {
  .foot .footThis > .thisBox .footBottomInfo > .thisBox {
    width: 75%;
  }
}
@media (max-width:1024px) {
  .foot .footThis > .thisBox .footBottomInfo > .thisBox {
    width: 90%;
  }
}
@media (max-width:1024px) {
  .foot .footThis > .thisBox .footBottomInfo > .thisBox {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    flex-wrap: unset;
    gap: 4vw;
  }
}
.foot .footThis > .thisBox .footBottomInfo > .thisBox .infoLeft {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  flex-wrap: unset;
  gap: 1vw;
}
@media (max-width:1024px) {
  .foot .footThis > .thisBox .footBottomInfo > .thisBox .infoLeft {
    gap: 4vw;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    flex-wrap: unset;
  }
}
.foot .footThis > .thisBox .footBottomInfo > .thisBox .infoLeft > div .lbt {
  word-break: keep-all;
}
.foot .footThis > .thisBox .footBottomInfo > .thisBox .infoLeft .beian {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  flex-wrap: unset;
}
.foot .footThis > .thisBox .footBottomInfo > .thisBox .infoLeft .beian a {
  text-decoration: underline;
}
.foot .footThis > .thisBox .footBottomInfo > .thisBox .infoLeft .gabeian {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  flex-wrap: unset;
}
.foot .footThis > .thisBox .footBottomInfo > .thisBox .infoLeft .gabeian a {
  text-decoration: underline;
}
.foot .footThis > .thisBox .footBottomInfo > .thisBox .infoLeft .banquan {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  flex-wrap: unset;
}
@media (max-width:1024px) {
  .foot .footThis > .thisBox .footBottomInfo > .thisBox .infoLeft .banquan {
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    justify-content: center;
    flex-wrap: unset;
  }
}
.foot .footThis > .thisBox .footBottomInfo > .thisBox .infoRight .jishuzhichi {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-start;
  flex-wrap: unset;
}
@media (max-width:1024px) {
  .twoPageBox .pageContentAll {
    padding-top: 0;
  }
}
.twoPageBox .pageContentAll .twoBanner .bannerThis {
  position: relative;
}
.twoPageBox .pageContentAll .twoBanner .bannerThis > .thisBox {
  position: relative;
  z-index: 1;
}
.twoPageBox .pageContentAll .twoBanner .bannerThis > .thisBox .contentBox {
  position: relative;
}
.twoPageBox .pageContentAll .twoBanner .bannerThis > .thisBox .contentBox .sortImg {
  position: relative;
  height: 54vw;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  flex-wrap: unset;
}
@media (max-width:1024px) {
  .twoPageBox .pageContentAll .twoBanner .bannerThis > .thisBox .contentBox .sortImg {
    height: 80vw;
  }
}
.twoPageBox .pageContentAll .twoBanner .bannerThis > .thisBox .contentBox .sortImg .imgBox {
  width: 100%;
  height: 130%;
}
.twoPageBox .pageContentAll .twoBanner .bannerThis > .thisBox .contentBox .sortImg::after {
  content: '';
  position: absolute;
  display: block;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.2);
}
.twoPageBox .pageContentAll .twoBanner .bannerThis > .thisBox .contentBox .textBox {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  flex-wrap: unset;
}
@media (max-width:1024px) {
  .twoPageBox .pageContentAll .twoBanner .bannerThis > .thisBox .contentBox .textBox {
    width: 100%;
  }
}
.twoPageBox .pageContentAll .twoBanner .bannerThis > .thisBox .contentBox .textBox .name {
  color: #fff;
  font-size: clamp(12px, 3vw, 3vw);
}
@media (max-width:1024px) {
  .twoPageBox .pageContentAll .twoBanner .bannerThis > .thisBox .contentBox .textBox .name {
    font-size: 5.8vw;
  }
}
.twoPageBox .pageContentAll .twoBanner .bannerThis > .thisBox .contentBox .textBox .subname {
  padding-right: 1vw;
 
  text-transform: uppercase;
  color: #fff;
  font-size: clamp(12px, 2.7vw, 2.7vw);
  text-align: center;
}
@media (max-width:1024px) {
  .twoPageBox .pageContentAll .twoBanner .bannerThis > .thisBox .contentBox .textBox .subname {
    font-size: 11.4vw;
  }
}
@media (max-width:1024px) {
  .twoPageBox .pageContentAll .twoBanner .bannerThis > .thisBox .contentBox .textBox .subname {
    font-size: 7vw;
  }
}
.twoPageBox .pageContentAll .twoBanner .bannerThis > .thisBox .contentBox .textBox .scrollBtn {
  margin-top: 2vw;
  width: 3vw;
  height: 3vw;
  cursor: pointer;
  border-radius: 50%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  flex-wrap: unset;
  border: 2px solid #fff;
  animation: scrollBtnAni 2s ease-in-out infinite alternate;
}
@keyframes scrollBtnAni {
  0% {
    transform: translateY(0);
  }
  100% {
    transform: translateY(50%);
  }
}
@media (max-width:1024px) {
  .twoPageBox .pageContentAll .twoBanner .bannerThis > .thisBox .contentBox .textBox .scrollBtn {
    width: 8vw;
    height: 8vw;
  }
}
.twoPageBox .pageContentAll .twoBanner .bannerThis > .thisBox .contentBox .textBox .scrollBtn i {
  color: #fff;
  font-size: clamp(12px, 1.4vw, 1.4vw);
}
@media (max-width:1024px) {
  .twoPageBox .pageContentAll .twoBanner .bannerThis > .thisBox .contentBox .textBox .scrollBtn i {
    font-size: 4.8vw;
  }
}
.twoPageBox .pageContentAll .twoBanner .bannerThis .bgYuansu {
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
}
.twoPageBox .pageContentAll .twoBanner .bannerThis .bgYuansu img {
  opacity: 0.1;
  width: 100%;
  height: 100%;
  object-fit: 100% 100%;
}
.twoPageBox .pageContentAll .detalBanner > .thisBox {
  height: 20vw;
  width: 100%;
}
@media (max-width:1024px) {
  .twoPageBox .pageContentAll .detalBanner > .thisBox {
    height: 60vw;
  }
}
.twoPageBox .pageContentAll .detalBanner > .thisBox > .contentBox {
  position: relative;
  width: 100%;
  height: 100%;
}
.twoPageBox .pageContentAll .detalBanner > .thisBox > .contentBox .imgBox {
  width: 100%;
  height: 100%;
}
.twoPageBox .pageContentAll .detalBanner > .thisBox > .contentBox .posiBox {
  position: absolute;
  left: 12%;
  bottom: 6vw;
}
@media (max-width:1024px) {
  .twoPageBox .pageContentAll .detalBanner > .thisBox > .contentBox .posiBox {
    bottom: 16vw;
  }
}
.twoPageBox .pageContentAll .detalBanner > .thisBox > .contentBox .posiBox .goBack {
  border: 1px solid #fff;
  height: 2.4vw;
  padding: 0 2vw;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  flex-wrap: unset;
  gap: 1vw;
  border-radius: 1.2vw;
}
@media (max-width:1024px) {
  .twoPageBox .pageContentAll .detalBanner > .thisBox > .contentBox .posiBox .goBack {
    height: 9.6vw;
    padding: 0 8vw;
    gap: 4vw;
    border-radius: 4.8vw;
  }
}
.twoPageBox .pageContentAll .detalBanner > .thisBox > .contentBox .posiBox .goBack .ico i {
  color: #fff;
}
.twoPageBox .pageContentAll .detalBanner > .thisBox > .contentBox .posiBox .goBack .txt {
  color: #fff;
}
.twoPageBox .pageContentAll .sortNav {
  position: relative;
  z-index: 1;
  margin-top: -12vw;
}
@media (max-width:1024px) {
  .twoPageBox .pageContentAll .sortNav {
    margin-top: -22vw;
  }
}
.twoPageBox .pageContentAll .sortNav .sortNavThis > .thisBox .contentBox {
  width: 75%;
  margin: 0 auto;
}
@media (max-width:1600px) {
  .twoPageBox .pageContentAll .sortNav .sortNavThis > .thisBox .contentBox {
    width: 75%;
  }
}
@media (max-width:1300px) {
  .twoPageBox .pageContentAll .sortNav .sortNavThis > .thisBox .contentBox {
    width: 75%;
  }
}
@media (max-width:1024px) {
  .twoPageBox .pageContentAll .sortNav .sortNavThis > .thisBox .contentBox {
    width: 90%;
  }
}
.twoPageBox .pageContentAll .sortNav .sortNavThis > .thisBox .contentBox .navBox {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  flex-wrap: unset;
}
.twoPageBox .pageContentAll .sortNav .sortNavThis > .thisBox .contentBox .navBox .navUl {
  background-color: #af3338;
  box-shadow: 1vw 1vw 2vw rgba(0, 0, 0, 0.05);
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-start;
  flex-wrap: unset;
  border-radius: 3vw;
  padding: 0.5vw 1vw;
}
@media (max-width:1024px) {
  .twoPageBox .pageContentAll .sortNav .sortNavThis > .thisBox .contentBox .navBox .navUl {
    padding: 1vw 2vw;
    border-radius: 12vw;
  }
}
.twoPageBox .pageContentAll .sortNav .sortNavThis > .thisBox .contentBox .navBox .navUl .li .aBox {
  height: 2.6vw;
  width: 8vw;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  flex-wrap: unset;
  border-radius: 3vw;
}
@media (max-width:1024px) {
  .twoPageBox .pageContentAll .sortNav .sortNavThis > .thisBox .contentBox .navBox .navUl .li .aBox {
    width: 24vw;
    height: 8vw;
    border-radius: 12vw;
  }
}
.twoPageBox .pageContentAll .sortNav .sortNavThis > .thisBox .contentBox .navBox .navUl .li .aBox .txt div {
  font-size: clamp(12px, 1.1vw, 1.1vw);
}
@media (max-width:1024px) {
  .twoPageBox .pageContentAll .sortNav .sortNavThis > .thisBox .contentBox .navBox .navUl .li .aBox .txt div {
    font-size: 4.2vw;
  }
}
.twoPageBox .pageContentAll .sortNav .sortNavThis > .thisBox .contentBox .navBox .navUl .li .aBox .txt .hovTxt div {
  color: #c9b293;
}
.twoPageBox .pageContentAll .sortNav .sortNavThis > .thisBox .contentBox .navBox .navUl .li.on .aBox {
  background-color: #c9b293;
}
.twoPageBox .pageContentAll .sortNav .sortNavThis > .thisBox .contentBox .navBox .navUl .li.on .aBox .txt div {
  color: #af3338;
}
.fiexdRight {
  position: fixed;
  z-index: 5;
  right: 1vw;
  transition-duration: 0.8s;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.56, -0.01, 0.04, 1);
  opacity: 0;
  pointer-events: none;
  bottom: 4vw;
  transform: translateX(100%);
}
.fiexdRight > .thisBox .contentBox {
  background-color: #fff;
  box-shadow: 2px 2px 10px rgba(0, 0, 0, 0.1);
  border-radius: 0.8vw;
  padding: 1vw 0;
}
.fiexdRight > .thisBox .contentBox .ul {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  flex-wrap: unset;
}
@media (max-width:1024px) {
  .fiexdRight > .thisBox .contentBox .ul {
    gap: 2vw;
  }
}
.fiexdRight > .thisBox .contentBox .ul .li {
  position: relative;
  cursor: pointer;
  width: 100%;
}
.fiexdRight > .thisBox .contentBox .ul .li .box {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  flex-wrap: unset;
  border-radius: 0.6vw;
  padding: 1vw 0.4vw;
  transition-duration: 0.3s;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.56, -0.01, 0.04, 1);
}
.fiexdRight > .thisBox .contentBox .ul .li .box .ico {
  overflow: hidden;
  position: relative;
  cursor: pointer;
  transition-duration: 0.3s;
  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;
}
.fiexdRight > .thisBox .contentBox .ul .li .box .ico i {
  position: relative;
  z-index: 1;
  font-size: clamp(12px, 1.5vw, 1.5vw);
  transition-duration: 0.3s;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.56, -0.01, 0.04, 1);
}
@media (max-width:1024px) {
  .fiexdRight > .thisBox .contentBox .ul .li .box .ico i {
    font-size: 5vw;
  }
}
.fiexdRight > .thisBox .contentBox .ul .li .box .txt {
  font-size: clamp(12px, 0.7vw, 0.7vw);
  transition-duration: 0.3s;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.56, -0.01, 0.04, 1);
}
@media (max-width:1024px) {
  .fiexdRight > .thisBox .contentBox .ul .li .box .txt {
    font-size: 3.4vw;
  }
}
.fiexdRight > .thisBox .contentBox .ul .li .hovBox {
  position: absolute;
  right: 150%;
  opacity: 0;
  pointer-events: none;
  transform: translateX(-1vw);
  transition-duration: 0.8s;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.56, -0.01, 0.04, 1);
  top: 0;
  border-radius: 1vw;
  padding: 2vw;
  background-color: #fff;
}
.fiexdRight > .thisBox .contentBox .ul .li .hovBox .imgBox {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  flex-wrap: unset;
  width: 6vw;
  height: 6vw;
}
.fiexdRight > .thisBox .contentBox .ul .li .hovBox .miaoshu {
  width: max-content;
  font-size: clamp(12px, 1.1vw, 1.1vw);
  font-weight: bold;
}
@media (max-width:1024px) {
  .fiexdRight > .thisBox .contentBox .ul .li .hovBox .miaoshu {
    font-size: 4.2vw;
  }
}
.fiexdRight > .thisBox .contentBox .ul .li:hover .box {
  background-color: #af3338;
}
.fiexdRight > .thisBox .contentBox .ul .li:hover .box .ico i {
  color: #fff;
}
.fiexdRight > .thisBox .contentBox .ul .li:hover .box .txt {
  color: #fff;
}
.fiexdRight > .thisBox .contentBox .ul .li:hover .hovBox {
  transform: translateX(0);
  opacity: 1;
  pointer-events: auto;
}
.fiexdRight.scrollShow {
  opacity: 1;
  pointer-events: auto;
  transform: translateX(0);
}
.changePageMoveBox {
  overflow: hidden;
  position: fixed;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 200;
  opacity: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  flex-wrap: unset;
}
.changePageMoveBox .logo {
  position: relative;
  z-index: 1;
  width: 16vw;
  height: 16vw;
  border-radius: 50%;
}
.changePageMoveBox .logo img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  filter: invert(1);
}
.changePageMoveBox .box {
  position: relative;
  width: 120%;
  height: 100%;
  transform: rotate(30deg);
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  flex-wrap: unset;
}
.changePageMoveBox .box .mask {
  width: 50%;
  height: 200%;
  background-color: #000;
}
.changePageMoveBox .box .mask.mask1 {
  position: relative;
  right: -1px;
}
.changePageMoveBox .box .mask.mask2 {
  position: relative;
  left: -1px;
}
.changePageMoveBox .logo {
  position: absolute;
  left: calc(50% - 8vw);
  top: calc(50% - 8vw);
}
.mouseCursor {
  pointer-events: none;
  position: fixed;
}
.mouseCursor .dianBox {
  opacity: 0.5;
  position: relative;
}
.mouseCursor .dianBox .dian {
  position: absolute;
  transform: translate(-50%, -50%);
  top: 0;
  left: 0;
}
.mouseCursor .dianBox .dian > div {
  width: 3vw;
  height: 3vw;
  border-radius: 50%;
  transition-duration: 0.8s;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.56, -0.01, 0.04, 1);
  border: 1px solid #af3338;
}
.mouseCursor .dianBox .kuoQuan {
  position: absolute;
  top: 0;
  left: 0;
  transform: translate(-50%, -50%);
}
.mouseCursor .dianBox .kuoQuan > div {
  border-radius: 50%;
  width: 8vw;
  height: 8vw;
  background-color: rgba(6, 39, 60, 0.1);
  transition-duration: 0.8s;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.56, -0.01, 0.04, 1);
  transform: scale(0);
}
.mouseCursor.hoverA .dianBox .dian > div {
  transform: scale(0);
}
.mouseCursor.hoverA .dianBox .kuoQuan > div {
  transform: scale(1);
}
.mouseCursorPoint {
  pointer-events: none;
  position: fixed;
}
.mouseCursorPoint > div {
  background-color: #af3338;
  transition-duration: 0.8s;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.56, -0.01, 0.04, 1);
  width: 0.8vw;
  height: 0.8vw;
  border-radius: 50%;
  transform: translate(-50%, -50%);
}
.mouseCursorPoint.hoverA > div {
  opacity: 0;
}
@media (max-width:1024px) {
  #index_page .pageContentAll {
    padding-top: 0;
  }
}
#index_page .pageContentAll .inxBanner > .thisBox {
  width: 100%;
  height: 100vh;
}
@media (max-width:1024px) {
  #index_page .pageContentAll .inxBanner > .thisBox {
    height: 70vw;
  }
}
#index_page .pageContentAll .inxBanner > .thisBox > .contentBox {
  position: relative;
  width: 100%;
  height: 100%;
}
#index_page .pageContentAll .inxBanner > .thisBox > .contentBox .bannerCout {
  position: relative;
  width: 100%;
  height: 100%;
}
#index_page .pageContentAll .inxBanner > .thisBox > .contentBox .bannerCout .imgUl {
  overflow: hidden;
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
}
#index_page .pageContentAll .inxBanner > .thisBox > .contentBox .bannerCout .imgUl .ul {
  position: relative;
  width: 100%;
  height: 100%;
}
#index_page .pageContentAll .inxBanner > .thisBox > .contentBox .bannerCout .imgUl .ul .li {
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
}
#index_page .pageContentAll .inxBanner > .thisBox > .contentBox .bannerCout .imgUl .ul .li .box {
  position: relative;
  opacity: 0;
  transition-duration: 0.8s;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.56, -0.01, 0.04, 1);
  width: 100%;
  height: 100%;
}
#index_page .pageContentAll .inxBanner > .thisBox > .contentBox .bannerCout .imgUl .ul .li .box .imgBox {
  transform-origin: 0 0;
  transform: scale(1.2);
  width: 100%;
  height: 100%;
}
#index_page .pageContentAll .inxBanner > .thisBox > .contentBox .bannerCout .imgUl .ul .li .box .listHideImg {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  flex-wrap: unset;
}
#index_page .pageContentAll .inxBanner > .thisBox > .contentBox .bannerCout .imgUl .ul .li .box .listHideImg > div {
  clip-path: inset(0 0 0 0);
  height: 100%;
  flex: 1;
  overflow: hidden;
}
#index_page .pageContentAll .inxBanner > .thisBox > .contentBox .bannerCout .imgUl .ul .li .box .listHideImg > div img {
  position: relative;
  height: 100%;
  width: 100vw;
  object-fit: cover;
}
#index_page .pageContentAll .inxBanner > .thisBox > .contentBox .bannerCout .imgUl .ul .li .box .listHideImg > div:nth-child(1) img {
  left: 0;
}
#index_page .pageContentAll .inxBanner > .thisBox > .contentBox .bannerCout .imgUl .ul .li .box .listHideImg > div:nth-child(2) img {
  left: -25vw;
}
#index_page .pageContentAll .inxBanner > .thisBox > .contentBox .bannerCout .imgUl .ul .li .box .listHideImg > div:nth-child(3) img {
  left: -50vw;
}
#index_page .pageContentAll .inxBanner > .thisBox > .contentBox .bannerCout .imgUl .ul .li .box .listHideImg > div:nth-child(4) img {
  left: -75vw;
}
#index_page .pageContentAll .inxBanner > .thisBox > .contentBox .bannerCout .imgUl .ul .li.on {
  pointer-events: auto;
}
#index_page .pageContentAll .inxBanner > .thisBox > .contentBox .bannerCout .imgUl .ul .li.on .box {
  opacity: 1;
}
#index_page .pageContentAll .inxBanner > .thisBox > .contentBox .bannerCout .imgUl .ul .li.on .box .imgBox {
  transition-duration: 3s;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.56, -0.01, 0.04, 1);
  transform: scale(1);
}
#index_page .pageContentAll .inxBanner > .thisBox > .contentBox .bannerCout .imgUl .ul .li.on .box .listHideImg > div {
  transition-duration: 3s;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.56, -0.01, 0.04, 1);
  clip-path: inset(0 100% 0 0);
}
#index_page .pageContentAll .inxBanner > .thisBox > .contentBox .bannerCout .textUl {
  position: absolute;
  top: 14vw;
  left: 18vw;
  width: 30vw;
}
@media (max-width:1024px) {
  #index_page .pageContentAll .inxBanner > .thisBox > .contentBox .bannerCout .textUl {
    width: 70vw;
    top: 20vw;
  }
}
#index_page .pageContentAll .inxBanner > .thisBox > .contentBox .bannerCout .textUl .ul {
  position: relative;
}
#index_page .pageContentAll .inxBanner > .thisBox > .contentBox .bannerCout .textUl .ul .li {
  position: absolute;
  top: 0;
  opacity: 0;
  pointer-events: none;
}
#index_page .pageContentAll .inxBanner > .thisBox > .contentBox .bannerCout .textUl .ul .li .subtitle,
#index_page .pageContentAll .inxBanner > .thisBox > .contentBox .bannerCout .textUl .ul .li .subtitle div {
  color: #fff;
  text-shadow: 1px 2px 5px #000000d6;
  font-family: 'en10';
  text-transform: uppercase;
  font-size: clamp(12px, 2.1vw, 2vw);
  letter-spacing: 0.1em;
}
@media (max-width:1024px) {
  #index_page .pageContentAll .inxBanner > .thisBox > .contentBox .bannerCout .textUl .ul .li .subtitle,
  #index_page .pageContentAll .inxBanner > .thisBox > .contentBox .bannerCout .textUl .ul .li .subtitle div {
    font-size: 4.6vw;
  }
}
@media (max-width:1024px) {
  #index_page .pageContentAll .inxBanner > .thisBox > .contentBox .bannerCout .textUl .ul .li .subtitle,
  #index_page .pageContentAll .inxBanner > .thisBox > .contentBox .bannerCout .textUl .ul .li .subtitle div {
    font-size: 3.4vw;
  }
}
#index_page .pageContentAll .inxBanner > .thisBox > .contentBox .bannerCout .textUl .ul .li .miaoshu {
  margin-top: 2vw;
      text-shadow: 1px 2px 5px #000000;
}
#index_page .pageContentAll .inxBanner > .thisBox > .contentBox .bannerCout .textUl .ul .li .miaoshu .t {
  color: #fff;
  font-size: clamp(12px, 2.5vw, 2.5vw);
}
@media (max-width:1024px) {
  #index_page .pageContentAll .inxBanner > .thisBox > .contentBox .bannerCout .textUl .ul .li .miaoshu .t {
    font-size: 6.2vw;
  }
}
#index_page .pageContentAll .inxBanner > .thisBox > .contentBox .bannerCout .textUl .ul .li.on {
  opacity: 1;
  pointer-events: auto;
}
#index_page .pageContentAll .inxBanner > .thisBox > .contentBox .scrollDown {
  position: absolute;
  z-index: 1;
  left: 5vw;
  bottom: 2vw;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  flex-wrap: unset;
  gap: 1vw;
}
@media (max-width:1024px) {
  #index_page .pageContentAll .inxBanner > .thisBox > .contentBox .scrollDown {
    left: 5vw;
  }
}
#index_page .pageContentAll .inxBanner > .thisBox > .contentBox .scrollDown .txt {
  writing-mode: vertical-rl;
  color: #fff;
  font-size: clamp(12px, 0.8vw, 0.8vw);
  font-family: 'en10';
  text-transform: uppercase;
  letter-spacing: 0.1em;
}
@media (max-width:1024px) {
  #index_page .pageContentAll .inxBanner > .thisBox > .contentBox .scrollDown .txt {
    font-size: 3.6vw;
  }
}
@media (max-width:1024px) {
  #index_page .pageContentAll .inxBanner > .thisBox > .contentBox .scrollDown .txt {
    font-size: 3.2vw;
  }
}
#index_page .pageContentAll .inxBanner > .thisBox > .contentBox .scrollDown .mouse {
  border-radius: 2vw;
  width: 1.2vw;
  height: 2vw;
  border: 2px solid #fff;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  flex-wrap: unset;
}
@media (max-width:1024px) {
  #index_page .pageContentAll .inxBanner > .thisBox > .contentBox .scrollDown .mouse {
    width: 4.8vw;
    height: 8vw;
  }
}
#index_page .pageContentAll .inxBanner > .thisBox > .contentBox .scrollDown .mouse div {
  width: 0.3vw;
  height: 0.6vw;
  border-radius: 2vw;
  background-color: #fff;
  animation: mouseMove 1.5s ease-in-out infinite;
}
@media (max-width:1024px) {
  #index_page .pageContentAll .inxBanner > .thisBox > .contentBox .scrollDown .mouse div {
    width: 1.2vw;
    height: 2.4vw;
    border-radius: 8vw;
  }
}
@keyframes mouseMove {
  0% {
    transform: translateY(-50%);
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    transform: translateY(50%);
    opacity: 0;
  }
}
#index_page .pageContentAll .inxBanner > .thisBox > .contentBox .bannerControl .pagination {
  position: absolute;
  left: 10vw;
  bottom: 2vw;
}
#index_page .pageContentAll .inxBanner > .thisBox > .contentBox .bannerControl .navigation {
  z-index: 1;
  position: absolute;
  right: 4vw;
  bottom: 2vw;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  flex-wrap: unset;
  gap: 2vw;
}
#index_page .pageContentAll .inxBanner > .thisBox > .contentBox .bannerControl .navigation .btn {
  height: 5vw;
  width: 10vw;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  flex-wrap: unset;
  cursor: pointer;
}
@media (max-width:1024px) {
  #index_page .pageContentAll .inxBanner > .thisBox > .contentBox .bannerControl .navigation .btn {
    width: 20vw;
    height: 10vw;
  }
}
#index_page .pageContentAll .inxBanner > .thisBox > .contentBox .bannerControl .navigation .btn .ico {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  flex-wrap: unset;
  transition-duration: 0.8s;
  background-color: rgba(0, 0, 0, 0.2);
  width: 2vw;
  height: 100%;
  transition-duration: 0.3s;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.56, -0.01, 0.04, 1);
}
@media (max-width:1024px) {
  #index_page .pageContentAll .inxBanner > .thisBox > .contentBox .bannerControl .navigation .btn .ico {
    width: 8vw;
  }
}
#index_page .pageContentAll .inxBanner > .thisBox > .contentBox .bannerControl .navigation .btn .ico i {
  color: #fff;
  font-size: clamp(12px, 1.3vw, 1.3vw);
}
@media (max-width:1024px) {
  #index_page .pageContentAll .inxBanner > .thisBox > .contentBox .bannerControl .navigation .btn .ico i {
    font-size: 4.6vw;
  }
}
#index_page .pageContentAll .inxBanner > .thisBox > .contentBox .bannerControl .navigation .btn .img {
  overflow: hidden;
  position: relative;
  width: calc(100% - 2vw);
  height: 100%;
}
#index_page .pageContentAll .inxBanner > .thisBox > .contentBox .bannerControl .navigation .btn .img img {
  position: absolute;
  top: 0;
  opacity: 0;
  transition-duration: 0.3s;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.56, -0.01, 0.04, 1);
  width: 100%;
  height: 100%;
  object-fit: cover;
}
#index_page .pageContentAll .inxBanner > .thisBox > .contentBox .bannerControl .navigation .btn .img img.on {
  opacity: 1;
}
#index_page .pageContentAll .inxBanner > .thisBox > .contentBox .bannerControl .navigation .btn:hover .ico {
  background-color: #af3338;
}
#index_page .pageContentAll .inxBanner > .thisBox > .contentBox .bannerControl .navigation .btn:hover .img img {
  transform: scale(1.1);
}
#index_page .pageContentAll .inxQuestion{
       position: relative;
}
#index_page .pageContentAll .inxQuestion .bgVid{
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
#index_page .pageContentAll .inxQuestion > .thisBox {
  padding-top: 7vw;
  padding-bottom: 7vw;
  width: 75%;
  margin: 0 auto;
}
@media (max-width:1600px) {
  #index_page .pageContentAll .inxQuestion > .thisBox {
    padding-top: 7vw;
    padding-bottom: 7vw;
    width: 75%;
  }
}
@media (max-width:1300px) {
  #index_page .pageContentAll .inxQuestion > .thisBox {
    padding-top: 7vw;
    padding-bottom: 7vw;
    width: 75%;
  }
}
@media (max-width:1024px) {
  #index_page .pageContentAll .inxQuestion > .thisBox {
    padding-top: 12vw;
    padding-bottom: 12vw;
    width: 90%;
  }
}
#index_page .pageContentAll .inxQuestion > .thisBox > .contentBox {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  justify-content: space-between;
  flex-wrap: unset;
  gap: 4vw;
}
@media (max-width:1024px) {
  #index_page .pageContentAll .inxQuestion > .thisBox > .contentBox {
    flex-direction: column;
    gap: 8vw;
  }
}
#index_page .pageContentAll .inxQuestion > .thisBox > .contentBox .leftBox {
  width: 50%;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
  flex-wrap: unset;
  gap: 1.5vw;
}
@media (max-width:1024px) {
  #index_page .pageContentAll .inxQuestion > .thisBox > .contentBox .leftBox {
    width: 100%;
    gap: 4vw;
  }
}
#index_page .pageContentAll .inxQuestion > .thisBox > .contentBox .leftBox .title {
  font-size: clamp(24px, 3vw, 3vw);
  font-weight: bold;
  color: #af3338;
  font-family: 'cn1';
  line-height: 1.2;
}
@media (max-width:1024px) {
  #index_page .pageContentAll .inxQuestion > .thisBox > .contentBox .leftBox .title {
    font-size: 8vw;
  }
}
#index_page .pageContentAll .inxQuestion > .thisBox > .contentBox .leftBox .miaoshu p{
  font-size: clamp(16px, 1vw, 1vw);
  color: #555;
  line-height: 2;
  font-family: 'cn1';
}
@media (max-width:1024px) {
  #index_page .pageContentAll .inxQuestion > .thisBox > .contentBox .leftBox .miaoshu {
    font-size: 3.4vw;
    line-height: 1.8;
  }
}
#index_page .pageContentAll .inxQuestion > .thisBox > .contentBox .rightBox {
  width: 50%;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-template-rows: repeat(2, auto);
  gap: 1vw;
}
@media (max-width:1024px) {
  #index_page .pageContentAll .inxQuestion > .thisBox > .contentBox .rightBox {
    width: 100%;
    grid-template-columns: repeat(3, 1fr);
    grid-template-rows: auto;
    gap: 3vw;
  }
}
#index_page .pageContentAll .inxQuestion > .thisBox > .contentBox .rightBox .gridItem {
  border-radius: 1.2vw;
  overflow: hidden;
}
@media (max-width:1024px) {
  #index_page .pageContentAll .inxQuestion > .thisBox > .contentBox .rightBox .gridItem {
    border-radius: 3vw;
  }
}
#index_page .pageContentAll .inxQuestion > .thisBox > .contentBox .rightBox .gridItem.imgBox {
  aspect-ratio: 1 / 1;
}
#index_page .pageContentAll .inxQuestion > .thisBox > .contentBox .rightBox .gridItem.imgBox img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
#index_page .pageContentAll .inxQuestion > .thisBox > .contentBox .rightBox .gridItem.numBox {
  aspect-ratio: 1 / 1;
  background-color: #b7464b33;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  flex-wrap: unset;
  gap: 0.3vw;
  padding: 1vw;
}
@media (max-width:1024px) {
  #index_page .pageContentAll .inxQuestion > .thisBox > .contentBox .rightBox .gridItem.numBox {
    gap: 1vw;
    padding: 3vw;
  }
}
#index_page .pageContentAll .inxQuestion > .thisBox > .contentBox .rightBox .gridItem.numBox.light {
  background-color: #b7464b33;
}
#index_page .pageContentAll .inxQuestion > .thisBox > .contentBox .rightBox .gridItem.numBox.gold {
  background-color: #b7464b33;
}
#index_page .pageContentAll .inxQuestion > .thisBox > .contentBox .rightBox .gridItem.numBox .label {
  font-size: clamp(10px, 1.2vw, 1.2vw);
  color: #666;
  font-family: 'cn1';
  text-align: center;
}
@media (max-width:1024px) {
  #index_page .pageContentAll .inxQuestion > .thisBox > .contentBox .rightBox .gridItem.numBox .label {
    font-size: 3.8vw;
  }
}
#index_page .pageContentAll .inxQuestion > .thisBox > .contentBox .rightBox .gridItem.numBox .num {
  font-size: clamp(32px, 3.5vw, 3.5vw);
  font-weight: bold;
  color: #af3338;
  font-family: 'en2';
  line-height: 1;
}
#index_page .pageContentAll .inxQuestion > .thisBox > .contentBox .rightBox .gridItem.numBox .num sup {
  font-size: 0.5em;
  vertical-align: super;
}
@media (max-width:1024px) {
  #index_page .pageContentAll .inxQuestion > .thisBox > .contentBox .rightBox .gridItem.numBox .num {
    font-size: 10vw;
  }
}
#index_page .pageContentAll .inxQuestion > .thisBox > .contentBox .rightBox .gridItem.numBox .unit {
  font-size: clamp(10px, 1.2vw, 1.2vw);
  color: #666;
  font-family: 'en10';
}
@media (max-width:1024px) {
  #index_page .pageContentAll .inxQuestion > .thisBox > .contentBox .rightBox .gridItem.numBox .unit {
    font-size: 2.8vw;
  }
}
#index_page .pageContentAll .inxQuestion > .thisBox > .contentBox .rightBox .item1 {
  grid-column: 1;
  grid-row: 1;
}
#index_page .pageContentAll .inxQuestion > .thisBox > .contentBox .rightBox .item2 {
  grid-column: 2;
  grid-row: 1;
}
#index_page .pageContentAll .inxQuestion > .thisBox > .contentBox .rightBox .item3 {
  grid-column: 3;
  grid-row: 1;
}
#index_page .pageContentAll .inxQuestion > .thisBox > .contentBox .rightBox .item4 {
  grid-column: 1;
  grid-row: 2;
}
#index_page .pageContentAll .inxQuestion > .thisBox > .contentBox .rightBox .item5 {
  grid-column: 2;
  grid-row: 2;
}
#index_page .pageContentAll .inxQuestion > .thisBox > .contentBox .rightBox .item6 {
  grid-column: 3;
  grid-row: 2;
}
#index_page .pageContentAll .inxAbout > .thisBox {
  background-color: #fff;
  width: 100%;
  height: 100%;
}
@media (max-width:1024px) {
  #index_page .pageContentAll .inxAbout > .thisBox {
    height: 100vw;
  }
}
#index_page .pageContentAll .inxAbout > .thisBox > .contentBox {
  position: relative;
  width: 100%;
  height: 100%;
}
#index_page .pageContentAll .inxAbout > .thisBox > .contentBox .videoBoxAll {
  position: relative;
  z-index: 1;
  width: 100%;
  height: 100%;
  /* clip-path: inset(calc(15% * calc(1 - var(--progress))) calc(40% * calc(1 - var(--progress))) calc(15% * calc(1 - var(--progress))) calc(10% * calc(1 - var(--progress)))); */
}
@media (max-width:1024px) {
  #index_page .pageContentAll .inxAbout > .thisBox > .contentBox .videoBoxAll {
    clip-path: inset(calc(100% * calc(1 - var(--progress))) 0 0 0);
  }
}
#index_page .pageContentAll .inxAbout > .thisBox > .contentBox .videoBoxAll .bgVideo {
  position: relative;
  width: 100%;
  height: 100%;
}
#index_page .pageContentAll .inxAbout > .thisBox > .contentBox .videoBoxAll .bgVideo video {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
#index_page .pageContentAll .inxAbout > .thisBox > .contentBox .videoBoxAll .bgVideo::after {
  content: '';
  position: absolute;
  display: block;
  top: 0;
  width: 100%;
  height: 100%;

}
#index_page .pageContentAll .inxAbout > .thisBox > .contentBox .videoBoxAll .rightTextBox .yearBox .since {
  color: #000;
}
#index_page .pageContentAll .inxAbout > .thisBox > .contentBox .videoBoxAll .rightTextBox .yearBox .num {
  color: #000;
}
#index_page .pageContentAll .inxAbout > .thisBox > .contentBox .videoBoxAll .rightTextBox .miaoshu {
  color: #000;
}
#index_page .pageContentAll .inxAbout > .thisBox > .contentBox .rightTextBox {
position: absolute;
    right: -12%;;
    width: 100%;
    top: 50%;
    transform: translateY(-50%);
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    flex-wrap: unset;
}
@media (max-width:1024px) {
  #index_page .pageContentAll .inxAbout > .thisBox > .contentBox .rightTextBox {
       right: 12%;
    width: 80vw;
  }
}
#index_page .pageContentAll .inxAbout > .thisBox > .contentBox .rightTextBox .yearBox {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  flex-wrap: unset;
}
#index_page .pageContentAll .inxAbout > .thisBox > .contentBox .rightTextBox .yearBox .since {
  font-size: clamp(12px, 1.1vw, 1.1vw);
  opacity: 0.7;
}
@media (max-width:1024px) {
  #index_page .pageContentAll .inxAbout > .thisBox > .contentBox .rightTextBox .yearBox .since {
    font-size: 4.2vw;
  }
}
#index_page .pageContentAll .inxAbout > .thisBox > .contentBox .rightTextBox .yearBox .num {
      font-size: clamp(12px, 4.2vw, 4.2vw);
    font-family: 'en9';

}
@media (max-width:1024px) {
  #index_page .pageContentAll .inxAbout > .thisBox > .contentBox .rightTextBox .yearBox .num {
    font-size: 10.4vw;
  }
}
#index_page .pageContentAll .inxAbout > .thisBox > .contentBox .rightTextBox .yearBox .quan {
  position: relative;
  margin-top: -4vw;
  transform: translateX(4vw);
  align-self: flex-end;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  flex-wrap: unset;
  width: 6vw;
  height: 6vw;
}
@media (max-width:1024px) {
  #index_page .pageContentAll .inxAbout > .thisBox > .contentBox .rightTextBox .yearBox .quan {
    width: 24vw;
    height: 24vw;
    margin-top: -16vw;
    transform: translateX(16vw);
  }
}
#index_page .pageContentAll .inxAbout > .thisBox > .contentBox .rightTextBox .yearBox .quan .cenText {
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  flex-wrap: unset;
}
#index_page .pageContentAll .inxAbout > .thisBox > .contentBox .rightTextBox .yearBox .quan .cenText .hisNum {
  font-size: clamp(12px, 1.3vw, 1.3vw);
  font-family: 'en10';
  text-transform: uppercase;
  color: #c9b293;
}
@media (max-width:1024px) {
  #index_page .pageContentAll .inxAbout > .thisBox > .contentBox .rightTextBox .yearBox .quan .cenText .hisNum {
    font-size: 4.6vw;
  }
}
#index_page .pageContentAll .inxAbout > .thisBox > .contentBox .rightTextBox .yearBox .quan .cenText .dw {
  color: #c9b293;
}
#index_page .pageContentAll .inxAbout > .thisBox > .contentBox .rightTextBox .yearBox .quan .quanT {
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
}
#index_page .pageContentAll .inxAbout > .thisBox > .contentBox .rightTextBox .yearBox .quan .quanT img {
  width: 100%;
  height: 100%;
  animation: xuanzhuan 40s linear 0s infinite normal;
}
#index_page .pageContentAll .inxAbout > .thisBox > .contentBox .rightTextBox .miaoshu {
  font-size: clamp(12px, 1.5vw, 1.5vw);
}
@media (max-width:1024px) {
  #index_page .pageContentAll .inxAbout > .thisBox > .contentBox .rightTextBox .miaoshu {
    font-size: 5vw;
  }
}
#index_page .pageContentAll .inxProduct {
  position: relative;
  overflow: hidden;
}
#index_page .pageContentAll .inxProduct > .thisBox {
  position: relative;
  z-index: 1;
}
#index_page .pageContentAll .inxProduct > .thisBox > .contentBox .pinBox {
  position: relative;
  width: 100%;
  height: 100vh;
}
@media (max-width:1024px) {
  #index_page .pageContentAll .inxProduct > .thisBox > .contentBox .pinBox {
    height: unset;
  }
}
#index_page .pageContentAll .inxProduct > .thisBox > .contentBox .pinBox .firstText {
  position: absolute;
  top: 6vw;
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  flex-wrap: unset;
  gap: 1vw;
}
@media (max-width:1024px) {
  #index_page .pageContentAll .inxProduct > .thisBox > .contentBox .pinBox .firstText {
    z-index: 2;
    top: 15vw;
  }
}
#index_page .pageContentAll .inxProduct > .thisBox > .contentBox .pinBox .firstText div {
  font-size: clamp(12px, 2.7vw, 2.7vw);
}
@media (max-width:1024px) {
  #index_page .pageContentAll .inxProduct > .thisBox > .contentBox .pinBox .firstText div {
    font-size: 7.4vw;
  }
}
@media (max-width:1024px) {
  #index_page .pageContentAll .inxProduct > .thisBox > .contentBox .pinBox .firstText div {
    font-size: 5vw;
  }
}
#index_page .pageContentAll .inxProduct > .thisBox > .contentBox .pinBox .circleHider {
  position: relative;
  z-index: 1;
  width: 100%;
  height: 100%;
  padding-top: 4vw;
  clip-path: circle(calc(var(--progress1) * 100%) at 50% calc(-1 * var(--progress1) * 10% + 60%));
}
@media (max-width:1024px) {
  #index_page .pageContentAll .inxProduct > .thisBox > .contentBox .pinBox .circleHider {
    clip-path: unset;
    padding-top: 30vw;
  }
}
#index_page .pageContentAll .inxProduct > .thisBox > .contentBox .pinBox .circleHider .oneAni {
  position: relative;
  z-index: 1;
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  flex-wrap: unset;
}
@media (max-width:1024px) {
  #index_page .pageContentAll .inxProduct > .thisBox > .contentBox .pinBox .circleHider .oneAni {
    display: none;
  }
}
#index_page .pageContentAll .inxProduct > .thisBox > .contentBox .pinBox .circleHider .oneAni .oneAniBox {
  position: relative;
  border-radius: 2vw;
  overflow: hidden;
  width: 60vw;
  height: 31vw;
  border-radius: 30vw;
  will-change: transform;
  background-color: rgba(255, 255, 255, 0.5);
}
#index_page .pageContentAll .inxProduct > .thisBox > .contentBox .pinBox .circleHider .oneAni .oneAniBox .ul {
  position: relative;
  width: 100%;
  height: 100%;
}
#index_page .pageContentAll .inxProduct > .thisBox > .contentBox .pinBox .circleHider .oneAni .oneAniBox .ul .li {
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
}
#index_page .pageContentAll .inxProduct > .thisBox > .contentBox .pinBox .circleHider .oneAni .oneAniBox .ul .li .box {
  position: relative;
  clip-path: inset(0 0 calc(var(--progress) * 100%));
  width: 100%;
  height: calc(100% + 5vw);
  padding-bottom: 5vw;
}
#index_page .pageContentAll .inxProduct > .thisBox > .contentBox .pinBox .circleHider .oneAni .oneAniBox .ul .li .box .coutBox {
  width: 100%;
  height: 100%;
}
#index_page .pageContentAll .inxProduct > .thisBox > .contentBox .pinBox .circleHider .oneAni .oneAniBox .ul .li .box .coutBox .imgBox {
  width: 100%;
  height: 100%;
}
#index_page .pageContentAll .inxProduct > .thisBox > .contentBox .pinBox .circleHider .oneAni .oneAniBox .ul .li .box .xian {
  position: absolute;
  bottom: calc(var(--progress) * 100%);
  width: 100%;
  height: 1px;
  background-color: #fff;
}
#index_page .pageContentAll .inxProduct > .thisBox > .contentBox .pinBox .circleHider .oneAni .oneAniBox .ul .li .box .xian .title {
  position: absolute;
  bottom: 1vw;
  left: 50%;
  color: #fff;
  transform: translateX(-50%);
  font-size: clamp(12px, 1.7vw, 1.7vw);
}
@media (max-width:1024px) {
  #index_page .pageContentAll .inxProduct > .thisBox > .contentBox .pinBox .circleHider .oneAni .oneAniBox .ul .li .box .xian .title {
    font-size: 5.4vw;
  }
}
#index_page .pageContentAll .inxProduct > .thisBox > .contentBox .pinBox .circleHider .oneAni .oneAniBox .ul .li .box .xian .num {
  position: absolute;
  right: 5vw;
  bottom: 1vw;
  writing-mode: vertical-rl;
  font-family: 'en10';
  text-transform: uppercase;
  font-size: clamp(12px, 0.7vw, 0.7vw);
  opacity: 0.5;
  letter-spacing: 0.1em;
  color: #fff;
}
@media (max-width:1024px) {
  #index_page .pageContentAll .inxProduct > .thisBox > .contentBox .pinBox .circleHider .oneAni .oneAniBox .ul .li .box .xian .num {
    font-size: 3.4vw;
  }
}
#index_page .pageContentAll .inxProduct > .thisBox > .contentBox .pinBox .circleHider .oneAni .oneAniBox .lastAnis {
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  flex-wrap: unset;
}
#index_page .pageContentAll .inxProduct > .thisBox > .contentBox .pinBox .circleHider .oneAni .oneAniBox .lastAnis .kBox {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  flex-wrap: unset;
  gap: 2vw;
}
#index_page .pageContentAll .inxProduct > .thisBox > .contentBox .pinBox .circleHider .oneAni .oneAniBox .lastAnis .kBox .douhao {
  transform: translateY(100%);
  transition-duration: 1s;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.56, -0.01, 0.04, 1);
  opacity: 0;
}
#index_page .pageContentAll .inxProduct > .thisBox > .contentBox .pinBox .circleHider .oneAni .oneAniBox .lastAnis .kBox .t1 {
  font-size: clamp(12px, 1.9vw, 1.9vw);
  color: #af3338;
  opacity: 0;
  transform: translateY(100%);
  transition-duration: 1s;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.56, -0.01, 0.04, 1);
}
@media (max-width:1024px) {
  #index_page .pageContentAll .inxProduct > .thisBox > .contentBox .pinBox .circleHider .oneAni .oneAniBox .lastAnis .kBox .t1 {
    font-size: 5.8vw;
  }
}
#index_page .pageContentAll .inxProduct > .thisBox > .contentBox .pinBox .circleHider .oneAni .oneAniBox .lastAnis .kBox .t2 {
  font-size: clamp(12px, 0.9vw, 0.9vw);
  opacity: 0.7;
  transition-duration: 1s;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.56, -0.01, 0.04, 1);
  opacity: 0;
  transform: translateY(100%);
}
@media (max-width:1024px) {
  #index_page .pageContentAll .inxProduct > .thisBox > .contentBox .pinBox .circleHider .oneAni .oneAniBox .lastAnis .kBox .t2 {
    font-size: 3.8vw;
  }
}
#index_page .pageContentAll .inxProduct > .thisBox > .contentBox .pinBox .circleHider .oneAni .oneAniBox .lastAnis.on .kBox .douhao {
  transform: translateY(0);
  opacity: 1;
}
#index_page .pageContentAll .inxProduct > .thisBox > .contentBox .pinBox .circleHider .oneAni .oneAniBox .lastAnis.on .kBox .t1 {
  transform: translateY(0);
  transition-delay: 0.1s;
  opacity: 1;
}
#index_page .pageContentAll .inxProduct > .thisBox > .contentBox .pinBox .circleHider .oneAni .oneAniBox .lastAnis.on .kBox .t2 {
  transform: translateY(0);
  transition-delay: 0.2s;
  opacity: 1;
}
#index_page .pageContentAll .inxProduct > .thisBox > .contentBox .pinBox .circleHider .twoAni {
  position: absolute;
  top: 0;
  z-index: 1;
  left: 100%;
  will-change: transform;
  height: 100%;
  padding-top: 4vw;
}
@media (max-width:1024px) {
  #index_page .pageContentAll .inxProduct > .thisBox > .contentBox .pinBox .circleHider .twoAni {
    left: 0;
    padding: 12vw 0;
    position: relative;
    z-index: 1;
  }
}
#index_page .pageContentAll .inxProduct > .thisBox > .contentBox .pinBox .circleHider .twoAni .moveBox {
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  flex-wrap: unset;
}
#index_page .pageContentAll .inxProduct > .thisBox > .contentBox .pinBox .circleHider .twoAni .moveBox .ul {
  width: max-content;
  height: 100%;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  flex-wrap: unset;
  gap: 20vw;
}
@media (max-width:1024px) {
  #index_page .pageContentAll .inxProduct > .thisBox > .contentBox .pinBox .circleHider .twoAni .moveBox .ul {
    width: 75%;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    flex-wrap: unset;
    gap: 10vw;
  }
}
@media (max-width:1024px) and (max-width:1600px) {
  #index_page .pageContentAll .inxProduct > .thisBox > .contentBox .pinBox .circleHider .twoAni .moveBox .ul {
    width: 75%;
  }
}
@media (max-width:1024px) and (max-width:1300px) {
  #index_page .pageContentAll .inxProduct > .thisBox > .contentBox .pinBox .circleHider .twoAni .moveBox .ul {
    width: 75%;
  }
}
@media (max-width:1024px) and (max-width:1024px) {
  #index_page .pageContentAll .inxProduct > .thisBox > .contentBox .pinBox .circleHider .twoAni .moveBox .ul {
    width: 90%;
  }
}
#index_page .pageContentAll .inxProduct > .thisBox > .contentBox .pinBox .circleHider .twoAni .moveBox .ul .li .aBox {
  position: relative;
}
@media (max-width:1024px) {
  #index_page .pageContentAll .inxProduct > .thisBox > .contentBox .pinBox .circleHider .twoAni .moveBox .ul .li .aBox {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    flex-wrap: unset;
  }
}
#index_page .pageContentAll .inxProduct > .thisBox > .contentBox .pinBox .circleHider .twoAni .moveBox .ul .li .aBox .imgBoxAll {
  position: relative;
}
#index_page .pageContentAll .inxProduct > .thisBox > .contentBox .pinBox .circleHider .twoAni .moveBox .ul .li .aBox .imgBoxAll .imgBox {
  position: relative;
  width: 60vw;
  height: 31vw;
  border-radius: 30vw;
  overflow: hidden;
}
@media (max-width:1024px) {
  #index_page .pageContentAll .inxProduct > .thisBox > .contentBox .pinBox .circleHider .twoAni .moveBox .ul .li .aBox .imgBoxAll .imgBox {
    width: 90vw;
    height: 45vw;
  }
}
#index_page .pageContentAll .inxProduct > .thisBox > .contentBox .pinBox .circleHider .twoAni .moveBox .ul .li .aBox .imgBoxAll .imgBox img {
  transition-duration: 0.8s;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.56, -0.01, 0.04, 1);
}
#index_page .pageContentAll .inxProduct > .thisBox > .contentBox .pinBox .circleHider .twoAni .moveBox .ul .li .aBox .imgBoxAll .imgBox::after {
  content: '';
  position: absolute;
  display: block;
  top: 0;
  width: 100%;
  height: 100%;
  border-radius: 30vw;
  left: 1vw;
  top: 1vw;
  border: 1px dashed #fff;
  width: calc(100% - 2vw);
  height: calc(100% - 2vw);
}
@media (max-width:1024px) {
  #index_page .pageContentAll .inxProduct > .thisBox > .contentBox .pinBox .circleHider .twoAni .moveBox .ul .li .aBox .imgBoxAll .imgBox::after {
    left: 2vw;
    top: 2vw;
    width: calc(100% - 4vw);
    height: calc(100% - 4vw);
  }
}
#index_page .pageContentAll .inxProduct > .thisBox > .contentBox .pinBox .circleHider .twoAni .moveBox .ul .li .aBox .textBox {
  position: absolute;
  left: -6vw;
  bottom: 0;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  flex-wrap: unset;
  gap: 1vw;
}
@media (max-width:1024px) {
  #index_page .pageContentAll .inxProduct > .thisBox > .contentBox .pinBox .circleHider .twoAni .moveBox .ul .li .aBox .textBox {
    position: unset;
    align-items: center;
  }
}
#index_page .pageContentAll .inxProduct > .thisBox > .contentBox .pinBox .circleHider .twoAni .moveBox .ul .li .aBox .textBox .title {
  color: #fff;
  font-size: clamp(12px, 3.7vw, 3.7vw);
}
@media (max-width:1024px) {
  #index_page .pageContentAll .inxProduct > .thisBox > .contentBox .pinBox .circleHider .twoAni .moveBox .ul .li .aBox .textBox .title {
    font-size: 9.4vw;
  }
}
@media (max-width:1024px) {
  #index_page .pageContentAll .inxProduct > .thisBox > .contentBox .pinBox .circleHider .twoAni .moveBox .ul .li .aBox .textBox .title {
    color: #333;
    font-size: 6vw;
  }
}
#index_page .pageContentAll .inxProduct > .thisBox > .contentBox .pinBox .circleHider .twoAni .moveBox .ul .li .aBox .textBox .subtitle {
  color: #fff;
  font-size: clamp(12px, 1.9vw, 1.9vw);
  font-family: 'en10';
  letter-spacing: 0.1em;
  text-transform: uppercase;
}
@media (max-width:1024px) {
  #index_page .pageContentAll .inxProduct > .thisBox > .contentBox .pinBox .circleHider .twoAni .moveBox .ul .li .aBox .textBox .subtitle {
    font-size: 5.8vw;
  }
}
@media (max-width:1024px) {
  #index_page .pageContentAll .inxProduct > .thisBox > .contentBox .pinBox .circleHider .twoAni .moveBox .ul .li .aBox .textBox .subtitle {
    color: #af3338;
    text-align: center;
    font-size: 4vw;
  }
}
#index_page .pageContentAll .inxProduct > .thisBox > .contentBox .pinBox .circleHider .twoAni .moveBox .ul .li .aBox .textBox .proMore {
  position: relative;
  width: 4vw;
  height: 4vw;
  margin-top: 2vw;
  border-radius: 50%;
}
@media (max-width:1024px) {
  #index_page .pageContentAll .inxProduct > .thisBox > .contentBox .pinBox .circleHider .twoAni .moveBox .ul .li .aBox .textBox .proMore {
    width: 10vw;
    height: 10vw;
  }
}
#index_page .pageContentAll .inxProduct > .thisBox > .contentBox .pinBox .circleHider .twoAni .moveBox .ul .li .aBox .textBox .proMore .quan {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  flex-wrap: unset;
  width: 100%;
  height: 100%;
}
#index_page .pageContentAll .inxProduct > .thisBox > .contentBox .pinBox .circleHider .twoAni .moveBox .ul .li .aBox .textBox .proMore .quan i {
  color: #fff;
}
@media (max-width:1024px) {
  #index_page .pageContentAll .inxProduct > .thisBox > .contentBox .pinBox .circleHider .twoAni .moveBox .ul .li .aBox .textBox .proMore .quan i {
    color: #af3338;
  }
}
#index_page .pageContentAll .inxProduct > .thisBox > .contentBox .pinBox .circleHider .twoAni .moveBox .ul .li .aBox .textBox .proMore::after {
  content: '';
  position: absolute;
  display: block;
  top: 0;
  width: 100%;
  height: 100%;
  border: 1px dashed #fff;
  border-radius: 50%;
  transition-duration: 0.3s;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.56, -0.01, 0.04, 1);
}
@media (max-width:1024px) {
  #index_page .pageContentAll .inxProduct > .thisBox > .contentBox .pinBox .circleHider .twoAni .moveBox .ul .li .aBox .textBox .proMore::after {
    border-color: #af3338;
  }
}
#index_page .pageContentAll .inxProduct > .thisBox > .contentBox .pinBox .circleHider .twoAni .moveBox .ul .li .aBox:hover .imgBoxAll .imgBox {
  transition-duration: 0.8s;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.56, -0.01, 0.04, 1);
}
#index_page .pageContentAll .inxProduct > .thisBox > .contentBox .pinBox .circleHider .twoAni .moveBox .ul .li .aBox:hover .imgBoxAll .imgBox img {
  transform: scale(1.2);
}
#index_page .pageContentAll .inxProduct > .thisBox > .contentBox .pinBox .circleHider .twoAni .moveBox .ul .li .aBox:hover .textBox .proMore::after {
  animation: xuanzhuan 20s linear 0s infinite normal;
  background-color: rgba(255, 255, 255, 0.2);
}
#index_page .pageContentAll .inxProduct > .thisBox > .contentBox .pinBox .circleHider .twoAni.joinTwo {
  animation: twoAniLight 20s linear forwards;
}
#index_page .pageContentAll .inxProduct > .thisBox > .contentBox .pinBox .circleHider .bgVideo {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
}
#index_page .pageContentAll .inxProduct > .thisBox > .contentBox .pinBox .circleHider .bgVideo video {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
#index_page .pageContentAll .inxProduct > .thisBox > .contentBox .pinBox .circleHider .bgVideo::after {
  content: '';
  position: absolute;
  display: block;
  top: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  background-color: #fff;
  opacity: 0.6;
  transition-duration: 2s;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.56, -0.01, 0.04, 1);
}
#index_page .pageContentAll .inxProduct > .thisBox > .contentBox .pinBox .circleHider .bgVideo.joinTwo::after {
  background-color: #af3338;
  opacity: 0.8;
}
#index_page .pageContentAll .inxProduct > .thisBox > .contentBox .pinBox::before {
  pointer-events: none;
  z-index: 2;
  width: 200%;
  content: '';
  position: absolute;
  display: block;
  top: 100%;
  background-color: #fff;
  animation: lightAni 20s linear 4s infinite normal;
}
#index_page .pageContentAll .inxProduct > .thisBox > .contentBox .pinBox::after {
  pointer-events: none;
  z-index: 2;
  width: 200%;
  content: '';
  position: absolute;
  display: block;
  top: 100%;
  background-color: #fff;
  animation: lightAni 20s linear 0s infinite normal;
}
@keyframes lightAni {
  0% {
    transform: translate(80vw, 80vh) rotate(-30deg);
    opacity: 0.2;
    filter: blur(65px);
  }
  40% {
    opacity: 0.3;
    height: 6vw;
  }
  50% {
    opacity: 0.1;
    height: 8vw;
    filter: blur(80px);
  }
  60% {
    opacity: 0.5;
    height: 2vw;
  }
  70% {
    opacity: 0.2;
    height: 8vw;
    filter: blur(45px);
  }
  80% {
    opacity: 0.4;
    height: 4vw;
  }
  100% {
    transform: translate(-120vw, -120vh) rotate(-30deg);
    opacity: 0.6;
  }
}
#index_page .pageContentAll .inxGongyi {
  position: relative;
}
#index_page .pageContentAll .inxGongyi > .thisBox {
  position: relative;
  z-index: 1;
  padding: 7vw 0;
}
@media (max-width:1600px) {
  #index_page .pageContentAll .inxGongyi > .thisBox {
    padding: 7vw 0;
  }
}
@media (max-width:1300px) {
  #index_page .pageContentAll .inxGongyi > .thisBox {
    padding: 7vw 0;
  }
}
@media (max-width:1024px) {
  #index_page .pageContentAll .inxGongyi > .thisBox {
    padding: 12vw 0;
  }
}
#index_page .pageContentAll .inxGongyi > .thisBox .titleBox {
  width: 75%;
  margin: 0 auto;
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  justify-content: space-between;
  flex-wrap: unset;
  margin-bottom: 5vw;
}
@media (max-width:1600px) {
  #index_page .pageContentAll .inxGongyi > .thisBox .titleBox {
    width: 75%;
  }
}
@media (max-width:1300px) {
  #index_page .pageContentAll .inxGongyi > .thisBox .titleBox {
    width: 75%;
  }
}
@media (max-width:1024px) {
  #index_page .pageContentAll .inxGongyi > .thisBox .titleBox {
    width: 90%;
  }
}
@media (max-width:1024px) {
  #index_page .pageContentAll .inxGongyi > .thisBox .titleBox {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    flex-wrap: unset;
    gap: 8vw;
  }
}
#index_page .pageContentAll .inxGongyi > .thisBox .titleBox .leftBox {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  flex-wrap: unset;
  gap: 1vw;
}
@media (max-width:1024px) {
  #index_page .pageContentAll .inxGongyi > .thisBox .titleBox .leftBox {
    width: 100%;
  }
}
#index_page .pageContentAll .inxGongyi > .thisBox .titleBox .leftBox .cn {
  position: relative;
  z-index: 1;
  font-size: clamp(12px, 1.5vw, 1.5vw);
}
@media (max-width:1024px) {
  #index_page .pageContentAll .inxGongyi > .thisBox .titleBox .leftBox .cn {
    font-size: 5vw;
  }
}
#index_page .pageContentAll .inxGongyi > .thisBox .titleBox .leftBox .en {
  color: #fff;
  background-color: #af3338;
  padding: 0.2vw 2vw;
}
#index_page .pageContentAll .inxGongyi > .thisBox .titleBox .leftBox .bgTxt {
  position: absolute;
  top: 0;
  left: 80%;
  font-size: clamp(12px, 4.7vw, 4.7vw);
  opacity: 0.1;
  width: max-content;
  font-weight: bold;
  transform: translateY(-1vw);
}
@media (max-width:1024px) {
  #index_page .pageContentAll .inxGongyi > .thisBox .titleBox .leftBox .bgTxt {
    font-size: 11.4vw;
  }
}
@media (max-width:1024px) {
  #index_page .pageContentAll .inxGongyi > .thisBox .titleBox .leftBox .bgTxt {
    left: unset;
    right: 0;
  }
}
#index_page .pageContentAll .inxGongyi > .thisBox .titleBox .rightBox .txt {
  font-size: clamp(12px, 2.1vw, 2.1vw);
}
@media (max-width:1024px) {
  #index_page .pageContentAll .inxGongyi > .thisBox .titleBox .rightBox .txt {
    font-size: 6.2vw;
  }
}
#index_page .pageContentAll .inxGongyi > .thisBox > .contentBox {
  width: 75%;
  margin: 0 auto;
}
@media (max-width:1600px) {
  #index_page .pageContentAll .inxGongyi > .thisBox > .contentBox {
    width: 75%;
  }
}
@media (max-width:1300px) {
  #index_page .pageContentAll .inxGongyi > .thisBox > .contentBox {
    width: 75%;
  }
}
@media (max-width:1024px) {
  #index_page .pageContentAll .inxGongyi > .thisBox > .contentBox {
    width: 90%;
  }
}
#index_page .pageContentAll .inxGongyi > .thisBox > .contentBox .ul {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  flex-wrap: unset;
  gap: 8vw;
  will-change: transform;
}
#index_page .pageContentAll .inxGongyi > .thisBox > .contentBox .ul .li {
  width: 100%;
}
#index_page .pageContentAll .inxGongyi > .thisBox > .contentBox .ul .li .box {
  width: 100%;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  flex-wrap: unset;
}
@media (max-width:1024px) {
  #index_page .pageContentAll .inxGongyi > .thisBox > .contentBox .ul .li .box {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    flex-wrap: unset;
  }
}
#index_page .pageContentAll .inxGongyi > .thisBox > .contentBox .ul .li .box .imgBoxAll {
  position: relative;
  width: 30vw;
  height: 30vw;
}
@media (max-width:1024px) {
  #index_page .pageContentAll .inxGongyi > .thisBox > .contentBox .ul .li .box .imgBoxAll {
    width: 60vw;
    height: 60vw;
  }
}
#index_page .pageContentAll .inxGongyi > .thisBox > .contentBox .ul .li .box .imgBoxAll .svgHider {
  position: relative;
  z-index: 1;
  width: 100%;
  height: 100%;
  transition-duration: 0.8s;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.56, -0.01, 0.04, 1);
}
#index_page .pageContentAll .inxGongyi > .thisBox > .contentBox .ul .li .box .imgBoxAll .svgHider .imgBox {
  width: 100%;
  height: 100%;
  overflow: hidden;
}
#index_page .pageContentAll .inxGongyi > .thisBox > .contentBox .ul .li .box .imgBoxAll .svgHider .imgBox img {
  transition-duration: 0.8s;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.56, -0.01, 0.04, 1);
}
#index_page .pageContentAll .inxGongyi > .thisBox > .contentBox .ul .li .box .imgBoxAll .fanganCanvas {
  position: absolute;
  top: -15%;
  left: -15%;
  opacity: 0.05;
  width: 130%;
  height: 130%;
  animation: xuanzhuan 50s linear 0s infinite normal;
}
#index_page .pageContentAll .inxGongyi > .thisBox > .contentBox .ul .li .box .textBox {
  width: 50%;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  flex-wrap: unset;
  gap: 2vw;
}
@media (max-width:1024px) {
  #index_page .pageContentAll .inxGongyi > .thisBox > .contentBox .ul .li .box .textBox {
    margin-top: 6vw;
    width: 85vw;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    flex-wrap: unset;
  }
}
#index_page .pageContentAll .inxGongyi > .thisBox > .contentBox .ul .li .box .textBox .title {
  display: flex;
  flex-direction: row;
  align-items: flex-end;
  justify-content: flex-start;
  flex-wrap: unset;
  gap: 2vw;
}
#index_page .pageContentAll .inxGongyi > .thisBox > .contentBox .ul .li .box .textBox .title .num {
  font-family: 'en9';
  font-size: clamp(12px, 7.7vw, 7.7vw);
  line-height: 0.9em;
  color: #af3338;
}
@media (max-width:1024px) {
  #index_page .pageContentAll .inxGongyi > .thisBox > .contentBox .ul .li .box .textBox .title .num {
    font-size: 17.4vw;
  }
}
#index_page .pageContentAll .inxGongyi > .thisBox > .contentBox .ul .li .box .textBox .title .txt {
  font-size: clamp(12px, 2.5vw, 2.5vw);
  font-family: 'cn1';
}
@media (max-width:1024px) {
  #index_page .pageContentAll .inxGongyi > .thisBox > .contentBox .ul .li .box .textBox .title .txt {
    font-size: 7vw;
  }
}
#index_page .pageContentAll .inxGongyi > .thisBox > .contentBox .ul .li .box .textBox .miaoshu {
  line-height: 2em;
}
#index_page .pageContentAll .inxGongyi > .thisBox > .contentBox .ul .li.on .box .imgBoxAll .svgHider {
  transform: rotate(30deg) scale(1.2);
}
#index_page .pageContentAll .inxGongyi > .thisBox > .contentBox .ul .li.on .box .imgBoxAll .svgHider .imgBox img {
  transform: scale(1.1);
  transition-delay: 0.3s;
}
@media (min-width:1024px) {
  #index_page .pageContentAll .inxGongyi > .thisBox > .contentBox .ul .li:nth-child(2n) .box {
    flex-direction: row-reverse;
  }
}
#index_page .pageContentAll .inxGongyi::after {
  content: '';
  position: absolute;
  display: block;
  top: 0;
  width: 100%;
  height: 100%;
}
#index_page .pageContentAll .inxNews {
  overflow: hidden;
  position: relative;
    
}
#index_page .pageContentAll .inxNews .bgVid {
  background-image: url(../img/qingxiimg2.jpg);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  z-index: -1;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;

}
@media (max-width:1600px) {
  #index_page .pageContentAll .inxNews .bgVid {
    width: 100%;
    height: 100%;
  }
}
#index_page .pageContentAll .inxNews > .thisBox {
  position: relative;
  z-index: 1;
  padding-top: 7vw;
  padding-bottom: 7vw;
  width: 75%;
  margin: 0 auto;
}
@media (max-width:1600px) {
  #index_page .pageContentAll .inxNews > .thisBox {
    width: 75%;
  }
}
@media (max-width:1300px) {
  #index_page .pageContentAll .inxNews > .thisBox {
    width: 75%;
  }
}
@media (max-width:1024px) {
  #index_page .pageContentAll .inxNews > .thisBox {
    padding-top: 12vw;
    padding-bottom: 12vw;
    width: 90%;
  }
}
#index_page .pageContentAll .inxNews > .thisBox .titleBox {
  margin-bottom: 3vw;
  display: flex;
  flex-direction: row;
  align-items: flex-end;
  justify-content: space-between;
  flex-wrap: unset;
}
@media (max-width:1024px) {
  #index_page .pageContentAll .inxNews > .thisBox .titleBox {
    margin-bottom: 6vw;
    flex-direction: column;
    align-items: flex-start;
    gap: 4vw;
  }
}
#index_page .pageContentAll .inxNews > .thisBox .titleBox .leftBox {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
  flex-wrap: unset;
  gap: 0.8vw;
}
@media (max-width:1024px) {
  #index_page .pageContentAll .inxNews > .thisBox .titleBox .leftBox {
    gap: 2.5vw;
  }
}
#index_page .pageContentAll .inxNews > .thisBox .titleBox .leftBox .tag {
    display: inline-flex
;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    flex-wrap: unset;
    padding: 0.3vw 1vw;
    border-radius: 0.3vw;
    font-size: clamp(10px, 1.8vw, 1.8vw);
    font-family: 'cn1';
}
@media (max-width:1024px) {
  #index_page .pageContentAll .inxNews > .thisBox .titleBox .leftBox .tag {
    padding: 1vw 2.5vw;
    border-radius: 1vw;
    font-size: 3.8vw;
  }
}
#index_page .pageContentAll .inxNews > .thisBox .titleBox .leftBox .cn {
  font-size: clamp(24px, 3vw, 3vw);
  font-weight: bold;
  color: #333;
  font-family: 'cn1';
  line-height: 1.3;
}
@media (max-width:1024px) {
  #index_page .pageContentAll .inxNews > .thisBox .titleBox .leftBox .cn {
    font-size: 6.5vw;
  }
}
#index_page .pageContentAll .inxNews > .thisBox .titleBox .rightBox {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-start;
  flex-wrap: unset;
  gap: 0.8vw;
}
@media (max-width:1024px) {
  #index_page .pageContentAll .inxNews > .thisBox .titleBox .rightBox {
    gap: 2.5vw;
  }
}
#index_page .pageContentAll .inxNews > .thisBox .titleBox .rightBox .darkBtn {
  padding: 0.6vw 1.5vw;
  background-color: #af3338;
  color: #fff;
  border-radius: 1.5vw;
  font-size: clamp(11px, 0.7vw, 0.7vw);
  font-family: 'cn1';
  transition: all 0.3s ease;
}
@media (max-width:1024px) {
  #index_page .pageContentAll .inxNews > .thisBox .titleBox .rightBox .darkBtn {
    padding: 2vw 5vw;
    border-radius: 5vw;
    font-size: 3vw;
  }
}
#index_page .pageContentAll .inxNews > .thisBox .titleBox .rightBox .darkBtn:hover {
  background-color: #af3338;
}
#index_page .pageContentAll .inxNews > .thisBox .titleBox .rightBox .greenBtn {
  width: 2.2vw;
  height: 2.2vw;
  background-color: #af3338;
  border-radius: 0.4vw;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  flex-wrap: unset;
  color: #fff;
  transition: all 0.3s ease;
}
@media (max-width:1024px) {
  #index_page .pageContentAll .inxNews > .thisBox .titleBox .rightBox .greenBtn {
    width: 7vw;
    height: 7vw;
    border-radius: 1.5vw;
  }
}
#index_page .pageContentAll .inxNews > .thisBox .titleBox .rightBox .greenBtn i {
  font-size: clamp(9px, 0.55vw, 0.55vw);
}
@media (max-width:1024px) {
  #index_page .pageContentAll .inxNews > .thisBox .titleBox .rightBox .greenBtn i {
    font-size: 2.8vw;
  }
}
#index_page .pageContentAll .inxNews > .thisBox .titleBox .rightBox .greenBtn:hover {
  background-color: #689F38;
}
#index_page .pageContentAll .inxNews > .thisBox > .contentBox {
  display: flex;
  flex-direction: row;
  align-items: stretch;
  justify-content: flex-start;
  flex-wrap: unset;
}
#index_page .pageContentAll .inxNews > .thisBox > .contentBox .newsList {
  display: flex;
  flex-direction: row;
  align-items: stretch;
  justify-content: flex-start;
  flex-wrap: unset;
  gap: 1.5vw;
  width: 100%;
}
@media (max-width:1024px) {
  #index_page .pageContentAll .inxNews > .thisBox > .contentBox .newsList {
    flex-direction: column;
    gap: 5vw;
  }
}
#index_page .pageContentAll .inxNews > .thisBox > .contentBox .newsList .newsItem {
  flex: 1;
  list-style: none;
}
#index_page .pageContentAll .inxNews > .thisBox > .contentBox .newsList .newsItem .aBox {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  justify-content: flex-start;
  flex-wrap: unset;
  width: 100%;
  height: 100%;
  background-color: #fff;
  border-radius: 1vw;
  overflow: hidden;
  transition: all 0.3s ease;
}
@media (max-width:1024px) {
  #index_page .pageContentAll .inxNews > .thisBox > .contentBox .newsList .newsItem .aBox {
    border-radius: 3vw;
  }
}
#index_page .pageContentAll .inxNews > .thisBox > .contentBox .newsList .newsItem .aBox:hover {
  box-shadow: 0 0.5vw 2vw rgba(0, 0, 0, 0.1);
  transform: translateY(-0.3vw);
}
#index_page .pageContentAll .inxNews > .thisBox > .contentBox .newsList .newsItem .aBox .imgBox {
  position: relative;
  width: 100%;
  aspect-ratio: 16 / 10;
  overflow: hidden;
}
#index_page .pageContentAll .inxNews > .thisBox > .contentBox .newsList .newsItem .aBox .imgBox img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.5s ease;
}
#index_page .pageContentAll .inxNews > .thisBox > .contentBox .newsList .newsItem .aBox:hover .imgBox img {
  transform: scale(1.05);
}
#index_page .pageContentAll .inxNews > .thisBox > .contentBox .newsList .newsItem .aBox .imgBox .newsTag {
  position: absolute;
  bottom: 1vw;
  left: 1vw;
  padding: 0.3vw 0.8vw;
  background-color: rgba(255, 255, 255, 0.95);
  border-radius: 0.3vw;
  color: #333;
  font-size: clamp(9px, 1vw, 1vw);
  font-family: 'cn1';
}
@media (max-width:1024px) {
  #index_page .pageContentAll .inxNews > .thisBox > .contentBox .newsList .newsItem .aBox .imgBox .newsTag {
    bottom: 3vw;
    left: 3vw;
    padding: 1vw 2.5vw;
    border-radius: 1vw;
    font-size: 2.5vw;
  }
}
#index_page .pageContentAll .inxNews > .thisBox > .contentBox .newsList .newsItem .aBox .textBox {
  padding: 1.2vw;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
  flex-wrap: unset;
  gap: 0.6vw;
  flex: 1;
}
@media (max-width:1024px) {
  #index_page .pageContentAll .inxNews > .thisBox > .contentBox .newsList .newsItem .aBox .textBox {
    padding: 4vw;
    gap: 2vw;
  }
}
#index_page .pageContentAll .inxNews > .thisBox > .contentBox .newsList .newsItem .aBox .textBox .title {
  font-size: clamp(13px, 1.2vw, 1.2vw);
  font-weight: bold;
  color: #333;
  font-family: 'cn1';
  line-height: 1.5;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  transition: color 0.3s ease;
}
@media (max-width:1024px) {
  #index_page .pageContentAll .inxNews > .thisBox > .contentBox .newsList .newsItem .aBox .textBox .title {
    font-size: 4.5vw;
  }
}
#index_page .pageContentAll .inxNews > .thisBox > .contentBox .newsList .newsItem .aBox:hover .textBox .title {
  color: #af3338;
}
#index_page .pageContentAll .inxNews > .thisBox > .contentBox .newsList .newsItem .aBox .textBox .time {
  font-size: clamp(10px, 1vw, 1vw);
  color: #999;
  font-family: 'cn1';
}
@media (max-width:1024px) {
  #index_page .pageContentAll .inxNews > .thisBox > .contentBox .newsList .newsItem .aBox .textBox .time {
    font-size: 3.8vw;
  }
}
#index_page .pageContentAll .inxNews > .thisBox > .contentBox .newsList .newsItem .aBox .textBox .moreLink {
  margin-top: auto;
  display: inline-flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-start;
  flex-wrap: unset;
  gap: 0.3vw;
  color: #af3338;
  font-size: clamp(10px, 1vw, 1vw);
  font-family: 'cn1';
  transition: all 0.3s ease;
  padding-top: 0.5vw;
  border-top: 1px dashed #e8e8e8;
  width: 100%;
}
@media (max-width:1024px) {
  #index_page .pageContentAll .inxNews > .thisBox > .contentBox .newsList .newsItem .aBox .textBox .moreLink {
    gap: 1vw;
    font-size: 3.8vw;
    padding-top: 2vw;
  }
}
#index_page .pageContentAll .inxNews > .thisBox > .contentBox .newsList .newsItem .aBox .textBox .moreLink i {
  font-size: clamp(8px, 1vw, 1vw);
  transition: transform 0.3s ease;
}
@media (max-width:1024px) {
  #index_page .pageContentAll .inxNews > .thisBox > .contentBox .newsList .newsItem .aBox .textBox .moreLink i {
    font-size: 2.2vw;
  }
}
#index_page .pageContentAll .inxNews > .thisBox > .contentBox .newsList .newsItem .aBox:hover .textBox .moreLink i {
  transform: translateX(0.3vw);
}

#index_page .pageContentAll .inxsolution{
    
}
#index_page .pageContentAll .inxsolution > .thisBox {
  padding-top: 7vw;
  padding-bottom: 7vw;
  width: 75%;
  margin: 0 auto;
}
@media (max-width:1600px) {
  #index_page .pageContentAll .inxsolution > .thisBox {
    width: 75%;
  }
}
@media (max-width:1300px) {
  #index_page .pageContentAll .inxsolution > .thisBox {
    width: 75%;
  }
}
@media (max-width:1024px) {
  #index_page .pageContentAll .inxsolution > .thisBox {
    padding-top: 12vw;
    padding-bottom: 12vw;
    width: 90%;
  }
}
#index_page .pageContentAll .inxsolution > .thisBox .titleBox {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  flex-wrap: unset;
  margin-bottom: 3vw;
}
@media (max-width:1024px) {
  #index_page .pageContentAll .inxsolution > .thisBox .titleBox {
    margin-bottom: 6vw;
  }
}
#index_page .pageContentAll .inxsolution > .thisBox .titleBox .leftBox {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  flex-wrap: unset;
  gap: 0.5vw;
}
@media (max-width:1024px) {
  #index_page .pageContentAll .inxsolution > .thisBox .titleBox .leftBox {
    gap: 2vw;
  }
}
#index_page .pageContentAll .inxsolution > .thisBox .titleBox .leftBox .cn {
  font-size: clamp(24px, 2.5vw, 2.5vw);
  font-weight: bold;
  color: #333;
    text-align: center;
  font-family: 'cn1';
  line-height: 1.2;
}
@media (max-width:1024px) {
  #index_page .pageContentAll .inxsolution > .thisBox .titleBox .leftBox .cn {
    font-size: 7vw;
  }
}
#index_page .pageContentAll .inxsolution > .thisBox .titleBox .leftBox .sub {
  font-size: clamp(16px, 1.4vw, 1.4vw);
  color: #555;
  text-align: center;
  font-family: 'cn1';
}
@media (max-width:1024px) {
  #index_page .pageContentAll .inxsolution > .thisBox .titleBox .leftBox .sub {
    font-size: 4vw;
  }
}
#index_page .pageContentAll .inxsolution > .thisBox .titleBox .leafIco {
  width: 2.5vw;
  height: 2.5vw;
}
@media (max-width:1024px) {
  #index_page .pageContentAll .inxsolution > .thisBox .titleBox .leafIco {
    width: 6vw;
    height: 6vw;
  }
}
#index_page .pageContentAll .inxsolution > .thisBox .titleBox .leafIco img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
#index_page .pageContentAll .inxsolution > .thisBox > .contentBox .swiperBox {
  position: relative;
}
#index_page .pageContentAll .inxsolution > .thisBox > .contentBox .swiperBox #inxSolution {
  overflow: visible;
}
#index_page .pageContentAll .inxsolution > .thisBox > .contentBox .swiperBox #inxSolution .swiper-slide {
  width: calc((100% - 2vw * 2) / 2);
  flex-shrink: 0;
  margin-right: 2vw;
}
#index_page .pageContentAll .inxsolution > .thisBox > .contentBox .swiperBox #inxSolution .swiper-slide:last-child {
  margin-right: 0;
}
@media (max-width:1024px) {
  #index_page .pageContentAll .inxsolution > .thisBox > .contentBox .swiperBox #inxSolution .swiper-slide {
    width: calc((100% - 3vw) / 2);
    margin-right: 3vw;
  }
}
#index_page .pageContentAll .inxsolution > .thisBox > .contentBox .swiperBox #inxSolution .swiper-slide .cardBox {
  position: relative;
  background-color: #fff;
  border-radius: 1vw;
  overflow: hidden;
  transition: all 0.3s ease;
}
@media (max-width:1024px) {
  #index_page .pageContentAll .inxsolution > .thisBox > .contentBox .swiperBox #inxSolution .swiper-slide .cardBox {
    border-radius: 3vw;
  }
}
#index_page .pageContentAll .inxsolution > .thisBox > .contentBox .swiperBox #inxSolution .swiper-slide .cardBox:hover {
  box-shadow: 0 0.5vw 2vw rgba(0, 0, 0, 0.1);
}
#index_page .pageContentAll .inxsolution > .thisBox > .contentBox .swiperBox #inxSolution .swiper-slide .cardBox .imgBox {
  width: 100%;
  aspect-ratio: 4 / 3;
  overflow: hidden;
}
#index_page .pageContentAll .inxsolution > .thisBox > .contentBox .swiperBox #inxSolution .swiper-slide .cardBox .imgBox img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.5s ease;
}
#index_page .pageContentAll .inxsolution > .thisBox > .contentBox .swiperBox #inxSolution .swiper-slide .cardBox:hover .imgBox img {
  transform: scale(1.05);
}
#index_page .pageContentAll .inxsolution > .thisBox > .contentBox .swiperBox #inxSolution .swiper-slide .cardBox .jumpIco {
  position: absolute;
  top: 1vw;
  right: 1vw;
  width: 2.2vw;
  height: 2.2vw;
  background-color: #af3338;
  border-radius: 0.4vw;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  flex-wrap: unset;
  color: #fff;
  transition: all 0.3s ease;
}
@media (max-width:1024px) {
  #index_page .pageContentAll .inxsolution > .thisBox > .contentBox .swiperBox #inxSolution .swiper-slide .cardBox .jumpIco {
    width: 7vw;
    height: 7vw;
    top: 3vw;
    right: 3vw;
    border-radius: 1.5vw;
  }
}
#index_page .pageContentAll .inxsolution > .thisBox > .contentBox .swiperBox #inxSolution .swiper-slide .cardBox .jumpIco i {
  font-size: clamp(10px, 0.8vw, 0.8vw);
}
@media (max-width:1024px) {
  #index_page .pageContentAll .inxsolution > .thisBox > .contentBox .swiperBox #inxSolution .swiper-slide .cardBox .jumpIco i {
    font-size: 3.2vw;
  }
}
#index_page .pageContentAll .inxsolution > .thisBox > .contentBox .swiperBox #inxSolution .swiper-slide .cardBox .jumpIco:hover {
  background-color: #af3338;
}
#index_page .pageContentAll .inxsolution > .thisBox > .contentBox .swiperBox #inxSolution .swiper-slide .cardBox .textBox {
  padding: 1.5vw;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
  flex-wrap: unset;
  gap: 0.8vw;
}
@media (max-width:1024px) {
  #index_page .pageContentAll .inxsolution > .thisBox > .contentBox .swiperBox #inxSolution .swiper-slide .cardBox .textBox {
    padding: 4vw;
    gap: 2vw;
  }
}
#index_page .pageContentAll .inxsolution > .thisBox > .contentBox .swiperBox #inxSolution .swiper-slide .cardBox .textBox .title {
  font-size: clamp(14px, 1.1vw, 1.1vw);
  font-weight: bold;
  color: #333;
  font-family: 'cn1';
}
@media (max-width:1024px) {
  #index_page .pageContentAll .inxsolution > .thisBox > .contentBox .swiperBox #inxSolution .swiper-slide .cardBox .textBox .title {
    font-size: 4vw;
  }
}
#index_page .pageContentAll .inxsolution > .thisBox > .contentBox .swiperBox #inxSolution .swiper-slide .cardBox .textBox .miaoshu {
  font-size: clamp(11px, 0.75vw, 0.75vw);
  color: #666;
  line-height: 1.8;
  font-family: 'cn1';
}
@media (max-width:1024px) {
  #index_page .pageContentAll .inxsolution > .thisBox > .contentBox .swiperBox #inxSolution .swiper-slide .cardBox .textBox .miaoshu {
    font-size: 3vw;
  }
}
#index_page .pageContentAll .inxsolution > .thisBox > .contentBox .swiperBox .swiperControl {
  margin-top: 3vw;
}
@media (max-width:1024px) {
  #index_page .pageContentAll .inxsolution > .thisBox > .contentBox .swiperBox .swiperControl {
    margin-top: 6vw;
  }
}
#index_page .pageContentAll .inxsolution > .thisBox > .contentBox .swiperBox .swiperControl .navigation .navigationThis {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  flex-wrap: unset;
  gap: 1vw;
}
#index_page .pageContentAll .inxsolution > .thisBox > .contentBox .swiperBox .swiperControl .navigation .navigationThis .btn {
  width: 3vw;
  height: 3vw;
  background-color: #f3f3f3;
  border-radius: 50%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  flex-wrap: unset;
  cursor: pointer;
  transition: all 0.3s ease;
}
@media (max-width:1024px) {
  #index_page .pageContentAll .inxsolution > .thisBox > .contentBox .swiperBox .swiperControl .navigation .navigationThis .btn {
    width: 10vw;
    height: 10vw;
  }
}
#index_page .pageContentAll .inxsolution > .thisBox > .contentBox .swiperBox .swiperControl .navigation .navigationThis .btn i {
  font-size: clamp(12px, 0.9vw, 0.9vw);
  color: #333;
}
@media (max-width:1024px) {
  #index_page .pageContentAll .inxsolution > .thisBox > .contentBox .swiperBox .swiperControl .navigation .navigationThis .btn i {
    font-size: 4vw;
  }
}
#index_page .pageContentAll .inxsolution > .thisBox > .contentBox .swiperBox .swiperControl .navigation .navigationThis .btn:hover {
  background-color: #af3338;
}
#index_page .pageContentAll .inxsolution > .thisBox > .contentBox .swiperBox .swiperControl .navigation .navigationThis .btn:hover i {
  color: #fff;
}
#index_page .pageContentAll .inxSeries{
      position: relative;
}
#index_page .pageContentAll .inxSeries .bgVid {
  z-index: -1;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
@media (max-width:1600px) {
  #index_page .pageContentAll .inxSeries .bgVid {
    width: 100%;
    height: 100%;
  }
}
#index_page .pageContentAll .inxSeries > .thisBox {
  padding-top: 7vw;
  padding-bottom: 7vw;
  width: 75%;
  margin: 0 auto;
}
@media (max-width:1600px) {
  #index_page .pageContentAll .inxSeries > .thisBox {
    width: 75%;
  }
}
@media (max-width:1300px) {
  #index_page .pageContentAll .inxSeries > .thisBox {
    width: 75%;
  }
}
@media (max-width:1024px) {
  #index_page .pageContentAll .inxSeries > .thisBox {
    padding-top: 12vw;
    padding-bottom: 12vw;
    width: 90%;
  }
}
#index_page .pageContentAll .inxSeries > .thisBox .titleBox {
  text-align: center;
  margin-bottom: 3vw;
}
@media (max-width:1024px) {
  #index_page .pageContentAll .inxSeries > .thisBox .titleBox {
    margin-bottom: 6vw;
  }
}
#index_page .pageContentAll .inxSeries > .thisBox .titleBox .cn {
  font-size: clamp(28px, 3vw, 3vw);
  font-weight: bold;
  color: #333;
  font-family: 'cn1';
}
#index_page .pageContentAll .inxSeries > .thisBox .titleBox .sub {
  font-size: clamp(14px, 1.4vw, 1.4vw);
  color: #555;
  line-height: 1.8;
  font-family: 'cn1';
}
@media (max-width:1024px) {
  #index_page .pageContentAll .inxSeries > .thisBox .titleBox .cn {
    font-size: 8vw;
  }
}
#index_page .pageContentAll .inxSeries > .thisBox > .contentBox .swiperBox {
  position: relative;
}
#index_page .pageContentAll .inxSeries > .thisBox > .contentBox .swiperBox #inxSeries {
  overflow: visible;
}
#index_page .pageContentAll .inxSeries > .thisBox > .contentBox .swiperBox #inxSeries .swiper-slide {
  width: calc((100% - 1.5vw * 1) / 3);
  flex-shrink: 0;
  margin-right: 1.5vw;
}
#index_page .pageContentAll .inxSeries > .thisBox > .contentBox .swiperBox #inxSeries .swiper-slide:last-child {
  margin-right: 0;
}
@media (max-width:1024px) {
  #index_page .pageContentAll .inxSeries > .thisBox > .contentBox .swiperBox #inxSeries .swiper-slide {
    width: calc((100% - 3vw) / 2);
    margin-right: 3vw;
  }
}
#index_page .pageContentAll .inxSeries > .thisBox > .contentBox .swiperBox #inxSeries .swiper-slide .cardBox {
  position: relative;
  background-color: #fff;
  border-radius: 1vw;
  overflow: hidden;
  border: 1px solid #e8e8e8;
  transition: all 0.4s ease;
}
@media (max-width:1024px) {
  #index_page .pageContentAll .inxSeries > .thisBox > .contentBox .swiperBox #inxSeries .swiper-slide .cardBox {
    border-radius: 3vw;
  }
}
#index_page .pageContentAll .inxSeries > .thisBox > .contentBox .swiperBox #inxSeries .swiper-slide .cardBox:hover {
  border-color: #af3338;
  box-shadow: 0 0.5vw 2vw rgba(43, 76, 126, 0.15);
}
#index_page .pageContentAll .inxSeries > .thisBox > .contentBox .swiperBox #inxSeries .swiper-slide .cardBox .letterTag {
  position: absolute;
  top: 1vw;
  left: 1vw;
  z-index: 3;
  width: 2vw;
  height: 2vw;
  background-color: #af3338;
  border-radius: 0.5vw;
  color: #fff;
  font-size: clamp(10px, 0.8vw, 0.8vw);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  flex-wrap: unset;
  font-weight: bold;
  font-family: Arial, sans-serif;
}
@media (max-width:1024px) {
  #index_page .pageContentAll .inxSeries > .thisBox > .contentBox .swiperBox #inxSeries .swiper-slide .cardBox .letterTag {
    width: 6vw;
    height: 6vw;
    top: 3vw;
    left: 3vw;
    border-radius: 1.5vw;
    font-size: 3vw;
  }
}
#index_page .pageContentAll .inxSeries > .thisBox > .contentBox .swiperBox #inxSeries .swiper-slide .cardBox .imgBox {
  width: 100%;
  aspect-ratio: 3 / 2;
  overflow: hidden;
}
#index_page .pageContentAll .inxSeries > .thisBox > .contentBox .swiperBox #inxSeries .swiper-slide .cardBox .imgBox img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.5s ease;
}
#index_page .pageContentAll .inxSeries > .thisBox > .contentBox .swiperBox #inxSeries .swiper-slide .cardBox:hover .imgBox img {
  transform: scale(1.08);
}
#index_page .pageContentAll .inxSeries > .thisBox > .contentBox .swiperBox #inxSeries .swiper-slide .cardBox .infoBox {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  padding: 1.5vw;
  background-color: #c9b293;
  color: #fff;
  opacity: 0;
  transform: translateY(100%);
  transition: all 0.4s ease;
  z-index: 2;
}
#index_page .pageContentAll .inxSeries > .thisBox > .contentBox .swiperBox #inxSeries .swiper-slide .cardBox:hover .infoBox {
  opacity: 1;
  transform: translateY(0);
}
@media (max-width:1024px) {
  #index_page .pageContentAll .inxSeries > .thisBox > .contentBox .swiperBox #inxSeries .swiper-slide .cardBox .infoBox {
    padding: 4vw;
  }
}
#index_page .pageContentAll .inxSeries > .thisBox > .contentBox .swiperBox #inxSeries .swiper-slide .cardBox .infoBox .title {
  font-size: clamp(14px, 1.2vw, 1.2vw);
  font-weight: bold;
  font-family: 'cn1';
  margin-bottom: 0.5vw;
  color: #fff;
}
@media (max-width:1024px) {
  #index_page .pageContentAll .inxSeries > .thisBox > .contentBox .swiperBox #inxSeries .swiper-slide .cardBox .infoBox .title {
    font-size: 4vw;
    margin-bottom: 2vw;
  }
}
#index_page .pageContentAll .inxSeries > .thisBox > .contentBox .swiperBox #inxSeries .swiper-slide .cardBox .infoBox .miaoshu {
  font-size: clamp(10px, 1vw, 1vw);
  color: #fff;
  line-height: 1.6;
  opacity: 0.9;
  font-family: 'cn1';
  margin-bottom: 0.8vw;
}
@media (max-width:1024px) {
  #index_page .pageContentAll .inxSeries > .thisBox > .contentBox .swiperBox #inxSeries .swiper-slide .cardBox .infoBox .miaoshu {
    font-size: 2.8vw;
    margin-bottom: 3vw;
  }
}
#index_page .pageContentAll .inxSeries > .thisBox > .contentBox .swiperBox #inxSeries .swiper-slide .cardBox .infoBox .moreBtn {
  display: inline-flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-start;
  flex-wrap: unset;
  gap: 0.4vw;
  padding: 0.5vw 1vw;
  background-color: #967446;
  color: #fff;
  border-radius: 0.4vw;
  font-size: clamp(10px, 1vw, 1vw);
  font-family: 'cn1';
  transition: all 0.3s ease;
}
@media (max-width:1024px) {
  #index_page .pageContentAll .inxSeries > .thisBox > .contentBox .swiperBox #inxSeries .swiper-slide .cardBox .infoBox .moreBtn {
    gap: 1.5vw;
    padding: 2vw 3vw;
    border-radius: 1.5vw;
    font-size: 2.8vw;
  }
}
#index_page .pageContentAll .inxSeries > .thisBox > .contentBox .swiperBox #inxSeries .swiper-slide .cardBox .infoBox .moreBtn i {
  font-size: clamp(8px, 0.5vw, 0.5vw);
}
@media (max-width:1024px) {
  #index_page .pageContentAll .inxSeries > .thisBox > .contentBox .swiperBox #inxSeries .swiper-slide .cardBox .infoBox .moreBtn i {
    font-size: 2.5vw;
  }
}
#index_page .pageContentAll .inxSeries > .thisBox > .contentBox .swiperBox #inxSeries .swiper-slide .cardBox .infoBox .moreBtn:hover {
  background-color: #967546b9;
}
#index_page .pageContentAll .inxSeries > .thisBox > .contentBox .swiperBox #inxSeries .swiper-slide .cardBox .simpleInfo {
  padding: 1.2vw;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  flex-wrap: unset;
  border-top: 1px solid #f0f0f0;
  transition: all 0.4s ease;
}
@media (max-width:1024px) {
  #index_page .pageContentAll .inxSeries > .thisBox > .contentBox .swiperBox #inxSeries .swiper-slide .cardBox .simpleInfo {
    padding: 3vw;
  }
}
#index_page .pageContentAll .inxSeries > .thisBox > .contentBox .swiperBox #inxSeries .swiper-slide .cardBox:hover .simpleInfo {
  opacity: 0;
}
#index_page .pageContentAll .inxSeries > .thisBox > .contentBox .swiperBox #inxSeries .swiper-slide .cardBox .simpleInfo .title {
  font-size: clamp(12px, 1.2vw, 1.2vw);
  font-weight: bold;
  color: #333;
  font-family: 'cn1';
}
@media (max-width:1024px) {
  #index_page .pageContentAll .inxSeries > .thisBox > .contentBox .swiperBox #inxSeries .swiper-slide .cardBox .simpleInfo .title {
    font-size: 4.2vw;
  }
}
#index_page .pageContentAll .inxSeries > .thisBox > .contentBox .swiperBox #inxSeries .swiper-slide .cardBox .simpleInfo .moreSmall {
  display: inline-flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-start;
  flex-wrap: unset;
  gap: 0.3vw;
  color: #af3338;
  font-size: clamp(10px, 0.9vw, 0.9vw);
  font-family: 'cn1';
  transition: all 0.3s ease;
}
@media (max-width:1024px) {
  #index_page .pageContentAll .inxSeries > .thisBox > .contentBox .swiperBox #inxSeries .swiper-slide .cardBox .simpleInfo .moreSmall {
    gap: 1vw;
    font-size: 4.5vw;
  }
}
#index_page .pageContentAll .inxSeries > .thisBox > .contentBox .swiperBox #inxSeries .swiper-slide .cardBox .simpleInfo .moreSmall i {
  font-size: clamp(8px, 0.45vw, 0.45vw);
}
@media (max-width:1024px) {
  #index_page .pageContentAll .inxSeries > .thisBox > .contentBox .swiperBox #inxSeries .swiper-slide .cardBox .simpleInfo .moreSmall i {
    font-size: 2vw;
  }
}
#index_page .pageContentAll .inxSeries > .thisBox > .contentBox .swiperBox .swiperControl {
  margin-top: 3vw;
}
@media (max-width:1024px) {
  #index_page .pageContentAll .inxSeries > .thisBox > .contentBox .swiperBox .swiperControl {
    margin-top: 6vw;
  }
}
#index_page .pageContentAll .inxSeries > .thisBox > .contentBox .swiperBox .swiperControl .navigation .navigationThis {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  flex-wrap: unset;
  gap: 1vw;
}
#index_page .pageContentAll .inxSeries > .thisBox > .contentBox .swiperBox .swiperControl .navigation .navigationThis .btn {
  width: 3vw;
  height: 3vw;
  background-color: #f3f3f3;
  border-radius: 50%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  flex-wrap: unset;
  cursor: pointer;
  transition: all 0.3s ease;
}
@media (max-width:1024px) {
  #index_page .pageContentAll .inxSeries > .thisBox > .contentBox .swiperBox .swiperControl .navigation .navigationThis .btn {
    width: 10vw;
    height: 10vw;
  }
}
#index_page .pageContentAll .inxSeries > .thisBox > .contentBox .swiperBox .swiperControl .navigation .navigationThis .btn i {
  font-size: clamp(12px, 0.9vw, 0.9vw);
  color: #333;
}
@media (max-width:1024px) {
  #index_page .pageContentAll .inxSeries > .thisBox > .contentBox .swiperBox .swiperControl .navigation .navigationThis .btn i {
    font-size: 4vw;
  }
}
#index_page .pageContentAll .inxSeries > .thisBox > .contentBox .swiperBox .swiperControl .navigation .navigationThis .btn:hover {
  background-color: #af3338;
}
#index_page .pageContentAll .inxSeries > .thisBox > .contentBox .swiperBox .swiperControl .navigation .navigationThis .btn:hover i {
  color: #fff;
}
#index_page .pageContentAll .inxadvantage {
  position: relative;
  overflow: hidden;
}
#index_page .pageContentAll .inxadvantage .bgBox {
  position: absolute;
  inset: 0;
  z-index: 0;
}
#index_page .pageContentAll .inxadvantage .bgBox img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
#index_page .pageContentAll .inxadvantage .bgBox::after {
     content: '';
    position: absolute;
    inset: 0;
    background: rgb(0 0 0 / 50%);
}
#index_page .pageContentAll .inxadvantage > .thisBox {
  position: relative;
  z-index: 1;
  padding-top: 7vw;
  padding-bottom: 7vw;
  width: 85%;
  margin: 0 auto;
}
@media (max-width:1600px) {
  #index_page .pageContentAll .inxadvantage > .thisBox {
    width: 85%;
  }
}
@media (max-width:1300px) {
  #index_page .pageContentAll .inxadvantage > .thisBox {
    width: 85%;
  }
}
@media (max-width:1024px) {
  #index_page .pageContentAll .inxadvantage > .thisBox {
    padding-top: 12vw;
    padding-bottom: 12vw;
    width: 90%;
  }
}
#index_page .pageContentAll .inxadvantage > .thisBox > .contentBox {
  display: flex;
  flex-direction: row;
  align-items: stretch;
  justify-content: flex-start;
  flex-wrap: unset;
  gap: 4vw;
}
@media (max-width:1024px) {
  #index_page .pageContentAll .inxadvantage > .thisBox > .contentBox {
    flex-direction: column;
    gap: 8vw;
  }
}
#index_page .pageContentAll .inxadvantage > .thisBox > .contentBox .leftBox {
  width: 22%;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  flex-wrap: unset;
  gap: 1.2vw;
}
@media (max-width:1024px) {
  #index_page .pageContentAll .inxadvantage > .thisBox > .contentBox .leftBox {
    width: 100%;
    gap: 4vw;
  }
}
#index_page .pageContentAll .inxadvantage > .thisBox > .contentBox .leftBox .tag {
  display: inline-flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-start;
  flex-wrap: unset;
  padding: 0.4vw 1vw;
  background-color: rgba(255, 255, 255, 0.15);
  border-radius: 0.3vw;
  color: #fff;
  font-size: clamp(11px, 0.7vw, 0.7vw);
  font-family: 'cn1';
}
@media (max-width:1024px) {
  #index_page .pageContentAll .inxadvantage > .thisBox > .contentBox .leftBox .tag {
    padding: 1.5vw 3vw;
    border-radius: 1vw;
    font-size: 2.8vw;
  }
}
#index_page .pageContentAll .inxadvantage > .thisBox > .contentBox .leftBox .title {
  font-size: clamp(28px, 3vw, 3vw);
  font-weight: bold;
  color: #fff;
  font-family: 'cn1';
  line-height: 1.2;
}
@media (max-width:1024px) {
  #index_page .pageContentAll .inxadvantage > .thisBox > .contentBox .leftBox .title {
    font-size: 8vw;
  }
}
#index_page .pageContentAll .inxadvantage > .thisBox > .contentBox .leftBox .sub {
  font-size: clamp(20px, 1.8vw, 1.8vw);
  color: #fff;
  font-family: 'cn1';
  opacity: 0.9;
  line-height: 1.4;
}
@media (max-width:1024px) {
  #index_page .pageContentAll .inxadvantage > .thisBox > .contentBox .leftBox .sub {
    font-size: 4.5vw;
  }
}
#index_page .pageContentAll .inxadvantage > .thisBox > .contentBox .leftBox .btnBox {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-start;
  flex-wrap: unset;
  gap: 0.8vw;
  margin-top: 1vw;
}
@media (max-width:1024px) {
  #index_page .pageContentAll .inxadvantage > .thisBox > .contentBox .leftBox .btnBox {
    gap: 2.5vw;
    margin-top: 3vw;
  }
}
#index_page .pageContentAll .inxadvantage > .thisBox > .contentBox .leftBox .btnBox .darkBtn {
  padding: 0.8vw 2vw;
  background-color: #af3338;
  color: #fff;
  border-radius: 2vw;
  font-size: clamp(12px, 0.8vw, 0.8vw);
  font-family: 'cn1';
  transition: all 0.3s ease;
}
@media (max-width:1024px) {
  #index_page .pageContentAll .inxadvantage > .thisBox > .contentBox .leftBox .btnBox .darkBtn {
    padding: 2.5vw 6vw;
    border-radius: 6vw;
    font-size: 3vw;
  }
}
#index_page .pageContentAll .inxadvantage > .thisBox > .contentBox .leftBox .btnBox .darkBtn:hover {
  background-color: #af3338;
}
#index_page .pageContentAll .inxadvantage > .thisBox > .contentBox .leftBox .btnBox .greenBtn {
  width: 2.5vw;
  height: 2.5vw;
  background-color: #af3338;
  border-radius: 0.5vw;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  flex-wrap: unset;
  color: #fff;
  transition: all 0.3s ease;
}
@media (max-width:1024px) {
  #index_page .pageContentAll .inxadvantage > .thisBox > .contentBox .leftBox .btnBox .greenBtn {
    width: 8vw;
    height: 8vw;
    border-radius: 1.5vw;
  }
}
#index_page .pageContentAll .inxadvantage > .thisBox > .contentBox .leftBox .btnBox .greenBtn i {
  font-size: clamp(10px, 0.6vw, 0.6vw);
}
@media (max-width:1024px) {
  #index_page .pageContentAll .inxadvantage > .thisBox > .contentBox .leftBox .btnBox .greenBtn i {
    font-size: 3vw;
  }
}
#index_page .pageContentAll .inxadvantage > .thisBox > .contentBox .leftBox .btnBox .greenBtn:hover {
  background-color: #af3338;
}
#index_page .pageContentAll .inxadvantage > .thisBox > .contentBox .rightBox {
  flex: 1;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-template-rows: repeat(4, auto);
  gap: 1.2vw;
}
@media (max-width:1024px) {
  #index_page .pageContentAll .inxadvantage > .thisBox > .contentBox .rightBox {
    width: 100%;
    gap: 3vw;
  }
}
#index_page .pageContentAll .inxadvantage > .thisBox > .contentBox .rightBox .cardItem {
  padding: 1.5vw;
  background-color: rgba(255, 255, 255, 0.1);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  border-radius: 0.8vw;
  border: 1px solid rgba(255, 255, 255, 0.15);
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
  flex-wrap: unset;
  gap: 0.6vw;
  transition: all 0.3s ease;
  cursor: pointer;
}
@media (max-width:1024px) {
  #index_page .pageContentAll .inxadvantage > .thisBox > .contentBox .rightBox .cardItem {
    padding: 4vw;
    border-radius: 2.5vw;
    gap: 2vw;
  }
}
#index_page .pageContentAll .inxadvantage > .thisBox > .contentBox .rightBox .cardItem:hover,
#index_page .pageContentAll .inxadvantage > .thisBox > .contentBox .rightBox .cardItem.on {
  background-color: #af3338;
  border-color: #af3338;
}
#index_page .pageContentAll .inxadvantage > .thisBox > .contentBox .rightBox .cardItem:hover .iconBox,
#index_page .pageContentAll .inxadvantage > .thisBox > .contentBox .rightBox .cardItem.on .iconBox {
  background-color: rgba(255, 255, 255, 0.2);
  color: #fff;
}
#index_page .pageContentAll .inxadvantage > .thisBox > .contentBox .rightBox .cardItem:hover .title,
#index_page .pageContentAll .inxadvantage > .thisBox > .contentBox .rightBox .cardItem.on .title {
  color: #fff;
}
#index_page .pageContentAll .inxadvantage > .thisBox > .contentBox .rightBox .cardItem:hover .miaoshu,
#index_page .pageContentAll .inxadvantage > .thisBox > .contentBox .rightBox .cardItem.on .miaoshu {
  color: rgba(255, 255, 255, 0.9);
}
#index_page .pageContentAll .inxadvantage > .thisBox > .contentBox .rightBox .cardItem .iconBox {
  width: 2.2vw;
  height: 2.2vw;
  background-color: #af3338;
  border-radius: 0.5vw;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  flex-wrap: unset;
  color: #fff;
  transition: all 0.3s ease;
  margin-bottom: 0.3vw;
}
@media (max-width:1024px) {
  #index_page .pageContentAll .inxadvantage > .thisBox > .contentBox .rightBox .cardItem .iconBox {
    width: 7vw;
    height: 7vw;
    border-radius: 1.5vw;
    margin-bottom: 1vw;
  }
}
#index_page .pageContentAll .inxadvantage > .thisBox > .contentBox .rightBox .cardItem .iconBox i {
  font-size: clamp(10px, 0.7vw, 0.7vw);
}
@media (max-width:1024px) {
  #index_page .pageContentAll .inxadvantage > .thisBox > .contentBox .rightBox .cardItem .iconBox i {
    font-size: 3vw;
  }
}
#index_page .pageContentAll .inxadvantage > .thisBox > .contentBox .rightBox .cardItem .title {
  font-size: clamp(14px, 1.2vw, 1.2vw);
  font-weight: bold;
  color: #fff;
  font-family: 'cn1';
  transition: all 0.3s ease;
}
@media (max-width:1024px) {
  #index_page .pageContentAll .inxadvantage > .thisBox > .contentBox .rightBox .cardItem .title {
    font-size: 4vw;
  }
}
#index_page .pageContentAll .inxadvantage > .thisBox > .contentBox .rightBox .cardItem .miaoshu {
  font-size: clamp(10px, 0.9vw, 0.9vw);
  color: rgba(255, 255, 255, 0.75);
  line-height: 1.7;
  font-family: 'cn1';
  transition: all 0.3s ease;
}
#index_page .pageContentAll .inxadvantage > .thisBox > .contentBox .rightBox .cardItem .miaoshu p{
  color: #fff;
}
@media (max-width:1024px) {
  #index_page .pageContentAll .inxadvantage > .thisBox > .contentBox .rightBox .cardItem .miaoshu {
    font-size: 2.8vw;
  }
}
#advantages_page .pageContentAll .pageContent .advantagesList {
  width: 75%;
  margin: 0 auto;
}
#advantages_page .pageContentAll .pageContent .advantagesList .advantages1 > .thisBox > .contentBox {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 5vw;
  margin-bottom: 5vw;
}
#advantages_page .pageContentAll .pageContent .advantagesList .advantages1.even > .thisBox > .contentBox {
  flex-direction: row-reverse;
}
#advantages_page .pageContentAll .pageContent .advantagesList .advantages1 .imgBox {
    width: 30vw;
    border-radius: 1vw;
    overflow: hidden;
    height: 25vw;
}
#advantages_page .pageContentAll .pageContent .advantagesList .advantages1 .imgBox img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
#advantages_page .pageContentAll .pageContent .advantagesList .advantages1 .textBox {
  flex: 1;
  display: flex;
  flex-direction: column;
}
#advantages_page .pageContentAll .pageContent .advantagesList .advantages1 .textBox .num {
  font-size: 6vw;
  font-weight: 700;
  color: #af3338;
  line-height: 1;
  letter-spacing: -0.3vw;
  margin-bottom: 1.5vw;
}
#advantages_page .pageContentAll .pageContent .advantagesList .advantages1 .textBox .title {
  font-size: 2vw;
  font-weight: 600;
  color: #333;
  line-height: 1.3;
  margin-bottom: 1vw;
}
#advantages_page .pageContentAll .pageContent .advantagesList .advantages1 .textBox .xian {
  width: 3vw;
  height: 0.2vw;
  background-color: #af3338;
  margin-bottom: 1.5vw;
}
#advantages_page .pageContentAll .pageContent .advantagesList .advantages1 .textBox .desc p{
  font-size: 1.2vw;
  color: #666;
  line-height: 2;
}
@media (max-width:1024px) {
  #advantages_page .pageContentAll .pageContent .advantagesList .advantages1 .textBox .desc p{
  font-size: 4vw;
  color: #666;
  line-height: 2;
}
#advantages_page .pageContentAll .pageContent .advantagesList .advantages1 .textBox .title {
  font-size: 5vw;
  font-weight: 600;
  color: #333;
  line-height: 1.3;
  margin-bottom: 1vw;
}
  #advantages_page .pageContentAll .pageContent .advantagesList {
    width: 92%;
  }
  #advantages_page .pageContentAll .pageContent .advantagesList .advantages1 > .thisBox > .contentBox {
    flex-direction: column !important;
    gap: 4vw;
    margin-bottom: 8vw;
  }
  #advantages_page .pageContentAll .pageContent .advantagesList .advantages1.even > .thisBox > .contentBox {
    flex-direction: column !important;
  }
  #advantages_page .pageContentAll .pageContent .advantagesList .advantages1 .imgBox {
    width: 100%;
    height: 50vw;
  }
  #advantages_page .pageContentAll .pageContent .advantagesList .advantages1 .textBox .num {
    font-size: 12vw;
    margin-bottom: 3vw;
  }
  #advantages_page .pageContentAll .pageContent .advantagesList .advantages1 .textBox .title {
    font-size: 5vw;
    margin-bottom: 2vw;
  }
  #advantages_page .pageContentAll .pageContent .advantagesList .advantages1 .textBox .xian {
    width: 6vw;
    margin-bottom: 3vw;
  }
  #advantages_page .pageContentAll .pageContent .advantagesList .advantages1 .textBox .desc {
    font-size: 3vw;
    line-height: 2;
  }
}
#advantages_page .pageContentAll .CaseShow > .thisBox {
  padding-bottom: 5vw;
}
#advantages_page .pageContentAll .CaseShow > .thisBox .titleBox {
  text-align: center;
  margin-bottom: 3vw;
}
#advantages_page .pageContentAll .CaseShow > .thisBox .titleBox .cn {
  font-size: clamp(28px, 2.2vw, 2.2vw);
  font-weight: bold;
  color: #af3338;
  font-family: 'cn1';
  margin-bottom: 0.5vw;
}
#advantages_page .pageContentAll .CaseShow > .thisBox .titleBox .en {
  font-size: clamp(20px, 1.8vw, 1.8vw);
  color: #ccc;
  
  letter-spacing: 2px;
  text-transform: uppercase;
}
@media (max-width:1024px) {
  #advantages_page .pageContentAll .CaseShow > .thisBox {
    padding-top: 8vw;
    padding-bottom: 10vw;
  }
  #advantages_page .pageContentAll .CaseShow > .thisBox .titleBox {
    margin-bottom: 6vw;
  }
  #advantages_page .pageContentAll .CaseShow > .thisBox .titleBox .cn {
    font-size: 7vw;
    margin-bottom: 2vw;
  }
  #advantages_page .pageContentAll .CaseShow > .thisBox .titleBox .en {
    font-size: 4.5vw;
  }
}
#advantages_page .pageContentAll .CaseShow > .thisBox .filterBox {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  justify-content: center;
  flex-wrap: unset;
  gap: 1vw;
  margin-bottom: 3vw;
  position: relative;
  z-index: 10;
}
@media (max-width:1024px) {
  #advantages_page .pageContentAll .CaseShow > .thisBox .filterBox {
    gap: 2vw;
    margin-bottom: 6vw;
  }
}
#advantages_page .pageContentAll .CaseShow > .thisBox .filterBox .filterItem {
  position: relative;
}
#advantages_page .pageContentAll .CaseShow > .thisBox .filterBox .filterItem .filterBtn {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  flex-wrap: unset;
  padding: 0.7vw 1.2vw;
  background-color: #af3338;
  color: #fff;
  border-radius: 0;
  cursor: pointer;
  min-width: 8vw;
  transition: all 0.3s ease;
  font-size: clamp(12px, 0.8vw, 0.8vw);
  font-family: 'cn1';
}
#advantages_page .pageContentAll .CaseShow > .thisBox .filterBox .filterItem .filterBtn i {
  font-size: clamp(8px, 0.5vw, 0.5vw);
  transition: transform 0.3s ease;
}
#advantages_page .pageContentAll .CaseShow > .thisBox .filterBox .filterItem.active .filterBtn i {
  transform: rotate(90deg);
}
#advantages_page .pageContentAll .CaseShow > .thisBox .filterBox .filterItem .filterBtn:hover {
  background-color: #af3338;
}
@media (max-width:1024px) {
  #advantages_page .pageContentAll .CaseShow > .thisBox .filterBox .filterItem .filterBtn {
    padding: 2.5vw 4vw;
    min-width: 25vw;
    font-size: 4vw;
  }
  #advantages_page .pageContentAll .CaseShow > .thisBox .filterBox .filterItem .filterBtn i {
    font-size: 4.2vw;
  }
}
#advantages_page .pageContentAll .CaseShow > .thisBox .filterBox .filterItem .dropdown {
  position: absolute;
  top: 100%;
  left: 0;
  min-width: 100%;
  background-color: #fff;
  box-shadow: 0 0.3vw 1vw rgba(0, 0, 0, 0.1);
  border: 1px solid #e8e8e8;
  padding: 0.5vw 0;
  opacity: 0;
  visibility: hidden;
  transform: translateY(-0.5vw);
  transition: all 0.3s ease;
  z-index: 100;
  min-width: 12vw;
}
#advantages_page .pageContentAll .CaseShow > .thisBox .filterBox .filterItem.active .dropdown {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}
#advantages_page .pageContentAll .CaseShow > .thisBox .filterBox .filterItem .dropdown .checkboxItem {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-start;
  flex-wrap: unset;
  gap: 0.5vw;
  padding: 0.5vw 1vw;
  cursor: pointer;
  transition: background-color 0.2s ease;
  position: relative;
}
#advantages_page .pageContentAll .CaseShow > .thisBox .filterBox .filterItem .dropdown .checkboxItem:hover {
  background-color: #f5f5f5;
}
#advantages_page .pageContentAll .CaseShow > .thisBox .filterBox .filterItem .dropdown .checkboxItem input[type="checkbox"] {
  position: absolute;
  opacity: 0;
  cursor: pointer;
}
#advantages_page .pageContentAll .CaseShow > .thisBox .filterBox .filterItem .dropdown .checkboxItem .checkMark {
  width: 0.9vw;
  height: 0.9vw;
  border: 1px solid #ccc;
  background-color: #fff;
  flex-shrink: 0;
  transition: all 0.2s ease;
  position: relative;
}
#advantages_page .pageContentAll .CaseShow > .thisBox .filterBox .filterItem .dropdown .checkboxItem input:checked + .checkMark {
  background-color: #8BC34A;
  border-color: #8BC34A;
}
#advantages_page .pageContentAll .CaseShow > .thisBox .filterBox .filterItem .dropdown .checkboxItem input:checked + .checkMark::after {
  content: '';
  position: absolute;
  left: 0.25vw;
  top: 0vw;
  width: 0.3vw;
  height: 0.6vw;
  border: solid #fff;
  border-width: 0 0.15vw 0.15vw 0;
  transform: rotate(45deg);
}
#advantages_page .pageContentAll .CaseShow > .thisBox .filterBox .filterItem .dropdown .checkboxItem .labelText {
  font-size: clamp(11px, 0.7vw, 0.7vw);
  color: #333;
  font-family: 'cn1';
  white-space: nowrap;
}
@media (max-width:1024px) {
  #advantages_page .pageContentAll .CaseShow > .thisBox .filterBox .filterItem .dropdown {
    min-width: 35vw;
    padding: 2vw 0;
  }
  #advantages_page .pageContentAll .CaseShow > .thisBox .filterBox .filterItem .dropdown .checkboxItem {
    gap: 2vw;
    padding: 2vw 3vw;
  }
  #advantages_page .pageContentAll .CaseShow > .thisBox .filterBox .filterItem .dropdown .checkboxItem .checkMark {
    width: 3.5vw;
    height: 3.5vw;
  }
  #advantages_page .pageContentAll .CaseShow > .thisBox .filterBox .filterItem .dropdown .checkboxItem input:checked + .checkMark::after {
    left: 1vw;
    top: 0.2vw;
    width: 1vw;
    height: 2.2vw;
    border-width: 0 0.4vw 0.4vw 0;
  }
  #advantages_page .pageContentAll .CaseShow > .thisBox .filterBox .filterItem .dropdown .checkboxItem .labelText {
    font-size: 3vw;
  }
}
#advantages_page .pageContentAll .CaseShow > .thisBox .caseList {
    margin: auto;
    width: 85%;
}
#advantages_page .pageContentAll .CaseShow > .thisBox .caseList .listUl {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1.5vw;
  list-style: none;
  padding: 0;
  margin: 0;
}
@media (max-width:1024px) {
  #advantages_page .pageContentAll .CaseShow > .thisBox .caseList {
    margin-bottom: 6vw;
  }
  #advantages_page .pageContentAll .CaseShow > .thisBox .caseList .listUl {
    grid-template-columns: repeat(2, 1fr);
    gap: 3vw;
  }
}
#advantages_page .pageContentAll .CaseShow > .thisBox .caseList .listUl .listLi {
  list-style: none;
  transition: all 0.3s ease;
}
#advantages_page .pageContentAll .CaseShow > .thisBox .caseList .listUl .listLi.hide {
  display: none;
}
#advantages_page .pageContentAll .CaseShow > .thisBox .caseList .listUl .listLi .aBox {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  justify-content: flex-start;
  flex-wrap: unset;
  width: 100%;
  height: 100%;
  transition: all 0.3s ease;
}
#advantages_page .pageContentAll .CaseShow > .thisBox .caseList .listUl .listLi .aBox .imgBox {
  position: relative;
  width: 100%;
  aspect-ratio: 4 / 3;
  overflow: hidden;
}
#advantages_page .pageContentAll .CaseShow > .thisBox .caseList .listUl .listLi .aBox .imgBox img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.5s ease;
}
#advantages_page .pageContentAll .CaseShow > .thisBox .caseList .listUl .listLi .aBox:hover .imgBox img {
  transform: scale(1.05);
}
#advantages_page .pageContentAll .CaseShow > .thisBox .caseList .listUl .listLi .aBox .imgBox .tag {
  position: absolute;
  top: 1vw;
  left: 0;
  padding: 0.4vw 1vw;
  background-color: #af3338;
  color: #fff;
  font-size: clamp(10px, 0.9vw, 0.9vw);
  font-family: 'cn1';
}
@media (max-width:1024px) {
  #advantages_page .pageContentAll .CaseShow > .thisBox .caseList .listUl .listLi .aBox .imgBox .tag {
    top: 3vw;
    padding: 1.5vw 3vw;
    font-size: 3.5vw;
  }
}
#advantages_page .pageContentAll .CaseShow > .thisBox .caseList .listUl .listLi .aBox .textBox {
  padding: 1vw 0;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
  flex-wrap: unset;
  gap: 0.3vw;
}
#advantages_page .pageContentAll .CaseShow > .thisBox .caseList .listUl .listLi .aBox .textBox .mianji {
  font-size: clamp(11px, 1.2vw, 1.2vw);
  color: #333;
  font-family: 'cn1';
}
#advantages_page .pageContentAll .CaseShow > .thisBox .caseList .listUl .listLi .aBox .textBox .desc {
  font-size: clamp(14px, 1.2vw, 1.2vw);
  color: #666;
  font-family: 'cn1';
}
@media (max-width:1024px) {
  #advantages_page .pageContentAll .CaseShow > .thisBox .caseList .listUl .listLi .aBox .textBox {
    padding: 3vw 0;
    gap: 1vw;
  }
  #advantages_page .pageContentAll .CaseShow > .thisBox .caseList .listUl .listLi .aBox .textBox .mianji {
    font-size: 4vw;
  }
  #advantages_page .pageContentAll .CaseShow > .thisBox .caseList .listUl .listLi .aBox .textBox .desc {
    font-size: 3.6vw;
  }
}
#advantages_page .pageContentAll .CaseShow > .thisBox .pageBox {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  flex-wrap: unset;
  gap: 0.5vw;
}
#advantages_page .pageContentAll .CaseShow > .thisBox .pageBox .pageBtn,
#advantages_page .pageContentAll .CaseShow > .thisBox .pageBox .pageNum {
  width: 2.2vw;
  height: 2.2vw;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  flex-wrap: unset;
  background-color: #f3f3f3;
  color: #333;
  font-size: clamp(11px, 0.7vw, 0.7vw);
  font-family: 'cn1';
  transition: all 0.3s ease;
}
#advantages_page .pageContentAll .CaseShow > .thisBox .pageBox .pageBtn i {
  font-size: clamp(8px, 0.5vw, 0.5vw);
}
#advantages_page .pageContentAll .CaseShow > .thisBox .pageBox .pageNum.active,
#advantages_page .pageContentAll .CaseShow > .thisBox .pageBox .pageBtn:hover,
#advantages_page .pageContentAll .CaseShow > .thisBox .pageBox .pageNum:hover {
  background-color: #af3338;
  color: #fff;
}
@media (max-width:1024px) {
  #advantages_page .pageContentAll .CaseShow > .thisBox .pageBox {
    gap: 2vw;
  }
  #advantages_page .pageContentAll .CaseShow > .thisBox .pageBox .pageBtn,
  #advantages_page .pageContentAll .CaseShow > .thisBox .pageBox .pageNum {
    width: 8vw;
    height: 8vw;
    font-size: 3vw;
  }
  #advantages_page .pageContentAll .CaseShow > .thisBox .pageBox .pageBtn i {
    font-size: 2.5vw;
  }
}
#Casepags .pageContentAll .pageContent .CaseDteail > .thisBox {
  width: 100%;
}
#Casepags .pageContentAll .pageContent .CaseDteail > .thisBox > .contentBox {
  display: flex;
  flex-direction: column-reverse;
  align-items: stretch;
  justify-content: space-between;
  gap: 4vw;
  width: 85%;
  margin: 0 auto;
  background-color: #c9b293;
  border-radius: 1vw;
  overflow: hidden;
}
@media (max-width:1024px) {
  #Casepags .pageContentAll .pageContent .CaseDteail > .thisBox > .contentBox {
    flex-direction: column;
    width: 92%;
    gap: 0;
  }
}
#Casepags .pageContentAll .pageContent .CaseDteail .leftBox {
  width: 100%;
    padding: 0 6vw 6vw 6vw;
  display: flex;
  flex-direction: column;
  gap: 1.5vw;
}
@media (max-width:1024px) {
  #Casepags .pageContentAll .pageContent .CaseDteail .leftBox {
    width: 100%;
    padding: 4vw;
    gap: 3vw;
  }
}
#Casepags .pageContentAll .pageContent .CaseDteail .leftBox .imgBoxAll {
  position: relative;
  width: 100%;
  border-radius: 0.8vw;
  overflow: hidden;
}
#Casepags .pageContentAll .pageContent .CaseDteail .leftBox .imgBoxAll .oneImg,
#Casepags .pageContentAll .pageContent .CaseDteail .leftBox .imgBoxAll .picsImg {
  width: 100%;
  height: 80vh;
  position: relative;
}
#Casepags .pageContentAll .pageContent .CaseDteail .leftBox .imgBoxAll .oneImg .imgBox,
#Casepags .pageContentAll .pageContent .CaseDteail .leftBox .imgBoxAll .picsImg .swiper {
  width: 100%;
  height: 100%;
}
@media (max-width:1024px) {
  #Casepags .pageContentAll .pageContent .CaseDteail .leftBox .imgBoxAll .oneImg .imgBox,
  #Casepags .pageContentAll .pageContent .CaseDteail .leftBox .imgBoxAll .picsImg .swiper {
    height: 55vw;
  }
}
#Casepags .pageContentAll .pageContent .CaseDteail .leftBox .imgBoxAll .oneImg .imgBox img,
#Casepags .pageContentAll .pageContent .CaseDteail .leftBox .imgBoxAll .picsImg .swiper .swiper-slide .imgBox img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
#Casepags .pageContentAll .pageContent .CaseDteail .leftBox .imgBoxAll .playBtn {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 5vw;
  height: 5vw;
  border-radius: 50%;
  background-color: rgba(255, 255, 255, 0.85);
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: all 0.3s ease;
  z-index: 10;
}
#Casepags .pageContentAll .pageContent .CaseDteail .leftBox .imgBoxAll .playBtn:hover {
  background-color: #fff;
  transform: translate(-50%, -50%) scale(1.1);
}
#Casepags .pageContentAll .pageContent .CaseDteail .leftBox .imgBoxAll .playBtn i {
  font-size: 1.8vw;
  color: #333;
  margin-left: 0.3vw;
}
@media (max-width:1024px) {
  #Casepags .pageContentAll .pageContent .CaseDteail .leftBox .imgBoxAll .playBtn {
    width: 12vw;
    height: 12vw;
  }
  #Casepags .pageContentAll .pageContent .CaseDteail .leftBox .imgBoxAll .playBtn i {
    font-size: 4.5vw;
  }
}
#Casepags .pageContentAll .pageContent .CaseDteail .leftBox .imgBoxAll .picsImg .swiperControl {
  position: absolute;
  bottom: 1.5vw;
  right: 45%;
  z-index: 10;
}
#Casepags .pageContentAll .pageContent .CaseDteail .leftBox .imgBoxAll .picsImg .swiperControl .navigation {
  display: flex;
  gap: 0.8vw;
}
#Casepags .pageContentAll .pageContent .CaseDteail .leftBox .imgBoxAll .picsImg .swiperControl .navigation .btn {
  width: 2.5vw;
  height: 2.5vw;
  border-radius: 50%;
  background-color: rgba(255, 255, 255, 0.85);
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: all 0.3s ease;
}
#Casepags .pageContentAll .pageContent .CaseDteail .leftBox .imgBoxAll .picsImg .swiperControl .navigation .btn:hover {
  background-color: #fff;
}
#Casepags .pageContentAll .pageContent .CaseDteail .leftBox .imgBoxAll .picsImg .swiperControl .navigation .btn i {
  font-size: 1vw;
  color: #333;
}
@media (max-width:1024px) {
  #Casepags .pageContentAll .pageContent .CaseDteail .leftBox .imgBoxAll .picsImg .swiperControl {
    bottom: 3vw;
    right: 3vw;
  }
  #Casepags .pageContentAll .pageContent .CaseDteail .leftBox .imgBoxAll .picsImg .swiperControl .navigation {
    gap: 2vw;
  }
  #Casepags .pageContentAll .pageContent .CaseDteail .leftBox .imgBoxAll .picsImg .swiperControl .navigation .btn {
    width: 7vw;
    height: 7vw;
  }
  #Casepags .pageContentAll .pageContent .CaseDteail .leftBox .imgBoxAll .picsImg .swiperControl .navigation .btn i {
    font-size: 3vw;
  }
}
#Casepags .pageContentAll .pageContent .CaseDteail .leftBox .thumbsBox {
  width: 100%;
}
#Casepags .pageContentAll .pageContent .CaseDteail .leftBox .thumbsBox .swiper {
  width: 100%;
}
#Casepags .pageContentAll .pageContent .CaseDteail .leftBox .thumbsBox .swiper .swiper-slide {
  width: calc(16.6667% - 0.5vw);
  margin-right: 0.5vw;
  border-radius: 0.4vw;
  overflow: hidden;
  cursor: pointer;
  opacity: 0.6;
  transition: opacity 0.3s ease;
}
#Casepags .pageContentAll .pageContent .CaseDteail .leftBox .thumbsBox .swiper .swiper-slide:hover {
  opacity: 0.85;
}
#Casepags .pageContentAll .pageContent .CaseDteail .leftBox .thumbsBox .swiper .swiper-slide.on,
#Casepags .pageContentAll .pageContent .CaseDteail .leftBox .thumbsBox .swiper .swiper-slide.swiper-slide-thumb-active {
  opacity: 1;
  box-shadow: 0 0 0 2px rgba(255, 255, 255, 0.9);
}
#Casepags .pageContentAll .pageContent .CaseDteail .leftBox .thumbsBox .swiper .swiper-slide .imgBox {
  width: 100%;
  height: 10vw;
}
#Casepags .pageContentAll .pageContent .CaseDteail .leftBox .thumbsBox .swiper .swiper-slide .imgBox img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
@media (max-width:1024px) {
  #Casepags .pageContentAll .pageContent .CaseDteail .leftBox .thumbsBox .swiper .swiper-slide {
    width: calc(33.33% - 1vw);
    margin-right: 1vw;
  }
  #Casepags .pageContentAll .pageContent .CaseDteail .leftBox .thumbsBox .swiper .swiper-slide .imgBox {
    height: 12vw;
  }
}
#Casepags .pageContentAll .pageContent .CaseDteail .rightBox {
width: 100%;
    padding: 4vw 0 0 0;
    display: flex
;
    justify-content: center;
    color: #fff;
}
@media (max-width:1024px) {
  #Casepags .pageContentAll .pageContent .CaseDteail .rightBox {
    width: 100%;
    padding: 5vw 4vw;
  }
}
#Casepags .pageContentAll .pageContent .CaseDteail .rightBox .title {
  font-size: 2.6vw;
  font-weight: 600;
  line-height: 1.3;

  color: #fff;
}
@media (max-width:1024px) {
  #Casepags .pageContentAll .pageContent .CaseDteail .rightBox .title {
    font-size: 5.5vw;
    margin-bottom: 1vw;
  }
}
#Casepags .pageContentAll .pageContent .CaseDteail .rightBox .conceptBox {
  margin-bottom: 2vw;
}
#Casepags .pageContentAll .pageContent .CaseDteail .rightBox .conceptBox .secTitle {
  font-size: 1.4vw;
  font-weight: 600;
  color: #fff;
  margin-bottom: 0.5vw;
}
#Casepags .pageContentAll .pageContent .CaseDteail .rightBox .conceptBox .secEn {
  font-size: 0.9vw;
  color: rgba(255, 255, 255, 0.7);
  letter-spacing: 0.15vw;
  margin-bottom: 1vw;
  font-family: 'en10';
  text-transform: uppercase;
}
#Casepags .pageContentAll .pageContent .CaseDteail .rightBox .conceptBox .desc {
  font-size: 1vw;
  color: rgba(255, 255, 255, 0.85);
  line-height: 1.8;
}
@media (max-width:1024px) {
  #Casepags .pageContentAll .pageContent .CaseDteail .rightBox .conceptBox {
    margin-bottom: 4vw;
  }
  #Casepags .pageContentAll .pageContent .CaseDteail .rightBox .conceptBox .secTitle {
    font-size: 3.5vw;
    margin-bottom: 1vw;
  }
  #Casepags .pageContentAll .pageContent .CaseDteail .rightBox .conceptBox .secEn {
    font-size: 2.2vw;
    letter-spacing: 0.3vw;
    margin-bottom: 2vw;
  }
  #Casepags .pageContentAll .pageContent .CaseDteail .rightBox .conceptBox .desc {
    font-size: 2.8vw;
    line-height: 1.8;
  }
}
#Casepags .pageContentAll .pageContent .CaseDteail .rightBox .paramsBox {
  margin-bottom: 2vw;
}
#Casepags .pageContentAll .pageContent .CaseDteail .rightBox .paramsBox .paramsList {
  list-style: none;
  padding: 0;
  margin: 0;
}
#Casepags .pageContentAll .pageContent .CaseDteail .rightBox .paramsBox .paramsList li {
  font-size: 1vw;
  color: rgba(255, 255, 255, 0.8);
  line-height: 2;
  padding-left: 1.2vw;
  position: relative;
}
#Casepags .pageContentAll .pageContent .CaseDteail .rightBox .paramsBox .paramsList li::before {
  content: '';
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 0.4vw;
  height: 0.4vw;
  border-radius: 50%;
  background-color: rgba(255, 255, 255, 0.6);
}
@media (max-width:1024px) {
  #Casepags .pageContentAll .pageContent .CaseDteail .rightBox .paramsBox {
    margin-bottom: 4vw;
  }
  #Casepags .pageContentAll .pageContent .CaseDteail .rightBox .paramsBox .paramsList li {
    font-size: 2.8vw;
    line-height: 2;
    padding-left: 4vw;
  }
  #Casepags .pageContentAll .pageContent .CaseDteail .rightBox .paramsBox .paramsList li::before {
    width: 1vw;
    height: 1vw;
    left: 1.5vw;
  }
}
#Casepags .pageContentAll .pageContent .CaseDteail .rightBox .contentBoxInner {
  font-size: 1vw;
  color: rgba(255, 255, 255, 0.8);
  line-height: 1.8;
  margin-bottom: 2.5vw;
}
#Casepags .pageContentAll .pageContent .CaseDteail .rightBox .contentBoxInner p {
  margin-bottom: 1vw;
}
@media (max-width:1024px) {
  #Casepags .pageContentAll .pageContent .CaseDteail .rightBox .contentBoxInner {
    font-size: 2.8vw;
    margin-bottom: 5vw;
  }
}
#Casepags .pageContentAll .pageContent .CaseDteail .rightBox .moreA {
  display: inline-flex;
  align-items: center;
  gap: 0.8vw;
  padding: 1vw 2.5vw;
  border: 1px solid rgba(255, 255, 255, 0.6);
  border-radius: 2.5vw;
  color: #fff;
  text-decoration: none;
  font-size: 1vw;
  transition: all 0.3s ease;
  align-self: flex-start;
}
#Casepags .pageContentAll .pageContent .CaseDteail .rightBox .moreA:hover {
  background-color: #fff;
  color: #B8A898;
}
#Casepags .pageContentAll .pageContent .CaseDteail .rightBox .moreA i {
  font-size: 1vw;
  transition: transform 0.3s ease;
}
#Casepags .pageContentAll .pageContent .CaseDteail .rightBox .moreA:hover i {
  transform: translateX(0.3vw);
}
@media (max-width:1024px) {
  #Casepags .pageContentAll .pageContent .CaseDteail .rightBox .moreA {
    padding: 3vw 6vw;
    border-radius: 6vw;
    font-size: 3vw;
    gap: 2vw;
  }
  #Casepags .pageContentAll .pageContent .CaseDteail .rightBox .moreA i {
    font-size: 3vw;
  }
}
#mingx_page .pageContentAll .pageContent .mingxBox > .thisBox {
  width: 70%;
  margin: 0 auto;
}
#mingx_page .pageContentAll .pageContent .mingxBox .topBox {
  display: flex;
  flex-direction: column;
  gap: 3vw;
  margin-bottom: 4vw;
}
@media (max-width:1024px) {
  #mingx_page .pageContentAll .pageContent .mingxBox .topBox {
    flex-direction: column;
    gap: 4vw;
  }
}
#mingx_page .pageContentAll .pageContent .mingxBox .leftPanel {
  width: 100%;
  background-color: #fff;
  border-radius: 1vw;
  padding: 3vw;
  display: flex;
  flex-direction: column;
  gap: 2.5vw;
}
@media (max-width:1024px) {
  #mingx_page .pageContentAll .pageContent .mingxBox .leftPanel {
    width: 100%;
    padding: 5vw;
    gap: 4vw;
  }
}
#mingx_page .pageContentAll .pageContent .mingxBox .leftPanel .headInfo {
  display: flex;
  align-items: flex-end;
  gap: 1.5vw;
}
#mingx_page .pageContentAll .pageContent .mingxBox .leftPanel .headInfo .num {
  font-size: 5vw;
  font-weight: 700;
  color: #333;
  line-height: 1;
  letter-spacing: -0.2vw;
}
#mingx_page .pageContentAll .pageContent .mingxBox .leftPanel .headInfo .titleInfo {
  display: flex;
  flex-direction: column;
  gap: 0.3vw;
  padding-bottom: 0.5vw;
}
#mingx_page .pageContentAll .pageContent .mingxBox .leftPanel .headInfo .cnTitle {
  font-size: 1.6vw;
  font-weight: 600;
  color: #333;
  line-height: 1.3;
}
#mingx_page .pageContentAll .pageContent .mingxBox .leftPanel .headInfo .enTitle {
  font-size: 0.8vw;
  color: #999;
  letter-spacing: 0.1vw;
  font-family: 'en10';
  text-transform: uppercase;
}
@media (max-width:1024px) {
  #mingx_page .pageContentAll .pageContent .mingxBox .leftPanel .headInfo {
    gap: 2vw;
  }
  #mingx_page .pageContentAll .pageContent .mingxBox .leftPanel .headInfo .num {
    font-size: 12vw;
  }
  #mingx_page .pageContentAll .pageContent .mingxBox .leftPanel .headInfo .cnTitle {
    font-size: 4.5vw;
  }
  #mingx_page .pageContentAll .pageContent .mingxBox .leftPanel .headInfo .enTitle {
    font-size: 2.2vw;
  }
}
#mingx_page .pageContentAll .pageContent .mingxBox .leftPanel .secLabel {
  display: flex;
  align-items: center;
  gap: 0.8vw;
      font-size: clamp(14px, 1.2vw, 1.2vw);
  margin-bottom: 1.5vw;
}
#mingx_page .pageContentAll .pageContent .mingxBox .leftPanel .secLabel .dot {
  width: 0.4vw;
  height: 0.4vw;
  border-radius: 50%;
  background-color: #8B6F47;
}
#mingx_page .pageContentAll .pageContent .mingxBox .leftPanel .secLabel .labelTxt {
  font-size: 1.1vw;
  font-weight: 500;
  color: #555;
}
@media (max-width:1024px) {
  #mingx_page .pageContentAll .pageContent .mingxBox .leftPanel .secLabel {
    gap: 2vw;
    margin-bottom: 3vw;
  }
  #mingx_page .pageContentAll .pageContent .mingxBox .leftPanel .secLabel .dot {
    width: 1.2vw;
    height: 1.2vw;
  }
  #mingx_page .pageContentAll .pageContent .mingxBox .leftPanel .secLabel .labelTxt {
    font-size: 3.2vw;
  }
}
#mingx_page .pageContentAll .pageContent .mingxBox .leftPanel .handleBox {
  display: flex;
  flex-direction: column;
}
#mingx_page .pageContentAll .pageContent .mingxBox .leftPanel .handleBox .handleList {
  display: flex;
  gap: 1.5vw;
  list-style: none;
  padding: 0;
  margin: 0;
}
#mingx_page .pageContentAll .pageContent .mingxBox .leftPanel .handleBox .handleList .handleItem {
  flex: 1;
  text-align: center;
}
#mingx_page .pageContentAll .pageContent .mingxBox .leftPanel .handleBox .handleList .handleItem .imgBox {
  width: 100%;
  aspect-ratio: 1;

  border-radius: 0.6vw;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 0.8vw;
}
#mingx_page .pageContentAll .pageContent .mingxBox .leftPanel .handleBox .handleList .handleItem .imgBox img {
  width: 70%;
  height: 70%;
  object-fit: contain;
}
#mingx_page .pageContentAll .pageContent .mingxBox .leftPanel .handleBox .handleList .handleItem .name {
  font-size: 0.85vw;
  color: #777;
}
@media (max-width:1024px) {
  #mingx_page .pageContentAll .pageContent .mingxBox .leftPanel .handleBox .handleList {
    gap: 2.5vw;
  }
  #mingx_page .pageContentAll .pageContent .mingxBox .leftPanel .handleBox .handleList .handleItem .imgBox {
    margin-bottom: 1.5vw;
  }
  #mingx_page .pageContentAll .pageContent .mingxBox .leftPanel .handleBox .handleList .handleItem .name {
    font-size: 2.4vw;
  }
}
#mingx_page .pageContentAll .pageContent .mingxBox .leftPanel .colorBox {
  display: flex;
  flex-direction: column;
}
#mingx_page .pageContentAll .pageContent .mingxBox .leftPanel .colorBox .colorSwiper {
  width: 100%;
  overflow: hidden;
}
#mingx_page .pageContentAll .pageContent .mingxBox .leftPanel .colorBox .colorSwiper .swiper-slide {
  width: calc(25% - 0.75vw);
  margin-right: 1vw;
  list-style: none;
}
#mingx_page .pageContentAll .pageContent .mingxBox .leftPanel .colorBox .colorSwiper .colorItem {
  border-radius: 0.5vw;
  overflow: hidden;
  position: relative;
  cursor: pointer;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}
#mingx_page .pageContentAll .pageContent .mingxBox .leftPanel .colorBox .colorSwiper .colorItem .imgBox {
  width: 100%;
  aspect-ratio: 1.6;
}
#mingx_page .pageContentAll .pageContent .mingxBox .leftPanel .colorBox .colorSwiper .colorItem .imgBox img{
  width: 100%;
  height: 100%;
  object-fit: contain;
  display: block;
}
#mingx_page .pageContentAll .pageContent .mingxBox .leftPanel .colorBox .colorSwiper .colorItem:hover {
  transform: translateY(-0.3vw);
  box-shadow: 0 0.8vw 2vw rgba(0, 0, 0, 0.15);
}
#mingx_page .pageContentAll .pageContent .mingxBox .leftPanel .colorBox .colorSwiper .colorItem .name {
  font-size: 0.7vw;
  color: rgba(255, 255, 255, 0.9);
  text-shadow: 0 0.2vw 0.5vw rgba(0, 0, 0, 0.3);
}
@media (max-width:1024px) {
  #mingx_page .pageContentAll .pageContent .mingxBox .leftPanel .colorBox .colorSwiper .swiper-slide {
    width: calc(50% - 1vw);
    margin-right: 2vw;
  }
  #mingx_page .pageContentAll .pageContent .mingxBox .leftPanel .colorBox .colorSwiper .colorItem .name {
    font-size: 2vw;
  }
}
#mingx_page .pageContentAll .pageContent .mingxBox .rightPanel {
      background-color: #fff;
      width: 90%;
      margin: 0 auto; 
  flex: 1;
  border-radius: 1vw;
  overflow: hidden;
  position: relative;
}
#mingx_page .pageContentAll .pageContent .mingxBox .rightPanel .detailImg {
  width: 100%;
  height: 100%;
  position: relative;
}
#mingx_page .pageContentAll .pageContent .mingxBox .rightPanel .detailImg img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  display: block;
}
#mingx_page .pageContentAll .pageContent .mingxBox .rightPanel .detailImg .detailTag {
  position: absolute;
  left: 1.5vw;
  bottom: 1.5vw;
  background-color: rgba(255, 255, 255, 0.9);
  border-radius: 0.5vw;
  padding: 0.6vw 1.2vw;
  display: flex;
  align-items: center;
  gap: 0.5vw;
}
#mingx_page .pageContentAll .pageContent .mingxBox .rightPanel .detailImg .detailTag .tagIcon i {
  font-size: 0.9vw;
  color: #8B6F47;
}
#mingx_page .pageContentAll .pageContent .mingxBox .rightPanel .detailImg .detailTag .tagTxt {
  font-size: 0.9vw;
  color: #555;
  font-weight: 500;
}
@media (max-width:1024px) {
  #mingx_page .pageContentAll .pageContent .mingxBox .rightPanel {
    min-height: 50vw;
  }
  #mingx_page .pageContentAll .pageContent .mingxBox .rightPanel .detailImg .detailTag {
    left: 3vw;
    bottom: 3vw;
    padding: 2vw 3vw;
    gap: 1.5vw;
  }
  #mingx_page .pageContentAll .pageContent .mingxBox .rightPanel .detailImg .detailTag .tagIcon i {
    font-size: 2.8vw;
  }
  #mingx_page .pageContentAll .pageContent .mingxBox .rightPanel .detailImg .detailTag .tagTxt {
    font-size: 2.8vw;
  }
}
#mingx_page .pageContentAll .pageContent .mingxBox .bottomBox {
  position: relative;
}
#mingx_page .pageContentAll .pageContent .mingxBox .bottomBox .swiper {
  width: 100%;
  border-radius: 1vw;
  overflow: hidden;
}
#mingx_page .pageContentAll .pageContent .mingxBox .bottomBox .swiper .swiper-slide .imgBox {
  width: 100%;
  height: 40vw;
}
#mingx_page .pageContentAll .pageContent .mingxBox .bottomBox .swiper .swiper-slide .imgBox img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
@media (max-width:1024px) {
  #mingx_page .pageContentAll .pageContent .mingxBox .bottomBox .swiper .swiper-slide .imgBox {
    height: 60vw;
  }
}
#mingx_page .pageContentAll .pageContent .mingxBox .bottomBox .swiperNav {
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  transform: translateY(-50%);
  display: flex;
  justify-content: space-between;
  padding: 0 1.5vw;
  z-index: 10;
  pointer-events: none;
}
#mingx_page .pageContentAll .pageContent .mingxBox .bottomBox .swiperNav .navBtn {
  width: 4vw;
  height: 4vw;
  border-radius: 50%;
  background-color: rgba(255, 255, 255, 0.9);
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: all 0.3s ease;
  pointer-events: auto;
}
#mingx_page .pageContentAll .pageContent .mingxBox .bottomBox .swiperNav .navBtn:hover {
  background-color: #fff;
  transform: scale(1.1);
}
#mingx_page .pageContentAll .pageContent .mingxBox .bottomBox .swiperNav .navBtn i {
  font-size: 1.4vw;
  color: #555;
}
@media (max-width:1024px) {
  #mingx_page .pageContentAll .pageContent .mingxBox .bottomBox .swiperNav {
    padding: 0 2vw;
  }
  #mingx_page .pageContentAll .pageContent .mingxBox .bottomBox .swiperNav .navBtn {
    width: 10vw;
    height: 10vw;
  }
  #mingx_page .pageContentAll .pageContent .mingxBox .bottomBox .swiperNav .navBtn i {
    font-size: 3.5vw;
  }
}
#mingx_page .pageContentAll .pageContent .mingxBox .bottomBox .thumbsWrap {
  margin-top: 2vw;
}
#mingx_page .pageContentAll .pageContent .mingxBox .bottomBox .thumbsWrap .swiper {
  width: 100%;
}
#mingx_page .pageContentAll .pageContent .mingxBox .bottomBox .thumbsWrap .swiper .swiper-slide {
  width: calc(20% - 0.8vw);
  margin-right: 0.8vw;
  border-radius: 0.5vw;
  overflow: hidden;
  cursor: pointer;
  opacity: 0.5;
  transition: opacity 0.3s ease, box-shadow 0.3s ease;
}
#mingx_page .pageContentAll .pageContent .mingxBox .bottomBox .thumbsWrap .swiper .swiper-slide:hover {
  opacity: 0.8;
}
#mingx_page .pageContentAll .pageContent .mingxBox .bottomBox .thumbsWrap .swiper .swiper-slide.on {
  opacity: 1;
  box-shadow: 0 0 0 2px #8B6F47;
}
#mingx_page .pageContentAll .pageContent .mingxBox .bottomBox .thumbsWrap .swiper .swiper-slide .thumbImg {
  width: 100%;
  height: 6vw;
}
#mingx_page .pageContentAll .pageContent .mingxBox .bottomBox .thumbsWrap .swiper .swiper-slide .thumbImg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
@media (max-width:1024px) {
  #mingx_page .pageContentAll .pageContent .mingxBox .bottomBox .thumbsWrap {
    margin-top: 3vw;
  }
  #mingx_page .pageContentAll .pageContent .mingxBox .bottomBox .thumbsWrap .swiper .swiper-slide {
    width: calc(33.33% - 1.4vw);
    margin-right: 1.4vw;
  }
  #mingx_page .pageContentAll .pageContent .mingxBox .bottomBox .thumbsWrap .swiper .swiper-slide .thumbImg {
    height: 14vw;
  }
}
#news_page .pageContentAll .pageContent {
  padding-top: 4vw;
}
#news_page .pageContentAll .pageContent .topOneNews > .thisBox > .contentBox {
  width: 75%;
  margin: 0 auto;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  flex-wrap: unset;
  height: 28vw;
  border-radius: 20px;
  overflow: hidden;
  background-color: #fff;
}
@media (max-width:1600px) {
  #news_page .pageContentAll .pageContent .topOneNews > .thisBox > .contentBox {
    width: 75%;
  }
}
@media (max-width:1300px) {
  #news_page .pageContentAll .pageContent .topOneNews > .thisBox > .contentBox {
    width: 75%;
  }
}
@media (max-width:1024px) {
  #news_page .pageContentAll .pageContent .topOneNews > .thisBox > .contentBox {
    width: 90%;
  }
}
@media (max-width:1024px) {
  #news_page .pageContentAll .pageContent .topOneNews > .thisBox > .contentBox {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    flex-wrap: unset;
    flex-direction: column-reverse;
    height: unset;
  }
}
#news_page .pageContentAll .pageContent .topOneNews > .thisBox > .contentBox .textBox {
  width: 39%;
  height: 100%;
  padding: 3vw;
}
@media (max-width:1024px) {
  #news_page .pageContentAll .pageContent .topOneNews > .thisBox > .contentBox .textBox {
    width: 100%;
    padding: 4vw;
  }
}
#news_page .pageContentAll .pageContent .topOneNews > .thisBox > .contentBox .textBox .top {
  border-top: 1px solid #ccc;
  margin-bottom: 3.5vw;
  padding-top: 1vw;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  flex-wrap: unset;
  gap: 1vw;
}
@media (max-width:1024px) {
  #news_page .pageContentAll .pageContent .topOneNews > .thisBox > .contentBox .textBox .top {
    padding-top: 4vw;
  }
}
#news_page .pageContentAll .pageContent .topOneNews > .thisBox > .contentBox .textBox .top .date {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  flex-wrap: unset;
  gap: 1vw;
}
#news_page .pageContentAll .pageContent .topOneNews > .thisBox > .contentBox .textBox .top .date .ico i {
  font-size: clamp(12px, 1vw, 1vw);
}
@media (max-width:1024px) {
  #news_page .pageContentAll .pageContent .topOneNews > .thisBox > .contentBox .textBox .top .date .ico i {
    font-size: 4vw;
  }
}
#news_page .pageContentAll .pageContent .topOneNews > .thisBox > .contentBox .textBox .top .title {
  font-size: clamp(12px, 1.2vw, 1.2vw);
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
@media (max-width:1024px) {
  #news_page .pageContentAll .pageContent .topOneNews > .thisBox > .contentBox .textBox .top .title {
    font-size: 4vw;
  }
}
@media (max-width:1024px) {
  #news_page .pageContentAll .pageContent .topOneNews > .thisBox > .contentBox .textBox .top .title {
    font-size: 5vw;
  }
}
#news_page .pageContentAll .pageContent .topOneNews > .thisBox > .contentBox .textBox .top .miaoshu {
  opacity: 0.7;
  line-height: 1.5em;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  margin-top: 1.5vw;
}
#news_page .pageContentAll .pageContent .topOneNews > .thisBox > .contentBox .imgBox {
  width: 61%;
  height: 100%;
}
@media (max-width:1024px) {
  #news_page .pageContentAll .pageContent .topOneNews > .thisBox > .contentBox .imgBox {
    width: 100%;
    height: 46vw;
  }
}
#news_page .pageContentAll .pageContent .newsList > .thisBox {
  padding-top: 4vw;
}
@media (max-width:1024px) {
  #news_page .pageContentAll .pageContent .newsList > .thisBox {
    padding-top: 15vw;
  }
}
#news_page .pageContentAll .pageContent .newsList > .thisBox > .contentBox {
  width: 75%;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  flex-wrap: unset;
}
@media (max-width:1600px) {
  #news_page .pageContentAll .pageContent .newsList > .thisBox > .contentBox {
    width: 75%;
  }
}
@media (max-width:1300px) {
  #news_page .pageContentAll .pageContent .newsList > .thisBox > .contentBox {
    width: 75%;
  }
}
@media (max-width:1024px) {
  #news_page .pageContentAll .pageContent .newsList > .thisBox > .contentBox {
    width: 90%;
  }
}
#news_page .pageContentAll .pageContent .newsList > .thisBox > .contentBox .ul {
  display: flex;
  flex-wrap: wrap;
  gap: 3vw;
  row-gap: 4vw;
  width: 100%;
}
#news_page .pageContentAll .pageContent .newsList > .thisBox > .contentBox .ul > li {
  width: calc(100% / 3 - (3 - 1) * 3vw / 3);
}
@media (max-width:1024px) {
  #news_page .pageContentAll .pageContent .newsList > .thisBox > .contentBox .ul {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    flex-wrap: unset;
  }
}
#news_page .pageContentAll .pageContent .newsList > .thisBox > .contentBox .ul .li {
  opacity: 0;
}
@media (max-width:1024px) {
  #news_page .pageContentAll .pageContent .newsList > .thisBox > .contentBox .ul .li {
    width: 100%;
  }
}
#news_page .pageContentAll .pageContent .newsList > .thisBox > .contentBox .ul .li .aBox .textBoxAll {
  border-top: 1px solid #ccc;
  margin-bottom: 3.5vw;
  padding-top: 1vw;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  flex-wrap: unset;
  gap: 1vw;
}
@media (max-width:1024px) {
  #news_page .pageContentAll .pageContent .newsList > .thisBox > .contentBox .ul .li .aBox .textBoxAll {
    padding-top: 4vw;
  }
}
#news_page .pageContentAll .pageContent .newsList > .thisBox > .contentBox .ul .li .aBox .textBoxAll .date {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  flex-wrap: unset;
  gap: 1vw;
}
#news_page .pageContentAll .pageContent .newsList > .thisBox > .contentBox .ul .li .aBox .textBoxAll .date .ico i {
  font-size: clamp(12px, 1vw, 1vw);
}
@media (max-width:1024px) {
  #news_page .pageContentAll .pageContent .newsList > .thisBox > .contentBox .ul .li .aBox .textBoxAll .date .ico i {
    font-size: 4vw;
  }
}
#news_page .pageContentAll .pageContent .newsList > .thisBox > .contentBox .ul .li .aBox .textBoxAll .title {
  font-size: clamp(12px, 1vw, 1vw);
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
}
@media (max-width:1024px) {
  #news_page .pageContentAll .pageContent .newsList > .thisBox > .contentBox .ul .li .aBox .textBoxAll .title {
    font-size: 4vw;
  }
}
@media (max-width:1024px) {
  #news_page .pageContentAll .pageContent .newsList > .thisBox > .contentBox .ul .li .aBox .textBoxAll .title {
    font-size: 5vw;
  }
}
#news_page .pageContentAll .pageContent .newsList > .thisBox > .contentBox .ul .li .aBox .textBoxAll .miaoshu {
  opacity: 0.7;
  line-height: 1.5em;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  margin-top: 1.5vw;
}
#news_page .pageContentAll .pageContent .newsList > .thisBox > .contentBox .ul .li .aBox .imgBoxAll {
  width: 100%;
  height: 14vw;
  overflow: hidden;
  border-radius: 20px;
}
@media (max-width:1024px) {
  #news_page .pageContentAll .pageContent .newsList > .thisBox > .contentBox .ul .li .aBox .imgBoxAll {
    height: 50vw;
  }
}
#news_page .pageContentAll .pageContent .newsList > .thisBox > .contentBox .ul .li .aBox .imgBoxAll .imgBox {
  width: 100%;
  height: 100%;
  transition-duration: 0.8s;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.56, -0.01, 0.04, 1);
}
#news_page .pageContentAll .pageContent .newsList > .thisBox > .contentBox .ul .li .aBox:hover .textBoxAll .title {
  color: #af3338;
}
#news_page .pageContentAll .pageContent .newsList > .thisBox > .contentBox .ul .li .aBox:hover .imgBoxAll .imgBox {
  transform: scale(1.1);
}
#product_page .pageContentAll .pageContent {
  padding-top: 0;
}
#product_page .pageContentAll .pageContent .topProduct {
  margin-top: -6vw;
}
#product_page .pageContentAll .pageContent .topProduct > .thisBox > .contentBox {
  width: 94%;
  margin: 0 auto;
}
#product_page .pageContentAll .pageContent .topProduct > .thisBox > .contentBox .ul {
  display: flex;
  flex-wrap: wrap;
  gap: 3vw;
}
#product_page .pageContentAll .pageContent .topProduct > .thisBox > .contentBox .ul > li {
  width: calc(100% / 2 - (2 - 1) * 3vw / 2);
}
@media (max-width:1024px) {
  #product_page .pageContentAll .pageContent .topProduct > .thisBox > .contentBox .ul {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    flex-wrap: unset;
  }
}
@media (max-width:1024px) {
  #product_page .pageContentAll .pageContent .topProduct > .thisBox > .contentBox .ul .li {
    width: 100%;
  }
}
#product_page .pageContentAll .pageContent .topProduct > .thisBox > .contentBox .ul .li .aBox {
  position: relative;
  height: 28vw;
  width: 100%;
  overflow: hidden;
  border-radius: 20px;
}
@media (max-width:1024px) {
  #product_page .pageContentAll .pageContent .topProduct > .thisBox > .contentBox .ul .li .aBox {
    width: 100%;
    height: 50vw;
  }
}
#product_page .pageContentAll .pageContent .topProduct > .thisBox > .contentBox .ul .li .aBox .imgBox {
  width: 100%;
  height: 100%;
  transition-duration: 0.8s;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.56, -0.01, 0.04, 1);
}
#product_page .pageContentAll .pageContent .topProduct > .thisBox > .contentBox .ul .li .aBox .textBox {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  flex-wrap: unset;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  position: absolute;
}
@media (max-width:1024px) {
  #product_page .pageContentAll .pageContent .topProduct > .thisBox > .contentBox .ul .li .aBox .textBox {
    width: 90%;
  }
}
#product_page .pageContentAll .pageContent .topProduct > .thisBox > .contentBox .ul .li .aBox .textBox .title {
  font-size: clamp(12px, 1.9vw, 1.9vw);
  color: #fff;
  text-shadow: 0 0 20px #233950;
}
@media (max-width:1024px) {
  #product_page .pageContentAll .pageContent .topProduct > .thisBox > .contentBox .ul .li .aBox .textBox .title {
    font-size: 5.8vw;
  }
}
#product_page .pageContentAll .pageContent .topProduct > .thisBox > .contentBox .ul .li .aBox .textBox .subtitle {
  text-align: center;
  font-size: clamp(12px, 1.3vw, 1.3vw);
  color: #fff;
  font-family: 'en10';
  text-transform: uppercase;
  text-shadow: 0 0 20px #233950;
}
@media (max-width:1024px) {
  #product_page .pageContentAll .pageContent .topProduct > .thisBox > .contentBox .ul .li .aBox .textBox .subtitle {
    font-size: 4.6vw;
  }
}
#product_page .pageContentAll .pageContent .topProduct > .thisBox > .contentBox .ul .li .aBox:hover .imgBox {
  transform: scale(1.1);
}
#product_page .pageContentAll .pageContent .productList {
  margin-top: 3vw;
}
@media (max-width:1024px) {
  #product_page .pageContentAll .pageContent .productList {
    margin-top: 6vw;
  }
}
#product_page .pageContentAll .pageContent .productList > .thisBox > .contentBox {
  width: 94%;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  flex-wrap: unset;
}
#product_page .pageContentAll .pageContent .productList > .thisBox > .contentBox .ul {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 1vw;
}
#product_page .pageContentAll .pageContent .productList > .thisBox > .contentBox .ul > li {
  width: calc(100% / 2 - (3 - 1) * 1vw / 2);
}
@media (max-width:1024px) {
  #product_page .pageContentAll .pageContent .productList > .thisBox > .contentBox .ul {
    display: flex;
    flex-wrap: wrap;
    gap: 6vw;
  }
  #product_page .pageContentAll .pageContent .productList > .thisBox > .contentBox .ul > li {
    width: calc(100% / 1 - (1 - 1) * 6vw / 1);
  }
}
#product_page .pageContentAll .pageContent .productList > .thisBox > .contentBox .ul .li .aBox {
  background-color: #c9b293;
  padding: 3vw 2vw 2vw 2vw;
  border-radius: 20px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  flex-wrap: unset;
  transition-duration: 0.8s;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.56, -0.01, 0.04, 1);
}
#product_page .pageContentAll .pageContent .productList > .thisBox > .contentBox .ul .li .aBox .ico{
        width: 50%;
    height: 10vw;
    padding-bottom: 2vw;
}
#product_page .pageContentAll .pageContent .productList > .thisBox > .contentBox .ul .li .aBox .ico img{
         width: 100%;
    height: 100%;
    object-fit: contain;
}
@media (max-width:1024px) {
  #product_page .pageContentAll .pageContent .productList > .thisBox > .contentBox .ul .li .aBox .ico{
        width: 50%;
    height: 15vw;
    padding-bottom: 2vw;
}
  #product_page .pageContentAll .pageContent .productList > .thisBox > .contentBox .ul .li .aBox {
    padding: 4vw;
  }
}
#product_page .pageContentAll .pageContent .productList > .thisBox > .contentBox .ul .li .aBox .title {
  font-size: clamp(12px, 1.4vw, 1.4vw);
}
@media (max-width:1024px) {
  #product_page .pageContentAll .pageContent .productList > .thisBox > .contentBox .ul .li .aBox .title {
    font-size: 5.2vw;
  }
}
#product_page .pageContentAll .pageContent .productList > .thisBox > .contentBox .ul .li .aBox .subtitle {
  font-family: 'en10';
  font-size: clamp(12px, 1vw, 1vw);

  text-transform: uppercase;
}
#product_page .pageContentAll .pageContent .productList > .thisBox > .contentBox .ul .li .aBox .imgBox {
  margin: 1vw 0;
  width: 100%;
  height: 16vw;
  transition-duration: 0.8s;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.56, -0.01, 0.04, 1);
}
@media (max-width:1024px) {
  #product_page .pageContentAll .pageContent .productList > .thisBox > .contentBox .ul .li .aBox .imgBox {
    height: 30vw;
    margin: 4vw 0;
  }
}
#product_page .pageContentAll .pageContent .productList > .thisBox > .contentBox .ul .li .aBox .imgBox img {
  object-fit: contain;
}
#product_page .pageContentAll .pageContent .productList > .thisBox > .contentBox .ul .li .aBox .proMore {
  position: relative;
  border: 1px solid #000;
  padding: 0.4vw 2vw;
  overflow: hidden;
  border-radius: 2vw;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  flex-wrap: unset;
  gap: 1vw;
}
@media (max-width:1024px) {
  #product_page .pageContentAll .pageContent .productList > .thisBox > .contentBox .ul .li .aBox .proMore {
    padding: 2vw 10vw;
  }
}
#product_page .pageContentAll .pageContent .productList > .thisBox > .contentBox .ul .li .aBox .proMore .txt {
  position: relative;
  z-index: 1;
  transition-duration: 0.8s;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.56, -0.01, 0.04, 1);
}
#product_page .pageContentAll .pageContent .productList > .thisBox > .contentBox .ul .li .aBox .proMore i {
  position: relative;
  z-index: 1;
  transition-duration: 0.8s;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.56, -0.01, 0.04, 1);
}
#product_page .pageContentAll .pageContent .productList > .thisBox > .contentBox .ul .li .aBox .proMore::after {
  content: '';
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  transition-duration: 0.8s;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.56, -0.01, 0.04, 1);
  width: 0;
  height: 100%;
  background-color: #af3338;
}
@media (min-width:1024px) {
  #product_page .pageContentAll .pageContent .productList > .thisBox > .contentBox .ul .li .aBox:hover {
    transform: translateY(-1vw);
    box-shadow: 0 1vw 2vw rgba(0, 0, 0, 0.1);
  }
  #product_page .pageContentAll .pageContent .productList > .thisBox > .contentBox .ul .li .aBox:hover .imgBox {
    transform: scale(1.05);
  }
  #product_page .pageContentAll .pageContent .productList > .thisBox > .contentBox .ul .li .aBox:hover .proMore .txt {
    color: #c9b293;
  }
  #product_page .pageContentAll .pageContent .productList > .thisBox > .contentBox .ul .li .aBox:hover .proMore i {
    color: #c9b293;
  }
  #product_page .pageContentAll .pageContent .productList > .thisBox > .contentBox .ul .li .aBox:hover .proMore::after {
    width: 100%;
  }
}
@media (max-width:1024px) {
  #product_page .pageContentAll .pageContent .productList > .thisBox > .contentBox .ul .li .aBox {
    transform: translateY(-1vw);
    box-shadow: 0 1vw 2vw rgba(0, 0, 0, 0.1);
  }
  #product_page .pageContentAll .pageContent .productList > .thisBox > .contentBox .ul .li .aBox .imgBox {
    transform: scale(1.05);
  }
  #product_page .pageContentAll .pageContent .productList > .thisBox > .contentBox .ul .li .aBox .proMore .txt {
    color: #c9b293;
  }
  #product_page .pageContentAll .pageContent .productList > .thisBox > .contentBox .ul .li .aBox .proMore i {
    color: #c9b293;
  }
  #product_page .pageContentAll .pageContent .productList > .thisBox > .contentBox .ul .li .aBox .proMore::after {
    width: 100%;
  }
}
#advantages_page .pageContentAll .pageContent .advTextBox {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  flex-wrap: unset;
  gap: 1vw;
}
#advantages_page .pageContentAll .pageContent .advTextBox .subtitle {
  font-size: clamp(12px, 2.3vw, 2.3vw);
  font-family: 'en10';
  text-transform: uppercase;
}
@media (max-width:1024px) {
  #advantages_page .pageContentAll .pageContent .advTextBox .subtitle {
    font-size: 6.6vw;
  }
}
#advantages_page .pageContentAll .pageContent .advTextBox .title {
  font-size: clamp(12px, 2.3vw, 2.3vw);
}
@media (max-width:1024px) {
  #advantages_page .pageContentAll .pageContent .advTextBox .title {
    font-size: 6.6vw;
  }
}
#advantages_page .pageContentAll .pageContent .advTextBox .xian {
  width: 100%;
  border-top: 1px solid #333;
  margin: 2vw 0;
}
@media (max-width:1024px) {
  #advantages_page .pageContentAll .pageContent .advTextBox .xian {
    margin: 8vw 0;
  }
}
#advantages_page .pageContentAll .pageContent .advTextBox .miaoshu {
  font-size: clamp(12px, 1.2vw, 1.2vw);
  color: #af3338;
}
@media (max-width:1024px) {
  #advantages_page .pageContentAll .pageContent .advTextBox .miaoshu {
    font-size: 4.4vw;
  }
}
#advantages_page .pageContentAll .pageContent .advantages1 > .thisBox {
  padding-bottom: 3vw;
}
@media (max-width:1600px) {
  #advantages_page .pageContentAll .pageContent .advantages1 > .thisBox {
    padding-bottom: 3vw;
  }
}
@media (max-width:1300px) {
  #advantages_page .pageContentAll .pageContent .advantages1 > .thisBox {
    padding-bottom: 3vw;
  }
}
@media (max-width:1024px) {
  #advantages_page .pageContentAll .pageContent .advantages1 > .thisBox {
    padding-bottom: 12vw;
  }
}
#advantages_page .pageContentAll .pageContent .advantages1 > .thisBox > .contentBox {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  flex-wrap: unset;
  gap: 8vw;
}
@media (max-width:1024px) {
  #advantages_page .pageContentAll .pageContent .advantages1 > .thisBox > .contentBox {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    flex-wrap: unset;
    width: 75%;
    margin: 0 auto;
  }
}
@media (max-width:1024px) and (max-width:1600px) {
  #advantages_page .pageContentAll .pageContent .advantages1 > .thisBox > .contentBox {
    width: 75%;
  }
}
@media (max-width:1024px) and (max-width:1300px) {
  #advantages_page .pageContentAll .pageContent .advantages1 > .thisBox > .contentBox {
    width: 75%;
  }
}
@media (max-width:1024px) and (max-width:1024px) {
  #advantages_page .pageContentAll .pageContent .advantages1 > .thisBox > .contentBox {
    width: 90%;
  }
}
@media (max-width:1024px) {
  #advantages_page .pageContentAll .pageContent .advantages1 > .thisBox > .contentBox .pics {
    width: 100%;
  }
}
#advantages_page .pageContentAll .pageContent .advantages1 > .thisBox > .contentBox .pics .imgBox {
  overflow: hidden;
  border-radius: 20px;
}
#advantages_page .pageContentAll .pageContent .advantages1 > .thisBox > .contentBox .pics .imgBox:nth-child(1) {
  width: 30vw;
  height: 36vw;
  margin-left: 10vw;
}
@media (max-width:1024px) {
  #advantages_page .pageContentAll .pageContent .advantages1 > .thisBox > .contentBox .pics .imgBox:nth-child(1) {
    width: 80%;
    height: 50vw;
    margin-left: 18vw;
  }
}
#advantages_page .pageContentAll .pageContent .advantages1 > .thisBox > .contentBox .pics .imgBox:nth-child(2) {
  margin-top: -14vw;
  width: 16vw;
  height: 16vw;
}
@media (max-width:1024px) {
  #advantages_page .pageContentAll .pageContent .advantages1 > .thisBox > .contentBox .pics .imgBox:nth-child(2) {
    width: 30vw;
    height: 30vw;
    margin-top: -20vw;
  }
}
#advantages_page .pageContentAll .pageContent .advantages1 > .thisBox > .contentBox .advTextBox {
  width: 30vw;
}
@media (max-width:1024px) {
  #advantages_page .pageContentAll .pageContent .advantages1 > .thisBox > .contentBox .advTextBox {
    width: 100%;
  }
}
#advantages_page .pageContentAll .pageContent .advantages2 > .thisBox > .contentBox {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  flex-wrap: unset;
  width: 100%;
  height: calc(100vh - 4vw * 1);
}
@media (max-width:1600px) {
  #advantages_page .pageContentAll .pageContent .advantages2 > .thisBox > .contentBox {
    height: calc(100vh - 5vw* 1);
  }
}
@media (max-width:1300px) {
  #advantages_page .pageContentAll .pageContent .advantages2 > .thisBox > .contentBox {
    height: calc(100vh - 5vw* 1);
  }
}
@media (max-width:1024px) {
  #advantages_page .pageContentAll .pageContent .advantages2 > .thisBox > .contentBox {
    height: unset;
  }
}
@media (max-width:1024px) {
  #advantages_page .pageContentAll .pageContent .advantages2 > .thisBox > .contentBox {
    height: unset;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    flex-wrap: unset;
    flex-direction: column-reverse;
  }
}
#advantages_page .pageContentAll .pageContent .advantages2 > .thisBox > .contentBox .leftBox {
  background-color: #fff;
  width: 50%;
  height: 100%;
  padding: 6vw 10vw;
}
@media (max-width:1024px) {
  #advantages_page .pageContentAll .pageContent .advantages2 > .thisBox > .contentBox .leftBox {
    width: 100%;
  }
}
#advantages_page .pageContentAll .pageContent .advantages2 > .thisBox > .contentBox .imgBoxAll {
  width: 50%;
  height: 100%;
}
@media (max-width:1024px) {
  #advantages_page .pageContentAll .pageContent .advantages2 > .thisBox > .contentBox .imgBoxAll {
    width: 100%;
    height: 60vw;
  }
}
#advantages_page .pageContentAll .pageContent .advantages2 > .thisBox > .contentBox .imgBoxAll .imgBox {
  width: 100%;
  height: 100%;
}
#advantages_page .pageContentAll .pageContent .advantages3 > .thisBox {
  padding-top: 7vw;
}
@media (max-width:1600px) {
  #advantages_page .pageContentAll .pageContent .advantages3 > .thisBox {
    padding-top: 7vw;
  }
}
@media (max-width:1300px) {
  #advantages_page .pageContentAll .pageContent .advantages3 > .thisBox {
    padding-top: 7vw;
  }
}
@media (max-width:1024px) {
  #advantages_page .pageContentAll .pageContent .advantages3 > .thisBox {
    padding-top: 12vw;
  }
}
#advantages_page .pageContentAll .pageContent .advantages3 > .thisBox > .contentBox {
  width: 75%;
  margin: 0 auto;
  position: relative;
  padding: 2vw 4vw;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  justify-content: center;
  flex-wrap: unset;
}
@media (max-width:1600px) {
  #advantages_page .pageContentAll .pageContent .advantages3 > .thisBox > .contentBox {
    width: 75%;
  }
}
@media (max-width:1300px) {
  #advantages_page .pageContentAll .pageContent .advantages3 > .thisBox > .contentBox {
    width: 75%;
  }
}
@media (max-width:1024px) {
  #advantages_page .pageContentAll .pageContent .advantages3 > .thisBox > .contentBox {
    width: 90%;
  }
}
@media (max-width:1024px) {
  #advantages_page .pageContentAll .pageContent .advantages3 > .thisBox > .contentBox {
    padding: 4vw;
    height: unset;
  }
}
#advantages_page .pageContentAll .pageContent .advantages3 > .thisBox > .contentBox .imgBox {
  position: absolute;
  left: 0;
  top: 0;
  overflow: hidden;
  border-radius: 20px;
  width: 100%;
  height: 100%;
}
#advantages_page .pageContentAll .pageContent .advantages3 > .thisBox > .contentBox .textBox {
  position: relative;
  z-index: 1;
  border-radius: 20px;
  width: 50%;
  background-color: rgba(255, 255, 255, 0.4);
  padding: 4vw;
  height: 100%;
}
@media (max-width:1024px) {
  #advantages_page .pageContentAll .pageContent .advantages3 > .thisBox > .contentBox .textBox {
    width: 100%;
    position: relative;
  }
}
#about_company_page .pageContentAll .pageContent {
  padding-bottom: 4vw;
}
#about_company_page .pageContentAll .pageContent .sinceBox {
  position: relative;
  padding-top: 7vw;
  padding-bottom: 16vw;
}
@media (max-width:1600px) {
  #about_company_page .pageContentAll .pageContent .sinceBox {
    padding-top: 7vw;
  }
}
@media (max-width:1300px) {
  #about_company_page .pageContentAll .pageContent .sinceBox {
    padding-top: 7vw;
  }
}
@media (max-width:1024px) {
  #about_company_page .pageContentAll .pageContent .sinceBox {
    padding-top: 12vw;
  }
}
#about_company_page .pageContentAll .pageContent .sinceBox > .thisBox {
  position: relative;
  z-index: 1;
}
#about_company_page .pageContentAll .pageContent .sinceBox > .thisBox > .contentBox {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  flex-wrap: unset;
  gap: 4vw;
}
@media (max-width:1024px) {
  #about_company_page .pageContentAll .pageContent .sinceBox > .thisBox > .contentBox {
    gap: 0vw;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    flex-wrap: unset;
  }
}
#about_company_page .pageContentAll .pageContent .sinceBox > .thisBox > .contentBox .yearBox {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  flex-wrap: unset;
}
#about_company_page .pageContentAll .pageContent .sinceBox > .thisBox > .contentBox .yearBox .since {
  font-size: clamp(12px, 1.1vw, 1.1vw);
  opacity: 0.7;
}
@media (max-width:1024px) {
  #about_company_page .pageContentAll .pageContent .sinceBox > .thisBox > .contentBox .yearBox .since {
    font-size: 4.2vw;
  }
}
#about_company_page .pageContentAll .pageContent .sinceBox > .thisBox > .contentBox .yearBox .num {
  font-size: clamp(12px, 10.7vw, 10.7vw);
  font-family: 'en9';
  color: #af3338;
}
@media (max-width:1024px) {
  #about_company_page .pageContentAll .pageContent .sinceBox > .thisBox > .contentBox .yearBox .num {
    font-size: 23.4vw;
  }
}
#about_company_page .pageContentAll .pageContent .sinceBox > .thisBox > .contentBox .yearBox .quan {
  position: relative;
  margin-top: -4vw;
  transform: translateX(4vw);
  align-self: flex-end;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  flex-wrap: unset;
  width: 6vw;
  height: 6vw;
}
@media (max-width:1024px) {
  #about_company_page .pageContentAll .pageContent .sinceBox > .thisBox > .contentBox .yearBox .quan {
    width: 24vw;
    height: 24vw;
    margin-top: -16vw;
    transform: translateX(16vw);
  }
}
#about_company_page .pageContentAll .pageContent .sinceBox > .thisBox > .contentBox .yearBox .quan .cenText {
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  flex-wrap: unset;
}
#about_company_page .pageContentAll .pageContent .sinceBox > .thisBox > .contentBox .yearBox .quan .cenText .hisNum {
  font-size: clamp(12px, 1.3vw, 1.3vw);
  font-family: 'en10';
  text-transform: uppercase;
  color: #c9b293;
}
@media (max-width:1024px) {
  #about_company_page .pageContentAll .pageContent .sinceBox > .thisBox > .contentBox .yearBox .quan .cenText .hisNum {
    font-size: 4.6vw;
  }
}
#about_company_page .pageContentAll .pageContent .sinceBox > .thisBox > .contentBox .yearBox .quan .cenText .dw {
  color: #c9b293;
}
#about_company_page .pageContentAll .pageContent .sinceBox > .thisBox > .contentBox .yearBox .quan .quanT {
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
}
#about_company_page .pageContentAll .pageContent .sinceBox > .thisBox > .contentBox .yearBox .quan .quanT img {
  width: 100%;
  height: 100%;
  animation: xuanzhuan 40s linear 0s infinite normal;
}
#about_company_page .pageContentAll .pageContent .sinceBox > .thisBox > .contentBox .yearBox .num {
  width: 30vw;
}
#about_company_page .pageContentAll .pageContent .sinceBox > .thisBox > .contentBox .yearBox .num img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
@media (max-width:1024px) {
  #about_company_page .pageContentAll .pageContent .sinceBox > .thisBox > .contentBox .yearBox .num {
    width: 45vw;
  }
}
#about_company_page .pageContentAll .pageContent .sinceBox > .thisBox > .contentBox .miaoshu {
  font-size: clamp(12px, 1.5vw, 1.5vw);
  width: 20vw;
}
#about_company_page .pageContentAll .pageContent .sinceBox > .thisBox > .contentBox .miaoshu img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
@media (max-width:1024px) {
  #about_company_page .pageContentAll .pageContent .sinceBox > .thisBox > .contentBox .miaoshu {
    font-size: 5vw;
  }
}
@media (max-width:1024px) {
  #about_company_page .pageContentAll .pageContent .sinceBox > .thisBox > .contentBox .miaoshu {
    text-align: center;
  }
}
#about_company_page .pageContentAll .pageContent .jianjie {
  margin-top: -8vw;
  position: relative;
  z-index: 1;
}
#about_company_page .pageContentAll .pageContent .jianjie > .thisBox {
  padding-bottom: 7vw;
}
@media (max-width:1600px) {
  #about_company_page .pageContentAll .pageContent .jianjie > .thisBox {
    padding-bottom: 7vw;
  }
}
@media (max-width:1300px) {
  #about_company_page .pageContentAll .pageContent .jianjie > .thisBox {
    padding-bottom: 7vw;
  }
}
@media (max-width:1024px) {
  #about_company_page .pageContentAll .pageContent .jianjie > .thisBox {
    padding-bottom: 12vw;
  }
}
#about_company_page .pageContentAll .pageContent .jianjie > .thisBox > .contentBox {
    display: flex
;
    flex-direction: column;
    align-items: center;
    width: 90%;
    margin: auto;
    justify-content: center;
    flex-wrap: unset;
    gap: 2vw;
}
@media (max-width:1024px) {
  #about_company_page .pageContentAll .pageContent .jianjie > .thisBox > .contentBox {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    flex-wrap: unset;
    width: 90%;
    margin: 0 auto;
  }
}
@media (max-width:1024px) and (max-width:1600px) {
  #about_company_page .pageContentAll .pageContent .jianjie > .thisBox > .contentBox {
    width: 90%;
  }
}
@media (max-width:1024px) and (max-width:1300px) {
  #about_company_page .pageContentAll .pageContent .jianjie > .thisBox > .contentBox {
    width: 85%;
  }
}
@media (max-width:1024px) and (max-width:1024px) {
  #about_company_page .pageContentAll .pageContent .jianjie > .thisBox > .contentBox {
    width: 90%;
  }
}
#about_company_page .pageContentAll .pageContent .jianjie > .thisBox > .contentBox .imgBox {
    width: 80%;
    height: 100%;

    overflow: hidden;
}
@media (max-width:1024px) {
  #about_company_page .pageContentAll .pageContent .jianjie > .thisBox > .contentBox .imgBox {
    width: 100%;
    height: 70vw;
  }
}
#about_company_page .pageContentAll .pageContent .jianjie > .thisBox > .contentBox .textBox {
    width: 80%;
    margin: auto;
    padding-bottom: 4vw;
}
@media (max-width:1024px) {
  #about_company_page .pageContentAll .pageContent .jianjie > .thisBox > .contentBox .textBox {
    width: 100%;
  }
}
#about_company_page .pageContentAll .pageContent .jianjie > .thisBox > .contentBox .textBox .subtitle {
  margin-bottom: 4vw;
  font-size: clamp(12px, 3.7vw, 3.7vw);
  text-align: center;

  background: url(../img/img1.jpg) no-repeat center / cover;
  -webkit-background-clip: text;
  color: transparent;
}
#about_company_page .pageContentAll .pageContent .jianjie > .thisBox > .contentBox .textBox .content{
  font-size: clamp(12px, 1vw, 1vw);

}


@media (max-width:1024px) {
  #about_company_page .pageContentAll .pageContent .jianjie > .thisBox > .contentBox .textBox .subtitle {
    font-size: 9.4vw;
  }
}
#about_company_page .pageContentAll .pageContent .bigMode .thisBox {
  width: 100%;
  height: 30vw;
}
@media (max-width:1024px) {
  #about_company_page .pageContentAll .pageContent .bigMode .thisBox {
    height: 65vw;
  }
}
#about_company_page .pageContentAll .pageContent .bigMode .thisBox > .contentBox {
  position: relative;
  width: 100%;
  height: 100%;
}
#about_company_page .pageContentAll .pageContent .bigMode .thisBox > .contentBox .imgBox {
  overflow: hidden;
  width: 100%;
  height: 100%;
}
#about_company_page .pageContentAll .pageContent .bigMode .thisBox > .contentBox .imgBox img {
  height: auto;
}
#about_company_page .pageContentAll .pageContent .bigMode .thisBox > .contentBox .textBox {
  will-change: transform;
  position: absolute;
  top: 10vw;
  left: 50%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  flex-wrap: unset;
  transform: translateX(-50%);
}
#about_company_page .pageContentAll .pageContent .bigMode .thisBox > .contentBox .textBox .title {
  color: #fff;
  font-size: clamp(12px, 1.7vw, 1.7vw);
  text-shadow: 0 0 20px rgba(176, 182, 194, 0.7);
}
@media (max-width:1024px) {
  #about_company_page .pageContentAll .pageContent .bigMode .thisBox > .contentBox .textBox .title {
    font-size: 5.4vw;
  }
}
#about_company_page .pageContentAll .pageContent .bigMode .thisBox > .contentBox .textBox .subtitle {
  font-size: clamp(12px, 3.7vw, 3.7vw);
  color: #fff;
  font-family: 'en10';
  text-transform: uppercase;
  text-shadow: 0 0 20px rgba(176, 182, 194, 0.7);
}
@media (max-width:1024px) {
  #about_company_page .pageContentAll .pageContent .bigMode .thisBox > .contentBox .textBox .subtitle {
    font-size: 9.4vw;
  }
}
#about_company_page .pageContentAll .pageContent .bigMode .thisBox > .contentBox .textBox .miaoshu {
  margin-top: 2vw;
  font-size: clamp(12px, 1vw, 1vw);
  color: #fff;
  text-shadow: 0 0 20px rgba(176, 182, 194, 0.7);
}
@media (max-width:1024px) {
  #about_company_page .pageContentAll .pageContent .bigMode .thisBox > .contentBox .textBox .miaoshu {
    font-size: 4vw;
  }
}
#about_company_page .pageContentAll .pageContent .slogenBox > .thisBox {
  padding-top: 10vw;
}
#about_company_page .pageContentAll .pageContent .slogenBox > .thisBox > .contentBox {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  flex-wrap: unset;
  gap: 8vw;
}
@media (max-width:1024px) {
  #about_company_page .pageContentAll .pageContent .slogenBox > .thisBox > .contentBox {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    flex-wrap: unset;
    width: 75%;
    margin: 0 auto;
  }
}
@media (max-width:1024px) and (max-width:1600px) {
  #about_company_page .pageContentAll .pageContent .slogenBox > .thisBox > .contentBox {
    width: 75%;
  }
}
@media (max-width:1024px) and (max-width:1300px) {
  #about_company_page .pageContentAll .pageContent .slogenBox > .thisBox > .contentBox {
    width: 75%;
  }
}
@media (max-width:1024px) and (max-width:1024px) {
  #about_company_page .pageContentAll .pageContent .slogenBox > .thisBox > .contentBox {
    width: 90%;
  }
}
#about_company_page .pageContentAll .pageContent .slogenBox > .thisBox > .contentBox .textBox .subtitle {
  margin-bottom: 3vw;
  font-size: clamp(12px, 1.9vw, 1.9vw);
}
@media (max-width:1024px) {
  #about_company_page .pageContentAll .pageContent .slogenBox > .thisBox > .contentBox .textBox .subtitle {
    font-size: 5.8vw;
  }
}
#about_company_page .pageContentAll .pageContent .slogenBox > .thisBox > .contentBox .textBox .miaoshu {
  line-height: 2em;
}
#about_company_page .pageContentAll .pageContent .slogenBox > .thisBox > .contentBox .imgBox {
  border-radius: 20px;
  overflow: hidden;
  width: 40vw;
  height: 30vw;
}
@media (max-width:1024px) {
  #about_company_page .pageContentAll .pageContent .slogenBox > .thisBox > .contentBox .imgBox {
    width: 100%;
    height: 50vw;
  }
}
#wenzhang_page .pageContentAll .pageContent {
  padding-top: 0;
}
#wenzhang_page .pageContentAll .pageContent .wenzhangBox {
  margin-top: -3vw;
}
@media (max-width:1024px) {
  #wenzhang_page .pageContentAll .pageContent .wenzhangBox {
    margin-top: -12vw;
  }
}
#wenzhang_page .pageContentAll .pageContent .wenzhangBox > .thisBox .contentBox {
  border-radius: 20px;
  background-color: #fff;
  padding: 4vw;
  width: 75%;
  margin: 0 auto;
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  justify-content: center;
  flex-wrap: unset;
}
@media (max-width:1600px) {
  #wenzhang_page .pageContentAll .pageContent .wenzhangBox > .thisBox .contentBox {
    width: 75%;
  }
}
@media (max-width:1300px) {
  #wenzhang_page .pageContentAll .pageContent .wenzhangBox > .thisBox .contentBox {
    width: 75%;
  }
}
@media (max-width:1024px) {
  #wenzhang_page .pageContentAll .pageContent .wenzhangBox > .thisBox .contentBox {
    width: 90%;
  }
}
@media (max-width:1024px) {
  #wenzhang_page .pageContentAll .pageContent .wenzhangBox > .thisBox .contentBox {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    flex-wrap: unset;
  }
}
#wenzhang_page .pageContentAll .pageContent .wenzhangBox > .thisBox .contentBox .newsCoutAll {
  padding-right: 6vw;
  width: calc(100% - 20vw);
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  flex-wrap: unset;
  gap: 1vw;
}
@media (max-width:1024px) {
  #wenzhang_page .pageContentAll .pageContent .wenzhangBox > .thisBox .contentBox .newsCoutAll {
    padding-right: 0;
    width: 100%;
    gap: 3vw;
  }
}
#wenzhang_page .pageContentAll .pageContent .wenzhangBox > .thisBox .contentBox .newsCoutAll .lujing {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  flex-wrap: unset;
  opacity: 0.5;
}
#wenzhang_page .pageContentAll .pageContent .wenzhangBox > .thisBox .contentBox .newsCoutAll .lujing * {
  font-size: clamp(12px, 0.7vw, 0.7vw);
  margin: 0 0.4vw;
}
@media (max-width:1024px) {
  #wenzhang_page .pageContentAll .pageContent .wenzhangBox > .thisBox .contentBox .newsCoutAll .lujing * {
    font-size: 3.4vw;
  }
}
#wenzhang_page .pageContentAll .pageContent .wenzhangBox > .thisBox .contentBox .newsCoutAll .wenzhangName {
  font-size: clamp(12px, 2.1vw, 2.1vw);
  font-family: 'cn1';
}
@media (max-width:1024px) {
  #wenzhang_page .pageContentAll .pageContent .wenzhangBox > .thisBox .contentBox .newsCoutAll .wenzhangName {
    font-size: 6.2vw;
  }
}
#wenzhang_page .pageContentAll .pageContent .wenzhangBox > .thisBox .contentBox .newsCoutAll .date {
  font-size: clamp(12px, 1vw, 1vw);
}
@media (max-width:1024px) {
  #wenzhang_page .pageContentAll .pageContent .wenzhangBox > .thisBox .contentBox .newsCoutAll .date {
    font-size: 4vw;
  }
}
@media (max-width:1024px) {
  #wenzhang_page .pageContentAll .pageContent .wenzhangBox > .thisBox .contentBox .newsCoutAll .date {
    font-size: 5vw;
  }
}
#wenzhang_page .pageContentAll .pageContent .wenzhangBox > .thisBox .contentBox .newsCoutAll .xian {
  width: 100%;
  height: 1px;
  background-color: #ccc;
  margin: 1vw 0;
}
#wenzhang_page .pageContentAll .pageContent .wenzhangBox > .thisBox .contentBox .newsCoutAll .detailContentBox .wenzhang {
  width: 100%;
}
#wenzhang_page .pageContentAll .pageContent .wenzhangBox > .thisBox .contentBox .newsCoutAll .detailContentBox .wenzhang p {
  font-size: clamp(12px, 0.9vw, 0.9vw);
}
@media (max-width:1024px) {
  #wenzhang_page .pageContentAll .pageContent .wenzhangBox > .thisBox .contentBox .newsCoutAll .detailContentBox .wenzhang p {
    font-size: 3.8vw;
  }
}
#wenzhang_page .pageContentAll .pageContent .wenzhangBox > .thisBox .contentBox .newsCoutAll .moreLink {
  border-top: 1px dashed #999;
  padding-top: 1vw;
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  flex-wrap: unset;
  gap: 1vw;
}
@media (max-width:1024px) {
  #wenzhang_page .pageContentAll .pageContent .wenzhangBox > .thisBox .contentBox .newsCoutAll .moreLink {
    padding-top: 4vw;
    gap: 6vw;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    flex-wrap: unset;
  }
}
#wenzhang_page .pageContentAll .pageContent .wenzhangBox > .thisBox .contentBox .newsCoutAll .moreLink .moreBox {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  flex-wrap: unset;
  gap: 0.5vw;
}
@media (max-width:1024px) {
  #wenzhang_page .pageContentAll .pageContent .wenzhangBox > .thisBox .contentBox .newsCoutAll .moreLink .moreBox {
    gap: 3vw;
  }
}
#wenzhang_page .pageContentAll .pageContent .wenzhangBox > .thisBox .contentBox .newsCoutAll .moreLink .moreBox .link {
  font-size: clamp(12px, 1vw, 1vw);
}
@media (max-width:1024px) {
  #wenzhang_page .pageContentAll .pageContent .wenzhangBox > .thisBox .contentBox .newsCoutAll .moreLink .moreBox .link {
    font-size: 4vw;
  }
}
#wenzhang_page .pageContentAll .pageContent .wenzhangBox > .thisBox .contentBox .newsCoutAll .moreLink .moreBox .link:hover {
  text-decoration: underline;
  color: #af3338;
}
#wenzhang_page .pageContentAll .pageContent .wenzhangBox > .thisBox .contentBox .rightCout {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  flex-wrap: unset;
  gap: 4vw;
}
#wenzhang_page .pageContentAll .pageContent .wenzhangBox > .thisBox .contentBox .rightCout .titleBiaoti {
  width: 100%;
  font-size: clamp(12px, 1.3vw, 1.3vw);
}
@media (max-width:1024px) {
  #wenzhang_page .pageContentAll .pageContent .wenzhangBox > .thisBox .contentBox .rightCout .titleBiaoti {
    font-size: 4.6vw;
  }
}
#wenzhang_page .pageContentAll .pageContent .wenzhangBox > .thisBox .contentBox .rightCout .hotNews {
  width: 20vw;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  flex-wrap: unset;
  gap: 1vw;
}
@media (max-width:1024px) {
  #wenzhang_page .pageContentAll .pageContent .wenzhangBox > .thisBox .contentBox .rightCout .hotNews {
    display: none;
  }
}
#wenzhang_page .pageContentAll .pageContent .wenzhangBox > .thisBox .contentBox .rightCout .hotNews .ul {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  flex-wrap: unset;
}
#wenzhang_page .pageContentAll .pageContent .wenzhangBox > .thisBox .contentBox .rightCout .hotNews .ul .li {
  padding: 1.4vw 0;
  border-bottom: 1px solid #ddd;
  width: 100%;
}
#wenzhang_page .pageContentAll .pageContent .wenzhangBox > .thisBox .contentBox .rightCout .hotNews .ul .li .aBox {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  flex-wrap: unset;
  height: 6vw;
}
#wenzhang_page .pageContentAll .pageContent .wenzhangBox > .thisBox .contentBox .rightCout .hotNews .ul .li .aBox .imgBox {
  width: 40%;
  height: 100%;
}
#wenzhang_page .pageContentAll .pageContent .wenzhangBox > .thisBox .contentBox .rightCout .hotNews .ul .li .aBox .textBox {
  padding-left: 1vw;
  width: 60%;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  flex-wrap: unset;
  gap: 1vw;
}
#wenzhang_page .pageContentAll .pageContent .wenzhangBox > .thisBox .contentBox .rightCout .hotNews .ul .li .aBox .textBox .title {
  font-size: clamp(12px, 0.9vw, 0.9vw);
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}
@media (max-width:1024px) {
  #wenzhang_page .pageContentAll .pageContent .wenzhangBox > .thisBox .contentBox .rightCout .hotNews .ul .li .aBox .textBox .title {
    font-size: 3.8vw;
  }
}
#wenzhang_page .pageContentAll .pageContent .wenzhangBox > .thisBox .contentBox .rightCout .hotNews .ul .li .aBox .textBox .date {
  font-size: clamp(12px, 0.7vw, 0.7vw);
}
@media (max-width:1024px) {
  #wenzhang_page .pageContentAll .pageContent .wenzhangBox > .thisBox .contentBox .rightCout .hotNews .ul .li .aBox .textBox .date {
    font-size: 3.4vw;
  }
}
#wenzhang_page .pageContentAll .pageContent .wenzhangBox > .thisBox .contentBox .rightCout .hotNews .ul .li .aBox:hover .textBox .title {
  color: #af3338;
}
#wenzhang_page .pageContentAll .pageContent .wenzhangBox > .thisBox .contentBox .rightCout .contact {
  width: 100%;
}
#wenzhang_page .pageContentAll .pageContent .wenzhangBox > .thisBox .contentBox .rightCout .contact .cout {
  margin-top: 1vw;
  background-color: rgba(6, 39, 60, 0.05);
  padding: 2vw;
  border-radius: 1vw;
}
#wenzhang_page .pageContentAll .pageContent .wenzhangBox > .thisBox .contentBox .rightCout .contact .cout .txt {
  font-size: clamp(12px, 1.1vw, 1.1vw);
}
@media (max-width:1024px) {
  #wenzhang_page .pageContentAll .pageContent .wenzhangBox > .thisBox .contentBox .rightCout .contact .cout .txt {
    font-size: 4.2vw;
  }
}
#service_message_page .pageContentAll .pageContent {

}
#service_message_page .pageContentAll .pageContent .message {
  position: relative;
}
#service_message_page .pageContentAll .pageContent .message > .thisBox {
  position: relative;
  z-index: 1;
  width: 100%;
  height: 100%;
}
#service_message_page .pageContentAll .pageContent .message > .thisBox .contentBox {
  border-radius: 20px;
  padding: 5vw;
  width: 75%;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  flex-wrap: unset;
  position: relative;
  background-color: #fff;
}
@media (max-width:1600px) {
  #service_message_page .pageContentAll .pageContent .message > .thisBox .contentBox {
    width: 75%;
  }
}
@media (max-width:1300px) {
  #service_message_page .pageContentAll .pageContent .message > .thisBox .contentBox {
    width: 75%;
  }
}
@media (max-width:1024px) {
  #service_message_page .pageContentAll .pageContent .message > .thisBox .contentBox {
    width: 90%;
  }
}
#service_message_page .pageContentAll .pageContent .message > .thisBox .contentBox .biaodan {
  width: 100%;
}
#service_message_page .pageContentAll .pageContent .message > .thisBox .contentBox .biaodan form {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  flex-wrap: unset;
}
#service_message_page .pageContentAll .pageContent .message > .thisBox .contentBox .biaodan form .inputBox {
  position: relative;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  flex-wrap: unset;
  width: 100%;
  padding: 2vw 0;
  border-bottom: 1px solid #ccc;
}
@media (max-width:1024px) {
  #service_message_page .pageContentAll .pageContent .message > .thisBox .contentBox .biaodan form .inputBox {
    padding: 4vw 0;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    flex-wrap: unset;
  }
}
#service_message_page .pageContentAll .pageContent .message > .thisBox .contentBox .biaodan form .inputBox .bdTitle {
  position: relative;
  display: block;
  width: 8vw;
  font-size: clamp(12px, 0.9vw, 0.9vw);
  font-family: 'cn1';
  margin-bottom: 1vw;
}
@media (max-width:1024px) {
  #service_message_page .pageContentAll .pageContent .message > .thisBox .contentBox .biaodan form .inputBox .bdTitle {
    font-size: 3.8vw;
  }
}
@media (max-width:1024px) {
  #service_message_page .pageContentAll .pageContent .message > .thisBox .contentBox .biaodan form .inputBox .bdTitle {
    width: 100%;
  }
}
#service_message_page .pageContentAll .pageContent .message > .thisBox .contentBox .biaodan form .inputBox .input {
  position: relative;
  width: calc(100% - 8vw);
}
@media (max-width:1024px) {
  #service_message_page .pageContentAll .pageContent .message > .thisBox .contentBox .biaodan form .inputBox .input {
    width: 100%;
  }
}
#service_message_page .pageContentAll .pageContent .message > .thisBox .contentBox .biaodan form .inputBox .input input {
  width: 100%;
  background-color: transparent;
  height: 100%;
  padding-left: 2vw;
  background-color: #f8f8f8;
  border-radius: 20px;
  border: none;
  height: 4vw;
}
@media (max-width:1024px) {
  #service_message_page .pageContentAll .pageContent .message > .thisBox .contentBox .biaodan form .inputBox .input input {
    padding-left: 4vw;
  }
}
@media (max-width:1024px) {
  #service_message_page .pageContentAll .pageContent .message > .thisBox .contentBox .biaodan form .inputBox .input input {
    height: 12vw;
  }
}
#service_message_page .pageContentAll .pageContent .message > .thisBox .contentBox .biaodan form .inputBox .input textarea {
  width: 100%;
  background-color: transparent;
  height: 100%;
  padding-left: 2vw;
  background-color: #f8f8f8;
  border-radius: 20px;
  border: none;
  height: 6vw;
  resize: vertical;
}
@media (max-width:1024px) {
  #service_message_page .pageContentAll .pageContent .message > .thisBox .contentBox .biaodan form .inputBox .input textarea {
    padding-left: 4vw;
  }
}
#service_message_page .pageContentAll .pageContent .message > .thisBox .contentBox .biaodan form .inputBox.textarea {
  width: 100%;
}
#service_message_page .pageContentAll .pageContent .message > .thisBox .contentBox .biaodan form .inputBox.textarea .input textarea {
  height: 6vw;
  font-family: auto;
  padding: 1vw 2vw;
  width: 100%;
  outline: none;
}
@media (max-width:1024px) {
  #service_message_page .pageContentAll .pageContent .message > .thisBox .contentBox .biaodan form .inputBox.textarea .input textarea {
    padding: 4vw;
    height: 40vw;
  }
}
#service_message_page .pageContentAll .pageContent .message > .thisBox .contentBox .biaodan form .inputBox.yanzhengma .input {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  flex-wrap: unset;
  gap: 1vw;
}
#service_message_page .pageContentAll .pageContent .message > .thisBox .contentBox .biaodan form .inputBox.yanzhengma .yanz {
  position: absolute;
  right: 0;
  top: 0;
  height: 100%;
}
#service_message_page .pageContentAll .pageContent .message > .thisBox .contentBox .biaodan form .inputBox.yanzhengma .yanz img {
  height: 100%;
  cursor: pointer;
}
#service_message_page .pageContentAll .pageContent .message > .thisBox .contentBox .biaodan form .inputBox.must .bdTitle::after {
  content: '*';
  position: absolute;
  color: red;
}
#service_message_page .pageContentAll .pageContent .message > .thisBox .contentBox .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;
}
#service_message_page .pageContentAll .pageContent .message > .thisBox .contentBox .biaodan form .inputBox.zhengque .tianxieInfo i {
  color: green;
}
#service_message_page .pageContentAll .pageContent .message > .thisBox .contentBox .biaodan form .inputBox.zhengque .tianxieInfo .txt {
  color: green;
}
#service_message_page .pageContentAll .pageContent .message > .thisBox .contentBox .biaodan form .inputBox.cuowu .tianxieInfo i {
  color: red;
}
#service_message_page .pageContentAll .pageContent .message > .thisBox .contentBox .biaodan form .inputBox.cuowu .tianxieInfo .txt {
  color: red;
}
#service_message_page .pageContentAll .pageContent .message > .thisBox .contentBox .biaodan form .button {
  margin: 0 auto;
  margin-top: 2vw;
  width: 100%;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  flex-wrap: unset;
}
#service_message_page .pageContentAll .pageContent .message > .thisBox .contentBox .biaodan form .button .submit {
  cursor: pointer;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  flex-wrap: unset;
  gap: 1vw;
  height: 3vw;
  padding: 0 2vw;
  background-color: #af3338;
  border-radius: 20px;
}
@media (max-width:1024px) {
  #service_message_page .pageContentAll .pageContent .message > .thisBox .contentBox .biaodan form .button .submit {
    width: 100%;
    height: 14vw;
  }
}
#service_message_page .pageContentAll .pageContent .message > .thisBox .contentBox .biaodan form .button .submit .txt {
  color: #fff;
  transition-duration: 0.3s;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.56, -0.01, 0.04, 1);
  font-family: 'cn1';
}
#service_message_page .pageContentAll .pageContent .message > .thisBox .contentBox .biaodan form .button .submit i {
  color: #af3338;
  transition-duration: 0.3s;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.56, -0.01, 0.04, 1);
  color: #fff;
}
#service_message_page .pageContentAll .pageContent .mendianmap > .thisBox {
  width: 90%;
  margin: 0 auto;
  padding: 4vw 0;
  position: relative;
}
#service_message_page .pageContentAll .pageContent .mendianmap > .thisBox h2 {
  font-size: 2vw;
  color: #333;
  font-weight: 500;
  text-align: center;
}
#service_message_page .pageContentAll .pageContent .mendianmap > .thisBox::after{
content: '';
z-index: -1;
    position: absolute;
    left: 0;
    top: 80px;
    opacity: 0.5;
    margin: auto;
    width: 100%;
    background-position: center;
       background-repeat: no-repeat;
    background-size: contain;
    height: 100%;
    background-image: url(../img/ditu.png);
    border-radius: 20px;
}
#service_message_page .pageContentAll .pageContent .mendianmap .filterBar {
    display: flex;
    align-items: center;
    margin: auto;
    justify-content: center;
    gap: 1.5vw;
    height: 100%;
    margin-top: 6vw;
    flex-wrap: wrap;
}
#service_message_page .pageContentAll .pageContent .mendianmap .filterBar .filterItem {
  display: flex;
  align-items: center;
  gap: 0.8vw;
}
#service_message_page .pageContentAll .pageContent .mendianmap .filterBar .filterItem .label {
  font-size: 1vw;
  color: #333;
  font-weight: 500;
}
#service_message_page .pageContentAll .pageContent .mendianmap .filterBar .filterItem .selectBox {
  position: relative;
  display: flex;
  align-items: center;
}
#service_message_page .pageContentAll .pageContent .mendianmap .filterBar .filterItem .selectBox select {
  appearance: none;
  -webkit-appearance: none;
  padding: 0.8vw 3vw 0.8vw 1.5vw;
  border: 1px solid #ddd;
  border-radius: 0.5vw;
  background-color: #fff;
  font-size: 0.9vw;
  color: #666;
  cursor: pointer;
  min-width: 12vw;
  outline: none;
  transition: border-color 0.3s;
}
#service_message_page .pageContentAll .pageContent .mendianmap .filterBar .filterItem .selectBox select:hover,
#service_message_page .pageContentAll .pageContent .mendianmap .filterBar .filterItem .selectBox select:focus {
  border-color: #af3338;
}
#service_message_page .pageContentAll .pageContent .mendianmap .filterBar .filterItem .selectBox i {
  position: absolute;
  right: 1vw;
  top: 50%;
  transform: translateY(-50%);
  font-size: 0.8vw;
  color: #999;
  pointer-events: none;
}
#service_message_page .pageContentAll .pageContent .mendianmap .filterBar .filterBtn {
  display: flex;
  align-items: center;
  gap: 0.5vw;
  padding: 0.8vw 2vw;
  background-color: #af3338;
  color: #fff;
  border: none;
  border-radius: 0.5vw;
  cursor: pointer;
  font-size: 0.9vw;
  transition: background-color 0.3s;
}
#service_message_page .pageContentAll .pageContent .mendianmap .filterBar .filterBtn:hover {
  background-color: #b89c1f;
}
#service_message_page .pageContentAll .pageContent .mendianmap .filterBar .filterBtn i {
  font-size: 0.8vw;
}
#service_message_page .pageContentAll .pageContent .mendianmap .storeList {
  width: 100%;
}
#service_message_page .pageContentAll .pageContent .mendianmap .storeList .storeUl {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 1.5vw;
  list-style: none;
  padding: 0;
  margin: 0;
}
#service_message_page .pageContentAll .pageContent .mendianmap .storeList .storeUl .storeLi .storeCard {
  background-color: #fff;
  border-radius: 1vw;
  padding: 2vw;
  box-shadow: 0 0.3vw 1.5vw rgba(0, 0, 0, 0.06);
  transition: transform 0.3s, box-shadow 0.3s;
}
#service_message_page .pageContentAll .pageContent .mendianmap .storeList .storeUl .storeLi .storeCard:hover {
  transform: translateY(-0.3vw);
  box-shadow: 0 0.8vw 2.5vw rgba(0, 0, 0, 0.1);
}
#service_message_page .pageContentAll .pageContent .mendianmap .storeList .storeUl .storeLi .storeCard .storeName {
  font-size: 1.4vw;
  font-weight: 600;
  color: #333;
  margin-bottom: 1vw;
  line-height: 1.4;
}
#service_message_page .pageContentAll .pageContent .mendianmap .storeList .storeUl .storeLi .storeCard .storeAddr {
  font-size: 0.9vw;
  color: #888;
  line-height: 1.8;
}
#service_message_page .pageContentAll .pageContent .mendianmap .storeList .storeUl .storeLi.hide {
  display: none;
}
#service_message_page .pageContentAll .pageContent .mendianmap .storeList .emptyTip {
  text-align: center;
  padding: 5vw 0;
  font-size: 1.2vw;
  color: #999;
}
@media (max-width:1024px) {
  #service_message_page .pageContentAll .pageContent .mendianmap > .thisBox {
    width: 95%;
    padding: 6vw 0;
  }
  #service_message_page .pageContentAll .pageContent .mendianmap .filterBar {
    gap: 3vw;
    margin-bottom: 5vw;
  }
  #service_message_page .pageContentAll .pageContent .mendianmap .filterBar .filterItem {
    width: 100%;
  }
  #service_message_page .pageContentAll .pageContent .mendianmap .filterBar .filterItem .selectBox {
    width: 100%;
    flex: 1;
  }
  #service_message_page .pageContentAll .pageContent .mendianmap .filterBar .filterItem .selectBox select {
    width: 100%;
    padding: 3vw 8vw 3vw 4vw;
    font-size: 3vw;
    min-width: auto;
    border-radius: 2vw;
  }
  #service_message_page .pageContentAll .pageContent .mendianmap .filterBar .filterItem .label {
    font-size: 3.5vw;
    white-space: nowrap;
  }
  #service_message_page .pageContentAll .pageContent .mendianmap .filterBar .filterItem .selectBox i {
    right: 3vw;
    font-size: 2.5vw;
  }
  #service_message_page .pageContentAll .pageContent .mendianmap .filterBar .filterBtn {
    width: 100%;
    justify-content: center;
    padding: 3vw 0;
    font-size: 3.5vw;
    border-radius: 2vw;
  }
  #service_message_page .pageContentAll .pageContent .mendianmap .storeList .storeUl {
    grid-template-columns: repeat(1, 1fr);
    gap: 3vw;
  }
  #service_message_page .pageContentAll .pageContent .mendianmap .storeList .storeUl .storeLi .storeCard {
    padding: 4vw;
    border-radius: 2vw;
  }
  #service_message_page .pageContentAll .pageContent .mendianmap .storeList .storeUl .storeLi .storeCard .storeName {
    font-size: 4vw;
    margin-bottom: 2vw;
  }
  #service_message_page .pageContentAll .pageContent .mendianmap .storeList .storeUl .storeLi .storeCard .storeAddr {
    font-size: 3vw;
  }
  #service_message_page .pageContentAll .pageContent .mendianmap .storeList .emptyTip {
    font-size: 3.5vw;
    padding: 10vw 0;
  }
}
/* ==================== joinus_page 招聘页面 ==================== */
#joinus_page .pageContentAll .pageContent {
  padding-top: 4vw;
}
#joinus_page .pageContentAll .pageContent .gangwei > .thisBox,
#joinus_page .pageContentAll .pageContent .fuli > .thisBox,
#joinus_page .pageContentAll .pageContent .wenhua > .thisBox,
#joinus_page .pageContentAll .pageContent .huodong > .thisBox {
  width: 85%;
  margin: 0 auto;
  padding: 5vw 0;
}
#joinus_page .pageContentAll .pageContent .titleBox {
  text-align: center;
  margin-bottom: 4vw;
}
#joinus_page .pageContentAll .pageContent .titleBox .cn {
  font-size: 2.5vw;
  font-weight: 600;
  color: #333;
  margin-bottom: 0.5vw;
}
#joinus_page .pageContentAll .pageContent .titleBox .en {
  font-size: 0.9vw;
  color: #af3338;
  letter-spacing: 0.2vw;
  text-transform: uppercase;
}
/* --- 招聘列表 --- */
#joinus_page .pageContentAll .pageContent .gangwei .jobList .jobUl {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 1.5vw;
  list-style: none;
  padding: 0;
  margin: 0;
}
#joinus_page .pageContentAll .pageContent .gangwei .jobList .jobLi .jobCard {
  display: block;
  position: relative;
  background-color: #fff;
  border-radius: 1vw;
  padding: 2vw;
  box-shadow: 0 0.3vw 1.5vw rgba(0, 0, 0, 0.06);
  transition: transform 0.3s, box-shadow 0.3s;
  overflow: hidden;
}
#joinus_page .pageContentAll .pageContent .gangwei .jobList .jobLi .jobCard:hover {
  transform: translateY(-0.3vw);
  box-shadow: 0 0.8vw 2.5vw rgba(0, 0, 0, 0.1);
}
#joinus_page .pageContentAll .pageContent .gangwei .jobList .jobLi .jobCard .topInfo {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 1.5vw;
}
#joinus_page .pageContentAll .pageContent .gangwei .jobList .jobLi .jobCard .topInfo .jobName {
  font-size: 1.4vw;
  font-weight: 600;
  color: #333;
}
#joinus_page .pageContentAll .pageContent .gangwei .jobList .jobLi .jobCard .topInfo .jobTag {
  font-size: 01vw;
  color: #af3338;
  border: 1px solid #af3338;
  padding: 0.3vw 1vw;
  border-radius: 2vw;
}
#joinus_page .pageContentAll .pageContent .gangwei .jobList .jobLi .jobCard .botInfo {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
#joinus_page .pageContentAll .pageContent .gangwei .jobList .jobLi .jobCard .botInfo .jobAddr {
    font-size: 0.9vw;
    line-height: 1.5em;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    margin-top: 1.5vw;
    color: #888;
}
#joinus_page .pageContentAll .pageContent .gangwei .jobList .jobLi .jobCard .botInfo .jobDate {
  font-size: 0.8vw;
  color: #aaa;
}
#joinus_page .pageContentAll .pageContent .gangwei .jobList .jobLi .jobCard .arrow {
  position: absolute;
  right: 2vw;
  top: 50%;
  transform: translateY(-50%);
  width: 2.5vw;
  height: 2.5vw;
  border-radius: 50%;
  background-color: #f5f5f5;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: background-color 0.3s;
  opacity: 0;
}
#joinus_page .pageContentAll .pageContent .gangwei .jobList .jobLi .jobCard:hover .arrow {
  opacity: 1;
  background-color: #af3338;
}
#joinus_page .pageContentAll .pageContent .gangwei .jobList .jobLi .jobCard .arrow i {
  font-size: 0.9vw;
  color: #999;
  transition: color 0.3s;
}
#joinus_page .pageContentAll .pageContent .gangwei .jobList .jobLi .jobCard:hover .arrow i {
  color: #fff;
}
/* --- 企业福利 --- */
#joinus_page .pageContentAll .pageContent .fuli .fuliBox {
  display: flex;
  gap: 3vw;
  align-items: center;
}
#joinus_page .pageContentAll .pageContent .fuli .fuliBox .leftImg {
  width: 35%;
  border-radius: 1vw;
  overflow: hidden;
  flex-shrink: 0;
}
#joinus_page .pageContentAll .pageContent .fuli .fuliBox .leftImg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
#joinus_page .pageContentAll .pageContent .fuli .fuliBox .rightText {
  flex: 1;
}
#joinus_page .pageContentAll .pageContent .fuli .fuliBox .rightText .fuliUl {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 2vw;
  list-style: none;
  padding: 0;
  margin: 0;
}
#joinus_page .pageContentAll .pageContent .fuli .fuliBox .rightText .fuliUl .fuliLi {
  display: flex;
  gap: 1vw;
  align-items: flex-start;
}
#joinus_page .pageContentAll .pageContent .fuli .fuliBox .rightText .fuliUl .fuliLi .ico {
 width: 2vw;
    height: 2vw;
    border-radius: 50%;
    background-color: rgb(0 146 216);
    display: flex
;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}
#joinus_page .pageContentAll .pageContent .fuli .fuliBox .rightText .fuliUl .fuliLi .ico i {
  font-size: 1.4vw;
  color: #af3338;
}
#joinus_page .pageContentAll .pageContent .fuli .fuliBox .rightText .fuliUl .fuliLi .textBox .title {
  font-size: 1.2vw;
  font-weight: 600;
  color: #333;
  margin-bottom: 0.5vw;
}
#joinus_page .pageContentAll .pageContent .fuli .fuliBox .rightText .fuliUl .fuliLi .textBox .desc {
  font-size: 0.85vw;
  color: #888;
  line-height: 1.7;
}
/* --- 企业文化 --- */
#joinus_page .pageContentAll .pageContent .wenhua .wenhuaBox {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 2vw;
}
#joinus_page .pageContentAll .pageContent .wenhua .wenhuaBox .wenhuaItem {
  background-color: #fff;
  border-radius: 1vw;
  padding: 3vw 1vw;
  text-align: center;
  box-shadow: 0 0.3vw 1.5vw rgba(0, 0, 0, 0.06);
  transition: transform 0.3s, box-shadow 0.3s;
}
#joinus_page .pageContentAll .pageContent .wenhua .wenhuaBox .wenhuaItem:hover {
  transform: translateY(-0.5vw);
  box-shadow: 0 0.8vw 2.5vw rgba(0, 0, 0, 0.1);
}
#joinus_page .pageContentAll .pageContent .wenhua .wenhuaBox .wenhuaItem .topIcon {
  width: 4vw;
  height: 4vw;
  border-radius: 50%;
background-color: rgb(223 245 255);
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 2vw;
}
#joinus_page .pageContentAll .pageContent .wenhua .wenhuaBox .wenhuaItem .topIcon i {
  font-size: 2vw;
  color: #af3338;
}
#joinus_page .pageContentAll .pageContent .wenhua .wenhuaBox .wenhuaItem .topIcon i img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
#joinus_page .pageContentAll .pageContent .wenhua .wenhuaBox .wenhuaItem .itemTitle {
  font-size: 1.5vw;
  font-weight: 600;
  color: #333;
  margin-bottom: 1vw;
}
#joinus_page .pageContentAll .pageContent .wenhua .wenhuaBox .wenhuaItem .itemDesc p{
  font-size: 1vw;
  color: #333;
  line-height: 2;
}
/* --- 企业活动轮播 --- */
#joinus_page .pageContentAll .pageContent .huodong .huodongSwiperBox {
  position: relative;
}
#joinus_page .pageContentAll .pageContent .huodong .huodongSwiperBox .swiper {
  overflow: hidden;
  border-radius: 1vw;
}
#joinus_page .pageContentAll .pageContent .huodong .huodongSwiperBox .swiper .swiper-slide {
  list-style: none;
  height: auto;
}
#joinus_page .pageContentAll .pageContent .huodong .huodongSwiperBox .swiper .swiper-slide .imgBox {
  width: 100%;
  height: 20vw;
  overflow: hidden;
}
#joinus_page .pageContentAll .pageContent .huodong .huodongSwiperBox .swiper .swiper-slide .imgBox img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
#joinus_page .pageContentAll .pageContent .huodong .huodongSwiperBox .swiperControl {
  display: flex;
  justify-content: center;
  gap: 1vw;
  margin-top: 2vw;
}
#joinus_page .pageContentAll .pageContent .huodong .huodongSwiperBox .swiperControl .navBtn {
  width: 3vw;
  height: 3vw;
  border-radius: 50%;
  border: 1px solid #ddd;
  background-color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: all 0.3s;
}
#joinus_page .pageContentAll .pageContent .huodong .huodongSwiperBox .swiperControl .navBtn:hover {
  background-color: #af3338;
  border-color: #af3338;
}
#joinus_page .pageContentAll .pageContent .huodong .huodongSwiperBox .swiperControl .navBtn:hover i {
  color: #fff;
}
#joinus_page .pageContentAll .pageContent .huodong .huodongSwiperBox .swiperControl .navBtn i {
  font-size: 1vw;
  color: #666;
  transition: color 0.3s;
}
/* --- 响应式 --- */
@media (max-width:1024px) {
  #joinus_page .pageContentAll .pageContent .gangwei > .thisBox,
  #joinus_page .pageContentAll .pageContent .fuli > .thisBox,
  #joinus_page .pageContentAll .pageContent .wenhua > .thisBox,
  #joinus_page .pageContentAll .pageContent .huodong > .thisBox {
    width: 92%;
    padding: 8vw 0;
  }
  #joinus_page .pageContentAll .pageContent .titleBox .cn {
    font-size: 5vw;
  }
  #joinus_page .pageContentAll .pageContent .titleBox .en {
    font-size: 2.5vw;
  }
  #joinus_page .pageContentAll .pageContent .gangwei .jobList .jobUl {
    grid-template-columns: repeat(1, 1fr);
    gap: 3vw;
  }
  #joinus_page .pageContentAll .pageContent .gangwei .jobList .jobLi .jobCard {
    padding: 4vw;
    border-radius: 2vw;
  }
  #joinus_page .pageContentAll .pageContent .gangwei .jobList .jobLi .jobCard .topInfo .jobName {
    font-size: 4vw;
  }
  #joinus_page .pageContentAll .pageContent .gangwei .jobList .jobLi .jobCard .topInfo .jobTag {
    font-size: 2.5vw;
    padding: 0.8vw 2vw;
  }
  #joinus_page .pageContentAll .pageContent .gangwei .jobList .jobLi .jobCard .botInfo .jobAddr {
    font-size: 3vw;
  }
  #joinus_page .pageContentAll .pageContent .gangwei .jobList .jobLi .jobCard .botInfo .jobDate {
    font-size: 2.5vw;
  }
  #joinus_page .pageContentAll .pageContent .fuli .fuliBox {
    flex-direction: column;
    gap: 5vw;
  }
  #joinus_page .pageContentAll .pageContent .fuli .fuliBox .leftImg {
    width: 100%;
    height: 50vw;
  }
  #joinus_page .pageContentAll .pageContent .fuli .fuliBox .rightText .fuliUl {
    grid-template-columns: repeat(1, 1fr);
    gap: 4vw;
  }
  #joinus_page .pageContentAll .pageContent .fuli .fuliBox .rightText .fuliUl .fuliLi .ico {
    width: 8vw;
    height: 8vw;
  }
  #joinus_page .pageContentAll .pageContent .fuli .fuliBox .rightText .fuliUl .fuliLi .ico i {
    font-size: 4vw;
  }
  #joinus_page .pageContentAll .pageContent .fuli .fuliBox .rightText .fuliUl .fuliLi .textBox .title {
    font-size: 3.5vw;
  }
  #joinus_page .pageContentAll .pageContent .fuli .fuliBox .rightText .fuliUl .fuliLi .textBox .desc {
    font-size: 2.8vw;
  }
  #joinus_page .pageContentAll .pageContent .wenhua .wenhuaBox {
    grid-template-columns: repeat(1, 1fr);
    gap: 4vw;
  }
  #joinus_page .pageContentAll .pageContent .wenhua .wenhuaBox .wenhuaItem {
    padding: 6vw 4vw;
    border-radius: 2vw;
  }
  #joinus_page .pageContentAll .pageContent .wenhua .wenhuaBox .wenhuaItem .topIcon {
    width: 10vw;
    height: 10vw;
  }
  #joinus_page .pageContentAll .pageContent .wenhua .wenhuaBox .wenhuaItem .topIcon i {
    font-size: 5vw;
  }
  #joinus_page .pageContentAll .pageContent .wenhua .wenhuaBox .wenhuaItem .itemTitle {
    font-size: 4vw;
  }
  #joinus_page .pageContentAll .pageContent .wenhua .wenhuaBox .wenhuaItem .itemDesc {
    font-size: 2.8vw;
  }
  #joinus_page .pageContentAll .pageContent .huodong .huodongSwiperBox .swiper .swiper-slide .imgBox {
    height: 35vw;
  }
  #joinus_page .pageContentAll .pageContent .huodong .huodongSwiperBox .swiperControl .navBtn {
    width: 8vw;
    height: 8vw;
  }
  #joinus_page .pageContentAll .pageContent .huodong .huodongSwiperBox .swiperControl .navBtn i {
    font-size: 3vw;
  }
}
/* ==================== contact_page 联系我们 ==================== */
#contact_page .pageContentAll .pageContent {
  padding-top: 0;
}
#contact_page .pageContentAll .pageContent .join.condition > .thisBox,
#contact_page .pageContentAll .pageContent .join.process > .thisBox,
#contact_page .pageContentAll .pageContent .contactInfo > .thisBox {
  width: 85%;
  margin: 0 auto;
  padding: 5vw 0;
}
/* --- 标题样式 --- */
#contact_page .pageContentAll .pageContent .secTitleBox {
width: 80%;
    margin: auto;
}
#contact_page .pageContentAll .pageContent .secTitleBox .en {
  font-size: 3vw;
  font-weight: 700;
  color: #333;
  letter-spacing: 0.3vw;
  text-transform: uppercase;
  margin-bottom: 0.5vw;
  line-height: 1.2;
}
#contact_page .pageContentAll .pageContent .secTitleBox .cn {
  font-size: 2.5vw;
  font-weight: 600;
  color: #333;
}
#contact_page .pageContentAll .pageContent .secTitleBox.left {
  text-align: left;
}
#contact_page .pageContentAll .pageContent .secTitleBox .desc {
  font-size: 1vw;
  color: #888;
  margin-top: 1vw;
  line-height: 1.8;
}
/* --- 加盟条件 --- */
#contact_page .pageContentAll .pageContent .join.condition .condGrid {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 2vw;
  max-width: 90vw;
  margin: 0 auto;
}
#contact_page .pageContentAll .pageContent .join.condition .condItem {
  padding: 2vw 1.5vw;
  position: relative;
  background-color: #fff;
  border-radius: 1vw;
  box-shadow: 0 0.3vw 1.5vw rgba(0, 0, 0, 0.06);
  transition: transform 0.3s, box-shadow 0.3s;
}
#contact_page .pageContentAll .pageContent .join.condition .condItem:hover {
  transform: translateY(-0.5vw);
  box-shadow: 0 0.8vw 2.5vw rgba(0, 0, 0, 0.1);
}
#contact_page .pageContentAll .pageContent .join.condition .condItem .num {
  font-size: 2.5vw;
  font-weight: 700;
  color: #af3338;
  margin-bottom: 1vw;
  line-height: 1;
}
#contact_page .pageContentAll .pageContent .join.condition .condItem .title {
  font-size: 1.1vw;
  font-weight: 600;
  color: #333;
  margin-bottom: 0.8vw;
}
#contact_page .pageContentAll .pageContent .join.condition .condItem .desc {
  font-size: 0.8vw;
  color: #888;
  line-height: 1.7;
}
/* --- 加盟流程 --- */
#contact_page .pageContentAll .pageContent .join.process .procList {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 2vw;
}
#contact_page .pageContentAll .pageContent .join.process .procItem {
  flex: 1;
  max-width: 25vw;
  text-align: center;
  padding: 3vw 2vw;
  background-color: #fff;
  border-radius: 1vw;
  box-shadow: 0 0.3vw 1.5vw rgba(0, 0, 0, 0.06);
  transition: transform 0.3s, box-shadow 0.3s;
}
#contact_page .pageContentAll .pageContent .join.process .procItem:hover {
  transform: translateY(-0.5vw);
  box-shadow: 0 0.8vw 2.5vw rgba(0, 0, 0, 0.1);
}
#contact_page .pageContentAll .pageContent .join.process .procItem .procNum {
  font-size: 2.5vw;
  font-weight: 700;
  color: #af3338;
  margin-bottom: 1.5vw;
}
#contact_page .pageContentAll .pageContent .join.process .procItem .procTitle {
  font-size: 1.5vw;
  font-weight: 600;
  color: #333;
  margin-bottom: 1vw;
}
#contact_page .pageContentAll .pageContent .join.process .procItem .procDesc {
  font-size: 0.9vw;
  color: #888;
  line-height: 1.8;
}
#contact_page .pageContentAll .pageContent .join.process .procArrow {
  width: 3vw;
  height: 3vw;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #af3338;
  font-size: 1.5vw;
  flex-shrink: 0;
}
#contact_page .pageContentAll .pageContent .join.process .procArrow i {
  font-size: 2vw;
}
/* --- 联系方式 --- */
#contact_page .pageContentAll .pageContent .contactInfo {
/* background: linear-gradient(183deg, #9fdfff, rgba(255, 255, 255, 0) 76%); */
    padding-bottom: 4vw;

}
#contact_page .pageContentAll .pageContent .contactInfo > .thisBox {
  width: 85%;
}
#contact_page .pageContentAll .pageContent .contactInfo .infoList {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 2vw;
  margin-top: 4vw;
}
#contact_page .pageContentAll .pageContent .contactInfo .infoList .infoCard {
  background-color: #fff;
  border-radius: 1vw;
  padding: 3vw;
  box-shadow: 0 0.3vw 1.5vw rgba(0, 0, 0, 0.06);
  transition: transform 0.3s, box-shadow 0.3s;
}
#contact_page .pageContentAll .pageContent .contactInfo .infoList .infoCard:hover {
  transform: translateY(-0.5vw);
  box-shadow: 0 0.8vw 2.5vw rgba(0, 0, 0, 0.1);
}
#contact_page .pageContentAll .pageContent .contactInfo .infoList .infoCard .ico {
  width: 4vw;
  height: 4vw;
  border-radius: 50%;
    background-color: rgb(243 231 217);
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 2vw;
}
#contact_page .pageContentAll .pageContent .contactInfo .infoList .infoCard .ico i {
  font-size: 1.8vw;
  color: #af3338;
}
#contact_page .pageContentAll .pageContent .contactInfo .infoList .infoCard .infoLabel {
  font-size: 1.2vw;
  color: #999;
  margin-bottom: 1vw;
}
#contact_page .pageContentAll .pageContent .contactInfo .infoList .infoCard .infoValue {
  font-size: 1.4vw;

  color: #333;
  line-height: 1.4;
  word-break: break-all;
}
/* --- 响应式 --- */
@media (max-width:1024px) {
  #contact_page .pageContentAll .pageContent .secTitleBox {
width: 90%;
    margin: auto;
}
  #contact_page .pageContentAll .pageContent .join.condition > .thisBox,
  #contact_page .pageContentAll .pageContent .join.process > .thisBox,
  #contact_page .pageContentAll .pageContent .contactInfo > .thisBox {
    width: 92%;
    padding: 8vw 0;
  }
  #contact_page .pageContentAll .pageContent .secTitleBox .en {
    font-size: 5vw;
  }
  #contact_page .pageContentAll .pageContent .secTitleBox .cn {
    font-size: 7vw;
  }
  #contact_page .pageContentAll .pageContent .secTitleBox .desc {
    font-size: 4vw;
  }
  #contact_page .pageContentAll .pageContent .join.condition .condGrid {
    grid-template-columns: repeat(2, 1fr);
    gap: 3vw;
    max-width: 100%;
  }
  #contact_page .pageContentAll .pageContent .join.condition .condItem {
    padding: 4vw 3vw;
  }
  #contact_page .pageContentAll .pageContent .join.condition .condItem .num {
    font-size: 5vw;
  }
  #contact_page .pageContentAll .pageContent .join.condition .condItem .title {
    font-size: 3.5vw;
  }
  #contact_page .pageContentAll .pageContent .join.condition .condItem .desc {
    font-size: 2.8vw;
  }
  #contact_page .pageContentAll .pageContent .join.process .procList {
    flex-direction: column;
    gap: 4vw;
  }
  #contact_page .pageContentAll .pageContent .join.process .procItem {
    max-width: 100%;
    width: 100%;
    padding: 5vw 4vw;
  }
  #contact_page .pageContentAll .pageContent .join.process .procItem .procNum {
    font-size: 5vw;
  }
  #contact_page .pageContentAll .pageContent .join.process .procItem .procTitle {
    font-size: 4vw;
  }
  #contact_page .pageContentAll .pageContent .join.process .procItem .procDesc {
    font-size: 3vw;
  }
  #contact_page .pageContentAll .pageContent .join.process .procArrow {
    transform: rotate(90deg);
    width: 5vw;
    height: 5vw;
  }
  #contact_page .pageContentAll .pageContent .join.process .procArrow i {
    font-size: 4vw;
  }
  #contact_page .pageContentAll .pageContent .contactInfo .infoList {
    grid-template-columns: repeat(1, 1fr);
    gap: 4vw;
  }
  #contact_page .pageContentAll .pageContent .contactInfo .infoList .infoCard {
    padding: 5vw 4vw;
  }
  #contact_page .pageContentAll .pageContent .contactInfo .infoList .infoCard .ico {
    width: 10vw;
    height: 10vw;
    margin-bottom: 3vw;
  }
  #contact_page .pageContentAll .pageContent .contactInfo .infoList .infoCard .ico i {
    font-size: 5vw;
  }
  #contact_page .pageContentAll .pageContent .contactInfo .infoList .infoCard .infoLabel {
    font-size: 3.5vw;
  }
  #contact_page .pageContentAll .pageContent .contactInfo .infoList .infoCard .infoValue {
    font-size: 5vw;
  }
}
#service_question_page .pageContentAll .pageContent {
  padding-top: 4vw;
}
#service_question_page .pageContentAll .pageContent .question > .thisBox > .contentBox {
  width: 75%;
  margin: 0 auto;
  background-color: #fff;
  border-radius: 20px;
  padding: 5vw;
}
@media (max-width:1600px) {
  #service_question_page .pageContentAll .pageContent .question > .thisBox > .contentBox {
    width: 75%;
  }
}
@media (max-width:1300px) {
  #service_question_page .pageContentAll .pageContent .question > .thisBox > .contentBox {
    width: 75%;
  }
}
@media (max-width:1024px) {
  #service_question_page .pageContentAll .pageContent .question > .thisBox > .contentBox {
    width: 90%;
  }
}
#service_question_page .pageContentAll .pageContent .question > .thisBox > .contentBox .ul .li .box {
  border-bottom: 1px solid #ccc;
}
#service_question_page .pageContentAll .pageContent .question > .thisBox > .contentBox .ul .li .box .ques {
  cursor: pointer;
  padding: 2vw 0;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  flex-wrap: unset;
}
#service_question_page .pageContentAll .pageContent .question > .thisBox > .contentBox .ul .li .box .ques .titleBox {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-start;
  flex-wrap: unset;
  width: calc(100% - 3vw);
  padding-right: 2vw;
}
@media (max-width:1024px) {
  #service_question_page .pageContentAll .pageContent .question > .thisBox > .contentBox .ul .li .box .ques .titleBox {
    width: calc(100% - 6vw);
  }
}
#service_question_page .pageContentAll .pageContent .question > .thisBox > .contentBox .ul .li .box .ques .titleBox .bigT {
  width: 8vw;
  font-size: clamp(12px, 3.7vw, 3.7vw);
  font-family: 'en10';
  text-transform: uppercase;
}
@media (max-width:1024px) {
  #service_question_page .pageContentAll .pageContent .question > .thisBox > .contentBox .ul .li .box .ques .titleBox .bigT {
    font-size: 9.4vw;
  }
}
@media (max-width:1024px) {
  #service_question_page .pageContentAll .pageContent .question > .thisBox > .contentBox .ul .li .box .ques .titleBox .bigT {
    width: 12vw;
  }
}
#service_question_page .pageContentAll .pageContent .question > .thisBox > .contentBox .ul .li .box .ques .titleBox .txt {
  width: calc(100% - 8vw);
  font-size: clamp(12px, 2.4vw, 2.4vw);
}
@media (max-width:1024px) {
  #service_question_page .pageContentAll .pageContent .question > .thisBox > .contentBox .ul .li .box .ques .titleBox .txt {
    font-size: 4.6vw;
  }
}
@media (max-width:1024px) {
  #service_question_page .pageContentAll .pageContent .question > .thisBox > .contentBox .ul .li .box .ques .titleBox .txt {
    width: calc(100% - 12vw);
    font-size: 4vw;
  }
}
#service_question_page .pageContentAll .pageContent .question > .thisBox > .contentBox .ul .li .box .ques .ico {
  position: relative;
  background-color: #af3338;
  border-radius: 50%;
  width: 3vw;
  height: 3vw;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  flex-wrap: unset;
}
@media (max-width:1024px) {
  #service_question_page .pageContentAll .pageContent .question > .thisBox > .contentBox .ul .li .box .ques .ico {
    width: 6vw;
    height: 6vw;
  }
}
#service_question_page .pageContentAll .pageContent .question > .thisBox > .contentBox .ul .li .box .ques .ico div {
  width: 40%;
  height: 1px;
  background-color: #fff;
  transition-duration: 0.8s;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.56, -0.01, 0.04, 1);
}
#service_question_page .pageContentAll .pageContent .question > .thisBox > .contentBox .ul .li .box .ques .ico div:nth-child(1) {
  transform: rotate(180deg);
}
#service_question_page .pageContentAll .pageContent .question > .thisBox > .contentBox .ul .li .box .ques .ico div:nth-child(2) {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) rotate(270deg);
}
#service_question_page .pageContentAll .pageContent .question > .thisBox > .contentBox .ul .li .box .anser {
  position: relative;
  overflow: hidden;
  height: 0;
  transition-duration: 0.8s;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.56, -0.01, 0.04, 1);
}
#service_question_page .pageContentAll .pageContent .question > .thisBox > .contentBox .ul .li .box .anser .box {
  padding: 2vw 0;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-start;
  flex-wrap: unset;
}
#service_question_page .pageContentAll .pageContent .question > .thisBox > .contentBox .ul .li .box .anser .box .bigT {
  font-size: clamp(12px, 3.7vw, 3.7vw);
  font-family: 'en10';
  text-transform: uppercase;
  width: 8vw;
}
@media (max-width:1024px) {
  #service_question_page .pageContentAll .pageContent .question > .thisBox > .contentBox .ul .li .box .anser .box .bigT {
    font-size: 9.4vw;
  }
}
@media (max-width:1024px) {
  #service_question_page .pageContentAll .pageContent .question > .thisBox > .contentBox .ul .li .box .anser .box .bigT {
    width: 12vw;
  }
}
#service_question_page .pageContentAll .pageContent .question > .thisBox > .contentBox .ul .li .box .anser .box .txt {
  width: calc(100% - 8vw);
}
@media (max-width:1024px) {
  #service_question_page .pageContentAll .pageContent .question > .thisBox > .contentBox .ul .li .box .anser .box .txt {
    width: calc(100% - 12vw);
  }
}
#service_question_page .pageContentAll .pageContent .question > .thisBox > .contentBox .ul .li .box .anser .box .txt p {
  font-size: clamp(12px, 1.2vw, 1.2vw);
}
@media (max-width:1024px) {
  #service_question_page .pageContentAll .pageContent .question > .thisBox > .contentBox .ul .li .box .anser .box .txt p {
    font-size: 3.8vw;
  }
}
#service_question_page .pageContentAll .pageContent .question > .thisBox > .contentBox .ul .li .box .anser::before {
  content: '';
  position: absolute;
  display: block;
  top: 0;
  right: 0;
  border-top: 1px solid #ccc;
  width: calc(100% - 8vw);
}
#service_question_page .pageContentAll .pageContent .question > .thisBox > .contentBox .ul .li.on .box .ques .ico div:nth-child(1) {
  transform: rotate(0);
}
#service_question_page .pageContentAll .pageContent .question > .thisBox > .contentBox .ul .li.on .box .ques .ico div:nth-child(2) {
  transform: translate(-50%, -50%) rotate(0);
}
#service_shouhou_page .pageContentAll .pageContent {
  padding-top: 4vw;
}
#service_shouhou_page .pageContentAll .pageContent .shouhou > .thisBox > .contentBox {
  width: 75%;
  margin: 0 auto;
  background-color: #fff;
  border-radius: 20px;
  padding: 4vw 6vw;
}
@media (max-width:1600px) {
  #service_shouhou_page .pageContentAll .pageContent .shouhou > .thisBox > .contentBox {
    width: 75%;
  }
}
@media (max-width:1300px) {
  #service_shouhou_page .pageContentAll .pageContent .shouhou > .thisBox > .contentBox {
    width: 75%;
  }
}
@media (max-width:1024px) {
  #service_shouhou_page .pageContentAll .pageContent .shouhou > .thisBox > .contentBox {
    width: 90%;
  }
}
#service_shouhou_page .pageContentAll .pageContent .shouhou > .thisBox > .contentBox .content p {
  position: relative;
  font-size: clamp(12px, 1.1vw, 1.1vw);
  padding: 2vw 0;
  border-bottom: 1px dashed #ccc;
  padding-left: 2vw;
}
@media (max-width:1024px) {
  #service_shouhou_page .pageContentAll .pageContent .shouhou > .thisBox > .contentBox .content p {
    font-size: 4.2vw;
  }
}
@media (max-width:1024px) {
  #service_shouhou_page .pageContentAll .pageContent .shouhou > .thisBox > .contentBox .content p {
    padding: 4vw;
    padding-left: 4vw;
  }
}
#service_shouhou_page .pageContentAll .pageContent .shouhou > .thisBox > .contentBox .content p::before {
  content: '';
  position: absolute;
  display: block;
  left: 0;
  top: 2.8vw;
  border-radius: 50%;
  background-color: #af3338;
  width: 0.6vw;
  height: 0.6vw;
}
@media (max-width:1024px) {
  #service_shouhou_page .pageContentAll .pageContent .shouhou > .thisBox > .contentBox .content p::before {
    width: 2vw;
    height: 2vw;
    top: 7.6vw;
  }
}
#about_honor_page .pageContentAll .pageContent {
  padding-top: 4vw;
}
#about_honor_page .pageContentAll .pageContent .honorList > .thisBox > .contentBox {
  width: 75%;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  flex-wrap: unset;
}
@media (max-width:1600px) {
  #about_honor_page .pageContentAll .pageContent .honorList > .thisBox > .contentBox {
    width: 75%;
  }
}
@media (max-width:1300px) {
  #about_honor_page .pageContentAll .pageContent .honorList > .thisBox > .contentBox {
    width: 75%;
  }
}
@media (max-width:1024px) {
  #about_honor_page .pageContentAll .pageContent .honorList > .thisBox > .contentBox {
    width: 90%;
  }
}
#about_honor_page .pageContentAll .pageContent .honorList > .thisBox > .contentBox .ul {
  display: flex;
  flex-wrap: wrap;
  gap: 4vw;
}
#about_honor_page .pageContentAll .pageContent .honorList > .thisBox > .contentBox .ul > li {
  width: calc(100% / 3 - (3 - 1) * 4vw / 3);
}
@media (max-width:1024px) {
  #about_honor_page .pageContentAll .pageContent .honorList > .thisBox > .contentBox .ul {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    flex-wrap: unset;
  }
}
#about_honor_page .pageContentAll .pageContent .honorList > .thisBox > .contentBox .ul .li {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  flex-wrap: unset;
  gap: 0.6vw;
}
@media (max-width:1024px) {
  #about_honor_page .pageContentAll .pageContent .honorList > .thisBox > .contentBox .ul .li {
    width: 100%;
  }
}
#about_honor_page .pageContentAll .pageContent .honorList > .thisBox > .contentBox .ul .li .imgBoxAll {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  flex-wrap: unset;
  padding: 1vw;
  height: 20vw;
  background-color: #fff;
  padding: 2vw;
  border-radius: 1vw;
}
@media (max-width:1024px) {
  #about_honor_page .pageContentAll .pageContent .honorList > .thisBox > .contentBox .ul .li .imgBoxAll {
    height: 60vw;
  }
}
#about_honor_page .pageContentAll .pageContent .honorList > .thisBox > .contentBox .ul .li .imgBoxAll .imgBox {
  width: 100%;
  height: 100%;
  transition-duration: 0.8s;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.56, -0.01, 0.04, 1);
}
#about_honor_page .pageContentAll .pageContent .honorList > .thisBox > .contentBox .ul .li .imgBoxAll .imgBox img {
  object-fit: contain;
}
#about_honor_page .pageContentAll .pageContent .honorList > .thisBox > .contentBox .ul .li .imgBoxAll:hover .imgBox {
  transform: scale(0.9);
}
#about_honor_page .pageContentAll .pageContent .honorList > .thisBox > .contentBox .ul .li .imgBoxAll:hover .imgBox img {
  object-fit: contain;
}
#about_honor_page .pageContentAll .pageContent .honorList > .thisBox > .contentBox .ul .li .title {
  font-size: clamp(12px, 1.1vw, 1.1vw);
}
@media (max-width:1024px) {
  #about_honor_page .pageContentAll .pageContent .honorList > .thisBox > .contentBox .ul .li .title {
    font-size: 4.2vw;
  }
}
#product_detail_page .pageContentAll .pageContent {
  padding-top: 0;
}
#product_detail_page .pageContentAll .pageContent .productDteail {
  margin-top: -3vw;
}
#product_detail_page .pageContentAll .pageContent .productDteail > .thisBox .contentBox {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  flex-wrap: unset;
  border-radius: 20px;
  background-color: #fff;
  padding: 4vw;
  width: 75%;
  margin: 0 auto;
}
@media (max-width:1600px) {
  #product_detail_page .pageContentAll .pageContent .productDteail > .thisBox .contentBox {
    width: 75%;
  }
}
@media (max-width:1300px) {
  #product_detail_page .pageContentAll .pageContent .productDteail > .thisBox .contentBox {
    width: 75%;
  }
}
@media (max-width:1024px) {
  #product_detail_page .pageContentAll .pageContent .productDteail > .thisBox .contentBox {
    width: 90%;
  }
}
#product_detail_page .pageContentAll .pageContent .productDteail > .thisBox .contentBox .title {
  font-size: clamp(12px, 2.5vw, 2.5vw);
}
@media (max-width:1024px) {
  #product_detail_page .pageContentAll .pageContent .productDteail > .thisBox .contentBox .title {
    font-size: 7vw;
  }
}
#product_detail_page .pageContentAll .pageContent .productDteail > .thisBox .contentBox .subtitle {
  position: relative;
}
#product_detail_page .pageContentAll .pageContent .productDteail > .thisBox .contentBox .subtitle .txt {
  font-size: clamp(12px, 1.1vw, 1.1vw);
  font-family: 'en10';
  text-transform: uppercase;
}
@media (max-width:1024px) {
  #product_detail_page .pageContentAll .pageContent .productDteail > .thisBox .contentBox .subtitle .txt {
    font-size: 4.2vw;
  }
}
#product_detail_page .pageContentAll .pageContent .productDteail > .thisBox .contentBox .zhutuBox {
  width: 100%;
  will-change: transform;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  flex-wrap: unset;
}
@media (max-width:1024px) {
  #product_detail_page .pageContentAll .pageContent .productDteail > .thisBox .contentBox .zhutuBox {
    width: 100%;
    gap: 4vw;
  }
}
#product_detail_page .pageContentAll .pageContent .productDteail > .thisBox .contentBox .zhutuBox .top {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  flex-wrap: unset;
}
@media (max-width:1024px) {
  #product_detail_page .pageContentAll .pageContent .productDteail > .thisBox .contentBox .zhutuBox .top {
    height: unset;
  }
}
#product_detail_page .pageContentAll .pageContent .productDteail > .thisBox .contentBox .zhutuBox .top .imgBoxAll {
    width: 100%;
    height: 38vw;
    margin: 2vw 0;
}
@media (max-width:1024px) {
  #product_detail_page .pageContentAll .pageContent .productDteail > .thisBox .contentBox .zhutuBox .top .imgBoxAll {
    width: 70vw;
    height: 70vw;
  }
}
#product_detail_page .pageContentAll .pageContent .productDteail > .thisBox .contentBox .zhutuBox .top .imgBoxAll .oneImg {
  padding: 2vw;
  width: 100%;
  height: 100%;
  background-color: #f9f9f9;
  border-radius: 20px;
  overflow: hidden;
}
@media (max-width:1024px) {
  #product_detail_page .pageContentAll .pageContent .productDteail > .thisBox .contentBox .zhutuBox .top .imgBoxAll .oneImg {
    padding: 6vw;
  }
}
#product_detail_page .pageContentAll .pageContent .productDteail > .thisBox .contentBox .zhutuBox .top .imgBoxAll .oneImg .imgBox {
  width: 100%;
  height: 100%;
}
#product_detail_page .pageContentAll .pageContent .productDteail > .thisBox .contentBox .zhutuBox .top .imgBoxAll .oneImg .imgBox img {
  object-fit: contain;
}
#product_detail_page .pageContentAll .pageContent .productDteail > .thisBox .contentBox .zhutuBox .top .imgBoxAll .picsImg {
  position: relative;
  width: 100%;
  height: 100%;
}
#product_detail_page .pageContentAll .pageContent .productDteail > .thisBox .contentBox .zhutuBox .top .imgBoxAll .picsImg #proDetailPics {
  background-color: #f9f9f9;
  border-radius: 20px;
  overflow: hidden;
  width: 100%;
  height: 100%;
}
#product_detail_page .pageContentAll .pageContent .productDteail > .thisBox .contentBox .zhutuBox .top .imgBoxAll .picsImg #proDetailPics .swiper-slide .imgBox {
  width: 100%;
  height: 100%;
}
#product_detail_page .pageContentAll .pageContent .productDteail > .thisBox .contentBox .zhutuBox .top .imgBoxAll .picsImg #proDetailPics .swiper-slide .imgBox.isPng {
  padding: 2vw;
}
#product_detail_page .pageContentAll .pageContent .productDteail > .thisBox .contentBox .zhutuBox .top .imgBoxAll .picsImg #proDetailPics .swiper-slide .imgBox.isPng img {
  object-fit: contain;
}
#product_detail_page .pageContentAll .pageContent .productDteail > .thisBox .contentBox .zhutuBox .top .imgBoxAll .picsImg .swiperControl .navigation .navigationThis > div {
  top: 50%;
  transform: translate(0, -50%);
  background-color: #333;
  position: absolute;
  z-index: 1;
}
#product_detail_page .pageContentAll .pageContent .productDteail > .thisBox .contentBox .zhutuBox .top .imgBoxAll .picsImg .swiperControl .navigation .navigationThis > div i {
  color: #fff;
}
#product_detail_page .pageContentAll .pageContent .productDteail > .thisBox .contentBox .zhutuBox .top .imgBoxAll .picsImg .swiperControl .navigation .navigationThis > div:hover {
  background-color: #af3338;
}
#product_detail_page .pageContentAll .pageContent .productDteail > .thisBox .contentBox .zhutuBox .top .imgBoxAll .picsImg .swiperControl .navigation .navigationThis .leftBtn {
  right: calc(100% + 2vw);
}
#product_detail_page .pageContentAll .pageContent .productDteail > .thisBox .contentBox .zhutuBox .top .imgBoxAll .picsImg .swiperControl .navigation .navigationThis .rightBtn {
  left: calc(100% + 2vw);
}
#product_detail_page .pageContentAll .pageContent .productDteail > .thisBox .contentBox .zhutuBox .bottom {
  width: 100%;
  height: 8vw;
}
@media (max-width:1024px) {
  #product_detail_page .pageContentAll .pageContent .productDteail > .thisBox .contentBox .zhutuBox .bottom {
    height: 20vw;
  }
}
#product_detail_page .pageContentAll .pageContent .productDteail > .thisBox .contentBox .zhutuBox .bottom .swiperBox {
  height: 100%;
}
#product_detail_page .pageContentAll .pageContent .productDteail > .thisBox .contentBox .zhutuBox .bottom .swiperBox #tabsImgSwiper {
  height: 100%;
}
#product_detail_page .pageContentAll .pageContent .productDteail > .thisBox .contentBox .zhutuBox .bottom .swiperBox #tabsImgSwiper .swiper-slide {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  flex-wrap: unset;
}
#product_detail_page .pageContentAll .pageContent .productDteail > .thisBox .contentBox .zhutuBox .bottom .swiperBox #tabsImgSwiper .swiper-slide .imgBox {
  cursor: pointer;
  border: 1px solid #ddd;
  border-radius: 20px;
  overflow: hidden;
  aspect-ratio: 1;
  height: 100%;
}
#product_detail_page .pageContentAll .pageContent .productDteail > .thisBox .contentBox .zhutuBox .bottom .swiperBox #tabsImgSwiper .swiper-slide .imgBox img {
  object-fit: cover;
}
#product_detail_page .pageContentAll .pageContent .productDteail > .thisBox .contentBox .zhutuBox .bottom .swiperBox #tabsImgSwiper .swiper-slide.on .imgBox {
  border-color: #af3338;
}
#product_detail_page .pageContentAll .pageContent .productDteail > .thisBox .contentBox .proInfo {
  padding-top: 4vw;
  width: 100%;
}
@media (max-width:1024px) {
  #product_detail_page .pageContentAll .pageContent .productDteail > .thisBox .contentBox .proInfo {
    padding: 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    flex-wrap: unset;
  }
}
#product_detail_page .pageContentAll .pageContent .productDteail > .thisBox .contentBox .proInfo .top {
  position: relative;
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  flex-wrap: unset;
  gap: 1vw;
}
@media (max-width:1024px) {
  #product_detail_page .pageContentAll .pageContent .productDteail > .thisBox .contentBox .proInfo .top {
    gap: 6vw;
    align-items: center;
  }
}
#product_detail_page .pageContentAll .pageContent .productDteail > .thisBox .contentBox .proInfo .top .miaoshu {
  line-height: 2.5em;
  font-size: clamp(12px, 0.7vw, 0.7vw);
  opacity: 0.8;
}
@media (max-width:1024px) {
  #product_detail_page .pageContentAll .pageContent .productDteail > .thisBox .contentBox .proInfo .top .miaoshu {
    font-size: 3.4vw;
  }
}
#product_detail_page .pageContentAll .pageContent .productDteail > .thisBox .contentBox .proInfo .top .crowd {
  margin-top: 2vw;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
  flex-wrap: unset;
  width: 100%;
}
@media (max-width:1024px) {
  #product_detail_page .pageContentAll .pageContent .productDteail > .thisBox .contentBox .proInfo .top .crowd {
    margin-top: 6vw;
  }
}
#product_detail_page .pageContentAll .pageContent .productDteail > .thisBox .contentBox .proInfo .top .crowd .bdTitle {
  margin-bottom: 1vw;
  border: 1px solid var(--fontCor20);
  padding: 0.2vw 1vw;
}
@media (max-width:1024px) {
  #product_detail_page .pageContentAll .pageContent .productDteail > .thisBox .contentBox .proInfo .top .crowd .bdTitle {
    padding: 2vw 8vw;
  }
}
#product_detail_page .pageContentAll .pageContent .productDteail > .thisBox .contentBox .proInfo .top .crowd .bdCout {
  display: flex;
  flex-wrap: wrap;
  gap: 2vw;
  row-gap: 1vw;
  width: 100%;
}
#product_detail_page .pageContentAll .pageContent .productDteail > .thisBox .contentBox .proInfo .top .crowd .bdCout > li {
  width: calc(100% / 2 - (2 - 1) * 2vw / 2);
}
@media (max-width:1024px) {
  #product_detail_page .pageContentAll .pageContent .productDteail > .thisBox .contentBox .proInfo .top .crowd .bdCout {
    display: flex;
    flex-wrap: wrap;
    gap: 2vw;
  }
  #product_detail_page .pageContentAll .pageContent .productDteail > .thisBox .contentBox .proInfo .top .crowd .bdCout > li {
    width: calc(100% / 1 - (1 - 1) * 2vw / 1);
  }
}
#product_detail_page .pageContentAll .pageContent .productDteail > .thisBox .contentBox .proInfo .top .crowd .bdCout li {
  position: relative;
  border: 1px solid #ccc;
  font-size: clamp(12px, 1.2vw, 1.2vw);
  padding: 0.8vw 1vw;
  padding-left: 2vw;
}
@media (max-width:1024px) {
  #product_detail_page .pageContentAll .pageContent .productDteail > .thisBox .contentBox .proInfo .top .crowd .bdCout li {
    font-size: 3.8vw;
  }
}
@media (max-width:1024px) {
  #product_detail_page .pageContentAll .pageContent .productDteail > .thisBox .contentBox .proInfo .top .crowd .bdCout li {
    padding: 2vw 0;
    padding-left: 8vw;
  }
}
#product_detail_page .pageContentAll .pageContent .productDteail > .thisBox .contentBox .proInfo .top .crowd .bdCout li::after {
  content: '';
  position: absolute;
  display: block;
  left: 1vw;
  top: 50%;
  transform: translate(0, -50%);
  width: 0.3vw;
  height: 0.3vw;
  border-radius: 50%;
  background-color: #af3338;
}
@media (max-width:1024px) {
  #product_detail_page .pageContentAll .pageContent .productDteail > .thisBox .contentBox .proInfo .top .crowd .bdCout li::after {
    width: 2vw;
    height: 2vw;
    left: 3vw;
  }
}
#product_detail_page .pageContentAll .pageContent .productDteail > .thisBox .contentBox .proInfo .top .moreA {
  height: 3vw;
  padding: 0 2vw;
  background-color: #af3338;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  flex-wrap: unset;
  gap: 1vw;
  margin-top: 2vw;
}
@media (max-width:1024px) {
  #product_detail_page .pageContentAll .pageContent .productDteail > .thisBox .contentBox .proInfo .top .moreA {
    height: 12vw;
    padding: 0 10vw;
  }
}
#product_detail_page .pageContentAll .pageContent .productDteail > .thisBox .contentBox .proInfo .top .moreA .txt {
  color: #fff;
  font-family: 'cn1';
}
#product_detail_page .pageContentAll .pageContent .productDteail > .thisBox .contentBox .proInfo .top .moreA i {
  color: #fff;
  font-size: clamp(12px, 0.9vw, 0.9vw);
}
@media (max-width:1024px) {
  #product_detail_page .pageContentAll .pageContent .productDteail > .thisBox .contentBox .proInfo .top .moreA i {
    font-size: 3.8vw;
  }
}
#product_detail_page .pageContentAll .pageContent .productDteail > .thisBox .contentBox .proInfo .xian {
  width: 100%;
  border-top: 1px dashed #ccc;
  margin: 3vw 0;
}
#product_detail_page .pageContentAll .pageContent .productDteail > .thisBox .contentBox .proInfo .wenzhang {
  padding: 2vw 0;
  border-left: none;
  border-right: none;
  will-change: transform;
}
@media (max-width:1024px) {
  #product_detail_page .pageContentAll .pageContent .productDteail > .thisBox .contentBox .proInfo .wenzhang {
    padding: 6vw 0;
    margin-top: 6vw;
  }
}
#product_detail_page .pageContentAll .pageContent .productDteail > .thisBox .contentBox .proInfo .wenzhang p {
  padding: 0;
}
#product_detail_page .pageContentAll .pageContent .productDteail > .thisBox .contentBox .proInfo .wenzhang p img {
  margin: 0 auto;
}
#product_detail_page .pageContentAll .pageContent .productDteail > .thisBox .contentBox .proInfo .hint {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  flex-wrap: unset;
  margin-top: 2vw;
}
@media (max-width:1024px) {
  #product_detail_page .pageContentAll .pageContent .productDteail > .thisBox .contentBox .proInfo .hint {
    margin-top: 4vw;
  }
}



#about_history_page .pageContent  {
    margin-top: 4vw;
}

.history{
  padding: 0 0 8vw 0;
}
.history > .thisBox .contentBox {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  justify-content: center;
  flex-wrap: unset;
  width: 75%;
  margin: 0 auto;
}
@media (max-width:1600px) {
  .history > .thisBox .contentBox {
    width: 75%;
  }
}
@media (max-width:1300px) {
  .history > .thisBox .contentBox {
    width: 75%;
  }
}
@media (max-width:1024px) {
  .history > .thisBox .contentBox {
    width: 75%;
  }
}
@media (max-width:1024px) {
  .history > .thisBox .contentBox {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    flex-wrap: unset;
  }
}
.history > .thisBox .contentBox .leftYears {
  position: relative;
  width: 15vw;
  height: calc(100vh - 4vw * 1);
  will-change: transform;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  flex-wrap: unset;
  border-right: 1px solid #000;
}
@media (max-width:1600px) {
  .history > .thisBox .contentBox .leftYears {
    height: calc(100vh - 5vw* 1);
  }
}
@media (max-width:1300px) {
  .history > .thisBox .contentBox .leftYears {
    height: calc(100vh - 5vw* 1);
  }
}
@media (max-width:1024px) {
  .history > .thisBox .contentBox .leftYears {
    height: unset;
  }
}
@media (max-width:1024px) {
  .history > .thisBox .contentBox .leftYears {
    width: 100%;
    padding: 8vw 0;
    background-color: #000;
    display: none;
  }
}
.history > .thisBox .contentBox .leftYears .box {
  position: relative;
  width: 100%;
}
.history > .thisBox .contentBox .leftYears .box .ul {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  flex-wrap: unset;
}
.history > .thisBox .contentBox .leftYears .box .ul .li {
  position: relative;
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  flex-wrap: unset;
  padding: 0.5vw 0;
}
.history > .thisBox .contentBox .leftYears .box .ul .li .yearBox {
  position: relative;
  height: 3vw;
  padding: 1vw;
  cursor: pointer;
}
.history > .thisBox .contentBox .leftYears .box .ul .li .yearBox .year {
  font-size: clamp(12px, 1.2vw, 1.2vw);
  transition-duration: 0.3s;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.56, -0.01, 0.04, 1);
  font-family: 'en10';
  text-transform: uppercase;
}
@media (max-width:1024px) {
  .history > .thisBox .contentBox .leftYears .box .ul .li .yearBox .year {
    font-size: 4.4vw;
  }
}
.history > .thisBox .contentBox .leftYears .box .ul .li .yearBox svg {
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none;
  width: 100%;
}
.history > .thisBox .contentBox .leftYears .box .ul .li .yearBox svg path {
  fill: none;
  stroke: #000;
}
.history > .thisBox .contentBox .leftYears .box .ul .li::before {
  content: '';
  position: absolute;
  display: block;
  top: 50%;
  width: 30%;
  left: 0;
  height: 2px;
  background-color: #000000bb;
}
.history > .thisBox .contentBox .leftYears .box .ul .li.on .yearBox .year {
  transform: scale(1.3);
  transform-origin: 0 50%;
  color: #000;
}
.history > .thisBox .contentBox .leftYears .box .dotLine {
  position: absolute;
  right: -2px;
  transition-duration: 0.8s;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.56, -0.01, 0.04, 1);
  height: 5vw;
  width: 3px;
  top: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  flex-wrap: unset;
}
@media (max-width:1024px) {
  .history > .thisBox .contentBox .leftYears .box .dotLine {
    display: none;
  }
}
.history > .thisBox .contentBox .leftYears .box .dotLine div {
  width: 100%;
  height: 2vw;
  border-radius: 2px;
  background-color: #000;
}
.history > .thisBox .contentBox .leftYears::after {
  content: '';
  position: absolute;
  display: block;
  left: 0;
  top: 0;
  width: 1.8vw;
  height: 100%;
  background-image: url(../img/historyListBg.png);
  background-size: 100% auto;
  background-repeat: repeat-y;
}
.history > .thisBox .contentBox .rightCout {
     padding-left: 3vw;
    width: calc(100% - 10vw);
}
@media (max-width:1024px) {
  .history > .thisBox .contentBox .rightCout {
    width: 100%;
    padding-left: 0;
  }
}
.history > .thisBox .contentBox .rightCout .ul {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  flex-wrap: unset;
  gap: 5vw;
}
.history > .thisBox .contentBox .rightCout .ul .li {
background-color: #ffffff;
    width: 100%;
    border-radius: 2vw;
    padding: 2vw;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    flex-wrap: unset;
}
.history > .thisBox .contentBox .rightCout .ul .li .year {
  position: relative;
}
.history > .thisBox .contentBox .rightCout .ul .li .year > div {
  font-size: clamp(12px, 9.7vw, 9.7vw);
  font-family: 'en10';
  text-transform: uppercase;
  margin-bottom: 6vw;
  background: -webkit-linear-gradient(rgba(0, 0, 0, 0.8), rgba(0, 0, 0, 0));
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  padding-right: 2vw;
  line-height: 0.8em;
}
@media (max-width:1024px) {
  .history > .thisBox .contentBox .rightCout .ul .li .year > div {
    font-size: 21.4vw;
  }
}
.history > .thisBox .contentBox .rightCout .ul .li .year > div.t1 {
  position: relative;
  z-index: 1;
}
.history > .thisBox .contentBox .rightCout .ul .li .year > div.t2 {
  position: absolute;
  top: 2vw;
  left: 2vw;
  opacity: 0.1;
}
.history > .thisBox .contentBox .rightCout .ul .li .box {
  display: flex;
  gap: 2vw;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  flex-wrap: unset;
  width: 100%;
}
.history > .thisBox .contentBox .rightCout .ul .li .box .imgBoxAll {
  width: 50%;
  position: relative;
  
}
.history > .thisBox .contentBox .rightCout .ul .li .box .imgBoxAll .imgBox {
border-radius: 1vw;
  -webkit-mask-size: 100% 100%;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center;
}
.history > .thisBox .contentBox .rightCout .ul .li .box .imgBoxAll .imgBox .color {
  background-color: #af3338;
  width: 100%;
  height: 100%;
}
.history > .thisBox .contentBox .rightCout .ul .li .box .imgBoxAll .imgBox:nth-child(1) {
  position: relative;
  z-index: 1;
}
.history > .thisBox .contentBox .rightCout .ul .li .box .imgBoxAll .imgBox:nth-child(2) {
  position: absolute;
  top: 0;
  opacity: 0.2;
  left: 0%;
  transform: rotate(10deg);
}
.history > .thisBox .contentBox .rightCout .ul .li .box .textBox {
  position: relative;
  z-index: 1;
  width: 50%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  flex-wrap: unset;
}
.history > .thisBox .contentBox .rightCout .ul .li .box .textBox .title {
  width: 100%;
  margin-bottom: 20px;
  font-size: clamp(12px, 1.8vw, 1.8vw);
}
.history > .thisBox .contentBox .rightCout .ul .li .box .textBox .miaoshu {
  width: 100%;
  font-size: clamp(12px, 1.2vw, 1.2vw);
}

.history > .thisBox .contentBox .rightCout .ul .li:nth-child(2n) {
  align-items: center;
}
.history > .thisBox .contentBox .rightCout .ul .li:nth-child(2n) .box {
  flex-direction: row-reverse;
}
.history > .thisBox .contentBox .rightCout .ul .li:nth-child(2n) .box .imgBoxAll {

}
.history > .thisBox .contentBox .rightCout .ul .li:nth-child(2n) .box .textBox {
  align-items: flex-start;
}
@media (max-width:1024px) {
  .history > .thisBox .contentBox .rightCout .ul .li:nth-child(2n) {
     align-items: flex-start;
}
  .history > .thisBox .contentBox .rightCout .ul .li:nth-child(2n) .box {
  flex-direction: column;
}
  .history > .thisBox .contentBox .rightCout .ul .li .box .textBox{
    width: 100%;
  }
  .history > .thisBox .contentBox .rightCout .ul .li .box .imgBoxAll {
  width: 100%;
  position: relative;
  
}
  .history > .thisBox .contentBox .rightCout .ul .li .box {
  display: flex;
  gap: 2vw;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  flex-wrap: unset;
  width: 100%;
}
  .history > .thisBox .contentBox .rightCout .ul .li .box .textBox .miaoshu {
    font-size: 4.5vw;
  }
  .history > .thisBox .contentBox .rightCout .ul .li .box .textBox .title {
   font-size: 8vw;
}
}
/* ---------------- inxjoinus 慕士塔格系列板块 ---------------- */
#index_page .pageContentAll .inxjoinus {
  position: relative;
  width: 100%;

  overflow: hidden;
}
#index_page .pageContentAll .inxjoinus > .bgBox {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}
#index_page .pageContentAll .inxjoinus > .bgBox img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
#index_page .pageContentAll .inxjoinus > .overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
 /* background: linear-gradient(180deg, rgb(255 255 255) 0% 0%, rgb(175 51 56) 50% 50%, rgb(176 54 59) 100% 100%); */
}
#index_page .pageContentAll .inxjoinus > .thisBox {
  position: relative;
  z-index: 3;
  width: 100%;

  padding-top: 8vw;
  padding-bottom: 4vw;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
#index_page .pageContentAll .inxjoinus > .thisBox > .contentBox {
  width: 60%;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  flex-wrap: unset;
  color: #fff;
  text-align: center;
}
#index_page .pageContentAll .inxjoinus > .thisBox > .contentBox *{
    color: #000;
}
#index_page .pageContentAll .inxjoinus > .thisBox > .contentBox .titleBox {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  flex-wrap: unset;
  margin-bottom: 3vw;
}
#index_page .pageContentAll .inxjoinus > .thisBox > .contentBox .titleBox .en {
  font-size: clamp(28px, 3.2vw, 3.2vw);
  font-family: 'en1', Arial, sans-serif;
  letter-spacing: 0.2em;
  margin-bottom: 0.5vw;
  font-weight: 300;
  line-height: 1.2;
}
#index_page .pageContentAll .inxjoinus > .thisBox > .contentBox .titleBox .cn {
  font-size: clamp(24px, 3vw, 3vw);
  font-family: 'cn1';
  letter-spacing: 0.3em;
  padding-left: 0.3em;
  font-weight: 500;
  line-height: 1.4;
}
#index_page .pageContentAll .inxjoinus > .thisBox > .contentBox .descBox {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  flex-wrap: unset;
  gap: 0.7vw;
  margin-bottom: 3vw;
}
#index_page .pageContentAll .inxjoinus > .thisBox > .contentBox .descBox p {
  font-size: clamp(14px, 1.4vw, 1.4vw);
  line-height: 1.9;
  font-family: 'cn1';
  letter-spacing: 0.05em;
  opacity: 0.95;
  margin: 0;
}
#index_page .pageContentAll .inxjoinus > .thisBox > .contentBox .exploreBtn {
  display: inline-flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  flex-wrap: unset;
  gap: 0.6vw;
  padding: 0.8vw 2vw;
  border: 1px solid rgba(255, 255, 255, 0.7);
  color: #fff;
  text-decoration: none;
  font-size: clamp(12px, 0.9vw, 0.9vw);
  font-family: 'cn1';
  letter-spacing: 0.15em;
  transition: all 0.3s ease;
  margin-bottom: 3vw;
  background: transparent;
  cursor: pointer;
}
#index_page .pageContentAll .inxjoinus > .thisBox > .contentBox .exploreBtn:hover {
  background-color: rgba(255, 255, 255, 0.1);
  border-color: #fff;
}
#index_page .pageContentAll .inxjoinus > .thisBox > .contentBox .exploreBtn i {
  font-size: clamp(10px, 0.7vw, 0.7vw);
  transition: transform 0.3s ease;
}
#index_page .pageContentAll .inxjoinus > .thisBox > .contentBox .exploreBtn:hover i {
  transform: translateX(0.3vw);
}
#index_page .pageContentAll .inxjoinus > .thisBox > .contentBox .smallDesc {
  font-size: clamp(11px, 0.72vw, 0.72vw);
  line-height: 1.8;
  opacity: 0.75;
  letter-spacing: 0.05em;
  font-family: 'cn1';
  max-width: 90%;
}
#index_page .pageContentAll .inxjoinus > .seriesBar {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 4;
  width: 100%;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  border-top: 1px solid rgba(255, 255, 255, 0.2);
}
#index_page .pageContentAll .inxjoinus > .seriesBar .seriesItem {
  position: relative;
  padding: 1.8vw 2.5vw;
  color: #fff;
  border-right: 1px solid rgba(255, 255, 255, 0.2);
  cursor: pointer;
  transition: background-color 0.3s ease;
}
#index_page .pageContentAll .inxjoinus > .seriesBar .seriesItem:hover {
  background-color: rgba(255, 255, 255, 0.06);
}
#index_page .pageContentAll .inxjoinus > .seriesBar .seriesItem.last {
  border-right: none;
}
#index_page .pageContentAll .inxjoinus > .seriesBar .seriesItem span {
  font-size: clamp(18px, 1.6vw, 1.6vw);
  font-family: 'cn1';
  letter-spacing: 0.25em;
  padding-left: 0.25em;
  line-height: 1.2;
}

/* ---- 响应式：移动端 max-width:1024px ---- */
@media (max-width:1024px) {
  #index_page .pageContentAll .inxjoinus {
    min-height: auto;
  }
  #index_page .pageContentAll .inxjoinus > .thisBox {
    min-height: auto;
    padding-top: 20vw;
    padding-bottom: 30vw;
  }
  #index_page .pageContentAll .inxjoinus > .thisBox > .contentBox {
    width: 86%;
  }
  #index_page .pageContentAll .inxjoinus > .thisBox > .contentBox .titleBox {
    margin-bottom: 7vw;
  }
  #index_page .pageContentAll .inxjoinus > .thisBox > .contentBox .titleBox .en {
    font-size: 8.5vw;
    letter-spacing: 0.15em;
    margin-bottom: 1.5vw;
  }
  #index_page .pageContentAll .inxjoinus > .thisBox > .contentBox .titleBox .cn {
    font-size: 6.5vw;
    letter-spacing: 0.25em;
  }
  #index_page .pageContentAll .inxjoinus > .thisBox > .contentBox .descBox {
    gap: 2.5vw;
    margin-bottom: 8vw;
  }
  #index_page .pageContentAll .inxjoinus > .thisBox > .contentBox .descBox p {
    font-size:4.6vw;
    line-height: 2;
  }
  #index_page .pageContentAll .inxjoinus > .thisBox > .contentBox .exploreBtn {
    gap: 2vw;
    padding: 3vw 6vw;
    font-size: 3.2vw;
    letter-spacing: 0.1em;
    margin-bottom: 7vw;
  }
  #index_page .pageContentAll .inxjoinus > .thisBox > .contentBox .exploreBtn i {
    font-size: 2.8vw;
  }
  #index_page .pageContentAll .inxjoinus > .thisBox > .contentBox .smallDesc {
    font-size: 2.8vw;
    line-height: 1.9;
    max-width: 100%;
  }
  #index_page .pageContentAll .inxjoinus > .seriesBar .seriesItem {
    padding: 5vw 4vw;
  }
  #index_page .pageContentAll .inxjoinus > .seriesBar .seriesItem span {
    font-size: 4.2vw;
    letter-spacing: 0.15em;
  }
}

/* =====================================================
   about_company_page 三大板块
   ===================================================== */

/* ---- 通用：每个板块的 thisBox / titleBox 公共样式 ---- */
#about_company_page .pageContentAll > .pageContent > section {
  margin-bottom: 0;
  position: relative;
}
#about_company_page .pageContentAll > .pageContent > section:last-child {
  margin-bottom: 0;
}
#about_company_page .pageContentAll > .pageContent > section > .thisBox {
  width: 75%;
  margin: 0 auto;
}
@media (max-width:1600px) {
  #about_company_page .pageContentAll > .pageContent > section > .thisBox { width: 75%; }
}
@media (max-width:1300px) {
  #about_company_page .pageContentAll > .pageContent > section > .thisBox { width: 75%; }
}
@media (max-width:1024px) {
  #about_company_page .pageContentAll > .pageContent > section {
    margin-bottom: 18vw;
  }
  #about_company_page .pageContentAll > .pageContent > section > .thisBox {
    width: 90%;
  }
}

/* 每个板块的标题：英文小标题 + 中文大标题 + 下划线 */
#about_company_page .pageContentAll > .pageContent > section > .thisBox > .titleBox {
  margin-bottom: 4vw;
}
#about_company_page .pageContentAll > .pageContent > section > .thisBox > .titleBox > .leftBox {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  flex-wrap: unset;
}
#about_company_page .pageContentAll > .pageContent > section > .thisBox > .titleBox > .leftBox > .en {
  font-size: clamp(12px, 1vw, 1vw);
  letter-spacing: 0.3em;
  font-family: 'en1', Arial, sans-serif;
  color: #999;
  text-transform: uppercase;
  margin-bottom: 0.5vw;
  padding-left: 0.3em;
  line-height: 1.2;
}
#about_company_page .pageContentAll > .pageContent > section > .thisBox > .titleBox > .leftBox > .cn {
  font-size: clamp(24px, 2.4vw, 2.4vw);
  font-weight: bold;
  color: #222;
  font-family: 'cn1';
  line-height: 1.3;
  margin-bottom: 1vw;
}
#about_company_page .pageContentAll > .pageContent > section > .thisBox > .titleBox > .leftBox > .line {
  width: 3vw;
  height: 2px;
  background-color: #af3338;
}
@media (max-width:1024px) {
  #about_company_page .pageContentAll > .pageContent > section > .thisBox > .titleBox {
    margin-bottom: 8vw;
  }
  #about_company_page .pageContentAll > .pageContent > section > .thisBox > .titleBox > .leftBox > .en {
    font-size: 3vw;
    margin-bottom: 1.5vw;
  }
  #about_company_page .pageContentAll > .pageContent > section > .thisBox > .titleBox > .leftBox > .cn {
    font-size: 7vw;
    margin-bottom: 3vw;
  }
  #about_company_page .pageContentAll > .pageContent > section > .thisBox > .titleBox > .leftBox > .line {
    width: 10vw;
    height: 2px;
  }
}

/* =====================================================
   板块一：jianjiebox 企业简介（参考甘棠明善风格）
   ===================================================== */
/* 板块外层：浅粉渐变背景 + z-index层级 */
#about_company_page .pageContentAll > .pageContent > .jianjiebox {
  position: relative;
  overflow: hidden;
  padding:  7vw 0;
}

/* 底部白色波浪分隔 */
#about_company_page .pageContentAll > .pageContent > .jianjiebox > .waveBottom {
  position: absolute;
  left: 0;
  right: 0;
  bottom: -1px;
  width: 100%;
  height: 7vw;
  min-height: 80px;
  z-index: 2;
  pointer-events: none;
}
#about_company_page .pageContentAll > .pageContent > .jianjiebox > .waveBottom svg {
  width: 100%;
  height: 100%;
  display: block;
}

/* 背景水印大字 YEJIA */
#about_company_page .pageContentAll > .pageContent > .jianjiebox > .bgWatermark {
  position: absolute;
  left: 6%;
  bottom: 5vw;
  font-family: 'en10', Arial, sans-serif;
  font-size: 18vw;
  font-weight: 900;
  line-height: 1;
  letter-spacing: 0.05em;
  color: transparent;
  -webkit-text-stroke: 1px rgba(175, 51, 56, 0.08);
  z-index: 1;
  user-select: none;
  pointer-events: none;
}

/* jianjiebox容器thisBox宽度复原（外层负margin抵消） */
#about_company_page .pageContentAll > .pageContent > .jianjiebox > .thisBox {
  width: 80%;
  margin: 0 auto;
  position: relative;
  z-index: 3;
}

/* 内容主区：左右两栏布局 */
#about_company_page .pageContentAll > .pageContent > .jianjiebox > .thisBox > .contentBox {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  flex-wrap: unset;
  gap: 5vw;
}

/* ========== 左栏：标题+段落+数据三格 ========== */
#about_company_page .pageContentAll > .pageContent > .jianjiebox > .thisBox > .contentBox > .leftBox {
  width: 52%;
  flex-shrink: 0;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
  flex-wrap: unset;
  gap: 2.2vw;
  padding-top: 1vw;
}

/* 大标题：纯黑粗体大字（参考图无英文无下划线） */
#about_company_page .pageContentAll > .pageContent > .jianjiebox > .thisBox > .contentBox > .leftBox > .titleBig {
  font-size: clamp(28px, 2.8vw, 2.8vw);
  font-weight: 900;
  color: #1a1a1a;
  font-family: 'cn1';
  line-height: 1.2;
  letter-spacing: 0.02em;
}

/* 三段企业介绍文字 */
#about_company_page .pageContentAll > .pageContent > .jianjiebox > .thisBox > .contentBox > .leftBox > .miaoshu {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
  flex-wrap: unset;
  gap: 1.2vw;
}
#about_company_page .pageContentAll > .pageContent > .jianjiebox > .thisBox > .contentBox > .leftBox > .miaoshu p {
  margin: 0;
  font-size: clamp(13px, 1vw, 1vw);
  line-height: 2;
  color: #444;
  font-family: 'cn1';
  text-align: justify;
}

/* 数据三格横排：一行三个 */
#about_company_page .pageContentAll > .pageContent > .jianjiebox > .thisBox > .contentBox > .leftBox > .dataRow {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 4vw;
  width: 100%;
  margin-top: 0.5vw;
  padding-top: 2vw;
  border-top: 1px dashed rgba(175, 51, 56, 0.15);
}
#about_company_page .pageContentAll > .pageContent > .jianjiebox > .thisBox > .contentBox > .leftBox > .dataRow > .dataItem {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
  flex-wrap: unset;
  gap: 0.9vw;
}

/* labelLine：小图标 + 红色标签文字（一行） */
#about_company_page .pageContentAll > .pageContent > .jianjiebox > .thisBox > .contentBox > .leftBox > .dataRow > .dataItem > .labelLine {
  display: inline-flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-start;
  flex-wrap: unset;
  gap: 0.5vw;
  font-size: clamp(12px, 0.9vw, 0.9vw);
  font-family: 'cn1';
  color: #af3338;
  line-height: 1;
  white-space: nowrap;
}
#about_company_page .pageContentAll > .pageContent > .jianjiebox > .thisBox > .contentBox > .leftBox > .dataRow > .dataItem > .labelLine i {
  font-size: 1.05em;
  line-height: 1;
}

/* 大数字：黑色粗体大字 */
#about_company_page .pageContentAll > .pageContent > .jianjiebox > .thisBox > .contentBox > .leftBox > .dataRow > .dataItem > .num {
  font-size: clamp(36px, 4.2vw, 4.2vw);
  font-family: 'en9', Arial, sans-serif;
  font-weight: 900;
  line-height: 1;
  color: #1a1a1a;
  letter-spacing: -0.02em;
}
#about_company_page .pageContentAll > .pageContent > .jianjiebox > .thisBox > .contentBox > .leftBox > .dataRow > .dataItem > .num sup {
  font-size: 0.42em;
  vertical-align: super;
  margin-left: 0.08em;
  font-weight: 700;
}
#about_company_page .pageContentAll > .pageContent > .jianjiebox > .thisBox > .contentBox > .leftBox > .dataRow > .dataItem > .num small {
  font-size: 0.38em;
  vertical-align: baseline;
  margin-left: 0.1em;
  font-family: 'cn1';
  font-weight: 700;
}

/* ========== 右栏：右上倾斜小卡 + 右下透视房屋 ========== */
#about_company_page .pageContentAll > .pageContent > .jianjiebox > .thisBox > .contentBox > .rightBox {

  position: relative;

}

/* 右上角倾斜小卡片 */
#about_company_page .pageContentAll > .pageContent > .jianjiebox > .thisBox > .contentBox > .rightBox > .topCard {
  position: absolute;
  top: 0;
  right: -1vw;
  width: 55%;
  z-index: 4;
  transform: rotate(3.5deg) translateY(0.5vw);
  transform-origin: top right;
  filter: drop-shadow(0 1vw 1.8vw rgba(0,0,0,0.08));
  transition: transform 0.4s ease;
}
#about_company_page .pageContentAll > .pageContent > .jianjiebox > .thisBox > .contentBox > .rightBox > .topCard:hover {
  transform: rotate(0deg) translateY(-0.3vw);
}
#about_company_page .pageContentAll > .pageContent > .jianjiebox > .thisBox > .contentBox > .rightBox > .topCard > .cardInner {
  background-color: #fff;
  border-radius: 0.6vw;
  padding: 1vw 1.2vw 1.2vw 1.2vw;
  border: 1px solid #f3ece0;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
  flex-wrap: unset;
  gap: 0.6vw;
}
#about_company_page .pageContentAll > .pageContent > .jianjiebox > .thisBox > .contentBox > .rightBox > .topCard > .cardInner > .miniTitle {
  font-size: clamp(10px, 0.65vw, 0.65vw);
  font-family: 'cn1';
  color: #777;
  line-height: 1;
  letter-spacing: 0.05em;
}
/* 小卡片：数字三格横排 */
#about_company_page .pageContentAll > .pageContent > .jianjiebox > .thisBox > .contentBox > .rightBox > .topCard > .cardInner > .miniNumRow {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  width: 100%;
  gap: 0.6vw;
}
#about_company_page .pageContentAll > .pageContent > .jianjiebox > .thisBox > .contentBox > .rightBox > .topCard > .cardInner > .miniNumRow > .miniNum {
  display: flex;
  flex-direction: row;
  align-items: baseline;
  justify-content: flex-start;
  flex-wrap: unset;
  gap: 0.1vw;
  line-height: 1;
}
#about_company_page .pageContentAll > .pageContent > .jianjiebox > .thisBox > .contentBox > .rightBox > .topCard > .cardInner > .miniNumRow > .miniNum b {
  font-family: 'en9', Arial, sans-serif;
  font-weight: 900;
  font-size: clamp(14px, 1vw, 1vw);
  color: #af3338;
}
#about_company_page .pageContentAll > .pageContent > .jianjiebox > .thisBox > .contentBox > .rightBox > .topCard > .cardInner > .miniNumRow > .miniNum span {
  font-family: 'cn1';
  font-weight: 700;
  font-size: 0.65em;
  color: #af3338;
  margin-left: 0.05vw;
}
/* 小卡片里的迷你房屋线稿 */
#about_company_page .pageContentAll > .pageContent > .jianjiebox > .thisBox > .contentBox > .rightBox > .topCard > .cardInner > .miniHouse {
  width: 100%;
  aspect-ratio: 3 / 1;
  overflow: hidden;
  opacity: 0.85;
}
#about_company_page .pageContentAll > .pageContent > .jianjiebox > .thisBox > .contentBox > .rightBox > .topCard > .cardInner > .miniHouse img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
/* 小卡片里的迷你logo行 */
#about_company_page .pageContentAll > .pageContent > .jianjiebox > .thisBox > .contentBox > .rightBox > .topCard > .cardInner > .miniLogo {
  display: inline-flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-start;
  flex-wrap: unset;
  gap: 0.4vw;
  width: 100%;
  padding-top: 0.3vw;
  border-top: 1px dashed rgba(175, 51, 56, 0.15);
}
#about_company_page .pageContentAll > .pageContent > .jianjiebox > .thisBox > .contentBox > .rightBox > .topCard > .cardInner > .miniLogo .flowerLogo {
  font-size: clamp(14px, 1vw, 1vw);
  color: #af3338;
  line-height: 1;
}
#about_company_page .pageContentAll > .pageContent > .jianjiebox > .thisBox > .contentBox > .rightBox > .topCard > .cardInner > .miniLogo .miniBrand {
  font-family: 'cn1';
  font-weight: 700;
  font-size: clamp(11px, 0.75vw, 0.75vw);
  color: #af3338;
  letter-spacing: 0.1em;
  line-height: 1;
}

/* 右下大透视房屋装饰 */
#about_company_page .pageContentAll > .pageContent > .jianjiebox > .thisBox > .contentBox > .rightBox > .bigDecor {
 

  
  width: 100%;

}
#about_company_page .pageContentAll > .pageContent > .jianjiebox > .thisBox > .contentBox > .rightBox > .bigDecor > .perspectiveHouse {
  position: relative;
  width: 100%;
  aspect-ratio: 4 / 3;
}
#about_company_page .pageContentAll > .pageContent > .jianjiebox > .thisBox > .contentBox > .rightBox > .bigDecor > .perspectiveHouse > .houseImg {
  width: 100%;
  height: 100%;
  overflow: hidden;
  opacity: 0.95;
}
#about_company_page .pageContentAll > .pageContent > .jianjiebox > .thisBox > .contentBox > .rightBox > .bigDecor > .perspectiveHouse > .houseImg img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
/* 房屋上的品牌大字印章 */
#about_company_page .pageContentAll > .pageContent > .jianjiebox > .thisBox > .contentBox > .rightBox > .bigDecor > .perspectiveHouse > .brandStamp {
  position: absolute;
  top: 12%;
  left: 22%;
  transform: rotate(-8deg);
  display: inline-flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-start;
  flex-wrap: unset;
  gap: 0.8vw;
  z-index: 2;
}
#about_company_page .pageContentAll > .pageContent > .jianjiebox > .thisBox > .contentBox > .rightBox > .bigDecor > .perspectiveHouse > .brandStamp .bigFlower {
  font-size: clamp(36px, 3.5vw, 3.5vw);
  color: #af3338;
  line-height: 1;
  text-shadow: 0 0.2vw 0.8vw rgba(175, 51, 56, 0.2);
}
#about_company_page .pageContentAll > .pageContent > .jianjiebox > .thisBox > .contentBox > .rightBox > .bigDecor > .perspectiveHouse > .brandStamp .bigBrand {
  font-family: 'cn1';
  font-weight: 900;
  font-size: clamp(28px, 2.6vw, 2.6vw);
  color: #af3338;
  letter-spacing: 0.1em;
  line-height: 1;
  text-shadow: 0 0.2vw 0.8vw rgba(175, 51, 56, 0.2);
}

/* ========== jianjiebox 企业文化 wenhau ========== */
#about_company_page .pageContentAll > .pageContent > .jianjiebox > .thisBox > .contentBox > .rightBox > .wenhau {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
width: 100%;
  gap: 1vw;

}
#about_company_page .pageContentAll > .pageContent > .jianjiebox > .thisBox > .contentBox > .rightBox > .wenhau > .cultureItem {
  position: relative;
  background-color: rgba(255, 255, 255, 0.96);
  border-radius: 0.8vw;
  padding: 1.1vw 1.4vw 1.1vw 1.6vw;
  box-shadow: 0 0.5vw 1.5vw rgba(0, 0, 0, 0.08);
  backdrop-filter: blur(4px);
  display: flex;
  flex-direction: column;
  gap: 0.4vw;
  overflow: hidden;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}
#about_company_page .pageContentAll > .pageContent > .jianjiebox > .thisBox > .contentBox > .rightBox > .wenhau > .cultureItem::before {
  content: "";
  position: absolute;
  left: 0;
  top: 12%;
  bottom: 12%;
  width: 0.28vw;
  background-color: #af3338;
  border-radius: 0 0.2vw 0.2vw 0;
}
#about_company_page .pageContentAll > .pageContent > .jianjiebox > .thisBox > .contentBox > .rightBox > .wenhau > .cultureItem:hover {
  transform: translateY(-0.3vw);
  box-shadow: 0 0.8vw 2vw rgba(175, 51, 56, 0.12);
}
#about_company_page .pageContentAll > .pageContent > .jianjiebox > .thisBox > .contentBox > .rightBox > .wenhau > .cultureItem > .tagBox {
  display: flex;
  align-items: center;
  gap: 0.5vw;
}
#about_company_page .pageContentAll > .pageContent > .jianjiebox > .thisBox > .contentBox > .rightBox > .wenhau > .cultureItem > .tagBox .tag {
  display: inline-block;
  font-family: 'cn1';
  font-weight: 700;
  color: #af3338;
  font-size: 1.05vw;
  letter-spacing: 0.06em;
}
#about_company_page .pageContentAll > .pageContent > .jianjiebox > .thisBox > .contentBox > .rightBox > .wenhau > .cultureItem > .text {
  font-family: 'cn1';
  color: #2b2b2b;
  font-size: 1.05vw;
  line-height: 1.7;
  padding-left: 0.2vw;
}

/* ========== jianjiebox 响应式 ========== */
@media (max-width:1024px) {
  #about_company_page .pageContentAll > .pageContent > .jianjiebox > .thisBox > .contentBox > .rightBox > .wenhau {
  display: grid;
  grid-template-columns: repeat(1, 1fr);
width: 100%;
  gap: 1vw;

}
  #about_company_page .pageContentAll > .pageContent > .jianjiebox {
    margin: -3vw -5% 0 -5%;
    padding: 10vw 0 20vw 0;
  }
  #about_company_page .pageContentAll > .pageContent > .jianjiebox > .waveBottom {
    height: 18vw;
  }
  #about_company_page .pageContentAll > .pageContent > .jianjiebox > .bgWatermark {
    font-size: 28vw;
    bottom: 18vw;
    left: -5%;
  }
  #about_company_page .pageContentAll > .pageContent > .jianjiebox > .thisBox {
    width: 80%;
  }
  /* 改为上下堆叠：先左后右 */
  #about_company_page .pageContentAll > .pageContent > .jianjiebox > .thisBox > .contentBox {
    flex-direction: column;
    gap: 12vw;
  }
  #about_company_page .pageContentAll > .pageContent > .jianjiebox > .thisBox > .contentBox > .leftBox {
    width: 100%;
    gap: 6vw;
    padding-top: 0;
  }
  #about_company_page .pageContentAll > .pageContent > .jianjiebox > .thisBox > .contentBox > .leftBox > .titleBig {
    font-size: 7.5vw;
  }
  #about_company_page .pageContentAll > .pageContent > .jianjiebox > .thisBox > .contentBox > .leftBox > .miaoshu {
    gap: 0;
  }
  #about_company_page .pageContentAll > .pageContent > .jianjiebox > .thisBox > .contentBox > .leftBox > .miaoshu p {
    font-size: 3.6vw;
    line-height: 2;
  }
  #about_company_page .pageContentAll > .pageContent > .jianjiebox > .thisBox > .contentBox > .leftBox > .dataRow {
    grid-template-columns: repeat(3, 1fr);
    gap: 4vw;
    padding-top: 5vw;
    margin-top: 2vw;
  }
  #about_company_page .pageContentAll > .pageContent > .jianjiebox > .thisBox > .contentBox > .leftBox > .dataRow > .dataItem {
    gap: 2.5vw;
  }
  #about_company_page .pageContentAll > .pageContent > .jianjiebox > .thisBox > .contentBox > .leftBox > .dataRow > .dataItem > .labelLine {
    font-size: 3.5vw;
    gap: 1.5vw;
    white-space: normal;
    line-height: 1.4;
  }
  #about_company_page .pageContentAll > .pageContent > .jianjiebox > .thisBox > .contentBox > .leftBox > .dataRow > .dataItem > .num {
    font-size: 11vw;
  }
  /* 右栏最小高度 */
  #about_company_page .pageContentAll > .pageContent > .jianjiebox > .thisBox > .contentBox > .rightBox {
    min-height: 100vw;
    width: 100%;
  }
  /* 小卡片移动端放大一点，旋转减小 */
  #about_company_page .pageContentAll > .pageContent > .jianjiebox > .thisBox > .contentBox > .rightBox > .topCard {
    top: 0;
    right: 0;
    width: 62%;
    transform: rotate(2deg);
  }
  #about_company_page .pageContentAll > .pageContent > .jianjiebox > .thisBox > .contentBox > .rightBox > .topCard > .cardInner {
    border-radius: 2.5vw;
    padding: 3vw;
    gap: 2vw;
  }
  #about_company_page .pageContentAll > .pageContent > .jianjiebox > .thisBox > .contentBox > .rightBox > .topCard > .cardInner > .miniTitle {
    font-size: 2.6vw;
  }
  #about_company_page .pageContentAll > .pageContent > .jianjiebox > .thisBox > .contentBox > .rightBox > .topCard > .cardInner > .miniNumRow > .miniNum b {
    font-size: 4vw;
  }
  #about_company_page .pageContentAll > .pageContent > .jianjiebox > .thisBox > .contentBox > .rightBox > .topCard > .cardInner > .miniHouse {
    aspect-ratio: 3 / 1.3;
  }
  #about_company_page .pageContentAll > .pageContent > .jianjiebox > .thisBox > .contentBox > .rightBox > .topCard > .cardInner > .miniLogo {
    padding-top: 2vw;
    gap: 1.5vw;
  }
  #about_company_page .pageContentAll > .pageContent > .jianjiebox > .thisBox > .contentBox > .rightBox > .topCard > .cardInner > .miniLogo .flowerLogo {
    font-size: 4vw;
  }
  #about_company_page .pageContentAll > .pageContent > .jianjiebox > .thisBox > .contentBox > .rightBox > .topCard > .cardInner > .miniLogo .miniBrand {
    font-size: 3vw;
  }
  /* 大透视房屋 */
  #about_company_page .pageContentAll > .pageContent > .jianjiebox > .thisBox > .contentBox > .rightBox > .bigDecor {
    bottom: 5vw;
    right: -5vw;
    width: 105%;
  }
  #about_company_page .pageContentAll > .pageContent > .jianjiebox > .thisBox > .contentBox > .rightBox > .bigDecor > .perspectiveHouse > .brandStamp {
    top: 10%;
    left: 18%;
    gap: 2vw;
  }
  #about_company_page .pageContentAll > .pageContent > .jianjiebox > .thisBox > .contentBox > .rightBox > .bigDecor > .perspectiveHouse > .brandStamp .bigFlower {
    font-size: 10vw;
  }
  #about_company_page .pageContentAll > .pageContent > .jianjiebox > .thisBox > .contentBox > .rightBox > .bigDecor > .perspectiveHouse > .brandStamp .bigBrand {
    font-size: 7.5vw;
  }
  /* 移动端：wenhau 回到右下相对定位，全宽 */
  #about_company_page .pageContentAll > .pageContent > .jianjiebox > .thisBox > .contentBox > .rightBox > .wenhau {
    position: relative;
    left: auto;
    bottom: auto;
    width: 100%;
    margin-top: 6vw;
    gap: 3vw;
  }
  #about_company_page .pageContentAll > .pageContent > .jianjiebox > .thisBox > .contentBox > .rightBox > .wenhau > .cultureItem {
    border-radius: 3vw;
    padding: 4vw 4.5vw 4vw 5.5vw;
    box-shadow: 0 1.5vw 4vw rgba(0, 0, 0, 0.08);
    gap: 1.5vw;
  }
  #about_company_page .pageContentAll > .pageContent > .jianjiebox > .thisBox > .contentBox > .rightBox > .wenhau > .cultureItem::before {
    width: 0.8vw;
  }
  #about_company_page .pageContentAll > .pageContent > .jianjiebox > .thisBox > .contentBox > .rightBox > .wenhau > .cultureItem > .tagBox .tag {
    font-size: 4.2vw;
  }
  #about_company_page .pageContentAll > .pageContent > .jianjiebox > .thisBox > .contentBox > .rightBox > .wenhau > .cultureItem > .text {
    font-size: 4.2vw;
    line-height: 1.8;
  }
}

/* =====================================================
   板块二：lichen 企业历程（横向刻度尺+卡片滚动）
   ===================================================== */
#about_company_page .pageContentAll > .pageContent > .lichen {
  padding: 5vw 0;
}

/* 大标题：黑粗体大字 */
#about_company_page .pageContentAll > .pageContent > .lichen > .thisBox > .titleBig {
  font-size: clamp(28px, 2.8vw, 2.8vw);
  font-weight: 900;
  color: #1a1a1a;
  font-family: 'cn1';
  line-height: 1.2;
  letter-spacing: 0.02em;
  margin-bottom: 4vw;
}

/* contentBox：相对定位便于箭头居中 */
#about_company_page .pageContentAll > .pageContent > .lichen > .thisBox > .contentBox {
  position: relative;
}

/* 顶部刻度尺行 */
#about_company_page .pageContentAll > .pageContent > .lichen > .thisBox > .contentBox > .rulerRow {
  position: relative;
  width: 100%;
  padding-bottom: 2vw;
  margin-bottom: 3vw;
}
/* 年份轨道：6个年份节点横向均匀分布 */
#about_company_page .pageContentAll > .pageContent > .lichen > .thisBox > .contentBox > .rulerRow > .yearsTrack {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  width: 100%;
  margin-bottom: 1.2vw;
}
#about_company_page .pageContentAll > .pageContent > .lichen > .thisBox > .contentBox > .rulerRow > .yearsTrack > .yearNode {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-end;
  flex-wrap: unset;
  gap: 0.4vw;
  position: relative;
  cursor: pointer;
}
#about_company_page .pageContentAll > .pageContent > .lichen > .thisBox > .contentBox > .rulerRow > .yearsTrack > .yearNode > .year {
  font-size: clamp(22px, 2vw, 2vw);
  font-family: 'en9', Arial, sans-serif;
  font-weight: bold;
  color: #999;
  line-height: 1;
  transition: all 0.35s ease;
}
#about_company_page .pageContentAll > .pageContent > .lichen > .thisBox > .contentBox > .rulerRow > .yearsTrack > .yearNode::after {
  content: '';
  position: absolute;
  left: 50%;
  bottom: -1.2vw;
  width: 0.4vw;
  height: 0.4vw;
  border-radius: 50%;
  background-color: #ccc;
  transform: translateX(-50%);
  transition: all 0.35s ease;
  z-index: 2;
}
/* 选中节点（红色年份+大点） */
#about_company_page .pageContentAll > .pageContent > .lichen > .thisBox > .contentBox > .rulerRow > .yearsTrack > .yearNode.active > .year {
  color: #af3338;
  transform: scale(1.1);
}
#about_company_page .pageContentAll > .pageContent > .lichen > .thisBox > .contentBox > .rulerRow > .yearsTrack > .yearNode.active::after {
  width: 0.9vw;
  height: 0.9vw;
  background-color: #af3338;
  box-shadow: 0 0 0 0.4vw rgba(175, 51, 56, 0.12);
}

/* 刻度尺线（repeating-linear-gradient 画长短刻度） */
#about_company_page .pageContentAll > .pageContent > .lichen > .thisBox > .contentBox > .rulerRow > .rulerLine {
  position: relative;
  width: 100%;
  height: 1.5vw;
  overflow: hidden;
}
#about_company_page .pageContentAll > .pageContent > .lichen > .thisBox > .contentBox > .rulerRow > .rulerLine > .tickGroup {
  width: 100%;
  height: 100%;
  background-image: repeating-linear-gradient(
    to right,
    #e4dcd0 0px,
    #e4dcd0 1px,
    transparent 1px,
    transparent calc(100% / 60)
  ),
  repeating-linear-gradient(
    to right,
    #e4dcd0 0px,
    #e4dcd0 1px,
    transparent 1px,
    transparent calc(100% / 12)
  );
  background-size: 100% 40%, 100% 80%;
  background-position: 0 60%, 0 20%;
  background-repeat: repeat-x;
}

/* 卡片横向滚动容器 */
#about_company_page .pageContentAll > .pageContent > .lichen > .thisBox > .contentBox > .cardScroller {
  width: 100%;
  overflow-x: auto;
  overflow-y: visible;
  scroll-behavior: smooth;
  -webkit-overflow-scrolling: touch;
  padding-bottom: 2.5vw;
  margin-bottom: 2vw;
}
/* 隐藏滚动条（美观） */
#about_company_page .pageContentAll > .pageContent > .lichen > .thisBox > .contentBox > .cardScroller::-webkit-scrollbar {
  height: 4px;
}
#about_company_page .pageContentAll > .pageContent > .lichen > .thisBox > .contentBox > .cardScroller::-webkit-scrollbar-thumb {
  background-color: #f0d9d9;
  border-radius: 2px;
}
#about_company_page .pageContentAll > .pageContent > .lichen > .thisBox > .contentBox > .cardScroller::-webkit-scrollbar-track {
  background-color: #f5f0e6;
}

/* 卡片轨道（6张横排） */
#about_company_page .pageContentAll > .pageContent > .lichen > .thisBox > .contentBox > .cardScroller > .cardTrack {
  display: flex;
  flex-direction: row;
  align-items: stretch;
  justify-content: flex-start;
  flex-wrap: unset;
  gap: 0;
  width: max-content;
}

/* 单张年份卡片：固定宽、左竖线、内部分隔结构 */
#about_company_page .pageContentAll > .pageContent > .lichen > .thisBox > .contentBox > .cardScroller > .cardTrack > .yearCard {
  width: calc((75vw - 3vw) / 4);
  flex-shrink: 0;
  padding: 0 1.5vw;
  box-sizing: border-box;
  border-left: 1px solid #e9e2d3;
  position: relative;
}
/* 第一张左边线变淡 */
#about_company_page .pageContentAll > .pageContent > .lichen > .thisBox > .contentBox > .cardScroller > .cardTrack > .yearCard:first-child {
  border-left-color: transparent;
  padding-left: 0;
}

#about_company_page .pageContentAll > .pageContent > .lichen > .thisBox > .contentBox > .cardScroller > .cardTrack > .yearCard > .cardInner {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
  flex-wrap: unset;
  gap: 0.7vw;
}
/* tag标签 */
#about_company_page .pageContentAll > .pageContent > .lichen > .thisBox > .contentBox > .cardScroller > .cardTrack > .yearCard > .cardInner > .tag {
  display: inline-block;
  padding: 0.25vw 0.8vw;
  background-color: #fdf1f1;
  color: #af3338;
  font-size: clamp(10px, 0.65vw, 0.65vw);
  font-family: 'cn1';
  letter-spacing: 0.1em;
  border-radius: 2px;
}
/* 标题 */
#about_company_page .pageContentAll > .pageContent > .lichen > .thisBox > .contentBox > .cardScroller > .cardTrack > .yearCard > .cardInner > .title {
  font-size: clamp(16px, 1.15vw, 1.15vw);
  font-weight: bold;
  color: #222;
  font-family: 'cn1';
  line-height: 1.5;
}
/* 描述 */
#about_company_page .pageContentAll > .pageContent > .lichen > .thisBox > .contentBox > .cardScroller > .cardTrack > .yearCard > .cardInner > .miaoshu {
  font-size: clamp(12px, 0.8vw, 0.8vw);
  color: #666;
  line-height: 1.9;
  font-family: 'cn1';
  margin-bottom: 0.5vw;
}
/* 图片4:3圆角 */
#about_company_page .pageContentAll > .pageContent > .lichen > .thisBox > .contentBox > .cardScroller > .cardTrack > .yearCard > .cardInner > .imgBox {
  width: 100%;
  aspect-ratio: 4 / 3;
  overflow: hidden;
  border-radius: 0.5vw;
  margin-top: auto;
}
#about_company_page .pageContentAll > .pageContent > .lichen > .thisBox > .contentBox > .cardScroller > .cardTrack > .yearCard > .cardInner > .imgBox img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.5s ease;
}
#about_company_page .pageContentAll > .pageContent > .lichen > .thisBox > .contentBox > .cardScroller > .cardTrack > .yearCard:hover > .cardInner > .imgBox img {
  transform: scale(1.05);
}

/* 底部左右箭头按钮 */
#about_company_page .pageContentAll > .pageContent > .lichen > .thisBox > .contentBox > .scrollArrows {
  display: inline-flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-start;
  flex-wrap: unset;
  gap: 1vw;
  position: absolute;
  bottom: -0.5vw;
  left: 50%;
  transform: translateX(-50%);
}
#about_company_page .pageContentAll > .pageContent > .lichen > .thisBox > .contentBox > .scrollArrows > .arrowBtn {
  width: 2.8vw;
  height: 2.8vw;
  min-width: 36px;
  min-height: 36px;
  border-radius: 50%;
  border: 1px solid #e5e0d3;
  background-color: #fff;
  cursor: pointer;
  display: inline-flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  flex-wrap: unset;
  transition: all 0.3s ease;
  color: #888;
  padding: 0;
  line-height: 1;
}
#about_company_page .pageContentAll > .pageContent > .lichen > .thisBox > .contentBox > .scrollArrows > .arrowBtn:hover {
  background-color: #af3338;
  border-color: #af3338;
  color: #fff;
}
#about_company_page .pageContentAll > .pageContent > .lichen > .thisBox > .contentBox > .scrollArrows > .arrowBtn i {
  font-size: clamp(14px, 1vw, 1vw);
  line-height: 1;
}
/* 左箭头翻转icon（两个都用icon-you时左要翻） */
#about_company_page .pageContentAll > .pageContent > .lichen > .thisBox > .contentBox > .scrollArrows > .arrowBtn.left i {
  transform: rotate(180deg);
}

/* lichen 响应式（移动端） */
@media (max-width:1024px) {
  #about_company_page .pageContentAll > .pageContent > .lichen {
    padding: 10vw 0;
  }
  #about_company_page .pageContentAll > .pageContent > .lichen > .thisBox > .titleBig {
    font-size: 7.5vw;
    margin-bottom: 8vw;
  }
  /* 刻度尺 */
  #about_company_page .pageContentAll > .pageContent > .lichen > .thisBox > .contentBox > .rulerRow {
    padding-bottom: 4vw;
    margin-bottom: 6vw;
  }
  #about_company_page .pageContentAll > .pageContent > .lichen > .thisBox > .contentBox > .rulerRow > .yearsTrack {
    margin-bottom: 3vw;
  }
  #about_company_page .pageContentAll > .pageContent > .lichen > .thisBox > .contentBox > .rulerRow > .yearsTrack > .yearNode > .year {
    font-size: 5vw;
  }
  #about_company_page .pageContentAll > .pageContent > .lichen > .thisBox > .contentBox > .rulerRow > .yearsTrack > .yearNode::after {
    bottom: -3.5vw;
    width: 1vw;
    height: 1vw;
  }
  #about_company_page .pageContentAll > .pageContent > .lichen > .thisBox > .contentBox > .rulerRow > .yearsTrack > .yearNode.active::after {
    width: 2.2vw;
    height: 2.2vw;
    box-shadow: 0 0 0 1vw rgba(175, 51, 56, 0.12);
  }
  #about_company_page .pageContentAll > .pageContent > .lichen > .thisBox > .contentBox > .rulerRow > .rulerLine {
    height: 4vw;
  }
  /* 卡片滚动容器：移动端卡片更宽（1.2张屏宽） */
  #about_company_page .pageContentAll > .pageContent > .lichen > .thisBox > .contentBox > .cardScroller {
    padding-bottom: 8vw;
    margin-bottom: 4vw;
    margin-left: -5%;
    margin-right: -5%;
    padding-left: 5%;
    padding-right: 5%;
  }
  #about_company_page .pageContentAll > .pageContent > .lichen > .thisBox > .contentBox > .cardScroller > .cardTrack > .yearCard {
    width: 78vw;
    padding: 0 4vw;
  }
  #about_company_page .pageContentAll > .pageContent > .lichen > .thisBox > .contentBox > .cardScroller > .cardTrack > .yearCard > .cardInner {
    gap: 2.5vw;
  }
  #about_company_page .pageContentAll > .pageContent > .lichen > .thisBox > .contentBox > .cardScroller > .cardTrack > .yearCard > .cardInner > .tag {
    font-size: 2.8vw;
    padding: 1vw 2.5vw;
  }
  #about_company_page .pageContentAll > .pageContent > .lichen > .thisBox > .contentBox > .cardScroller > .cardTrack > .yearCard > .cardInner > .title {
    font-size: 4.2vw;
  }
  #about_company_page .pageContentAll > .pageContent > .lichen > .thisBox > .contentBox > .cardScroller > .cardTrack > .yearCard > .cardInner > .miaoshu {
    font-size: 3.2vw;
    line-height: 2;
    margin-bottom: 1vw;
  }
  #about_company_page .pageContentAll > .pageContent > .lichen > .thisBox > .contentBox > .cardScroller > .cardTrack > .yearCard > .cardInner > .imgBox {
    border-radius: 2vw;
  }
  /* 箭头按钮 */
  #about_company_page .pageContentAll > .pageContent > .lichen > .thisBox > .contentBox > .scrollArrows {
    gap: 3vw;
    bottom: -1vw;
  }
  #about_company_page .pageContentAll > .pageContent > .lichen > .thisBox > .contentBox > .scrollArrows > .arrowBtn {
    width: 11vw;
    height: 11vw;
    min-width: 44px;
    min-height: 44px;
  }
  #about_company_page .pageContentAll > .pageContent > .lichen > .thisBox > .contentBox > .scrollArrows > .arrowBtn i {
    font-size: 4vw;
  }
}

/* =====================================================
   板块三：ronyu 荣誉资质
   ===================================================== */
#about_company_page .pageContentAll > .pageContent > .ronyu > .thisBox > .contentBox > .tabBar {
  display: inline-flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-start;
  flex-wrap: unset;
  gap: 0;
  margin-bottom: 3vw;
  border-bottom: 1px solid #eee;
  padding-bottom: 0;
}
#about_company_page .pageContentAll > .pageContent > .ronyu > .thisBox > .contentBox > .tabBar > .tabItem {
  position: relative;
  padding: 0.8vw 2vw;
  font-size: clamp(13px, 0.95vw, 0.95vw);
  color: #666;
  font-family: 'cn1';
  cursor: pointer;
  transition: all 0.3s ease;
  letter-spacing: 0.1em;
}
#about_company_page .pageContentAll > .pageContent > .ronyu > .thisBox > .contentBox > .tabBar > .tabItem span {
  position: relative;
  z-index: 2;
}
#about_company_page .pageContentAll > .pageContent > .ronyu > .thisBox > .contentBox > .tabBar > .tabItem::after {
  content: '';
  position: absolute;
  left: 50%;
  bottom: -1px;
  width: 0;
  height: 2px;
  background-color: #af3338;
  transform: translateX(-50%);
  transition: width 0.3s ease;
}
#about_company_page .pageContentAll > .pageContent > .ronyu > .thisBox > .contentBox > .tabBar > .tabItem:hover {
  color: #af3338;
}
#about_company_page .pageContentAll > .pageContent > .ronyu > .thisBox > .contentBox > .tabBar > .tabItem.active {
  color: #af3338;
  font-weight: bold;
}
#about_company_page .pageContentAll > .pageContent > .ronyu > .thisBox > .contentBox > .tabBar > .tabItem.active::after {
  width: 60%;
}

/* 荣誉网格 */
#about_company_page .pageContentAll > .pageContent > .ronyu > .thisBox > .contentBox > .honorGrid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 2vw;
}
#about_company_page .pageContentAll > .pageContent > .ronyu > .thisBox > .contentBox > .honorGrid > .honorItem {
  background-color: #fff;
  border: 1px solid #f0ebe0;
  border-radius: 0.5vw;
  overflow: hidden;
  transition: all 0.3s ease;
  display: flex;
  flex-direction: column;
  align-items: stretch;
  justify-content: flex-start;
  flex-wrap: unset;
}
#about_company_page .pageContentAll > .pageContent > .ronyu > .thisBox > .contentBox > .honorGrid > .honorItem:hover {
  transform: translateY(-0.4vw);
  box-shadow: 0 0.8vw 2vw rgba(0, 0, 0, 0.08);
  border-color: #f2dede;
}
#about_company_page .pageContentAll > .pageContent > .ronyu > .thisBox > .contentBox > .honorGrid > .honorItem > .imgBox {
  width: 100%;
  aspect-ratio: 1 / 1;
  overflow: hidden;
  background-color: #fafafa;
  padding: 1vw;
  box-sizing: border-box;
  border-bottom: 1px solid #f5f1e8;
}
#about_company_page .pageContentAll > .pageContent > .ronyu > .thisBox > .contentBox > .honorGrid > .honorItem > .imgBox img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  transition: transform 0.4s ease;
}
#about_company_page .pageContentAll > .pageContent > .ronyu > .thisBox > .contentBox > .honorGrid > .honorItem:hover > .imgBox img {
  transform: scale(1.05);
}
#about_company_page .pageContentAll > .pageContent > .ronyu > .thisBox > .contentBox > .honorGrid > .honorItem > .year {
  font-size: clamp(12px, 0.8vw, 0.8vw);
  color: #af3338;
  font-family: 'en9', Arial, sans-serif;
  font-weight: bold;
  padding: 0.8vw 1.2vw 0 1.2vw;
  letter-spacing: 0.05em;
}
#about_company_page .pageContentAll > .pageContent > .ronyu > .thisBox > .contentBox > .honorGrid > .honorItem > .title {
  font-size: clamp(13px, 0.9vw, 0.9vw);
  color: #333;
  font-family: 'cn1';
  line-height: 1.6;
  padding: 0.4vw 1.2vw 1.2vw 1.2vw;
  font-weight: 500;
}

/* rongyu 响应式 */
@media (max-width:1024px) {
  #about_company_page .pageContentAll > .pageContent > .ronyu > .thisBox > .contentBox > .tabBar {
    margin-bottom: 6vw;
    gap: 2vw;
  }
  #about_company_page .pageContentAll > .pageContent > .ronyu > .thisBox > .contentBox > .tabBar > .tabItem {
    font-size: 3.2vw;
    padding: 2vw 3vw;
  }
  #about_company_page .pageContentAll > .pageContent > .ronyu > .thisBox > .contentBox > .honorGrid {
    grid-template-columns: repeat(2, 1fr);
    gap: 4vw;
  }
  #about_company_page .pageContentAll > .pageContent > .ronyu > .thisBox > .contentBox > .honorGrid > .honorItem {
    border-radius: 2vw;
  }
  #about_company_page .pageContentAll > .pageContent > .ronyu > .thisBox > .contentBox > .honorGrid > .honorItem > .imgBox {
    padding: 4vw;
  }
  #about_company_page .pageContentAll > .pageContent > .ronyu > .thisBox > .contentBox > .honorGrid > .honorItem > .year {
    font-size: 3vw;
    padding: 3vw 4vw 0 4vw;
  }
  #about_company_page .pageContentAll > .pageContent > .ronyu > .thisBox > .contentBox > .honorGrid > .honorItem > .title {
    font-size: 3.2vw;
    padding: 1.5vw 4vw 4vw 4vw;
    line-height: 1.7;
  }
}



#contact_page .pageContentAll .pageContent {

}
#contact_page .pageContentAll .pageContent .message {
  position: relative;
}
#contact_page .pageContentAll .pageContent .message > .thisBox {
  position: relative;
  z-index: 1;
  width: 85%;
  height: 100%;
    margin: 0 auto;
}
#contact_page .pageContentAll .pageContent .message > .thisBox .contentBox {
  border-radius: 20px;
  padding: 4vw;
margin-top: 4vw;
  display: flex;
  flex-direction: row;
  align-items: stretch;
  justify-content: space-between;
  flex-wrap: unset;
  gap: 4vw;
  position: relative;
  background-color: #fff;
  box-shadow: 0 1vw 3vw rgba(0, 0, 0, 0.06);
}
/* 左图：左侧图片区域，填充整个卡片左侧高度 */
#contact_page .pageContentAll .pageContent .message > .thisBox .contentBox .messageimg {
  width: 42%;
  flex-shrink: 0;
  border-radius: 14px;
  overflow: hidden;
  position: relative;
  min-height: 35vw;
}
#contact_page .pageContentAll .pageContent .message > .thisBox .contentBox .messageimg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.6s ease;
}
#contact_page .pageContentAll .pageContent .message > .thisBox .contentBox .messageimg:hover img {
  transform: scale(1.05);
}
@media (max-width:1600px) {
  #contact_page .pageContentAll .pageContent .message > .thisBox .contentBox {
    width: 100%;
  }
}
@media (max-width:1300px) {
  #contact_page .pageContentAll .pageContent .message > .thisBox .contentBox {
    width: 100%;
  }
}
@media (max-width:1024px) {
  #contact_page .pageContentAll .pageContent .message > .thisBox .contentBox {
    width: 100%;
    flex-direction: column;
    padding: 6vw 5vw;
    gap: 6vw;
  }
  #contact_page .pageContentAll .pageContent .message > .thisBox .contentBox .messageimg {
    width: 100%;
    min-height: 60vw;
    border-radius: 4vw;
  }
}
#contact_page .pageContentAll .pageContent .message > .thisBox .contentBox .biaodan {
  flex: 1;
  min-width: 0;
  display: flex;
  flex-direction: column;
  align-items: stretch;
  justify-content: center;
  flex-wrap: unset;
}
#contact_page .pageContentAll .pageContent .message > .thisBox .contentBox .biaodan form {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  flex-wrap: unset;
}
#contact_page .pageContentAll .pageContent .message > .thisBox .contentBox .biaodan form .inputBox {
  position: relative;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  flex-wrap: unset;
  width: 100%;
  padding: 1vw 0;
  border-bottom: 1px solid #ccc;
}
@media (max-width:1024px) {
  #contact_page .pageContentAll .pageContent .message > .thisBox .contentBox .biaodan form .inputBox {
    padding: 4vw 0;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    flex-wrap: unset;
  }
}
#contact_page .pageContentAll .pageContent .message > .thisBox .contentBox .biaodan form .inputBox .bdTitle {
  position: relative;
  display: block;
  width: 8vw;
  font-size: clamp(12px, 0.9vw, 0.9vw);
  font-family: 'cn1';
  margin-bottom: 1vw;
}
@media (max-width:1024px) {
  #contact_page .pageContentAll .pageContent .message > .thisBox .contentBox .biaodan form .inputBox .bdTitle {
    font-size: 3.8vw;
  }
}
@media (max-width:1024px) {
  #contact_page .pageContentAll .pageContent .message > .thisBox .contentBox .biaodan form .inputBox .bdTitle {
    width: 100%;
  }
}
#contact_page .pageContentAll .pageContent .message > .thisBox .contentBox .biaodan form .inputBox .input {
  position: relative;
  width: calc(100% - 8vw);
}
@media (max-width:1024px) {
  #contact_page .pageContentAll .pageContent .message > .thisBox .contentBox .biaodan form .inputBox .input {
    width: 100%;
  }
}
#contact_page .pageContentAll .pageContent .message > .thisBox .contentBox .biaodan form .inputBox .input input {
  width: 100%;
  background-color: transparent;
  height: 100%;
  padding-left: 2vw;
  background-color: #f8f8f8;
  border-radius: 20px;
  border: none;
  height: 3vw;
}
@media (max-width:1024px) {
  #contact_page .pageContentAll .pageContent .message > .thisBox .contentBox .biaodan form .inputBox .input input {
    padding-left: 4vw;
  }
}
@media (max-width:1024px) {
  #contact_page .pageContentAll .pageContent .message > .thisBox .contentBox .biaodan form .inputBox .input input {
    height: 12vw;
  }
}
#contact_page .pageContentAll .pageContent .message > .thisBox .contentBox .biaodan form .inputBox .input textarea {
  width: 100%;
  background-color: transparent;
  height: 100%;
  padding-left: 2vw;
  background-color: #f8f8f8;
  border-radius: 20px;
  border: none;
  height: 6vw;
  resize: vertical;
}
@media (max-width:1024px) {
  #contact_page .pageContentAll .pageContent .message > .thisBox .contentBox .biaodan form .inputBox .input textarea {
    padding-left: 4vw;
  }
}
#contact_page .pageContentAll .pageContent .message > .thisBox .contentBox .biaodan form .inputBox.textarea {
  width: 100%;
}
#contact_page .pageContentAll .pageContent .message > .thisBox .contentBox .biaodan form .inputBox.textarea .input textarea {
  height: 6vw;
  font-family: auto;
  padding: 1vw 2vw;
  width: 100%;
  outline: none;
}
@media (max-width:1024px) {
  #contact_page .pageContentAll .pageContent .message > .thisBox .contentBox .biaodan form .inputBox.textarea .input textarea {
    padding: 4vw;
    height: 40vw;
  }
}
#contact_page .pageContentAll .pageContent .message > .thisBox .contentBox .biaodan form .inputBox.yanzhengma .input {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  flex-wrap: unset;
  gap: 1vw;
}
#contact_page .pageContentAll .pageContent .message > .thisBox .contentBox .biaodan form .inputBox.yanzhengma .yanz {
  position: absolute;
  right: 0;
  top: 0;
  height: 100%;
}
#contact_page .pageContentAll .pageContent .message > .thisBox .contentBox .biaodan form .inputBox.yanzhengma .yanz img {
  height: 100%;
  cursor: pointer;
}
#contact_page .pageContentAll .pageContent .message > .thisBox .contentBox .biaodan form .inputBox.must .bdTitle::after {
  content: '*';
  position: absolute;
  color: red;
}
#contact_page .pageContentAll .pageContent .message > .thisBox .contentBox .biaodan form .inputBox .tianxieInfo {
  position: absolute;
  left: 0;
  top: 110%;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-start;
  flex-wrap: unset;
}
#contact_page .pageContentAll .pageContent .message > .thisBox .contentBox .biaodan form .inputBox.zhengque .tianxieInfo i {
  color: green;
}
#contact_page .pageContentAll .pageContent .message > .thisBox .contentBox .biaodan form .inputBox.zhengque .tianxieInfo .txt {
  color: green;
}
#contact_page .pageContentAll .pageContent .message > .thisBox .contentBox .biaodan form .inputBox.cuowu .tianxieInfo i {
  color: red;
}
#contact_page .pageContentAll .pageContent .message > .thisBox .contentBox .biaodan form .inputBox.cuowu .tianxieInfo .txt {
  color: red;
}
#contact_page .pageContentAll .pageContent .message > .thisBox .contentBox .biaodan form .button {
  margin: 0 auto;
  margin-top: 2vw;
  width: 100%;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  flex-wrap: unset;
}
#contact_page .pageContentAll .pageContent .message > .thisBox .contentBox .biaodan form .button .submit {
  cursor: pointer;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  flex-wrap: unset;
  gap: 1vw;
  height: 3vw;
  padding: 0 2vw;
  background-color: #af3338;
  border-radius: 20px;
}
@media (max-width:1024px) {
  #contact_page .pageContentAll .pageContent .message > .thisBox .contentBox .biaodan form .button .submit {
    width: 100%;
    height: 14vw;
  }
}
#contact_page .pageContentAll .pageContent .message > .thisBox .contentBox .biaodan form .button .submit .txt {
  color: #fff;
  transition-duration: 0.3s;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.56, -0.01, 0.04, 1);
  font-family: 'cn1';
}
#contact_page .pageContentAll .pageContent .message > .thisBox .contentBox .biaodan form .button .submit i {
  color: #af3338;
  transition-duration: 0.3s;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.56, -0.01, 0.04, 1);
  color: #fff;
}


/* ========== 企业宣传片 videoBoxAll ========== */
#about_company_page .pageContentAll > .pageContent > .videoBoxAll {
  margin: 6vw auto;
  display: flex;
  flex-direction: column;
  align-items: center;
}
#about_company_page .pageContentAll > .pageContent > .videoBoxAll > .videoTitle {
  text-align: center;
  margin-bottom: 2.5vw;
}
#about_company_page .pageContentAll > .pageContent > .videoBoxAll > .videoTitle .cn {
  font-family: 'cn1';
  font-weight: 700;
  font-size: clamp(24px, 2.8vw, 2.8vw);
  color: #2b2b2b;
  letter-spacing: 0.08em;
}
#about_company_page .pageContentAll > .pageContent > .videoBoxAll > .videoTitle .en {
  font-family: 'en9';
  font-size: clamp(12px, 0.8vw, 0.8vw);
  color: #af3338;
  letter-spacing: 0.3em;
  margin-top: 0.6vw;
  text-transform: uppercase;
}
#about_company_page .pageContentAll > .pageContent > .videoBoxAll > .videoContainer {
  position: relative;
  width: 70%;
  
  border-radius: 1.5vw;
  overflow: hidden;
  box-shadow: 0 1vw 4vw rgba(0, 0, 0, 0.15);
  background-color: #000;
}
#about_company_page .pageContentAll > .pageContent > .videoBoxAll > .videoContainer > video {
  display: block;
  width: 100%;
  height: auto;
  aspect-ratio: 16/9;
  object-fit: cover;
}
#about_company_page .pageContentAll > .pageContent > .videoBoxAll > .videoContainer > .videoPoster {
  position: absolute;
  inset: 0;
  z-index: 2;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: opacity 0.4s ease;
}
#about_company_page .pageContentAll > .pageContent > .videoBoxAll > .videoContainer > .videoPoster > img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
#about_company_page .pageContentAll > .pageContent > .videoBoxAll > .videoContainer > .videoPoster .playBtn {
  position: absolute;
  width: clamp(56px, 5vw, 80px);
  height: clamp(56px, 5vw, 80px);
  border-radius: 50%;
  background-color: rgba(175, 51, 56, 0.85);
  display: flex;
  align-items: center;
  justify-content: center;
  transition: transform 0.3s ease, background-color 0.3s ease;
  box-shadow: 0 0.5vw 2vw rgba(0, 0, 0, 0.35);
}
#about_company_page .pageContentAll > .pageContent > .videoBoxAll > .videoContainer > .videoPoster .playBtn i {
  color: #fff;
  font-size: clamp(24px, 2.2vw, 36px);
  margin-left: 0.15em;
}
#about_company_page .pageContentAll > .pageContent > .videoBoxAll > .videoContainer > .videoPoster:hover .playBtn {
  transform: scale(1.12);
  background-color: #af3338;
}
#about_company_page .pageContentAll > .pageContent > .videoBoxAll > .videoContainer > .videoPoster.hidden {
  opacity: 0;
  pointer-events: none;
}
@media (max-width: 1024px) {
  #about_company_page .pageContentAll > .pageContent > .videoBoxAll > .videoContainer {
    width: 90%;
    border-radius: 3vw;
  }
  #about_company_page .pageContentAll > .pageContent > .videoBoxAll > .videoContainer > .videoPoster .playBtn {
    width: 14vw;
    height: 14vw;
  }
  #about_company_page .pageContentAll > .pageContent > .videoBoxAll > .videoContainer > .videoPoster .playBtn i {
    font-size: 6vw;
  }
}


/* ========== 企业宣传片 videoBoxAll ========== */
#index_page .pageContentAll > .videoBoxAll {
  margin: 6vw auto;
  display: flex;
  flex-direction: column;
  align-items: center;
}
#index_page .pageContentAll > .videoBoxAll > .videoTitle {
  text-align: center;
  margin-bottom: 2.5vw;
}
#index_page .pageContentAll >  .videoBoxAll > .videoTitle .cn {
  font-family: 'cn1';
  font-weight: 700;
  font-size: clamp(24px, 2.8vw, 2.8vw);
  color: #2b2b2b;
  letter-spacing: 0.08em;
}
#index_page .pageContentAll > .videoBoxAll > .videoTitle .en {
  font-family: 'en9';
  font-size: clamp(12px, 0.8vw, 0.8vw);
  color: #af3338;
  letter-spacing: 0.3em;
  margin-top: 0.6vw;
  text-transform: uppercase;
}
#index_page .pageContentAll > .videoBoxAll > .videoContainer {
  position: relative;
  width: 70%;
  
  border-radius: 1.5vw;
  overflow: hidden;
  box-shadow: 0 1vw 4vw rgba(0, 0, 0, 0.15);
  background-color: #000;
}
#index_page .pageContentAll > .videoBoxAll > .videoContainer > video {
  display: block;
  width: 100%;
  height: auto;
  aspect-ratio: 16/9;
  object-fit: cover;
}
#index_page .pageContentAll > .videoBoxAll > .videoContainer > .videoPoster {
  position: absolute;
  inset: 0;
  z-index: 2;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: opacity 0.4s ease;
}
#index_page .pageContentAll > .videoBoxAll > .videoContainer > .videoPoster > img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
#index_page .pageContentAll > .videoBoxAll > .videoContainer > .videoPoster .playBtn {
  position: absolute;
  width: clamp(56px, 5vw, 80px);
  height: clamp(56px, 5vw, 80px);
  border-radius: 50%;
  background-color: rgba(175, 51, 56, 0.85);
  display: flex;
  align-items: center;
  justify-content: center;
  transition: transform 0.3s ease, background-color 0.3s ease;
  box-shadow: 0 0.5vw 2vw rgba(0, 0, 0, 0.35);
}
#index_page .pageContentAll > .videoBoxAll > .videoContainer > .videoPoster .playBtn i {
  color: #fff;
  font-size: clamp(24px, 2.2vw, 36px);
  margin-left: 0.15em;
}
#index_page .pageContentAll > .videoBoxAll > .videoContainer > .videoPoster:hover .playBtn {
  transform: scale(1.12);
  background-color: #af3338;
}
#index_page .pageContentAll > .videoBoxAll > .videoContainer > .videoPoster.hidden {
  opacity: 0;
  pointer-events: none;
}
@media (max-width: 1024px) {
  #index_page .pageContentAll > .videoBoxAll > .videoContainer {
    width: 90%;
    border-radius: 3vw;
  }
  #index_page .pageContentAll > .videoBoxAll > .videoContainer > .videoPoster .playBtn {
    width: 14vw;
    height: 14vw;
  }
  #index_page .pageContentAll > .videoBoxAll > .videoContainer > .videoPoster .playBtn i {
    font-size: 6vw;
  }
}