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

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

*/
.boxShadow {
  box-shadow: 0px 0px 60px rgba(194, 148, 97, 0.2);
  background-color: #fff;
}
@font-face {
  font-family: 'cn1';
  src: url('../fonts/cn/HYRunYuan-55W.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(171, 44, 49, 0.15), 0 0 0 1vw rgba(171, 44, 49, 0.15), 0 0 0 2vw rgba(171, 44, 49, 0.15);
  }
  100% {
    box-shadow: 0 0 0 1vw rgba(171, 44, 49, 0.15), 0 0 0 2vw rgba(171, 44, 49, 0.15), 0 0 0 4vw rgba(171, 44, 49, 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: #444;
  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));
}
p {
  line-height: 2em;
  padding: 4px 0;
}
p img {
  max-width: 100%;
  display: inline-block;
}
@media (max-width:1024px) {
  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;
}
.hidden {
  display: none;
}
.pageContent {
  position: relative;
  z-index: 4;
  padding: 7vw 0;
}
@media (max-width:1024px) {
  .pageContent {
    padding: 12vw 0;
  }
}
mod {
  display: block;
}
.cn {
  font-family: 'cn1';
}
.en {
  text-transform: uppercase;
}
.imgBox img {
  object-fit: cover;
  width: 100%;
  height: 100%;
}
.cenBox {
  width: 70vw;
  margin: 0 auto;
}
@media (max-width:1600px) {
  .cenBox {
    width: 70vw;
  }
}
@media (max-width:1300px) {
  .cenBox {
    width: 70vw;
  }
}
@media (max-width:1024px) {
  .cenBox {
    width: 90vw;
  }
}
.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: #AB2C31;
}
::-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.5s;
  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.5s;
  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: #AB2C31;
  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: #AB2C31;
  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.5s;
  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.5s;
  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.5s;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.56, -0.01, 0.04, 1);
}
.tongzhi .kuangjia.on .box {
  transform: translateY(0px);
}
.shaBox {
  background-color: #EFEBE7;
  box-shadow: 2px 2px 30px rgba(194, 148, 97, 0.1);
  position: relative;
  overflow: hidden;
  clip-path: polygon(0 1vw, 1vw 0, calc(100% - 1vw) 0, 100% 1vw, 100% calc(100% - 1vw), calc(100% - 1vw) 100%, 1vw 100%, 0 calc(100% - 1vw));
  padding: 2vw;
}
.shaBox::before {
  content: '';
  position: absolute;
  display: block;
  top: 0;
  width: 100%;
  height: 100%;
  opacity: 0.5;
  border: 1px solid #fff;
  top: 0.5vw;
  left: 0.5vw;
  width: calc(100% - 1vw - 2px);
  height: calc(100% - 1vw - 2px);
  z-index: 2;
  pointer-events: none;
}
@media (max-width:1024px) {
  .shaBox {
    clip-path: polygon(0 2vw, 2vw 0, calc(100% - 2vw) 0, 100% 2vw, 100% calc(100% - 2vw), calc(100% - 2vw) 100%, 2vw 100%, 0 calc(100% - 2vw));
  }
  .shaBox::before {
    content: '';
    position: absolute;
    display: block;
    top: 0;
    width: 100%;
    height: 100%;
    opacity: 0.5;
    border: 1px solid #fff;
    top: 1vw;
    left: 1vw;
    width: calc(100% - 2vw - 2px);
    height: calc(100% - 2vw - 2px);
    z-index: 2;
    pointer-events: none;
  }
}
@media (max-width:1024px) {
  .shaBox {
    padding: 6vw;
  }
}
.shaBox::before {
  border-color: rgba(171, 44, 49, 0.2);
}
body {
  background-color: #DDD6CE;
}
body .imgBox {
  overflow: hidden;
}
.pageContentAll {
  will-change: transform;
  transform: translateZ(0);
  backface-visibility: hidden;
  position: relative;
}
@media (max-width:1024px) {
  .pageContentAll {
    padding-top: 5vw;
  }
}
@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;
  }
}
.pageContentAll section {
  position: relative;
  z-index: 1;
}
.pageContentAll::after {
  content: '';
  position: absolute;
  display: block;
  top: 0;
  width: 100%;
  height: 100%;
  opacity: 0.25;
  background-image: url(../img/bgAll.jpg);
  background-repeat: repeat;
}
.fiexdAllSite .yuyueBtn {
  position: fixed;
  bottom: 2vw;
  left: 1vw;
}
@media (max-width:1024px) {
  .fiexdAllSite .yuyueBtn {
    bottom: 5vw;
    left: 3vw;
  }
}
.fiexdAllSite .yuyueBtn .box {
  position: relative;
  width: 6vw;
  height: 6vw;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  flex-wrap: unset;
  cursor: pointer;
  transition-duration: 0.5s;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.56, -0.01, 0.04, 1);
  padding-top: 0.6vw;
}
@media (max-width:1024px) {
  .fiexdAllSite .yuyueBtn .box {
    width: 18vw;
    height: 18vw;
    padding-top: 2vw;
  }
}
.fiexdAllSite .yuyueBtn .box .txt {
  padding-bottom: 1vw;
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  flex-wrap: unset;
}
.fiexdAllSite .yuyueBtn .box .txt .ico {
  animation: myBounce 0.75s cubic-bezier(0.05, 0, 0.2, 1) infinite alternate;
}
.fiexdAllSite .yuyueBtn .box .txt .ico i {
  font-size: clamp(12px, 1.5vw, 1.5vw);
  color: #AB2C31;
}
@media (max-width:1024px) {
  .fiexdAllSite .yuyueBtn .box .txt .ico i {
    font-size: 5vw;
  }
}
.fiexdAllSite .yuyueBtn .box .txt .t {
  font-size: clamp(12px, 0.7vw, 0.7vw);
  text-align: center;
}
@media (max-width:1024px) {
  .fiexdAllSite .yuyueBtn .box .txt .t {
    font-size: 3.4vw;
  }
}
.fiexdAllSite .yuyueBtn .box .bgImg img {
  object-fit: contain;
}
.fiexdAllSite .yuyueBtn .box:hover {
  transform: translateY(-1vw);
}
.unifyButton {
  margin-top: 2vw;
  width: fit-content;
}
@media (max-width:1024px) {
  .unifyButton {
    margin-top: 8vw;
  }
}
.unifyButton .unifyButtonThis {
  position: relative;
  transition-duration: 0.5s;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.56, -0.01, 0.04, 1);
  width: fit-content;
  will-change: transform;
}
.unifyButton .unifyButtonThis > .thisBox {
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  flex-wrap: unset;
  gap: 0.6vw;
  width: 12vw;
  height: 3.8vw;
}
@media (max-width:1024px) {
  .unifyButton .unifyButtonThis > .thisBox {
    width: 58vw;
    height: 18vw;
    padding: 0 12vw;
  }
}
.unifyButton .unifyButtonThis > .thisBox .txt {
  color: #fff;
  transform: translateX(1vw);
  transition-duration: 0.5s;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.56, -0.01, 0.04, 1);
  font-size: clamp(12px, 0.9vw, 0.9vw);
  position: relative;
  z-index: 1;
  font-family: 'cn1';
}
@media (max-width:1024px) {
  .unifyButton .unifyButtonThis > .thisBox .txt {
    font-size: 3.8vw;
  }
}
.unifyButton .unifyButtonThis > .thisBox i {
  font-size: clamp(12px, 1.3vw, 1.3vw);
  transform: translateX(-1vw);
  transition-duration: 0.5s;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.56, -0.01, 0.04, 1);
  opacity: 0;
  position: relative;
  z-index: 1;
  color: #fff;
}
@media (max-width:1024px) {
  .unifyButton .unifyButtonThis > .thisBox i {
    font-size: 4.6vw;
  }
}
.unifyButton .unifyButtonThis .buttonBg {
  top: 0;
  width: 100%;
  height: 100%;
  position: relative;
  -webkit-mask-image: url(../img/buttonBg.png);
  -webkit-mask-size: 100% 100%;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center;
  position: absolute;
}
.unifyButton .unifyButtonThis .buttonBg::after {
  content: '';
  position: absolute;
  display: block;
  top: 0;
  background-color: #AB2C31;
  width: 100%;
  height: 100%;
}
.unifyButton .unifyButtonThis .buttonBg:after {
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: #AB2C31;
}
@media (min-width:1024px) {
  .unifyButton .unifyButtonThis:hover {
    transform: scale(0.9);
  }
  .unifyButton .unifyButtonThis:hover > .thisBox .txt {
    transform: translateX(0);
  }
  .unifyButton .unifyButtonThis:hover > .thisBox i {
    opacity: 1;
    transform: translateX(0);
  }
}
@media (max-width:1024px) {
  .unifyButton .unifyButtonThis {
    transform: scale(0.9);
  }
  .unifyButton .unifyButtonThis > .thisBox .txt {
    transform: translateX(0);
  }
  .unifyButton .unifyButtonThis > .thisBox i {
    opacity: 1;
    transform: translateX(0);
  }
}
.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;
  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(171, 44, 49, 0.1);
}
.fenye .fenyeThis > .thisBox .box a.page-num-current {
  background-color: #AB2C31;
  color: #fff;
}
.swiperControl .navigation .navigationThis {
  z-index: 1;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  flex-wrap: unset;
  gap: 1vw;
}
@media (max-width:1024px) {
  .swiperControl .navigation .navigationThis {
    gap: 4vw;
  }
}
.swiperControl .navigation .navigationThis .btn {
  width: 2.6vw;
  height: 2.6vw;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  flex-wrap: unset;
  cursor: pointer;
  border: 1px solid rgba(0, 0, 0, 0.3);
  border-radius: 50%;
}
@media (max-width:1024px) {
  .swiperControl .navigation .navigationThis .btn {
    width: 10vw;
    height: 10vw;
  }
}
.swiperControl .navigation .navigationThis .btn i {
  font-size: clamp(12px, 0.9vw, 0.9vw);
}
@media (max-width:1024px) {
  .swiperControl .navigation .navigationThis .btn i {
    font-size: 3.8vw;
  }
}
.swiperControl .navigation .navigationThis .btn:hover {
  background-color: #AB2C31;
}
.swiperControl .navigation .navigationThis .btn:hover i {
  color: #fff;
}
.swiperControl .navigation.posi .btn {
  position: absolute;
  z-index: 1;
  top: 50%;
  transform: translateY(-50%);
}
@media (max-width:1024px) {
  .swiperControl .navigation.posi .btn {
    top: auto;
    bottom: 2vw;
    transform: none;
  }
}
.swiperControl .navigation.posi .btn.leftBtn {
  left: 4vw;
}
@media (max-width:1024px) {
  .swiperControl .navigation.posi .btn.leftBtn {
    left: 2vw;
  }
}
.swiperControl .navigation.posi .btn.rightBtn {
  right: 4vw;
}
@media (max-width:1024px) {
  .swiperControl .navigation.posi .btn.rightBtn {
    right: 2vw;
  }
}
.swiperControl .navigation.white .navigationThis .btn {
  border: 1px solid rgba(255, 255, 255, 0.7);
}
.swiperControl .navigation.white .navigationThis .btn i {
  color: rgba(255, 255, 255, 0.7);
}
.swiperControl .navigation.white .navigationThis .btn:hover {
  background-color: rgba(255, 255, 255, 0.4);
}
.swiperControl .navigation.white .navigationThis .btn:hover i {
  color: #fff;
}
.swiperControl .pagination .paginationThis .swiper-pagination-bullet {
  width: 1.6vw;
  height: 0.2vw;
  border-radius: 0;
  transition-duration: 0.5s;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.56, -0.01, 0.04, 1);
}
@media (max-width:1024px) {
  .swiperControl .pagination .paginationThis .swiper-pagination-bullet {
    width: 6vw;
    height: 1vw;
  }
}
.swiperControl .pagination .paginationThis .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background-color: #AB2C31;
  width: 3vw;
}
@media (max-width:1024px) {
  .swiperControl .pagination .paginationThis .swiper-pagination-bullet.swiper-pagination-bullet-active {
    width: 12vw;
  }
}
.swiperControl .pagination.posi .paginationThis {
  width: fit-content;
  position: absolute;
  bottom: 1vw;
  z-index: 1;
  left: 50%;
  transform: translateX(-50%);
}
@media (max-width:1024px) {
  .swiperControl .pagination.posi .paginationThis {
    bottom: 4vw;
  }
}
.swiperControl .pagination.posi .paginationThis .swiper-pagination-bullet {
  background-color: rgba(255, 255, 255, 0.9);
}
.swiperControl .pagination.posi .paginationThis .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background-color: #ffffff;
}
.ani_txt {
  position: relative;
}
.ani_txt .initTxt {
  overflow: hidden;
}
.ani_txt .initTxt div {
  font-family: 'cn1';
}
.ani_txt .initTxt.initTxt div {
  will-change: transform;
  transition-duration: 0.5s;
  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: #AB2C31;
  will-change: transform;
}
.unifyTitle {
  margin-bottom: 4vw;
  width: 100%;
}
@media (max-width:1024px) {
  .unifyTitle {
    margin-bottom: 12vw;
  }
}
.unifyTitle .unifyTitleThis {
  width: 70vw;
  margin: 0 auto;
}
@media (max-width:1600px) {
  .unifyTitle .unifyTitleThis {
    width: 70vw;
  }
}
@media (max-width:1300px) {
  .unifyTitle .unifyTitleThis {
    width: 70vw;
  }
}
@media (max-width:1024px) {
  .unifyTitle .unifyTitleThis {
    width: 90vw;
  }
}
.unifyTitle .unifyTitleThis > .thisBox {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  flex-wrap: unset;
}
.unifyTitle .unifyTitleThis > .thisBox .info {
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  flex-wrap: unset;
  gap: 0.7vw;
}
@media (max-width:1024px) {
  .unifyTitle .unifyTitleThis > .thisBox .info {
    gap: 2vw;
  }
}
.unifyTitle .unifyTitleThis > .thisBox .info .cn {
  position: relative;
}
.unifyTitle .unifyTitleThis > .thisBox .info .cn .txt {
  font-size: clamp(12px, 2.5vw, 2.5vw);
  transition-duration: 0.5s;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.56, -0.01, 0.04, 1);
}
@media (max-width:1024px) {
  .unifyTitle .unifyTitleThis > .thisBox .info .cn .txt {
    font-size: 7vw;
  }
}
@media (max-width:1024px) {
  .unifyTitle .unifyTitleThis > .thisBox .info .cn .txt {
    font-size: 6vw;
  }
}
.unifyTitle .unifyTitleThis > .thisBox .info .cn .tit {
  position: absolute;
  transition-duration: 0.3s;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.56, -0.01, 0.04, 1);
  top: calc(50% - 1vw);
  height: 1.4vw;
}
@media (max-width:1024px) {
  .unifyTitle .unifyTitleThis > .thisBox .info .cn .tit {
    top: calc(50% - 3vw);
    height: 4vw;
  }
}
.unifyTitle .unifyTitleThis > .thisBox .info .cn .tit.titLeft {
  right: 110%;
}
.unifyTitle .unifyTitleThis > .thisBox .info .cn .tit.titRight {
  left: 110%;
}
.unifyTitle .unifyTitleThis > .thisBox .info .xian {
  width: 3vw;
  height: 0.3vw;
  background-color: var(--cor);
}
.unifyTitle .unifyTitleThis > .thisBox .info .xian div {
  width: 50%;
  height: 100%;
  background-color: var(--corL);
}
@media (max-width:1024px) {
  .unifyTitle .unifyTitleThis > .thisBox .info .xian {
    width: 10vw;
    height: 1vw;
  }
}
.unifyTitle .unifyTitleThis > .thisBox .info .en {
  font-size: clamp(12px, 0.9vw, 0.9vw);
  padding-bottom: 0.4vw;
  border-bottom: 1px solid #333;
  color: #AB2C31;
  transition-duration: 0.5s;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.56, -0.01, 0.04, 1);
}
@media (max-width:1024px) {
  .unifyTitle .unifyTitleThis > .thisBox .info .en {
    font-size: 3.8vw;
  }
}
@media (max-width:1024px) {
  .unifyTitle .unifyTitleThis > .thisBox .info .en {
    padding-bottom: 1.5vw;
  }
}
.unifyTitle .unifyTitleThis > .thisBox .bigEn {
  width: 90vw;
  text-align: center;
  position: absolute;
  left: 50%;
  top: 4vw;
  transform: translate(-50%);
}
@media (max-width:1024px) {
  .unifyTitle .unifyTitleThis > .thisBox .bigEn {
    top: 12vw;
  }
}
.unifyTitle .unifyTitleThis > .thisBox .bigEn .en {
  font-size: clamp(12px, 5.7vw, 5.7vw);
  line-height: 0.7em;
  color: transparent;
  opacity: 0.3;
  transition-duration: 0.5s;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.56, -0.01, 0.04, 1);
  -webkit-text-stroke: 1px #c29461;
}
@media (max-width:1024px) {
  .unifyTitle .unifyTitleThis > .thisBox .bigEn .en {
    font-size: 13.4vw;
  }
}
.topNav {
  position: fixed;
  z-index: 20;
  top: 0;
  left: 0;
  transition-duration: 0.5s;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.56, -0.01, 0.04, 1);
  width: 100%;
  height: 5vw;
}
@media (max-width:1600px) {
  .topNav {
    height: 5vw;
  }
}
@media (max-width:1300px) {
  .topNav {
    height: 5vw;
  }
}
@media (max-width:1024px) {
  .topNav {
    height: 14vw;
  }
}
.topNav .topNavThis {
  position: relative;
  z-index: 2;
  width: 100%;
  height: 100%;
  transition-duration: 0.5s;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.56, -0.01, 0.04, 1);
}
.topNav .topNavThis .thisBox {
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  flex-wrap: unset;
}
.topNav .topNavThis .thisBox .logoBox {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  flex-wrap: unset;
  height: 100%;
  padding: 0 3vw;
}
@media (max-width:1024px) {
  .topNav .topNavThis .thisBox .logoBox {
    width: 40vw;
  }
}
.topNav .topNavThis .thisBox .logoBox .logo {
  width: 100%;
  height: 70%;
  object-fit: contain;
}
.topNav .topNavThis .thisBox .navBar {
  transition-duration: 0.5s;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.56, -0.01, 0.04, 1);
  height: 100%;
}
@media (max-width:1024px) {
  .topNav .topNavThis .thisBox .navBar {
    display: none;
  }
}
.topNav .topNavThis .thisBox .navBar .ul {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  flex-wrap: unset;
  height: 100%;
}
.topNav .topNavThis .thisBox .navBar .ul .li {
  height: 100%;
  position: relative;
  width: 7vw;
}
.topNav .topNavThis .thisBox .navBar .ul .li .a1 {
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  flex-wrap: unset;
}
.topNav .topNavThis .thisBox .navBar .ul .li .a1 .navT,
.topNav .topNavThis .thisBox .navBar .ul .li .a1 .navB {
  height: 1.3vw;
  opacity: 0;
  transition-duration: 0.5s;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.56, -0.01, 0.04, 1);
  pointer-events: none;
}
.topNav .topNavThis .thisBox .navBar .ul .li .a1 .navT.navT,
.topNav .topNavThis .thisBox .navBar .ul .li .a1 .navB.navT {
  position: relative;
  -webkit-mask-image: url(../img/navT.png);
  -webkit-mask-size: 100% 100%;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center;
  -webkit-mask-position: bottom;
  width: 60%;
  transform: translateY(-1vw);
}
.topNav .topNavThis .thisBox .navBar .ul .li .a1 .navT.navT::after,
.topNav .topNavThis .thisBox .navBar .ul .li .a1 .navB.navT::after {
  content: '';
  position: absolute;
  display: block;
  top: 0;
  background-color: #AB2C31;
  width: 100%;
  height: 100%;
}
.topNav .topNavThis .thisBox .navBar .ul .li .a1 .navT.navB,
.topNav .topNavThis .thisBox .navBar .ul .li .a1 .navB.navB {
  position: relative;
  -webkit-mask-image: url(../img/navB.png);
  -webkit-mask-size: 100% 100%;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center;
  -webkit-mask-position: top;
  width: 50%;
  transform: translateY(1vw);
}
.topNav .topNavThis .thisBox .navBar .ul .li .a1 .navT.navB::after,
.topNav .topNavThis .thisBox .navBar .ul .li .a1 .navB.navB::after {
  content: '';
  position: absolute;
  display: block;
  top: 0;
  background-color: #AB2C31;
  width: 100%;
  height: 100%;
}
.topNav .topNavThis .thisBox .navBar .ul .li .a1 .txt {
  margin: 0.2vw 0;
}
.topNav .topNavThis .thisBox .navBar .ul .li .a1 .txt .initTxt div,
.topNav .topNavThis .thisBox .navBar .ul .li .a1 .ani_txt .initTxt div {
  font-size: clamp(12px, 0.9vw, 0.9vw);
  transition-duration: 0.8s;
  transition-property: color;
}
@media (max-width:1024px) {
  .topNav .topNavThis .thisBox .navBar .ul .li .a1 .txt .initTxt div,
  .topNav .topNavThis .thisBox .navBar .ul .li .a1 .ani_txt .initTxt div {
    font-size: 3.8vw;
  }
}
.topNav .topNavThis .thisBox .navBar .ul .li .a1 .txt .initTxt.hovTxt div,
.topNav .topNavThis .thisBox .navBar .ul .li .a1 .ani_txt .initTxt.hovTxt div {
  color: #AB2C31;
}
.topNav .topNavThis .thisBox .navBar .ul .li .twoNav {
  position: absolute;
  top: 100%;
  padding-top: 1vw;
  width: 130%;
  left: -15%;
  pointer-events: none;
}
.topNav .topNavThis .thisBox .navBar .ul .li .twoNav .ul2 {
  opacity: 0;
  transition-duration: 0.5s;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.56, -0.01, 0.04, 1);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  flex-wrap: unset;
  gap: 1vw;
  background-color: #EFEBE7;
  box-shadow: 2px 2px 30px rgba(194, 148, 97, 0.1);
  position: relative;
  overflow: hidden;
  clip-path: polygon(0 1vw, 1vw 0, calc(100% - 1vw) 0, 100% 1vw, 100% calc(100% - 1vw), calc(100% - 1vw) 100%, 1vw 100%, 0 calc(100% - 1vw));
  padding: 2vw;
  padding: 2vw 0;
  transform: translateY(2vw);
  box-shadow: 2px 2px 10px rgba(0, 0, 0, 0.1);
}
.topNav .topNavThis .thisBox .navBar .ul .li .twoNav .ul2::before {
  content: '';
  position: absolute;
  display: block;
  top: 0;
  width: 100%;
  height: 100%;
  opacity: 0.5;
  border: 1px solid #fff;
  top: 0.5vw;
  left: 0.5vw;
  width: calc(100% - 1vw - 2px);
  height: calc(100% - 1vw - 2px);
  z-index: 2;
  pointer-events: none;
}
@media (max-width:1024px) {
  .topNav .topNavThis .thisBox .navBar .ul .li .twoNav .ul2 {
    clip-path: polygon(0 2vw, 2vw 0, calc(100% - 2vw) 0, 100% 2vw, 100% calc(100% - 2vw), calc(100% - 2vw) 100%, 2vw 100%, 0 calc(100% - 2vw));
  }
  .topNav .topNavThis .thisBox .navBar .ul .li .twoNav .ul2::before {
    content: '';
    position: absolute;
    display: block;
    top: 0;
    width: 100%;
    height: 100%;
    opacity: 0.5;
    border: 1px solid #fff;
    top: 1vw;
    left: 1vw;
    width: calc(100% - 2vw - 2px);
    height: calc(100% - 2vw - 2px);
    z-index: 2;
    pointer-events: none;
  }
}
@media (max-width:1024px) {
  .topNav .topNavThis .thisBox .navBar .ul .li .twoNav .ul2 {
    padding: 6vw;
  }
}
.topNav .topNavThis .thisBox .navBar .ul .li .twoNav .ul2::before {
  border-color: rgba(171, 44, 49, 0.2);
}
.topNav .topNavThis .thisBox .navBar .ul .li:hover .a1 .navT {
  opacity: 1;
  transform: translateY(0);
}
.topNav .topNavThis .thisBox .navBar .ul .li:hover .a1 .navB {
  opacity: 1;
  transform: translateY(0);
}
.topNav .topNavThis .thisBox .navBar .ul .li:hover .a1 .txt div {
  color: #AB2C31;
}
.topNav .topNavThis .thisBox .navBar .ul .li:hover .a1 .navT {
  opacity: 1;
  transform: translateY(0);
}
.topNav .topNavThis .thisBox .navBar .ul .li:hover .a1 .navB {
  opacity: 1;
  transform: translateY(0);
}
.topNav .topNavThis .thisBox .navBar .ul .li:hover .a1 .txt div {
  color: #AB2C31;
}
.topNav .topNavThis .thisBox .navBar .ul .li:hover .twoNav {
  pointer-events: auto;
}
.topNav .topNavThis .thisBox .navBar .ul .li:hover .twoNav .ul2 {
  opacity: 1;
  transform: translateY(0);
}
.topNav .topNavThis .thisBox .navBar .ul .li.on .a1 .navT {
  opacity: 1;
  transform: translateY(0);
}
.topNav .topNavThis .thisBox .navBar .ul .li.on .a1 .navB {
  opacity: 1;
  transform: translateY(0);
}
.topNav .topNavThis .thisBox .navBar .ul .li.on .a1 .txt div {
  color: #AB2C31;
}
.topNav .topNavThis .thisBox .navRight {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  flex-wrap: unset;
  height: 100%;
}
.topNav .topNavThis .thisBox .navRight .search {
  position: relative;
  cursor: pointer;
  transition-duration: 0.5s;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.56, -0.01, 0.04, 1);
  height: 100%;
  aspect-ratio: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  flex-wrap: unset;
}
.topNav .topNavThis .thisBox .navRight .search i {
  font-size: clamp(12px, 1vw, 1vw);
  transition-duration: 0.5s;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.56, -0.01, 0.04, 1);
}
@media (max-width:1024px) {
  .topNav .topNavThis .thisBox .navRight .search i {
    font-size: 4vw;
  }
}
.topNav .topNavThis .thisBox .navRight .langChange {
  position: relative;
  transition-duration: 0.5s;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.56, -0.01, 0.04, 1);
  padding: 0 20px;
  height: 100%;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  flex-wrap: unset;
}
@media (max-width:1024px) {
  .topNav .topNavThis .thisBox .navRight .langChange {
    margin: 0;
  }
}
.topNav .topNavThis .thisBox .navRight .langChange .nbox {
  position: relative;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  flex-wrap: unset;
}
.topNav .topNavThis .thisBox .navRight .langChange .nbox a {
  position: relative;
  z-index: 1;
  font-size: 16px;
  width: 40px;
  height: 40px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  flex-wrap: unset;
  transition-duration: 0.5s;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.56, -0.01, 0.04, 1);
  color: #fff;
  font-family: auto;
}
@media (max-width:1024px) {
  .topNav .topNavThis .thisBox .navRight .langChange .nbox a {
    width: 10vw;
    height: 10vw;
  }
}
.topNav .topNavThis .thisBox .navRight .langChange .nbox a.on {
  color: #AB2C31;
}
.topNav .topNavThis .thisBox .navRight .langChange .nbox .yuanDi {
  position: absolute;
  top: 0;
  width: 40px;
  height: 40px;
  border-radius: 20px;
  background-color: #fff;
  transition-duration: 0.5s;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.56, -0.01, 0.04, 1);
}
@media (max-width:1300px) {
  .topNav .topNavThis .thisBox .navRight .langChange .nbox .yuanDi {
    width: 24px;
    height: 24px;
  }
}
@media (max-width:1300px) and (max-width:1024px) {
  .topNav .topNavThis .thisBox .navRight .langChange .nbox .yuanDi {
    width: 10vw;
    height: 10vw;
  }
}
.topNav .topNavThis .thisBox .navRight .langChange::before {
  content: '';
  position: absolute;
  display: block;
  width: 3px;
  height: 1vw;
  border-radius: 2px;
  background-color: #333;
  transition-duration: 0.5s;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.56, -0.01, 0.04, 1);
  left: -2px;
  top: calc(50% - .5vw);
}
@media (max-width:1024px) {
  .topNav .topNavThis .thisBox .navRight .langChange::before {
    height: 4vw;
    top: calc(50% - 2vw);
  }
}
.topNav .topNavThis .thisBox .navRight .openBtn {
  position: relative;
  height: 100%;
  aspect-ratio: 1;
}
.topNav .topNavThis .thisBox .navRight .openBtn .menuBtn {
  cursor: pointer;
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  flex-wrap: unset;
}
.topNav .topNavThis .thisBox .navRight .openBtn .menuBtn .ul {
  width: 40px;
  height: 40px;
  transition-duration: 0.5s;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.56, -0.01, 0.04, 1);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  flex-wrap: unset;
}
@media (max-width:1300px) {
  .topNav .topNavThis .thisBox .navRight .openBtn .menuBtn .ul {
    width: 30px;
    height: 30px;
  }
}
.topNav .topNavThis .thisBox .navRight .openBtn .menuBtn .ul .li {
  width: 20px;
  height: 1px;
  background-color: #333;
  transition-duration: 0.8s;
  transition-property: background-color;
  display: block;
}
@media (max-width:1300px) {
  .topNav .topNavThis .thisBox .navRight .openBtn .menuBtn .ul .li {
    width: 15px;
    height: 1px;
  }
}
.topNav .topNavThis .thisBox .navRight .openBtn .menuBtn .ul .li:nth-child(1) {
  margin-bottom: 5px;
}
.topNav .topNavThis .thisBox .navRight .openBtn .menuBtn .ul .li:nth-child(3) {
  margin-top: 5px;
}
.topNav .topNavThis .thisBox .navRight .openBtn .menuBtn .txt {
  color: #fff;
  transition-duration: 0.5s;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.56, -0.01, 0.04, 1);
}
.topNav .topNavThis .thisBox .navRight .openBtn::before {
  content: '';
  position: absolute;
  display: block;
  width: 3px;
  height: 1vw;
  border-radius: 2px;
  background-color: #333;
  transition-duration: 0.5s;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.56, -0.01, 0.04, 1);
  left: -2px;
  top: calc(50% - .5vw);
}
@media (max-width:1024px) {
  .topNav .topNavThis .thisBox .navRight .openBtn::before {
    height: 4vw;
    top: calc(50% - 2vw);
  }
}
.topNav::after {
  content: '';
  position: absolute;
  display: block;
  top: 0;
  width: 100%;
  height: 100%;
  transition-duration: 0.5s;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.56, -0.01, 0.04, 1);
  z-index: 1;
  background-color: #EFEBE7;
  transform: translateY(-100%);
}
.topNav.scrollShow .topNavThis {
  box-shadow: 2px 2px 10px rgba(0, 0, 0, 0.1);
  transition-duration: 0.5s;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.56, -0.01, 0.04, 1);
}
.topNav.scrollShow .topNavThis > .thisBox .logoBox .logo-fff {
  opacity: 0;
}
.topNav.scrollShow .topNavThis > .thisBox .logoBox .logo {
  opacity: 1;
}
.topNav.scrollShow .topNavThis > .thisBox .navBar .ul .li .a1 .txt .initTxt.hovTxt div {
  color: #AB2C31;
}
.topNav.scrollShow .topNavThis > .thisBox .navBar .ul .li::before {
  background-color: #333;
}
.topNav.scrollShow .topNavThis > .thisBox .navBar .ul .li:hover::before {
  background-color: #AB2C31;
}
.topNav.scrollShow .topNavThis > .thisBox .navRight .search {
  border-color: rgba(51, 51, 51, 0.1);
}
.topNav.scrollShow .topNavThis > .thisBox .navRight .search i {
  color: #333;
}
.topNav.scrollShow .topNavThis > .thisBox .navRight .search::before {
  border-radius: 2px;
  background-color: #333;
}
.topNav.scrollShow .topNavThis > .thisBox .navRight .openBtn {
  border-color: rgba(51, 51, 51, 0.1);
}
.topNav.scrollShow .topNavThis > .thisBox .navRight .openBtn .menuBtn .ul .li {
  background-color: #333;
}
.topNav.scrollShow .topNavThis > .thisBox .navRight .openBtn .menuBtn .txt {
  color: #333;
}
.topNav.scrollShow .topNavThis > .thisBox .navRight .openBtn::before {
  border-radius: 2px;
  background-color: #333;
}
.topNav.scrollShow::after {
  transform: translateY(0);
}
.topNav.openNavShow {
  pointer-events: none;
}
.topNav.openNavShow .topNavThis {
  border-color: transparent;
  box-shadow: 2px 2px 10px transparent;
}
.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 .search {
  opacity: 0;
  pointer-events: none;
}
.topNav.openNavShow .topNavThis > .thisBox .navRight .openBtn {
  border-color: rgba(51, 51, 51, 0.1);
  pointer-events: auto;
}
.topNav.openNavShow .topNavThis > .thisBox .navRight .openBtn .menuBtn .ul .li {
  background-color: #333;
}
.topNav.openNavShow .topNavThis > .thisBox .navRight .openBtn .menuBtn .txt {
  color: #333;
}
.topNav.openNavShow .topNavThis > .thisBox .navRight .openBtn::before {
  border-radius: 2px;
  background-color: #333;
}
.topNav.openNavShow::after {
  transform: translateY(-100%);
}
.openSearch {
  opacity: 0;
  pointer-events: none;
  transition-duration: 0.5s;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.56, -0.01, 0.04, 1);
}
.openSearch .openSearchBox {
  position: fixed;
  z-index: 10;
  transition-duration: 0.5s;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.56, -0.01, 0.04, 1);
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
.openSearch .openSearchBox > .thisBox > .contentBox {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  flex-wrap: unset;
}
.openSearch .openSearchBox > .thisBox > .contentBox .inputBox {
  transform: translateY(2vw);
  transition-duration: 0.5s;
  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;
  height: 3vw;
}
@media (max-width:1024px) {
  .openSearch .openSearchBox > .thisBox > .contentBox .inputBox {
    transform: translateY(6vw);
    height: 12vw;
  }
}
.openSearch .openSearchBox > .thisBox > .contentBox .inputBox .inputK {
  height: 100%;
  width: 30vw;
}
@media (max-width:1024px) {
  .openSearch .openSearchBox > .thisBox > .contentBox .inputBox .inputK {
    width: 70vw;
  }
}
.openSearch .openSearchBox > .thisBox > .contentBox .inputBox .inputK input {
  padding-left: 1vw;
  width: 100%;
  height: 100%;
  font-size: clamp(12px, 0.9vw, 0.9vw);
}
@media (max-width:1024px) {
  .openSearch .openSearchBox > .thisBox > .contentBox .inputBox .inputK input {
    font-size: 3.8vw;
  }
}
@media (max-width:1024px) {
  .openSearch .openSearchBox > .thisBox > .contentBox .inputBox .inputK input {
    padding-left: 4vw;
  }
}
.openSearch .openSearchBox > .thisBox > .contentBox .inputBox .ico {
  cursor: pointer;
  height: 100%;
  width: 4vw;
  background-color: #AB2C31;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  flex-wrap: unset;
}
@media (max-width:1024px) {
  .openSearch .openSearchBox > .thisBox > .contentBox .inputBox .ico {
    width: 12vw;
  }
}
.openSearch .openSearchBox > .thisBox > .contentBox .inputBox .ico i {
  color: #fff;
}
.openSearch .overlay {
  position: fixed;
  top: 0;
  z-index: 9;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.7);
}
.openSearch.on {
  opacity: 1;
  pointer-events: auto;
}
.openSearch.on .openSearchBox > .thisBox > .contentBox {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  flex-wrap: unset;
}
.openSearch.on .openSearchBox > .thisBox > .contentBox .inputBox {
  transform: translateY(0vw);
}
.openNav {
  overflow: hidden;
  position: fixed;
  top: 0;
  right: 0;
  z-index: 8;
  width: 100%;
  height: 100%;
  pointer-events: none;
  transition-duration: 1s;
  opacity: 0;
  transition-duration: 0.5s;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.56, -0.01, 0.04, 1);
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  justify-content: center;
  flex-wrap: unset;
}
.openNav .openNavThis {
  width: 100%;
  position: relative;
  z-index: 2;
  height: 100%;
  background-color: #E7E1D9;
}
@media (max-width:1024px) {
  .openNav .openNavThis {
    width: 100vw;
  }
}
.openNav .openNavThis > .thisBox {
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  flex-wrap: unset;
  transition-duration: 0.5s;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.56, -0.01, 0.04, 1);
  position: relative;
  z-index: 2;
}
.openNav .openNavThis > .thisBox .contentBox {
  position: relative;
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  justify-content: center;
  flex-wrap: unset;
  padding-right: 6vw;
}
.openNav .openNavThis > .thisBox .contentBox .logo {
  position: absolute;
  left: 6vw;
  top: 4vw;
  height: 8vw;
}
@media (max-width:1024px) {
  .openNav .openNavThis > .thisBox .contentBox .logo {
    display: none;
  }
}
.openNav .openNavThis > .thisBox .contentBox .logo img {
  height: 100%;
}
.openNav .openNavThis > .thisBox .contentBox .openNavBar {
  padding-left: 0;
  width: 60vw;
  will-change: transform;
}
@media (max-width:1024px) {
  .openNav .openNavThis > .thisBox .contentBox .openNavBar {
    grid-column-start: span 2;
    width: 90%;
    padding-top: 0;
  }
}
.openNav .openNavThis > .thisBox .contentBox .openNavBar .ul1 {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  flex-wrap: unset;
  gap: 1.5vw;
  width: 100%;
}
@media (max-width:1024px) {
  .openNav .openNavThis > .thisBox .contentBox .openNavBar .ul1 {
    gap: 4vw;
  }
}
.openNav .openNavThis > .thisBox .contentBox .openNavBar .ul1 .li1 {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  flex-wrap: unset;
  width: 100%;
}
@media (max-width:1024px) {
  .openNav .openNavThis > .thisBox .contentBox .openNavBar .ul1 .li1 {
    padding-bottom: 0;
  }
}
.openNav .openNavThis > .thisBox .contentBox .openNavBar .ul1 .li1 .box {
  padding-bottom: 0.5vw;
  border-bottom: 1px solid #c29461;
}
.openNav .openNavThis > .thisBox .contentBox .openNavBar .ul1 .li1 .box .a1 {
  position: relative;
  transition-duration: 0.3s;
  font-size: clamp(12px, 1.4vw, 1.4vw);
  font-family: 'cn1';
  transition-duration: 0.5s;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.56, -0.01, 0.04, 1);
}
@media (max-width:1024px) {
  .openNav .openNavThis > .thisBox .contentBox .openNavBar .ul1 .li1 .box .a1 {
    font-size: 4.8vw;
  }
}
.openNav .openNavThis > .thisBox .contentBox .openNavBar .ul1 .li1 .box .a1::before {
  content: '';
  position: absolute;
  display: block;
  right: calc(100% + 1vw);
  top: 50%;
  transition-duration: 0.5s;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.56, -0.01, 0.04, 1);
  width: 1vw;
  border-top: 1px solid #000;
}
.openNav .openNavThis > .thisBox .contentBox .openNavBar .ul1 .li1 .box .a1:hover {
  transform: translateX(1vw);
}
.openNav .openNavThis > .thisBox .contentBox .openNavBar .ul1 .li1 .box .a1:hover::before {
  width: 2vw;
}
.openNav .openNavThis > .thisBox .contentBox .openNavBar .ul1 .li1 .box .a1 div {
  font-size: clamp(12px, 1.4vw, 1.4vw);
}
@media (max-width:1024px) {
  .openNav .openNavThis > .thisBox .contentBox .openNavBar .ul1 .li1 .box .a1 div {
    font-size: 4.8vw;
  }
}
.openNav .openNavThis > .thisBox .contentBox .openNavBar .ul1 .li1 .box .navTwoBox {
  width: 100%;
  margin-top: 0.6vw;
}
@media (max-width:1024px) {
  .openNav .openNavThis > .thisBox .contentBox .openNavBar .ul1 .li1 .box .navTwoBox {
    margin-top: 2vw;
  }
}
.openNav .openNavThis > .thisBox .contentBox .openNavBar .ul1 .li1 .box .navTwoBox .ul2 {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-start;
  flex-wrap: wrap;
  gap: 2vw;
  row-gap: 0.6vw;
}
@media (max-width:1024px) {
  .openNav .openNavThis > .thisBox .contentBox .openNavBar .ul1 .li1 .box .navTwoBox .ul2 {
    flex-wrap: wrap;
    column-gap: 4vw;
    row-gap: 2vw;
  }
}
.openNav .openNavThis > .thisBox .contentBox .openNavBar .ul1 .li1 .box .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 .box .navTwoBox .ul2 .a2 div {
  font-size: clamp(12px, 0.9vw, 0.9vw);
}
@media (max-width:1024px) {
  .openNav .openNavThis > .thisBox .contentBox .openNavBar .ul1 .li1 .box .navTwoBox .ul2 .a2 div {
    font-size: 3.8vw;
  }
}
@media (min-width:1024px) {
  .openNav .openNavThis > .thisBox .contentBox .openNavBar .ul1 .li1:nth-child(1) {
    padding-left: 35vw;
  }
  .openNav .openNavThis > .thisBox .contentBox .openNavBar .ul1 .li1:nth-child(2) {
    padding-left: 32vw;
  }
  .openNav .openNavThis > .thisBox .contentBox .openNavBar .ul1 .li1:nth-child(3) {
    padding-left: 28vw;
  }
  .openNav .openNavThis > .thisBox .contentBox .openNavBar .ul1 .li1:nth-child(4) {
    padding-left: 24vw;
  }
  .openNav .openNavThis > .thisBox .contentBox .openNavBar .ul1 .li1:nth-child(5) {
    padding-left: 20vw;
  }
  .openNav .openNavThis > .thisBox .contentBox .openNavBar .ul1 .li1:nth-child(6) {
    padding-left: 14vw;
  }
  .openNav .openNavThis > .thisBox .contentBox .openNavBar .ul1 .li1:nth-child(7) {
    padding-left: 7vw;
  }
  .openNav .openNavThis > .thisBox .contentBox .openNavBar .ul1 .li1:nth-child(8) {
    padding-left: 0vw;
  }
}
.openNav .openNavThis > .thisBox .contentBox .openRightImg {
  pointer-events: none;
  position: absolute;
  width: 40vw;
  right: -12vw;
  bottom: -6vw;
}
@media (max-width:1024px) {
  .openNav .openNavThis > .thisBox .contentBox .openRightImg {
    width: 66vw;
  }
}
.openNav .openNavThis > .thisBox .contentBox .openRightImg img {
  width: 100%;
  height: 100%;
}
.openNav .openNavThis::after {
  content: '';
  position: absolute;
  display: block;
  top: 0;
  width: 100%;
  height: 100%;
  opacity: 0.25;
  background-image: url(../img/bgAll.jpg);
  background-repeat: repeat;
}
.openNav .openNavThis .bgSvg {
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  left: -3%;
  width: 70%;
  opacity: 1;
}
@media (max-width:1024px) {
  .openNav .openNavThis .bgSvg {
    width: 100%;
  }
}
.openNav .openNavThis .bgSvg defs g path {
  fill: none;
  stroke: #ffffff;
  stroke-miterlimit: 10;
  stroke-width: 350px;
}
.openNav.openNavShow {
  opacity: 1;
  pointer-events: auto;
}
.openNav.openNavShow .openNavThis > .thisBox > .contentBox .logo {
  opacity: 1;
}
.mianbao {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-start;
  flex-wrap: unset;
}
.mianbao i {
  display: block;
  margin: 0 0.5vw;
}
@media (max-width:1024px) {
  .mianbao i {
    margin: 0 2vw;
  }
}
.mianbao a {
  font-size: clamp(12px, 0.9vw, 0.9vw);
}
@media (max-width:1024px) {
  .mianbao a {
    font-size: 3.8vw;
  }
}
.mianbao a:hover {
  color: #AB2C31;
  text-decoration: underline;
}
.txtMask {
  overflow: hidden;
}
.txtMask div {
  will-change: transform;
}
.listLoadingInfo {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  flex-wrap: unset;
  margin-top: 4vw;
  opacity: 0.7;
  pointer-events: none;
  font-family: 'cn1';
}
.listLoadingInfo > div {
  display: none;
}
.loadingMore {
  margin-top: 4vw;
  padding: 1vw 3vw;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  flex-wrap: unset;
  background-color: #ddd;
  color: #AB2C31;
  cursor: pointer;
  font-size: clamp(12px, 1vw, 1vw);
  transition-duration: 0.2s;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.56, -0.01, 0.04, 1);
}
@media (max-width:1024px) {
  .loadingMore {
    font-size: 4vw;
  }
}
@media (max-width:1024px) {
  .loadingMore {
    margin-top: 12vw;
    padding: 3vw 10vw;
  }
}
.loadingMore:hover {
  background-color: #AB2C31;
  color: #fff;
}
.foot {
  position: relative;
  z-index: 1;
}
.foot .footThis {
  overflow: hidden;
  position: relative;
  z-index: 1;
}
.foot .footThis > .thisBox {
  position: relative;
  z-index: 1;
}
.foot .footThis > .thisBox .contentBox {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  flex-wrap: unset;
  width: 100%;
  padding: 7vw 0 2vw;
  gap: 3vw;
}
@media (max-width:1024px) {
  .foot .footThis > .thisBox .contentBox {
    padding: 20vw 0 10vw;
    gap: 10vw;
  }
}
.foot .footThis > .thisBox .contentBox .slogen {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  flex-wrap: unset;
}
.foot .footThis > .thisBox .contentBox .slogen .t {
  line-height: 2em;
  font-size: clamp(12px, 1.7vw, 1.7vw);
  color: #fff;
}
@media (max-width:1024px) {
  .foot .footThis > .thisBox .contentBox .slogen .t {
    font-size: 5.4vw;
  }
}
.foot .footThis > .thisBox .contentBox .footLogo {
  padding-bottom: 3vw;
}
@media (max-width:1024px) {
  .foot .footThis > .thisBox .contentBox .footLogo {
    width: 100%;
    height: 16vw;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    flex-wrap: unset;
    padding-bottom: 6vw;
  }
}
.foot .footThis > .thisBox .contentBox .footLogo img {
  height: 6vw;
  filter: grayscale(1) invert(1) brightness(1000);
}
@media (max-width:1024px) {
  .foot .footThis > .thisBox .contentBox .footLogo img {
    height: 16vw;
  }
}
.foot .footThis > .thisBox .contentBox .footNavBar {
  width: 70vw;
  margin: 0 auto;
  padding: 2vw 0;
  border-top: 1px solid rgba(255, 255, 255, 0.2);
}
@media (max-width:1600px) {
  .foot .footThis > .thisBox .contentBox .footNavBar {
    width: 70vw;
  }
}
@media (max-width:1300px) {
  .foot .footThis > .thisBox .contentBox .footNavBar {
    width: 70vw;
  }
}
@media (max-width:1024px) {
  .foot .footThis > .thisBox .contentBox .footNavBar {
    width: 90vw;
  }
}
@media (max-width:1024px) {
  .foot .footThis > .thisBox .contentBox .footNavBar {
    padding: 6vw 0;
  }
}
.foot .footThis > .thisBox .contentBox .footNavBar .ul1 {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  flex-wrap: unset;
  gap: 2vw;
}
@media (max-width:1024px) {
  .foot .footThis > .thisBox .contentBox .footNavBar .ul1 {
    flex-wrap: wrap;
    column-gap: 8vw;
    row-gap: 4vw;
  }
}
.foot .footThis > .thisBox .contentBox .footNavBar .ul1 .li1 .a1 .txt .initTxt div {
  color: #fff;
  font-size: clamp(12px, 0.9vw, 0.9vw);
}
@media (max-width:1024px) {
  .foot .footThis > .thisBox .contentBox .footNavBar .ul1 .li1 .a1 .txt .initTxt div {
    font-size: 3.8vw;
  }
}
.foot .footThis > .thisBox .contentBox .footNavBar .ul1 .li1 .a1 .txt .initTxt.hovTxt div {
  color: #AB2C31;
}
.foot .footThis > .thisBox .contentBox .footContact {
  width: 70vw;
  margin: 0 auto;
}
@media (max-width:1600px) {
  .foot .footThis > .thisBox .contentBox .footContact {
    width: 70vw;
  }
}
@media (max-width:1300px) {
  .foot .footThis > .thisBox .contentBox .footContact {
    width: 70vw;
  }
}
@media (max-width:1024px) {
  .foot .footThis > .thisBox .contentBox .footContact {
    width: 90vw;
  }
}
.foot .footThis > .thisBox .contentBox .footContact .ulBox {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  flex-wrap: unset;
  gap: 2vw;
  width: 100%;
}
@media (max-width:1024px) {
  .foot .footThis > .thisBox .contentBox .footContact .ulBox {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    flex-wrap: unset;
    gap: 5vw;
  }
}
.foot .footThis > .thisBox .contentBox .footContact .ulBox .box {
  flex: 1;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-start;
  flex-wrap: unset;
  background-color: #EFEBE7;
  box-shadow: 2px 2px 30px rgba(194, 148, 97, 0.1);
  position: relative;
  overflow: hidden;
  clip-path: polygon(0 1vw, 1vw 0, calc(100% - 1vw) 0, 100% 1vw, 100% calc(100% - 1vw), calc(100% - 1vw) 100%, 1vw 100%, 0 calc(100% - 1vw));
  padding: 2vw;
}
.foot .footThis > .thisBox .contentBox .footContact .ulBox .box::before {
  content: '';
  position: absolute;
  display: block;
  top: 0;
  width: 100%;
  height: 100%;
  opacity: 0.5;
  border: 1px solid #fff;
  top: 0.5vw;
  left: 0.5vw;
  width: calc(100% - 1vw - 2px);
  height: calc(100% - 1vw - 2px);
  z-index: 2;
  pointer-events: none;
}
@media (max-width:1024px) {
  .foot .footThis > .thisBox .contentBox .footContact .ulBox .box {
    clip-path: polygon(0 2vw, 2vw 0, calc(100% - 2vw) 0, 100% 2vw, 100% calc(100% - 2vw), calc(100% - 2vw) 100%, 2vw 100%, 0 calc(100% - 2vw));
  }
  .foot .footThis > .thisBox .contentBox .footContact .ulBox .box::before {
    content: '';
    position: absolute;
    display: block;
    top: 0;
    width: 100%;
    height: 100%;
    opacity: 0.5;
    border: 1px solid #fff;
    top: 1vw;
    left: 1vw;
    width: calc(100% - 2vw - 2px);
    height: calc(100% - 2vw - 2px);
    z-index: 2;
    pointer-events: none;
  }
}
@media (max-width:1024px) {
  .foot .footThis > .thisBox .contentBox .footContact .ulBox .box {
    padding: 6vw;
  }
}
.foot .footThis > .thisBox .contentBox .footContact .ulBox .box::before {
  border-color: rgba(171, 44, 49, 0.2);
}
@media (max-width:1024px) {
  .foot .footThis > .thisBox .contentBox .footContact .ulBox .box {
    align-items: center;
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    flex-wrap: unset;
    gap: 4vw;
  }
}
.foot .footThis > .thisBox .contentBox .footContact .ulBox .box .bTiao {
  width: 6vw;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-start;
  flex-wrap: unset;
}
.foot .footThis > .thisBox .contentBox .footContact .ulBox .box .bTiao i {
  font-size: clamp(12px, 1.7vw, 1.7vw);
  color: #AB2C31;
}
@media (max-width:1024px) {
  .foot .footThis > .thisBox .contentBox .footContact .ulBox .box .bTiao i {
    font-size: 5.4vw;
  }
}
.foot .footThis > .thisBox .contentBox .footContact .ulBox .box .bTiao .txt {
  margin-left: 0.4vw;
  font-size: clamp(12px, 1.1vw, 1.1vw);
}
@media (max-width:1024px) {
  .foot .footThis > .thisBox .contentBox .footContact .ulBox .box .bTiao .txt {
    font-size: 4.2vw;
  }
}
@media (max-width:1024px) {
  .foot .footThis > .thisBox .contentBox .footContact .ulBox .box .bTiao {
    width: 100%;
  }
  .foot .footThis > .thisBox .contentBox .footContact .ulBox .box .bTiao .txt {
    margin-left: 1.5vw;
  }
}
.foot .footThis > .thisBox .contentBox .footContact .ulBox .box .rightC {
  width: calc(100% - 6vw);
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  flex-wrap: unset;
  gap: 0.5vw;
}
@media (max-width:1024px) {
  .foot .footThis > .thisBox .contentBox .footContact .ulBox .box .rightC {
    width: 100%;
    gap: 2vw;
  }
}
@media (max-width:1024px) {
  .foot .footThis > .thisBox .contentBox .erweima {
    margin-top: 6vw;
  }
}
.foot .footThis > .thisBox .contentBox .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 .erweima .ul {
    gap: 6vw;
  }
}
.foot .footThis > .thisBox .contentBox .erweima .ul .li {
  position: relative;
  cursor: pointer;
}
.foot .footThis > .thisBox .contentBox .erweima .ul .li .ico {
  width: 3vw;
  height: 3vw;
  border-radius: 50%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  flex-wrap: unset;
  background-color: rgba(255, 255, 255, 0.2);
}
@media (max-width:1024px) {
  .foot .footThis > .thisBox .contentBox .erweima .ul .li .ico {
    width: 12vw;
    height: 12vw;
  }
}
.foot .footThis > .thisBox .contentBox .erweima .ul .li .ico i {
  font-size: clamp(12px, 1.1vw, 1.1vw);
  color: #fff;
}
@media (max-width:1024px) {
  .foot .footThis > .thisBox .contentBox .erweima .ul .li .ico i {
    font-size: 4.2vw;
  }
}
.foot .footThis > .thisBox .contentBox .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;
}
.foot .footThis > .thisBox .contentBox .erweima .ul .li .hovBox .imgBox {
  width: 6vw;
  height: 6vw;
  margin-bottom: 0.4vw;
}
@media (max-width:1024px) {
  .foot .footThis > .thisBox .contentBox .erweima .ul .li .hovBox .imgBox {
    width: 36vw;
    height: 36vw;
  }
}
.foot .footThis > .thisBox .contentBox .erweima .ul .li:hover .ico {
  background-color: #AB2C31;
}
.foot .footThis > .thisBox .contentBox .erweima .ul .li:hover .ico i {
  color: #fff;
}
.foot .footThis > .thisBox .contentBox .erweima .ul .li:hover .hovBox {
  opacity: 1;
  pointer-events: auto;
}
.foot .footThis > .thisBox .contentBox .footGoTop {
  opacity: 0.5;
  padding-top: 2vw;
  cursor: pointer;
  transition-duration: 0.5s;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.56, -0.01, 0.04, 1);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  flex-wrap: unset;
}
@media (max-width:1024px) {
  .foot .footThis > .thisBox .contentBox .footGoTop {
    padding-top: 6vw;
  }
}
.foot .footThis > .thisBox .contentBox .footGoTop div {
  border: 1px solid #fff;
  transition-duration: 0.5s;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.56, -0.01, 0.04, 1);
}
.foot .footThis > .thisBox .contentBox .footGoTop div:nth-child(1) {
  width: 4vw;
  height: 4vw;
  border-left: none;
  border-right: none;
  border-bottom: none;
}
@media (max-width:1024px) {
  .foot .footThis > .thisBox .contentBox .footGoTop div:nth-child(1) {
    width: 12vw;
    height: 12vw;
  }
}
.foot .footThis > .thisBox .contentBox .footGoTop div:nth-child(2) {
  width: 3vw;
  height: 3vw;
  border-bottom: none;
  border-right: none;
  transform: rotate(45deg);
  margin-top: -3vw;
}
@media (max-width:1024px) {
  .foot .footThis > .thisBox .contentBox .footGoTop div:nth-child(2) {
    width: 9vw;
    height: 9vw;
    margin-top: -9vw;
  }
}
.foot .footThis > .thisBox .contentBox .footGoTop:hover {
  opacity: 1;
}
.foot .footThis > .thisBox .footBottomInfo {
  width: 100%;
  padding: 1vw 0;
  border-top: 1px solid rgba(255, 255, 255, 0.2);
}
.foot .footThis > .thisBox .footBottomInfo * {
  color: rgba(255, 255, 255, 0.5);
}
@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: #AB2C31;
}
.foot .footThis > .thisBox .footBottomInfo > .thisBox {
  padding: 1vw 0;
  width: 70vw;
  margin: 0 auto;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  flex-wrap: unset;
}
@media (max-width:1600px) {
  .foot .footThis > .thisBox .footBottomInfo > .thisBox {
    width: 70vw;
  }
}
@media (max-width:1300px) {
  .foot .footThis > .thisBox .footBottomInfo > .thisBox {
    width: 70vw;
  }
}
@media (max-width:1024px) {
  .foot .footThis > .thisBox .footBottomInfo > .thisBox {
    width: 90vw;
  }
}
@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;
}
.foot .footThis .bgImg img {
  height: 150%;
}
.foot .footThis .bgImg::after {
  content: '';
  position: absolute;
  display: block;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.8);
}
.twoPageBox .pageContentAll {
  padding-top: 5vw;
}
@media (max-width:1600px) {
  .twoPageBox .pageContentAll {
    padding-top: 5vw;
  }
}
@media (max-width:1300px) {
  .twoPageBox .pageContentAll {
    padding-top: 5vw;
  }
}
@media (max-width:1024px) {
  .twoPageBox .pageContentAll {
    padding-top: 14vw;
  }
}
.twoPageBox .pageContentAll .twoBanner .bannerThis {
  position: relative;
}
.twoPageBox .pageContentAll .twoBanner .bannerThis > .thisBox {
  position: relative;
  z-index: 1;
}
.twoPageBox .pageContentAll .twoBanner .bannerThis > .thisBox .contentBox .sortImg {
  width: 100%;
  height: 16vw;
}
@media (max-width:1024px) {
  .twoPageBox .pageContentAll .twoBanner .bannerThis > .thisBox .contentBox .sortImg {
    height: 60vw;
  }
}
.twoPageBox .pageContentAll .twoBanner .bannerThis > .thisBox .contentBox .sortImg .imgBox {
  width: 100%;
  height: 100%;
}
.twoPageBox .pageContentAll .twoBanner .bannerThis > .thisBox .contentBox .sortImg .imgBox img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.twoPageBox .pageContentAll .twoBanner .bannerThis > .thisBox .contentBox .sortImg .imgBox::after {
  content: '';
  position: absolute;
  display: block;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.3);
}
.twoPageBox .pageContentAll .twoBanner .bannerThis > .thisBox .contentBox .textBox {
  position: absolute;
  left: 0;
  bottom: 2vw;
  width: 100%;
}
@media (max-width:1024px) {
  .twoPageBox .pageContentAll .twoBanner .bannerThis > .thisBox .contentBox .textBox {
    bottom: 6vw;
  }
}
.twoPageBox .pageContentAll .twoBanner .bannerThis > .thisBox .contentBox .textBox .youxiao {
  width: 70vw;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  flex-wrap: unset;
}
@media (max-width:1600px) {
  .twoPageBox .pageContentAll .twoBanner .bannerThis > .thisBox .contentBox .textBox .youxiao {
    width: 70vw;
  }
}
@media (max-width:1300px) {
  .twoPageBox .pageContentAll .twoBanner .bannerThis > .thisBox .contentBox .textBox .youxiao {
    width: 70vw;
  }
}
@media (max-width:1024px) {
  .twoPageBox .pageContentAll .twoBanner .bannerThis > .thisBox .contentBox .textBox .youxiao {
    width: 90vw;
  }
}
.twoPageBox .pageContentAll .twoBanner .bannerThis > .thisBox .contentBox .textBox .youxiao .xian {
  background-color: #AB2C31;
  width: 2vw;
  height: 0.2vw;
  margin-bottom: 1vw;
}
@media (max-width:1024px) {
  .twoPageBox .pageContentAll .twoBanner .bannerThis > .thisBox .contentBox .textBox .youxiao .xian {
    width: 6vw;
    height: 0.6vw;
    margin-bottom: 3vw;
  }
}
.twoPageBox .pageContentAll .twoBanner .bannerThis > .thisBox .contentBox .textBox .youxiao .text {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  flex-wrap: unset;
  gap: 0.5vw;
}
@media (max-width:1024px) {
  .twoPageBox .pageContentAll .twoBanner .bannerThis > .thisBox .contentBox .textBox .youxiao .text {
    gap: 2vw;
  }
}
.twoPageBox .pageContentAll .twoBanner .bannerThis > .thisBox .contentBox .textBox .youxiao .text .zimu {
  color: #AB2C31;
  font-size: clamp(12px, 5.3vw, 5.3vw);
  text-transform: uppercase;
  margin-left: -0.2vw;
}
@media (max-width:1024px) {
  .twoPageBox .pageContentAll .twoBanner .bannerThis > .thisBox .contentBox .textBox .youxiao .text .zimu {
    font-size: 12.6vw;
  }
}
@media (max-width:1024px) {
  .twoPageBox .pageContentAll .twoBanner .bannerThis > .thisBox .contentBox .textBox .youxiao .text .zimu {
    margin-left: -0.5vw;
  }
}
.twoPageBox .pageContentAll .twoBanner .bannerThis > .thisBox .contentBox .textBox .youxiao .text .rightText .name {
  color: #fff;
  font-size: clamp(12px, 1.7vw, 1.7vw);
}
@media (max-width:1024px) {
  .twoPageBox .pageContentAll .twoBanner .bannerThis > .thisBox .contentBox .textBox .youxiao .text .rightText .name {
    font-size: 5.4vw;
  }
}
.twoPageBox .pageContentAll .twoBanner .bannerThis > .thisBox .contentBox .textBox .youxiao .text .rightText .subname {
  color: #fff;
  font-size: clamp(12px, 1.7vw, 1.7vw);
  text-transform: uppercase;
}
@media (max-width:1024px) {
  .twoPageBox .pageContentAll .twoBanner .bannerThis > .thisBox .contentBox .textBox .youxiao .text .rightText .subname {
    font-size: 5.4vw;
  }
}
.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 {
    left: 6%;
    bottom: 20vw;
  }
}
.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: 10vw;
    padding: 0 6vw;
    gap: 3vw;
    border-radius: 5vw;
  }
}
.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;
}
.twoPageBox .pageContentAll .sortNav .sortNavThis {
  background-color: #EFEBE7;
}
.twoPageBox .pageContentAll .sortNav .sortNavThis > .thisBox .contentBox {
  width: 70vw;
  margin: 0 auto;
  height: 5vw;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  flex-wrap: unset;
}
@media (max-width:1600px) {
  .twoPageBox .pageContentAll .sortNav .sortNavThis > .thisBox .contentBox {
    width: 70vw;
  }
}
@media (max-width:1300px) {
  .twoPageBox .pageContentAll .sortNav .sortNavThis > .thisBox .contentBox {
    width: 70vw;
  }
}
@media (max-width:1024px) {
  .twoPageBox .pageContentAll .sortNav .sortNavThis > .thisBox .contentBox {
    width: 90vw;
  }
}
@media (max-width:1024px) {
  .twoPageBox .pageContentAll .sortNav .sortNavThis > .thisBox .contentBox {
    height: unset;
    padding: 4vw 0;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    flex-wrap: unset;
  }
}
.twoPageBox .pageContentAll .sortNav .sortNavThis > .thisBox .contentBox .navBox {
  height: 100%;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  flex-wrap: unset;
}
@media (max-width:1024px) {
  .twoPageBox .pageContentAll .sortNav .sortNavThis > .thisBox .contentBox .navBox {
    margin-top: 6vw;
    width: 100%;
  }
}
.twoPageBox .pageContentAll .sortNav .sortNavThis > .thisBox .contentBox .navBox .navUl {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-start;
  flex-wrap: unset;
  height: 100%;
}
@media (max-width:1024px) {
  .twoPageBox .pageContentAll .sortNav .sortNavThis > .thisBox .contentBox .navBox .navUl {
    display: flex;
    flex-wrap: wrap;
    gap: 4vw;
    width: 100%;
  }
  .twoPageBox .pageContentAll .sortNav .sortNavThis > .thisBox .contentBox .navBox .navUl > li {
    width: calc(100% / 3 - (3 - 1) * 4vw / 3);
  }
}
.twoPageBox .pageContentAll .sortNav .sortNavThis > .thisBox .contentBox .navBox .navUl .li {
  height: 100%;
  padding: 0 1vw;
}
@media (max-width:1024px) {
  .twoPageBox .pageContentAll .sortNav .sortNavThis > .thisBox .contentBox .navBox .navUl .li {
    padding: 0 2vw;
  }
}
.twoPageBox .pageContentAll .sortNav .sortNavThis > .thisBox .contentBox .navBox .navUl .li .aBox {
  position: relative;
  height: 100%;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  flex-wrap: unset;
  border-radius: 3vw;
}
.twoPageBox .pageContentAll .sortNav .sortNavThis > .thisBox .contentBox .navBox .navUl .li .aBox .txt div {
  font-size: clamp(12px, 0.9vw, 0.9vw);
}
@media (max-width:1024px) {
  .twoPageBox .pageContentAll .sortNav .sortNavThis > .thisBox .contentBox .navBox .navUl .li .aBox .txt div {
    font-size: 3.8vw;
  }
}
.twoPageBox .pageContentAll .sortNav .sortNavThis > .thisBox .contentBox .navBox .navUl .li .aBox .txt .hovTxt div {
  color: #AB2C31;
}
.twoPageBox .pageContentAll .sortNav .sortNavThis > .thisBox .contentBox .navBox .navUl .li .aBox::after {
  content: '';
  position: absolute;
  display: block;
  bottom: 0;
  transition-duration: 0.5s;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.56, -0.01, 0.04, 1);
  height: 2px;
  transform: scaleX(0);
  width: 100%;
  background-color: #AB2C31;
}
.twoPageBox .pageContentAll .sortNav .sortNavThis > .thisBox .contentBox .navBox .navUl .li.on .aBox .txt div {
  color: #AB2C31;
}
.twoPageBox .pageContentAll .sortNav .sortNavThis > .thisBox .contentBox .navBox .navUl .li.on .aBox::after {
  transform: scaleX(1);
}
.twoPageBox .pageContentAll .sortNav .sortNavThis > .thisBox .contentBox .navBox .navUl .li:hover .aBox::after {
  transform: scaleX(1);
}
.fiexdRight {
  position: fixed;
  z-index: 5;
  right: 0;
  transition-duration: 0.5s;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.56, -0.01, 0.04, 1);
  opacity: 0;
  pointer-events: none;
  bottom: 5vw;
  transform: translateX(100%);
}
@media (max-width:1024px) {
  .fiexdRight {
    bottom: 15vw;
  }
}
.fiexdRight > .thisBox .contentBox {
  background-color: #AB2C31;
  padding: 1vw 0.4vw;
}
@media (max-width:1024px) {
  .fiexdRight > .thisBox .contentBox {
    padding: 3vw 1vw;
  }
}
.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;
  gap: 0.2vw;
  padding: 0.4vw 0.4vw;
}
@media (max-width:1024px) {
  .fiexdRight > .thisBox .contentBox .ul .li .box {
    gap: 1vw;
    padding: 1vw;
  }
}
.fiexdRight > .thisBox .contentBox .ul .li .box .ico {
  overflow: hidden;
  position: relative;
  width: 2.2vw;
  height: 2.2vw;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  flex-wrap: unset;
  border-radius: 50%;
  background-color: rgba(231, 225, 217, 0.2);
}
@media (max-width:1024px) {
  .fiexdRight > .thisBox .contentBox .ul .li .box .ico {
    width: 8vw;
    height: 8vw;
  }
}
.fiexdRight > .thisBox .contentBox .ul .li .box .ico i {
  position: relative;
  z-index: 1;
  font-size: clamp(12px, 1.1vw, 1.1vw);
  color: #fff;
}
@media (max-width:1024px) {
  .fiexdRight > .thisBox .contentBox .ul .li .box .ico i {
    font-size: 4.2vw;
  }
}
.fiexdRight > .thisBox .contentBox .ul .li .box .txt {
  font-size: clamp(12px, 0.7vw, 0.7vw);
  color: #fff;
}
@media (max-width:1024px) {
  .fiexdRight > .thisBox .contentBox .ul .li .box .txt {
    font-size: 3.4vw;
  }
}
.fiexdRight > .thisBox .contentBox .ul .li .hovBox {
  right: 150%;
  opacity: 0;
  pointer-events: none;
  transform: translateX(-1vw);
  transition-duration: 0.5s;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.56, -0.01, 0.04, 1);
  top: 0;
  background-color: #EFEBE7;
  box-shadow: 2px 2px 30px rgba(194, 148, 97, 0.1);
  position: relative;
  overflow: hidden;
  clip-path: polygon(0 1vw, 1vw 0, calc(100% - 1vw) 0, 100% 1vw, 100% calc(100% - 1vw), calc(100% - 1vw) 100%, 1vw 100%, 0 calc(100% - 1vw));
  padding: 2vw;
  padding: 1vw;
  position: absolute;
}
.fiexdRight > .thisBox .contentBox .ul .li .hovBox::before {
  content: '';
  position: absolute;
  display: block;
  top: 0;
  width: 100%;
  height: 100%;
  opacity: 0.5;
  border: 1px solid #fff;
  top: 0.5vw;
  left: 0.5vw;
  width: calc(100% - 1vw - 2px);
  height: calc(100% - 1vw - 2px);
  z-index: 2;
  pointer-events: none;
}
@media (max-width:1024px) {
  .fiexdRight > .thisBox .contentBox .ul .li .hovBox {
    clip-path: polygon(0 2vw, 2vw 0, calc(100% - 2vw) 0, 100% 2vw, 100% calc(100% - 2vw), calc(100% - 2vw) 100%, 2vw 100%, 0 calc(100% - 2vw));
  }
  .fiexdRight > .thisBox .contentBox .ul .li .hovBox::before {
    content: '';
    position: absolute;
    display: block;
    top: 0;
    width: 100%;
    height: 100%;
    opacity: 0.5;
    border: 1px solid #fff;
    top: 1vw;
    left: 1vw;
    width: calc(100% - 2vw - 2px);
    height: calc(100% - 2vw - 2px);
    z-index: 2;
    pointer-events: none;
  }
}
@media (max-width:1024px) {
  .fiexdRight > .thisBox .contentBox .ul .li .hovBox {
    padding: 6vw;
  }
}
.fiexdRight > .thisBox .contentBox .ul .li .hovBox::before {
  border-color: rgba(171, 44, 49, 0.2);
}
@media (max-width:1024px) {
  .fiexdRight > .thisBox .contentBox .ul .li .hovBox {
    padding: 3vw;
  }
}
.fiexdRight > .thisBox .contentBox .ul .li .hovBox .imgBox {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  flex-wrap: unset;
}
.fiexdRight > .thisBox .contentBox .ul .li .hovBox .imgBox img {
  width: 6vw;
  height: 6vw;
}
@media (max-width:1024px) {
  .fiexdRight > .thisBox .contentBox .ul .li .hovBox .imgBox img {
    width: 24vw;
    height: 24vw;
  }
}
.fiexdRight > .thisBox .contentBox .ul .li .hovBox .imgBox .txt {
  margin-top: 1vw;
}
@media (max-width:1024px) {
  .fiexdRight > .thisBox .contentBox .ul .li .hovBox .imgBox .txt {
    margin-top: 3vw;
  }
}
.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 .on .box .ico {
  background-color: #c29461;
}
.fiexdRight > .thisBox .contentBox .ul .li .on .box .txt {
  color: #c29461;
}
.fiexdRight > .thisBox .contentBox .ul .li .on .hovBox {
  transform: translateX(0);
  opacity: 1;
  pointer-events: auto;
}
.fiexdRight > .thisBox .contentBox .ul .li:hover .box .ico {
  background-color: #c29461;
}
.fiexdRight > .thisBox .contentBox .ul .li:hover .box .txt {
  color: #c29461;
}
.fiexdRight > .thisBox .contentBox .ul .li:hover .hovBox {
  transform: translateX(0);
  opacity: 1;
  pointer-events: auto;
}
.fiexdRight > .thisBox .contentBox .ul .li:hover .box .ico {
  background-color: #c29461;
}
.fiexdRight > .thisBox .contentBox .ul .li:hover .box .txt {
  color: #c29461;
}
.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;
  background-color: #E7E1D9;
}
.changePageMoveBox .logo {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
.changePageMoveBox .logo img {
  height: 6vw;
}
@media (max-width:1024px) {
  .changePageMoveBox .logo img {
    height: 18vw;
  }
}
.mouseCursor {
  pointer-events: none;
  position: fixed;
}
.mouseCursor .dianBox {
  position: relative;
  transition-duration: 0.5s;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.56, -0.01, 0.04, 1);
}
.mouseCursor .dianBox .dian {
  position: absolute;
  transform: translate(-50%, -50%);
  top: 0;
  left: 0;
}
.mouseCursor .dianBox .dian > div {
  opacity: 0.6;
  width: 5vw;
  height: 5vw;
  animation: xuanzhuan 10s linear 0s infinite normal;
  position: relative;
  -webkit-mask-image: url(../img/quan.png);
  -webkit-mask-size: 100% 100%;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center;
}
.mouseCursor .dianBox .dian > div::after {
  content: '';
  position: absolute;
  display: block;
  top: 0;
  background-color: #AB2C31;
  width: 100%;
  height: 100%;
}
.mouseCursor .dianBox .dian > div::after {
  background-color: #AB2C31;
  width: 100%;
  height: 100%;
}
.mouseCursor.hoverA .dianBox {
  transform: scale(0);
}
.mouseCursorPoint {
  pointer-events: none;
  position: fixed;
}
.mouseCursorPoint > div {
  background-color: #AB2C31;
  transition-duration: 0.5s;
  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;
}
.childPageBox .pageContentAll .pageContent {
  padding-top: 3.5vw;
}
@media (max-width:1024px) {
  .childPageBox .pageContentAll .pageContent {
    padding-top: 6vw;
  }
}
.child_topNav {
  position: fixed;
  top: 0.5vw;
  left: 5%;
  width: 90%;
}
@media (max-width:1024px) {
  .child_topNav {
    left: 2%;
    width: 96%;
  }
}
.child_topNav > .thisBox {
  z-index: 2;
  background-color: #EFEBE7;
  box-shadow: 2px 2px 30px rgba(194, 148, 97, 0.1);
  position: relative;
  overflow: hidden;
  clip-path: polygon(0 1vw, 1vw 0, calc(100% - 1vw) 0, 100% 1vw, 100% calc(100% - 1vw), calc(100% - 1vw) 100%, 1vw 100%, 0 calc(100% - 1vw));
  padding: 2vw;
  padding: 0;
}
.child_topNav > .thisBox::before {
  content: '';
  position: absolute;
  display: block;
  top: 0;
  width: 100%;
  height: 100%;
  opacity: 0.5;
  border: 1px solid #fff;
  top: 0.5vw;
  left: 0.5vw;
  width: calc(100% - 1vw - 2px);
  height: calc(100% - 1vw - 2px);
  z-index: 2;
  pointer-events: none;
}
@media (max-width:1024px) {
  .child_topNav > .thisBox {
    clip-path: polygon(0 2vw, 2vw 0, calc(100% - 2vw) 0, 100% 2vw, 100% calc(100% - 2vw), calc(100% - 2vw) 100%, 2vw 100%, 0 calc(100% - 2vw));
  }
  .child_topNav > .thisBox::before {
    content: '';
    position: absolute;
    display: block;
    top: 0;
    width: 100%;
    height: 100%;
    opacity: 0.5;
    border: 1px solid #fff;
    top: 1vw;
    left: 1vw;
    width: calc(100% - 2vw - 2px);
    height: calc(100% - 2vw - 2px);
    z-index: 2;
    pointer-events: none;
  }
}
@media (max-width:1024px) {
  .child_topNav > .thisBox {
    padding: 6vw;
  }
}
.child_topNav > .thisBox::before {
  border-color: rgba(171, 44, 49, 0.2);
}
@media (max-width:1024px) {
  .child_topNav > .thisBox {
    padding: 2vw 0;
  }
}
.child_topNav > .thisBox > .contentBox {
  height: 5vw;
  padding: 0 4vw;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  flex-wrap: unset;
}
@media (max-width:1600px) {
  .child_topNav > .thisBox > .contentBox {
    height: 5vw;
  }
}
@media (max-width:1300px) {
  .child_topNav > .thisBox > .contentBox {
    height: 5vw;
  }
}
@media (max-width:1024px) {
  .child_topNav > .thisBox > .contentBox {
    height: 14vw;
  }
}
@media (max-width:1024px) {
  .child_topNav > .thisBox > .contentBox {
    padding: 0 6vw;
  }
}
.child_topNav > .thisBox > .contentBox .leftBox {
  height: 100%;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  flex-wrap: unset;
  gap: 4vw;
}
@media (max-width:1024px) {
  .child_topNav > .thisBox > .contentBox .leftBox {
    gap: 6vw;
    width: 100%;
    justify-content: space-between;
  }
}
.child_topNav > .thisBox > .contentBox .leftBox .logoBox {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  flex-wrap: unset;
  height: 70%;
}
.child_topNav > .thisBox > .contentBox .leftBox .logoBox .aBox {
  height: 100%;
}
.child_topNav > .thisBox > .contentBox .leftBox .logoBox .aBox .logo {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.child_topNav > .thisBox > .contentBox .leftBox .backSite .aBox {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  flex-wrap: unset;
  width: 2.4vw;
  height: 2.4vw;
}
@media (max-width:1300px) {
  .child_topNav > .thisBox > .contentBox .leftBox .backSite .aBox {
    width: 3vw;
    height: 3vw;
  }
}
@media (max-width:1024px) {
  .child_topNav > .thisBox > .contentBox .leftBox .backSite .aBox {
    width: 10vw;
    height: 10vw;
  }
}
.child_topNav > .thisBox > .contentBox .leftBox .backSite .aBox .txt {
  position: relative;
  z-index: 1;
  color: #fff;
  text-align: center;
  transition-duration: 0.5s;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.56, -0.01, 0.04, 1);
  font-size: clamp(12px, 0.7vw, 0.7vw);
}
@media (max-width:1024px) {
  .child_topNav > .thisBox > .contentBox .leftBox .backSite .aBox .txt {
    font-size: 3.4vw;
  }
}
.child_topNav > .thisBox > .contentBox .leftBox .backSite .aBox::after {
  content: '';
  position: absolute;
  display: block;
  top: 0;
  background-color: #AB2C31;
  border-radius: 50%;
  width: 100%;
  height: 100%;
  transition-duration: 0.5s;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.56, -0.01, 0.04, 1);
}
.child_topNav > .thisBox > .contentBox .leftBox .backSite .aBox:hover {
  opacity: 0.8;
}
.child_topNav > .thisBox > .contentBox .leftBox .backSite .aBox:hover::after {
  transform: scale(1.1);
}
.child_topNav > .thisBox > .contentBox .navBar {
  height: 100%;
  margin-right: 1vw;
}
@media (max-width:1024px) {
  .child_topNav > .thisBox > .contentBox .navBar {
    display: none;
  }
}
.child_topNav > .thisBox > .contentBox .navBar .ul {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  flex-wrap: unset;
  height: 100%;
}
.child_topNav > .thisBox > .contentBox .navBar .ul .li1 {
  height: 100%;
  position: relative;
}
.child_topNav > .thisBox > .contentBox .navBar .ul .li1 .a1 {
  cursor: pointer;
  height: 100%;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  flex-wrap: unset;
  padding: 0 1vw;
  position: relative;
  z-index: 1;
}
.child_topNav > .thisBox > .contentBox .navBar .ul .li1 .a1 .txt {
  position: relative;
  z-index: 1;
  font-size: clamp(12px, 0.9vw, 0.9vw);
  transition-duration: 0.5s;
  transition-duration: 0.3s;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.56, -0.01, 0.04, 1);
}
@media (max-width:1024px) {
  .child_topNav > .thisBox > .contentBox .navBar .ul .li1 .a1 .txt {
    font-size: 3.8vw;
  }
}
.child_topNav > .thisBox > .contentBox .navBar .ul .li1 .a1::after {
  content: '';
  position: absolute;
  display: block;
  height: 0;
  bottom: 0;
  width: 100%;
  transition-duration: 0.3s;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.56, -0.01, 0.04, 1);
  left: 0;
  background-color: #AB2C31;
}
.child_topNav > .thisBox > .contentBox .navBar .ul .li1::after {
  content: '';
  position: absolute;
  display: block;
  right: 0;
  top: 35%;
  width: 1px;
  background-color: #ccc;
  height: 30%;
}
.child_topNav > .thisBox > .contentBox .navBar .ul .li1 .twoNav {
  position: absolute;
  top: 100%;
  padding-top: 1vw;
  width: 130%;
  left: -15%;
  pointer-events: none;
}
.child_topNav > .thisBox > .contentBox .navBar .ul .li1 .twoNav .ul2 {
  padding: 1vw;
  opacity: 0;
  transition-duration: 0.5s;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.56, -0.01, 0.04, 1);
  border-radius: 0.6vw;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  flex-wrap: unset;
  gap: 1vw;
  background-color: #fff;
  transform: translateY(2vw);
  box-shadow: 2px 2px 10px rgba(0, 0, 0, 0.1);
}
.child_topNav > .thisBox > .contentBox .navBar .ul .li1:hover .a1 .txt {
  color: #fff;
}
.child_topNav > .thisBox > .contentBox .navBar .ul .li1:hover .a1::after {
  height: 100%;
}
.child_topNav > .thisBox > .contentBox .navBar .ul .li1:hover .a1 .txt {
  color: #fff;
}
.child_topNav > .thisBox > .contentBox .navBar .ul .li1:hover .a1::after {
  height: 100%;
}
.child_topNav > .thisBox > .contentBox .navBar .ul .li1:hover .twoNav {
  pointer-events: auto;
}
.child_topNav > .thisBox > .contentBox .navBar .ul .li1:hover .twoNav .ul2 {
  opacity: 1;
  transform: translateY(0);
}
.child_topNav > .thisBox > .contentBox .navBar .ul .li1.on .a1 .txt {
  color: #fff;
}
.child_topNav > .thisBox > .contentBox .navBar .ul .li1.on .a1::after {
  height: 100%;
}
.child_foot {
  position: relative;
  z-index: 1;
}
.child_foot .footThis {
  position: relative;
}
.child_foot .footThis > .thisBox {
  position: relative;
  z-index: 1;
}
.child_foot .footThis > .thisBox .contentBox {
  width: 70vw;
  margin: 0 auto;
}
@media (max-width:1600px) {
  .child_foot .footThis > .thisBox .contentBox {
    width: 70vw;
  }
}
@media (max-width:1300px) {
  .child_foot .footThis > .thisBox .contentBox {
    width: 70vw;
  }
}
@media (max-width:1024px) {
  .child_foot .footThis > .thisBox .contentBox {
    width: 90vw;
  }
}
.child_foot .footThis > .thisBox .contentBox .topBox {
  height: 6vw;
  border-bottom: 1px solid rgba(255, 255, 255, 0.3);
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  flex-wrap: unset;
}
@media (max-width:1024px) {
  .child_foot .footThis > .thisBox .contentBox .topBox {
    height: unset;
    padding: 8vw 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    flex-wrap: unset;
    flex-direction: column-reverse;
    gap: 6vw;
  }
}
.child_foot .footThis > .thisBox .contentBox .topBox .footNavBar {
  height: 100%;
}
.child_foot .footThis > .thisBox .contentBox .topBox .footNavBar .ul {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  flex-wrap: unset;
  height: 100%;
}
.child_foot .footThis > .thisBox .contentBox .topBox .footNavBar .ul .li1 {
  height: 100%;
  position: relative;
}
.child_foot .footThis > .thisBox .contentBox .topBox .footNavBar .ul .li1 .a1 {
  cursor: pointer;
  height: 100%;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  flex-wrap: unset;
  padding: 0 1vw;
  position: relative;
  z-index: 1;
}
.child_foot .footThis > .thisBox .contentBox .topBox .footNavBar .ul .li1 .a1 .txt {
  position: relative;
  z-index: 1;
  font-size: clamp(12px, 0.9vw, 0.9vw);
  transition-duration: 0.5s;
  transition-duration: 0.3s;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.56, -0.01, 0.04, 1);
}
@media (max-width:1024px) {
  .child_foot .footThis > .thisBox .contentBox .topBox .footNavBar .ul .li1 .a1 .txt {
    font-size: 3.8vw;
  }
}
.child_foot .footThis > .thisBox .contentBox .topBox .footNavBar .ul .li1 .a1::after {
  content: '';
  position: absolute;
  display: block;
  height: 0;
  bottom: 0;
  width: 100%;
  transition-duration: 0.3s;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.56, -0.01, 0.04, 1);
  left: 0;
  background-color: #AB2C31;
}
.child_foot .footThis > .thisBox .contentBox .topBox .footNavBar .ul .li1::after {
  content: '';
  position: absolute;
  display: block;
  right: 0;
  top: 35%;
  width: 1px;
  background-color: #ccc;
  height: 30%;
}
.child_foot .footThis > .thisBox .contentBox .topBox .footNavBar .ul .li1 .twoNav {
  position: absolute;
  top: 100%;
  padding-top: 1vw;
  width: 130%;
  left: -15%;
  pointer-events: none;
}
.child_foot .footThis > .thisBox .contentBox .topBox .footNavBar .ul .li1 .twoNav .ul2 {
  padding: 1vw;
  opacity: 0;
  transition-duration: 0.5s;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.56, -0.01, 0.04, 1);
  border-radius: 0.6vw;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  flex-wrap: unset;
  gap: 1vw;
  background-color: #fff;
  transform: translateY(2vw);
  box-shadow: 2px 2px 10px rgba(0, 0, 0, 0.1);
}
.child_foot .footThis > .thisBox .contentBox .topBox .footNavBar .ul .li1:hover .a1 .txt {
  color: #fff;
}
.child_foot .footThis > .thisBox .contentBox .topBox .footNavBar .ul .li1:hover .a1::after {
  height: 100%;
}
.child_foot .footThis > .thisBox .contentBox .topBox .footNavBar .ul .li1:hover .a1 .txt {
  color: #fff;
}
.child_foot .footThis > .thisBox .contentBox .topBox .footNavBar .ul .li1:hover .a1::after {
  height: 100%;
}
.child_foot .footThis > .thisBox .contentBox .topBox .footNavBar .ul .li1:hover .twoNav {
  pointer-events: auto;
}
.child_foot .footThis > .thisBox .contentBox .topBox .footNavBar .ul .li1:hover .twoNav .ul2 {
  opacity: 1;
  transform: translateY(0);
}
.child_foot .footThis > .thisBox .contentBox .topBox .footNavBar .ul .li1.on .a1 .txt {
  color: #fff;
}
.child_foot .footThis > .thisBox .contentBox .topBox .footNavBar .ul .li1.on .a1::after {
  height: 100%;
}
.child_foot .footThis > .thisBox .contentBox .topBox .footNavBar .ul .li1 .a1 .txt {
  color: #fff;
}
.child_foot .footThis > .thisBox .contentBox .topBox .footLogo {
  height: 70%;
}
@media (max-width:1024px) {
  .child_foot .footThis > .thisBox .contentBox .topBox .footLogo {
    width: 100%;
    height: 16vw;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    flex-wrap: unset;
  }
}
.child_foot .footThis > .thisBox .contentBox .topBox .footLogo img {
  height: 100%;
}
.child_foot .footThis > .thisBox .contentBox .cenCout {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  justify-content: space-between;
  flex-wrap: unset;
  padding: 4vw 0;
}
@media (max-width:1024px) {
  .child_foot .footThis > .thisBox .contentBox .cenCout {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    flex-wrap: unset;
  }
}
.child_foot .footThis > .thisBox .footBottomInfo {
  width: 100%;
  padding: 1vw 0;
  border-top: 1px solid rgba(255, 255, 255, 0.2);
}
.child_foot .footThis > .thisBox .footBottomInfo * {
  color: rgba(255, 255, 255, 0.5);
}
@media (max-width:1024px) {
  .child_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;
  }
}
.child_foot .footThis > .thisBox .footBottomInfo * {
  font-size: clamp(12px, 0.7vw, 0.7vw);
}
@media (max-width:1024px) {
  .child_foot .footThis > .thisBox .footBottomInfo * {
    font-size: 3.4vw;
  }
}
@media (max-width:1024px) {
  .child_foot .footThis > .thisBox .footBottomInfo * {
    font-size: 3vw;
  }
}
.child_foot .footThis > .thisBox .footBottomInfo a:hover {
  color: #AB2C31;
}
.child_foot .footThis > .thisBox .footBottomInfo > .thisBox {
  padding: 1vw 0;
  width: 70vw;
  margin: 0 auto;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  flex-wrap: unset;
}
@media (max-width:1600px) {
  .child_foot .footThis > .thisBox .footBottomInfo > .thisBox {
    width: 70vw;
  }
}
@media (max-width:1300px) {
  .child_foot .footThis > .thisBox .footBottomInfo > .thisBox {
    width: 70vw;
  }
}
@media (max-width:1024px) {
  .child_foot .footThis > .thisBox .footBottomInfo > .thisBox {
    width: 90vw;
  }
}
@media (max-width:1024px) {
  .child_foot .footThis > .thisBox .footBottomInfo > .thisBox {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    flex-wrap: unset;
    gap: 4vw;
  }
}
.child_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) {
  .child_foot .footThis > .thisBox .footBottomInfo > .thisBox .infoLeft {
    gap: 4vw;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    flex-wrap: unset;
  }
}
.child_foot .footThis > .thisBox .footBottomInfo > .thisBox .infoLeft > div .lbt {
  word-break: keep-all;
}
.child_foot .footThis > .thisBox .footBottomInfo > .thisBox .infoLeft .beian {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  flex-wrap: unset;
}
.child_foot .footThis > .thisBox .footBottomInfo > .thisBox .infoLeft .beian a {
  text-decoration: underline;
}
.child_foot .footThis > .thisBox .footBottomInfo > .thisBox .infoLeft .gabeian {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  flex-wrap: unset;
}
.child_foot .footThis > .thisBox .footBottomInfo > .thisBox .infoLeft .gabeian a {
  text-decoration: underline;
}
.child_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) {
  .child_foot .footThis > .thisBox .footBottomInfo > .thisBox .infoLeft .banquan {
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    justify-content: center;
    flex-wrap: unset;
  }
}
.child_foot .footThis > .thisBox .footBottomInfo > .thisBox .infoRight .jishuzhichi {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-start;
  flex-wrap: unset;
}
.child_foot .footThis::after {
  content: '';
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
  top: 0;
  background-repeat: repeat;
  background-image: url(../img/footer_bg.png);
}
.child_unifyTitle {
  margin-bottom: 3vw;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  flex-wrap: unset;
}
@media (max-width:1024px) {
  .child_unifyTitle {
    margin-bottom: 12vw;
  }
}
.child_unifyTitle .unifyTitleThis > .thisBox {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  flex-wrap: unset;
}
.child_unifyTitle .unifyTitleThis > .thisBox .en {
  font-size: clamp(12px, 1.7vw, 1.7vw);
  color: #666;
}
@media (max-width:1024px) {
  .child_unifyTitle .unifyTitleThis > .thisBox .en {
    font-size: 5.4vw;
  }
}
.child_unifyTitle .unifyTitleThis > .thisBox .en span {
  color: #AB2C31;
  font-size: clamp(12px, 2.1vw, 2.1vw);
}
@media (max-width:1024px) {
  .child_unifyTitle .unifyTitleThis > .thisBox .en span {
    font-size: 6.2vw;
  }
}
@media (max-width:1024px) {
  .child_unifyTitle .unifyTitleThis > .thisBox .en {
    font-size: 4vw;
  }
  .child_unifyTitle .unifyTitleThis > .thisBox .en span {
    font-size: 5vw;
  }
}
.child_unifyTitle .unifyTitleThis > .thisBox .def1 {
  margin: 0.5vw 0;
  padding: 0.2vw 0;
  border: 1px dashed #666;
  border-left: none;
  border-right: none;
}
@media (max-width:1024px) {
  .child_unifyTitle .unifyTitleThis > .thisBox .def1 {
    margin: 2vw 0;
    padding: 1vw 0;
  }
}
.child_unifyTitle .unifyTitleThis > .thisBox .cn {
  position: relative;
}
.child_unifyTitle .unifyTitleThis > .thisBox .cn .txt {
  font-size: clamp(12px, 1.9vw, 1.9vw);
}
@media (max-width:1024px) {
  .child_unifyTitle .unifyTitleThis > .thisBox .cn .txt {
    font-size: 5.8vw;
  }
}
.child_unifyTitle .unifyTitleThis > .thisBox .cn .tit {
  position: absolute;
  top: calc(50% - 1vw);
  height: 1.4vw;
}
@media (max-width:1024px) {
  .child_unifyTitle .unifyTitleThis > .thisBox .cn .tit {
    top: calc(50% - 3vw);
    height: 4vw;
  }
}
.child_unifyTitle .unifyTitleThis > .thisBox .cn .tit.titLeft {
  right: 110%;
}
.child_unifyTitle .unifyTitleThis > .thisBox .cn .tit.titRight {
  left: 110%;
}
@media (max-width:1024px) {
  .child_unifyTitle .unifyTitleThis > .thisBox .cn .txt {
    font-size: 6vw;
  }
}
.child_banner .childBannerThis {
  position: relative;
  z-index: 1;
}
.child_banner .childBannerThis > .thisBox {
  overflow: hidden;
}
.child_banner .childBannerThis > .thisBox .contentBox {
  width: 100%;
  height: 34vw;
}
@media (max-width:1024px) {
  .child_banner .childBannerThis > .thisBox .contentBox {
    height: 60vw;
  }
}
.child_banner .childBannerThis > .thisBox .contentBox .swiperBox {
  width: 100%;
  height: 100%;
}
.child_banner .childBannerThis > .thisBox .contentBox .swiperBox .swiper {
  width: 100%;
  height: 100%;
}
.child_banner .childBannerThis > .thisBox .contentBox .swiperBox .swiper .swiper-slide .box {
  position: relative;
  width: 100%;
  height: 100%;
}
.child_banner .childBannerThis > .thisBox .contentBox .swiperBox .swiper .swiper-slide .box .imgBox {
  width: 100%;
  height: 100%;
}
.child_banner .childBannerThis > .thisBox .contentBox .swiperBox .swiper .swiper-slide.moveHidden .box .imgVideoBox:nth-child(2) {
  transform: translateY(-100%);
  transition-duration: 2s;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.56, -0.01, 0.04, 1);
}
.child_banner .childBannerThis > .thisBox .contentBox .swiperBox .swiperControl {
  position: absolute;
  right: 2vw;
  bottom: 2vw;
  z-index: 1;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  flex-wrap: unset;
  gap: 2vw;
}
@media (max-width:1024px) {
  .child_banner .childBannerThis > .thisBox .contentBox .swiperBox .swiperControl {
    bottom: 6vw;
    right: 6vw;
  }
}
.child_banner .childBannerThis > .thisBox .contentBox .swiperBox .swiperControl .pagination .paginationThis .ul {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  flex-wrap: unset;
  gap: 1vw;
}
@media (max-width:1024px) {
  .child_banner .childBannerThis > .thisBox .contentBox .swiperBox .swiperControl .pagination .paginationThis .ul {
    gap: 3vw;
  }
}
.child_banner .childBannerThis > .thisBox .contentBox .swiperBox .swiperControl .pagination .paginationThis .ul .li {
  overflow: hidden;
  transition-duration: 0.5s;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.56, -0.01, 0.04, 1);
  width: 4vw;
  height: 2px;
  border-radius: 2px;
  background-color: #fff;
}
@media (max-width:1024px) {
  .child_banner .childBannerThis > .thisBox .contentBox .swiperBox .swiperControl .pagination .paginationThis .ul .li {
    width: 10vw;
    height: 1vw;
  }
}
.child_banner .childBannerThis > .thisBox .contentBox .swiperBox .swiperControl .pagination .paginationThis .ul .li.on {
  background-color: #AB2C31;
}
.child_banner .childBannerThis > .thisBox .contentBox .textListBox .textBox {
  pointer-events: none;
  position: absolute;
  top: 40%;
  z-index: 2;
  left: 15vw;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  flex-wrap: unset;
  gap: 1vw;
  width: 30vw;
  will-change: transform;
}
@media (max-width:1024px) {
  .child_banner .childBannerThis > .thisBox .contentBox .textListBox .textBox {
    top: 30%;
    left: 6vw;
    gap: 4vw;
    width: 70vw;
  }
}
.child_banner .childBannerThis > .thisBox .contentBox .textListBox .textBox .subtitle div {
  opacity: 0;
  font-size: clamp(12px, 2.7vw, 2.7vw);
  color: #fff;
  text-transform: uppercase;
}
@media (max-width:1024px) {
  .child_banner .childBannerThis > .thisBox .contentBox .textListBox .textBox .subtitle div {
    font-size: 7.4vw;
  }
}
@media (max-width:1024px) {
  .child_banner .childBannerThis > .thisBox .contentBox .textListBox .textBox .subtitle div {
    font-size: 6vw;
  }
}
.child_banner .childBannerThis > .thisBox .contentBox .textListBox .textBox .miaoshu {
  font-size: clamp(12px, 0.7vw, 0.7vw);
  color: #fff;
  line-height: 2em;
  opacity: 0;
  transition-duration: 1s;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.56, -0.01, 0.04, 1);
  transform: translateY(100%);
}
@media (max-width:1024px) {
  .child_banner .childBannerThis > .thisBox .contentBox .textListBox .textBox .miaoshu {
    font-size: 3.4vw;
  }
}
@media (max-width:1024px) {
  .child_banner .childBannerThis > .thisBox .contentBox .textListBox .textBox .miaoshu {
    font-size: 2.4vw;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
  }
}
.child_banner .childBannerThis > .thisBox .contentBox .textListBox .textBox.on {
  pointer-events: auto;
}
.child_banner .childBannerThis > .thisBox .contentBox .textListBox .textBox.on .miaoshu {
  opacity: 1;
  transition-delay: 0.8s;
  transform: translateY(0);
}
.child_banner .childBannerThis > .thisBox .contentBox .textListBox .textBox.on .unifyButton {
  opacity: 1;
  transition-delay: 0.8s;
  transform: translateY(0);
}
.child_banner .childBannerThis .yunHeng {
  position: absolute;
  bottom: -1px;
  width: 100%;
  z-index: 1;
}
.child_banner .childBannerThis .yunHeng img {
  width: 100%;
}
.child_banner_child .childBannerListThis {
  position: relative;
}
.child_banner_child .childBannerListThis > .thisBox > .contentBox {
  position: relative;
}
.child_banner_child .childBannerListThis > .thisBox > .contentBox .imgBox {
  width: 100%;
  height: 24vw;
}
@media (max-width:1024px) {
  .child_banner_child .childBannerListThis > .thisBox > .contentBox .imgBox {
    height: 50vw;
  }
}
.child_banner_child .childBannerListThis > .thisBox > .contentBox .textBox {
  background-color: #EFEBE7;
  box-shadow: 2px 2px 30px rgba(194, 148, 97, 0.1);
  position: relative;
  overflow: hidden;
  clip-path: polygon(0 1vw, 1vw 0, calc(100% - 1vw) 0, 100% 1vw, 100% calc(100% - 1vw), calc(100% - 1vw) 100%, 1vw 100%, 0 calc(100% - 1vw));
  padding: 2vw;
  position: absolute;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  flex-wrap: unset;
  top: 60%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.child_banner_child .childBannerListThis > .thisBox > .contentBox .textBox::before {
  content: '';
  position: absolute;
  display: block;
  top: 0;
  width: 100%;
  height: 100%;
  opacity: 0.5;
  border: 1px solid #fff;
  top: 0.5vw;
  left: 0.5vw;
  width: calc(100% - 1vw - 2px);
  height: calc(100% - 1vw - 2px);
  z-index: 2;
  pointer-events: none;
}
@media (max-width:1024px) {
  .child_banner_child .childBannerListThis > .thisBox > .contentBox .textBox {
    clip-path: polygon(0 2vw, 2vw 0, calc(100% - 2vw) 0, 100% 2vw, 100% calc(100% - 2vw), calc(100% - 2vw) 100%, 2vw 100%, 0 calc(100% - 2vw));
  }
  .child_banner_child .childBannerListThis > .thisBox > .contentBox .textBox::before {
    content: '';
    position: absolute;
    display: block;
    top: 0;
    width: 100%;
    height: 100%;
    opacity: 0.5;
    border: 1px solid #fff;
    top: 1vw;
    left: 1vw;
    width: calc(100% - 2vw - 2px);
    height: calc(100% - 2vw - 2px);
    z-index: 2;
    pointer-events: none;
  }
}
@media (max-width:1024px) {
  .child_banner_child .childBannerListThis > .thisBox > .contentBox .textBox {
    padding: 6vw;
  }
}
.child_banner_child .childBannerListThis > .thisBox > .contentBox .textBox::before {
  border-color: rgba(171, 44, 49, 0.2);
}
@media (max-width:1024px) {
  .child_banner_child .childBannerListThis > .thisBox > .contentBox .textBox {
    padding: 6vw;
  }
}
.child_banner_child .childBannerListThis > .thisBox > .contentBox .textBox .name {
  font-size: clamp(12px, 2.1vw, 2.1vw);
}
@media (max-width:1024px) {
  .child_banner_child .childBannerListThis > .thisBox > .contentBox .textBox .name {
    font-size: 6.2vw;
  }
}
@media (max-width:1024px) {
  .child_banner_child .childBannerListThis > .thisBox > .contentBox .textBox .name {
    font-size: 6vw;
  }
}
.child_banner_child .childBannerListThis > .thisBox > .contentBox .textBox .subname {
  font-size: clamp(12px, 1vw, 1vw);
  text-transform: uppercase;
  color: #AB2C31;
}
@media (max-width:1024px) {
  .child_banner_child .childBannerListThis > .thisBox > .contentBox .textBox .subname {
    font-size: 4vw;
  }
}
@media (max-width:1024px) {
  .child_banner_child .childBannerListThis > .thisBox > .contentBox .textBox .subname {
    font-size: 4vw;
  }
}
.child_banner_child .childBannerListThis .yunHeng {
  position: absolute;
  bottom: -1px;
  width: 100%;
  z-index: 1;
}
.child_banner_child .childBannerListThis .yunHeng img {
  width: 100%;
}
.child_banner_child .jiange {
  height: 10vw;
}
@media (max-width:1024px) {
  .child_banner_child .jiange {
    height: 20vw;
  }
}
.child_sortnav .childSortnavThis > .thisBox {
  padding-bottom: 7vw;
}
@media (max-width:1024px) {
  .child_sortnav .childSortnavThis > .thisBox {
    padding-bottom: 12vw;
  }
}
.child_sortnav .childSortnavThis > .thisBox > .contentBox .navBox .navUl {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  flex-wrap: unset;
  gap: 2vw;
}
@media (max-width:1024px) {
  .child_sortnav .childSortnavThis > .thisBox > .contentBox .navBox .navUl {
    gap: 4vw;
    flex-wrap: wrap;
  }
}
.child_sortnav .childSortnavThis > .thisBox > .contentBox .navBox .navUl .li .aBox .txt {
  font-size: clamp(12px, 1.3vw, 1.3vw);
}
@media (max-width:1024px) {
  .child_sortnav .childSortnavThis > .thisBox > .contentBox .navBox .navUl .li .aBox .txt {
    font-size: 4.6vw;
  }
}
@media (max-width:1024px) {
  .child_sortnav .childSortnavThis > .thisBox > .contentBox .navBox .navUl .li .aBox .txt {
    font-size: 4vw;
  }
}
.child_sortnav .childSortnavThis > .thisBox > .contentBox .navBox .navUl .li .aBox:hover {
  opacity: 0.7;
}
.child_sortnav .childSortnavThis > .thisBox > .contentBox .navBox .navUl .li .aBox:hover .txt {
  color: #AB2C31;
}
.child_sortnav .childSortnavThis > .thisBox > .contentBox .navBox .navUl .li.on .aBox .txt {
  color: #AB2C31;
}
.child_name .childNameThis > .thisBox {
  padding-top: 3.5vw;
}
@media (max-width:1024px) {
  .child_name .childNameThis > .thisBox {
    padding-top: 6vw;
  }
}
.child_name .childNameThis > .thisBox > .contentBox {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  flex-wrap: unset;
}
.child_name .childNameThis > .thisBox > .contentBox .title {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  flex-wrap: unset;
  gap: 1vw;
  position: relative;
  z-index: 1;
}
@media (max-width:1024px) {
  .child_name .childNameThis > .thisBox > .contentBox .title {
    gap: 3vw;
  }
}
.child_name .childNameThis > .thisBox > .contentBox .title div {
  font-size: clamp(12px, 1.7vw, 1.7vw);
  background-color: #AB2C31;
  text-align: center;
  border-radius: 50%;
  width: 3vw;
  height: 3vw;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  flex-wrap: unset;
  color: #fff;
  line-height: 3vw;
}
@media (max-width:1024px) {
  .child_name .childNameThis > .thisBox > .contentBox .title div {
    font-size: 5.4vw;
  }
}
@media (max-width:1024px) {
  .child_name .childNameThis > .thisBox > .contentBox .title div {
    width: 10vw;
    height: 10vw;
    line-height: 10vw;
    font-size: 5vw;
  }
}
.child_name .childNameThis > .thisBox > .contentBox .img1 {
  opacity: 0.5;
  margin-top: -2vw;
  height: 4vw;
}
@media (max-width:1024px) {
  .child_name .childNameThis > .thisBox > .contentBox .img1 {
    margin-top: -6vw;
    height: 12vw;
  }
}
.child_name .childNameThis > .thisBox > .contentBox .img2 {
  pointer-events: none;
  position: absolute;
  top: -12vw;
  opacity: 0.3;
  height: 30vw;
}
@media (max-width:1024px) {
  .child_name .childNameThis > .thisBox > .contentBox .img2 {
    top: -30vw;
    height: 70vw;
  }
}
.child_about .childAboutThis {
  position: relative;
}
.child_about .childAboutThis > .thisBox {
  padding-top: 7vw;
  position: relative;
  z-index: 1;
}
@media (max-width:1024px) {
  .child_about .childAboutThis > .thisBox {
    padding-top: 12vw;
  }
}
.child_about .childAboutThis > .thisBox .contentBox {
  width: 100%;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  flex-wrap: unset;
}
@media (max-width:1024px) {
  .child_about .childAboutThis > .thisBox .contentBox {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    flex-wrap: unset;
    width: 70vw;
    margin: 0 auto;
    padding-bottom: 6vw;
    flex-direction: column-reverse;
    gap: 4vw;
  }
}
@media (max-width:1024px) and (max-width:1600px) {
  .child_about .childAboutThis > .thisBox .contentBox {
    width: 70vw;
  }
}
@media (max-width:1024px) and (max-width:1300px) {
  .child_about .childAboutThis > .thisBox .contentBox {
    width: 70vw;
  }
}
@media (max-width:1024px) and (max-width:1024px) {
  .child_about .childAboutThis > .thisBox .contentBox {
    width: 90vw;
  }
}
.child_about .childAboutThis > .thisBox .contentBox .imgBoxAll {
  width: 45%;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  flex-wrap: unset;
  padding: 4vw 0;
  padding-left: 2vw;
}
@media (max-width:1024px) {
  .child_about .childAboutThis > .thisBox .contentBox .imgBoxAll {
    padding-right: 0;
    padding-left: 0;
    width: 100%;
  }
}
.child_about .childAboutThis > .thisBox .contentBox .imgBoxAll .imgBox {
  height: 34vw;
  width: 31%;
  position: relative;
  overflow: hidden;
  clip-path: polygon(0 1vw, 1vw 0, calc(100% - 1vw) 0, 100% 1vw, 100% calc(100% - 1vw), calc(100% - 1vw) 100%, 1vw 100%, 0 calc(100% - 1vw));
}
.child_about .childAboutThis > .thisBox .contentBox .imgBoxAll .imgBox::before {
  content: '';
  position: absolute;
  display: block;
  top: 0;
  width: 100%;
  height: 100%;
  opacity: 0.5;
  border: 1px solid #fff;
  top: 0.5vw;
  left: 0.5vw;
  width: calc(100% - 1vw - 2px);
  height: calc(100% - 1vw - 2px);
  z-index: 2;
  pointer-events: none;
}
@media (max-width:1024px) {
  .child_about .childAboutThis > .thisBox .contentBox .imgBoxAll .imgBox {
    clip-path: polygon(0 2vw, 2vw 0, calc(100% - 2vw) 0, 100% 2vw, 100% calc(100% - 2vw), calc(100% - 2vw) 100%, 2vw 100%, 0 calc(100% - 2vw));
  }
  .child_about .childAboutThis > .thisBox .contentBox .imgBoxAll .imgBox::before {
    content: '';
    position: absolute;
    display: block;
    top: 0;
    width: 100%;
    height: 100%;
    opacity: 0.5;
    border: 1px solid #fff;
    top: 1vw;
    left: 1vw;
    width: calc(100% - 2vw - 2px);
    height: calc(100% - 2vw - 2px);
    z-index: 2;
    pointer-events: none;
  }
}
@media (max-width:1024px) {
  .child_about .childAboutThis > .thisBox .contentBox .imgBoxAll .imgBox {
    height: 60vw;
  }
}
.child_about .childAboutThis > .thisBox .contentBox .imgBoxAll .imgBox .swiper {
  width: 100%;
  height: 100%;
}
.child_about .childAboutThis > .thisBox .contentBox .imgBoxAll .imgBox .swiper .swiper-slide {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  justify-content: center;
  flex-wrap: unset;
}
.child_about .childAboutThis > .thisBox .contentBox .imgBoxAll .imgBox .swiper .swiper-slide img {
  width: calc(100% + 2vw);
  transition-timing-function: linear;
}
.child_about .childAboutThis > .thisBox .contentBox .imgBoxAll .imgBox .swiper .swiper-slide img.on {
  transition-duration: 8s;
  transform: translateX(2vw);
}
.child_about .childAboutThis > .thisBox .contentBox .imgBoxAll .imgBox:nth-child(1) {
  align-items: flex-start;
  margin-top: -8vw;
}
.child_about .childAboutThis > .thisBox .contentBox .imgBoxAll .imgBox:nth-child(2) {
  align-items: flex-end;
  margin-bottom: -8vw;
}
.child_about .childAboutThis > .thisBox .contentBox .textBoxAll {
  width: 55%;
  padding-left: 10vw;
  padding-right: 15vw;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  flex-wrap: unset;
  gap: 1vw;
}
@media (max-width:1024px) {
  .child_about .childAboutThis > .thisBox .contentBox .textBoxAll {
    width: 100%;
    padding-right: 0;
    align-items: center;
    padding-left: 0;
  }
}
.child_about .childAboutThis > .thisBox .contentBox .textBoxAll .subtitle {
  font-size: clamp(12px, 1.7vw, 1.7vw);
  text-transform: uppercase;
}
@media (max-width:1024px) {
  .child_about .childAboutThis > .thisBox .contentBox .textBoxAll .subtitle {
    font-size: 5.4vw;
  }
}
@media (max-width:1024px) {
  .child_about .childAboutThis > .thisBox .contentBox .textBoxAll .subtitle {
    font-size: 4vw;
    text-align: center;
  }
}
.child_about .childAboutThis > .thisBox .contentBox .textBoxAll .logo {
  margin-bottom: 1vw;
}
.child_about .childAboutThis > .thisBox .contentBox .textBoxAll .logo img {
  height: 4vw;
}
@media (max-width:1024px) {
  .child_about .childAboutThis > .thisBox .contentBox .textBoxAll .logo img {
    height: 16vw;
  }
}
.child_about .childAboutThis > .thisBox .contentBox .textBoxAll .title {
  font-size: clamp(12px, 1.5vw, 1.5vw);
  font-family: 'cn1';
  text-transform: uppercase;
}
@media (max-width:1024px) {
  .child_about .childAboutThis > .thisBox .contentBox .textBoxAll .title {
    font-size: 5vw;
  }
}
@media (max-width:1024px) {
  .child_about .childAboutThis > .thisBox .contentBox .textBoxAll .title {
    font-size: 5vw;
  }
}
.child_about .childAboutThis > .thisBox .contentBox .textBoxAll .miaoshu {
  margin-bottom: 2vw;
  font-size: clamp(12px, 1.1vw, 1.1vw);
  line-height: 2em;
}
@media (max-width:1024px) {
  .child_about .childAboutThis > .thisBox .contentBox .textBoxAll .miaoshu {
    font-size: 4.2vw;
  }
}
@media (max-width:1024px) {
  .child_about .childAboutThis > .thisBox .contentBox .textBoxAll .miaoshu {
    margin-bottom: 6vw;
    font-size: 3vw;
  }
}
.child_about .childAboutThis > .thisBox .contentBox .textBoxAll .miaoshu span {
  font-size: clamp(12px, 1.1vw, 1.1vw);
  color: #AB2C31;
}
@media (max-width:1024px) {
  .child_about .childAboutThis > .thisBox .contentBox .textBoxAll .miaoshu span {
    font-size: 4.2vw;
  }
}
.child_about .childAboutThis > .thisBox .contentBox .textBoxAll .content {
  text-align: justify;
}
@media (max-width:1024px) {
  .child_about .childAboutThis > .thisBox .contentBox .textBoxAll .content {
    font-size: 3vw;
    line-height: 2em;
  }
}
.child_about .childAboutThis .bgImg .img1 {
  width: 40vw;
  position: absolute;
  right: 4vw;
  top: 0;
  object-fit: contain;
}
@media (max-width:1024px) {
  .child_about .childAboutThis .bgImg .img1 {
    width: 80vw;
    right: 6vw;
    opacity: 0.3;
  }
}
.child_article .childArticleThis > .thisBox > .contentBox {
  width: 70vw;
  margin: 0 auto;
}
@media (max-width:1600px) {
  .child_article .childArticleThis > .thisBox > .contentBox {
    width: 70vw;
  }
}
@media (max-width:1300px) {
  .child_article .childArticleThis > .thisBox > .contentBox {
    width: 70vw;
  }
}
@media (max-width:1024px) {
  .child_article .childArticleThis > .thisBox > .contentBox {
    width: 90vw;
  }
}
.child_article .childArticleThis > .thisBox > .contentBox .ul {
  display: flex;
  flex-wrap: wrap;
  gap: 2vw;
  width: 100%;
}
.child_article .childArticleThis > .thisBox > .contentBox .ul > li {
  width: calc(100% / 2 - (2 - 1) * 2vw / 2);
}
@media (max-width:1024px) {
  .child_article .childArticleThis > .thisBox > .contentBox .ul {
    display: flex;
    flex-wrap: wrap;
    gap: 6vw;
  }
  .child_article .childArticleThis > .thisBox > .contentBox .ul > li {
    width: calc(100% / 1 - (1 - 1) * 6vw / 1);
  }
}
.child_article .childArticleThis > .thisBox > .contentBox .ul .li .aBox {
  background-color: #EFEBE7;
  box-shadow: 2px 2px 30px rgba(194, 148, 97, 0.1);
  position: relative;
  overflow: hidden;
  clip-path: polygon(0 1vw, 1vw 0, calc(100% - 1vw) 0, 100% 1vw, 100% calc(100% - 1vw), calc(100% - 1vw) 100%, 1vw 100%, 0 calc(100% - 1vw));
  padding: 2vw;
  transition-duration: 0.5s;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.56, -0.01, 0.04, 1);
}
.child_article .childArticleThis > .thisBox > .contentBox .ul .li .aBox::before {
  content: '';
  position: absolute;
  display: block;
  top: 0;
  width: 100%;
  height: 100%;
  opacity: 0.5;
  border: 1px solid #fff;
  top: 0.5vw;
  left: 0.5vw;
  width: calc(100% - 1vw - 2px);
  height: calc(100% - 1vw - 2px);
  z-index: 2;
  pointer-events: none;
}
@media (max-width:1024px) {
  .child_article .childArticleThis > .thisBox > .contentBox .ul .li .aBox {
    clip-path: polygon(0 2vw, 2vw 0, calc(100% - 2vw) 0, 100% 2vw, 100% calc(100% - 2vw), calc(100% - 2vw) 100%, 2vw 100%, 0 calc(100% - 2vw));
  }
  .child_article .childArticleThis > .thisBox > .contentBox .ul .li .aBox::before {
    content: '';
    position: absolute;
    display: block;
    top: 0;
    width: 100%;
    height: 100%;
    opacity: 0.5;
    border: 1px solid #fff;
    top: 1vw;
    left: 1vw;
    width: calc(100% - 2vw - 2px);
    height: calc(100% - 2vw - 2px);
    z-index: 2;
    pointer-events: none;
  }
}
@media (max-width:1024px) {
  .child_article .childArticleThis > .thisBox > .contentBox .ul .li .aBox {
    padding: 6vw;
  }
}
.child_article .childArticleThis > .thisBox > .contentBox .ul .li .aBox::before {
  border-color: rgba(171, 44, 49, 0.2);
}
.child_article .childArticleThis > .thisBox > .contentBox .ul .li .aBox .title {
  font-size: clamp(12px, 1.1vw, 1.1vw);
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  transition-duration: 0.5s;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.56, -0.01, 0.04, 1);
  margin-bottom: 0.5vw;
}
@media (max-width:1024px) {
  .child_article .childArticleThis > .thisBox > .contentBox .ul .li .aBox .title {
    font-size: 4.2vw;
  }
}
@media (max-width:1024px) {
  .child_article .childArticleThis > .thisBox > .contentBox .ul .li .aBox .title {
    margin-bottom: 2vw;
  }
}
.child_article .childArticleThis > .thisBox > .contentBox .ul .li .aBox .miaoshu {
  line-height: 1.5em;
  height: 2.6vw;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  opacity: 0.7;
}
@media (max-width:1024px) {
  .child_article .childArticleThis > .thisBox > .contentBox .ul .li .aBox .miaoshu {
    height: unset;
  }
}
.child_article .childArticleThis > .thisBox > .contentBox .ul .li .aBox:hover {
  transform: translateY(-0.5vw);
}
.child_article .childArticleThis > .thisBox > .contentBox .ul .li .aBox:hover .title {
  color: #AB2C31;
}
.child_article .childArticleThis > .thisBox {
  padding: 7vw 0;
}
@media (max-width:1024px) {
  .child_article .childArticleThis > .thisBox {
    padding: 12vw 0;
  }
}
.child_article .childArticleThis > .thisBox > .contentBox {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  flex-wrap: unset;
}
.child_media .childMediaThis {
  position: relative;
  z-index: 1;
}
.child_media .childMediaThis > .thisBox {
  padding-top: 7vw;
}
@media (max-width:1024px) {
  .child_media .childMediaThis > .thisBox {
    padding-top: 12vw;
  }
}
.child_media .childMediaThis > .thisBox > .contentBox {
  width: 70vw;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  flex-wrap: unset;
}
@media (max-width:1600px) {
  .child_media .childMediaThis > .thisBox > .contentBox {
    width: 70vw;
  }
}
@media (max-width:1300px) {
  .child_media .childMediaThis > .thisBox > .contentBox {
    width: 70vw;
  }
}
@media (max-width:1024px) {
  .child_media .childMediaThis > .thisBox > .contentBox {
    width: 90vw;
  }
}
.child_media .childMediaThis > .thisBox > .contentBox .ul {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  gap: 2vw;
}
.child_media .childMediaThis > .thisBox > .contentBox .ul > li {
  width: calc(100% / 3 - (3 - 1) * 2vw / 3);
}
@media (max-width:1024px) {
  .child_media .childMediaThis > .thisBox > .contentBox .ul {
    display: flex;
    flex-wrap: wrap;
    gap: 6vw;
  }
  .child_media .childMediaThis > .thisBox > .contentBox .ul > li {
    width: calc(100% / 1 - (1 - 1) * 6vw / 1);
  }
}
.child_media .childMediaThis > .thisBox > .contentBox .ul .li .aBox {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  flex-wrap: unset;
  gap: 1vw;
}
@media (max-width:1024px) {
  .child_media .childMediaThis > .thisBox > .contentBox .ul .li .aBox {
    gap: 4vw;
  }
}
.child_media .childMediaThis > .thisBox > .contentBox .ul .li .aBox .mediaBox {
  height: 14vw;
  position: relative;
  overflow: hidden;
  clip-path: polygon(0 1vw, 1vw 0, calc(100% - 1vw) 0, 100% 1vw, 100% calc(100% - 1vw), calc(100% - 1vw) 100%, 1vw 100%, 0 calc(100% - 1vw));
  width: 100%;
}
.child_media .childMediaThis > .thisBox > .contentBox .ul .li .aBox .mediaBox::before {
  content: '';
  position: absolute;
  display: block;
  top: 0;
  width: 100%;
  height: 100%;
  opacity: 0.5;
  border: 1px solid #fff;
  top: 0.5vw;
  left: 0.5vw;
  width: calc(100% - 1vw - 2px);
  height: calc(100% - 1vw - 2px);
  z-index: 2;
  pointer-events: none;
}
@media (max-width:1024px) {
  .child_media .childMediaThis > .thisBox > .contentBox .ul .li .aBox .mediaBox {
    clip-path: polygon(0 2vw, 2vw 0, calc(100% - 2vw) 0, 100% 2vw, 100% calc(100% - 2vw), calc(100% - 2vw) 100%, 2vw 100%, 0 calc(100% - 2vw));
  }
  .child_media .childMediaThis > .thisBox > .contentBox .ul .li .aBox .mediaBox::before {
    content: '';
    position: absolute;
    display: block;
    top: 0;
    width: 100%;
    height: 100%;
    opacity: 0.5;
    border: 1px solid #fff;
    top: 1vw;
    left: 1vw;
    width: calc(100% - 2vw - 2px);
    height: calc(100% - 2vw - 2px);
    z-index: 2;
    pointer-events: none;
  }
}
@media (max-width:1024px) {
  .child_media .childMediaThis > .thisBox > .contentBox .ul .li .aBox .mediaBox {
    height: 40vw;
  }
}
.child_media .childMediaThis > .thisBox > .contentBox .ul .li .aBox .title {
  font-size: clamp(12px, 1vw, 1vw);
}
@media (max-width:1024px) {
  .child_media .childMediaThis > .thisBox > .contentBox .ul .li .aBox .title {
    font-size: 4vw;
  }
}
@media (max-width:1024px) {
  .child_media .childMediaThis > .thisBox > .contentBox .ul .li .aBox .title {
    font-size: 4vw;
  }
}
.child_media .childMediaThis > .thisBox > .contentBox .ul .li .aBox:hover .title {
  color: #AB2C31;
}
.child_media .childMediaThis > .thisBox > .contentBox .ul .li[type="img"] .aBox .mediaBox img {
  object-fit: cover;
  width: 100%;
  height: 100%;
}
.child_media .childMediaThis > .thisBox > .contentBox .ul .li[type="video"] .aBox .mediaBox {
  position: relative;
}
.child_media .childMediaThis > .thisBox > .contentBox .ul .li[type="video"] .aBox .mediaBox video {
  object-fit: cover;
  width: 100%;
  height: 100%;
}
.child_media .childMediaThis > .thisBox > .contentBox .ul .li[type="video"] .aBox .mediaBox .playBtn {
  position: absolute;
  width: 3vw;
  height: 3vw;
  z-index: 2;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  flex-wrap: unset;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  border-radius: 50%;
  background-color: #AB2C31;
}
@media (max-width:1024px) {
  .child_media .childMediaThis > .thisBox > .contentBox .ul .li[type="video"] .aBox .mediaBox .playBtn {
    width: 12vw;
    height: 12vw;
  }
}
.child_media .childMediaThis > .thisBox > .contentBox .ul .li[type="video"] .aBox .mediaBox .playBtn i {
  color: #fff;
  font-size: clamp(12px, 1.1vw, 1.1vw);
}
@media (max-width:1024px) {
  .child_media .childMediaThis > .thisBox > .contentBox .ul .li[type="video"] .aBox .mediaBox .playBtn i {
    font-size: 4.2vw;
  }
}
.child_media .childMediaThis > .thisBox > .contentBox .ul .li[type="video"] .aBox .mediaBox::after {
  content: '';
  position: absolute;
  display: block;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
}
.child_link .childLinkThis {
  position: relative;
}
.child_link .childLinkThis > .thisBox {
  position: relative;
  z-index: 1;
  padding: 7vw 0;
  background-color: rgba(171, 156, 137, 0.2);
}
@media (max-width:1024px) {
  .child_link .childLinkThis > .thisBox {
    padding: 12vw 0;
  }
}
.child_link .childLinkThis > .thisBox > .contentBox .ul {
  width: 100%;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  flex-wrap: unset;
  gap: 4vw;
}
@media (max-width:1024px) {
  .child_link .childLinkThis > .thisBox > .contentBox .ul {
    gap: 6vw;
    flex-wrap: wrap;
  }
}
.child_link .childLinkThis > .thisBox > .contentBox .ul .li .aBox {
  cursor: pointer;
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  flex-wrap: unset;
  gap: 1vw;
  transition-duration: 0.5s;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.56, -0.01, 0.04, 1);
  width: 15vw;
  height: 15vw;
}
@media (max-width:1024px) {
  .child_link .childLinkThis > .thisBox > .contentBox .ul .li .aBox {
    gap: 4vw;
    width: 40vw;
    height: 40vw;
  }
}
.child_link .childLinkThis > .thisBox > .contentBox .ul .li .aBox .box {
  position: relative;
  z-index: 1;
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  flex-wrap: unset;
}
.child_link .childLinkThis > .thisBox > .contentBox .ul .li .aBox .box .title {
  font-size: clamp(12px, 1.7vw, 1.7vw);
  transition-duration: 0.5s;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.56, -0.01, 0.04, 1);
}
@media (max-width:1024px) {
  .child_link .childLinkThis > .thisBox > .contentBox .ul .li .aBox .box .title {
    font-size: 5.4vw;
  }
}
@media (max-width:1024px) {
  .child_link .childLinkThis > .thisBox > .contentBox .ul .li .aBox .box .title {
    font-size: 5vw;
  }
}
.child_link .childLinkThis > .thisBox > .contentBox .ul .li .aBox .img1 {
  position: relative;
  -webkit-mask-image: url(../img/child/img3.png);
  -webkit-mask-size: 100% 100%;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center;
  position: absolute;
  top: 0;
  left: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  flex-wrap: unset;
  width: 100%;
  height: 100%;
  opacity: 0.2;
  -webkit-mask-size: contain;
}
.child_link .childLinkThis > .thisBox > .contentBox .ul .li .aBox .img1::after {
  content: '';
  position: absolute;
  display: block;
  top: 0;
  background-color: #AB2C31;
  width: 100%;
  height: 100%;
}
.child_link .childLinkThis > .thisBox > .contentBox .ul .li .aBox .img1::after {
  content: '';
  position: absolute;
  display: block;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background-color: #c29461;
}
.child_link .childLinkThis > .thisBox > .contentBox .ul .li .aBox .img2 {
  position: relative;
  -webkit-mask-image: url(../img/child/img4.png);
  -webkit-mask-size: 100% 100%;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center;
  position: absolute;
  top: 0;
  left: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  flex-wrap: unset;
  width: 100%;
  height: 100%;
  -webkit-mask-size: 86%;
  transition-duration: 0.5s;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.56, -0.01, 0.04, 1);
  will-change: transform;
}
.child_link .childLinkThis > .thisBox > .contentBox .ul .li .aBox .img2::after {
  content: '';
  position: absolute;
  display: block;
  top: 0;
  background-color: #AB2C31;
  width: 100%;
  height: 100%;
}
.child_link .childLinkThis > .thisBox > .contentBox .ul .li .aBox .img2::after {
  content: '';
  position: absolute;
  display: block;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background-color: #c29461;
}
.child_link .childLinkThis > .thisBox > .contentBox .ul .li .aBox:hover {
  transform: translateY(-1vw);
}
.child_link .childLinkThis > .thisBox > .contentBox .ul .li .aBox:hover .title {
  color: #AB2C31;
}
.child_link .childLinkThis > .thisBox > .contentBox .ul .li .aBox:hover .img2 {
  transform: scale(0.9);
}
.child_link .childLinkThis .bgImg {
  opacity: 0.4;
  filter: grayscale(0) hue-rotate(348deg);
}
.child_pelpeo {
  position: relative;
  z-index: 2;
}
.child_pelpeo > .thisBox {
  padding: 7vw 0;
}
@media (max-width:1024px) {
  .child_pelpeo > .thisBox {
    padding: 12vw 0;
  }
}
.child_pelpeo > .thisBox > .contentBox {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  flex-wrap: unset;
}
.child_pelpeo > .thisBox > .contentBox .swiperBox {
  width: 100%;
}
.child_pelpeo > .thisBox > .contentBox .swiperBox .swiper .swiper-wrapper {
  transition-timing-function: linear;
}
.child_pelpeo > .thisBox > .contentBox .swiperBox .swiper .swiper-wrapper .swiper-slide {
  width: fit-content;
}
.child_pelpeo > .thisBox > .contentBox .swiperBox .swiper .swiper-wrapper .swiper-slide .aBox {
  position: relative;
  padding-right: 2vw;
  padding-bottom: 2vw;
}
@media (max-width:1024px) {
  .child_pelpeo > .thisBox > .contentBox .swiperBox .swiper .swiper-wrapper .swiper-slide .aBox {
    padding-right: 6vw;
    padding-bottom: 6vw;
  }
}
.child_pelpeo > .thisBox > .contentBox .swiperBox .swiper .swiper-wrapper .swiper-slide .aBox .sceneImg {
  width: 30vw;
  height: 15vw;
  position: relative;
  overflow: hidden;
  clip-path: polygon(0 1vw, 1vw 0, calc(100% - 1vw) 0, 100% 1vw, 100% calc(100% - 1vw), calc(100% - 1vw) 100%, 1vw 100%, 0 calc(100% - 1vw));
}
.child_pelpeo > .thisBox > .contentBox .swiperBox .swiper .swiper-wrapper .swiper-slide .aBox .sceneImg::before {
  content: '';
  position: absolute;
  display: block;
  top: 0;
  width: 100%;
  height: 100%;
  opacity: 0.5;
  border: 1px solid #fff;
  top: 0.5vw;
  left: 0.5vw;
  width: calc(100% - 1vw - 2px);
  height: calc(100% - 1vw - 2px);
  z-index: 2;
  pointer-events: none;
}
@media (max-width:1024px) {
  .child_pelpeo > .thisBox > .contentBox .swiperBox .swiper .swiper-wrapper .swiper-slide .aBox .sceneImg {
    clip-path: polygon(0 2vw, 2vw 0, calc(100% - 2vw) 0, 100% 2vw, 100% calc(100% - 2vw), calc(100% - 2vw) 100%, 2vw 100%, 0 calc(100% - 2vw));
  }
  .child_pelpeo > .thisBox > .contentBox .swiperBox .swiper .swiper-wrapper .swiper-slide .aBox .sceneImg::before {
    content: '';
    position: absolute;
    display: block;
    top: 0;
    width: 100%;
    height: 100%;
    opacity: 0.5;
    border: 1px solid #fff;
    top: 1vw;
    left: 1vw;
    width: calc(100% - 2vw - 2px);
    height: calc(100% - 2vw - 2px);
    z-index: 2;
    pointer-events: none;
  }
}
@media (max-width:1024px) {
  .child_pelpeo > .thisBox > .contentBox .swiperBox .swiper .swiper-wrapper .swiper-slide .aBox .sceneImg {
    width: 60vw;
    height: 30vw;
  }
}
.child_pelpeo > .thisBox > .contentBox .swiperBox .swiper .swiper-wrapper .swiper-slide .aBox .sceneImg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.child_pelpeo > .thisBox > .contentBox .swiperBox .swiper .swiper-wrapper .swiper-slide .aBox .textBox {
  margin-top: 1vw;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-start;
  flex-wrap: unset;
  gap: 1vw;
}
@media (max-width:1024px) {
  .child_pelpeo > .thisBox > .contentBox .swiperBox .swiper .swiper-wrapper .swiper-slide .aBox .textBox {
    margin-top: 4vw;
    gap: 4vw;
  }
}
.child_pelpeo > .thisBox > .contentBox .swiperBox .swiper .swiper-wrapper .swiper-slide .aBox .textBox .title {
  font-size: clamp(12px, 1.7vw, 1.7vw);
}
@media (max-width:1024px) {
  .child_pelpeo > .thisBox > .contentBox .swiperBox .swiper .swiper-wrapper .swiper-slide .aBox .textBox .title {
    font-size: 5.4vw;
  }
}
@media (max-width:1024px) {
  .child_pelpeo > .thisBox > .contentBox .swiperBox .swiper .swiper-wrapper .swiper-slide .aBox .textBox .title {
    font-size: 5vw;
  }
}
.child_pelpeo > .thisBox > .contentBox .swiperBox .swiper .swiper-wrapper .swiper-slide .aBox .textBox .sortname {
  color: #AB2C31;
  font-size: clamp(12px, 0.9vw, 0.9vw);
}
@media (max-width:1024px) {
  .child_pelpeo > .thisBox > .contentBox .swiperBox .swiper .swiper-wrapper .swiper-slide .aBox .textBox .sortname {
    font-size: 3.8vw;
  }
}
@media (max-width:1024px) {
  .child_pelpeo > .thisBox > .contentBox .swiperBox .swiper .swiper-wrapper .swiper-slide .aBox .textBox .sortname {
    font-size: 3vw;
  }
}
.child_pelpeo > .thisBox > .contentBox .swiperBox .swiper .swiper-wrapper .swiper-slide .aBox .ico {
  right: 0;
  top: 7vw;
  width: 8vw;
  height: 10vw;
  position: relative;
  overflow: hidden;
  clip-path: polygon(0 1vw, 1vw 0, calc(100% - 1vw) 0, 100% 1vw, 100% calc(100% - 1vw), calc(100% - 1vw) 100%, 1vw 100%, 0 calc(100% - 1vw));
  position: absolute;
}
.child_pelpeo > .thisBox > .contentBox .swiperBox .swiper .swiper-wrapper .swiper-slide .aBox .ico::before {
  content: '';
  position: absolute;
  display: block;
  top: 0;
  width: 100%;
  height: 100%;
  opacity: 0.5;
  border: 1px solid #fff;
  top: 0.5vw;
  left: 0.5vw;
  width: calc(100% - 1vw - 2px);
  height: calc(100% - 1vw - 2px);
  z-index: 2;
  pointer-events: none;
}
@media (max-width:1024px) {
  .child_pelpeo > .thisBox > .contentBox .swiperBox .swiper .swiper-wrapper .swiper-slide .aBox .ico {
    clip-path: polygon(0 2vw, 2vw 0, calc(100% - 2vw) 0, 100% 2vw, 100% calc(100% - 2vw), calc(100% - 2vw) 100%, 2vw 100%, 0 calc(100% - 2vw));
  }
  .child_pelpeo > .thisBox > .contentBox .swiperBox .swiper .swiper-wrapper .swiper-slide .aBox .ico::before {
    content: '';
    position: absolute;
    display: block;
    top: 0;
    width: 100%;
    height: 100%;
    opacity: 0.5;
    border: 1px solid #fff;
    top: 1vw;
    left: 1vw;
    width: calc(100% - 2vw - 2px);
    height: calc(100% - 2vw - 2px);
    z-index: 2;
    pointer-events: none;
  }
}
@media (max-width:1024px) {
  .child_pelpeo > .thisBox > .contentBox .swiperBox .swiper .swiper-wrapper .swiper-slide .aBox .ico {
    top: 14vw;
    width: 16vw;
    height: 20vw;
  }
}
.child_pelpeo > .thisBox > .contentBox .swiperBox .swiper .swiper-wrapper .swiper-slide .aBox .ico img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.child_pelpeo_list > .thisBox > .contentBox {
  width: 70vw;
  margin: 0 auto;
}
@media (max-width:1600px) {
  .child_pelpeo_list > .thisBox > .contentBox {
    width: 70vw;
  }
}
@media (max-width:1300px) {
  .child_pelpeo_list > .thisBox > .contentBox {
    width: 70vw;
  }
}
@media (max-width:1024px) {
  .child_pelpeo_list > .thisBox > .contentBox {
    width: 90vw;
  }
}
.child_pelpeo_list > .thisBox > .contentBox .ul {
  display: flex;
  flex-wrap: wrap;
  gap: 2vw;
}
.child_pelpeo_list > .thisBox > .contentBox .ul > li {
  width: calc(100% / 4 - (4 - 1) * 2vw / 4);
}
@media (max-width:1024px) {
  .child_pelpeo_list > .thisBox > .contentBox .ul {
    display: flex;
    flex-wrap: wrap;
    gap: 4vw;
  }
  .child_pelpeo_list > .thisBox > .contentBox .ul > li {
    width: calc(100% / 2 - (2 - 1) * 4vw / 2);
  }
}
.child_pelpeo_list > .thisBox > .contentBox .ul .li .aBox {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  flex-wrap: unset;
}
.child_pelpeo_list > .thisBox > .contentBox .ul .li .aBox .imgBox {
  width: 100%;
  height: 20vw;
  position: relative;
  overflow: hidden;
  clip-path: polygon(0 1vw, 1vw 0, calc(100% - 1vw) 0, 100% 1vw, 100% calc(100% - 1vw), calc(100% - 1vw) 100%, 1vw 100%, 0 calc(100% - 1vw));
}
@media (max-width:1024px) {
  .child_pelpeo_list > .thisBox > .contentBox .ul .li .aBox .imgBox {
    height: 50vw;
  }
}
.child_pelpeo_list > .thisBox > .contentBox .ul .li .aBox .imgBox::before {
  content: '';
  position: absolute;
  display: block;
  top: 0;
  width: 100%;
  height: 100%;
  opacity: 0.5;
  border: 1px solid #fff;
  top: 0.5vw;
  left: 0.5vw;
  width: calc(100% - 1vw - 2px);
  height: calc(100% - 1vw - 2px);
  z-index: 2;
  pointer-events: none;
}
@media (max-width:1024px) {
  .child_pelpeo_list > .thisBox > .contentBox .ul .li .aBox .imgBox {
    clip-path: polygon(0 2vw, 2vw 0, calc(100% - 2vw) 0, 100% 2vw, 100% calc(100% - 2vw), calc(100% - 2vw) 100%, 2vw 100%, 0 calc(100% - 2vw));
  }
  .child_pelpeo_list > .thisBox > .contentBox .ul .li .aBox .imgBox::before {
    content: '';
    position: absolute;
    display: block;
    top: 0;
    width: 100%;
    height: 100%;
    opacity: 0.5;
    border: 1px solid #fff;
    top: 1vw;
    left: 1vw;
    width: calc(100% - 2vw - 2px);
    height: calc(100% - 2vw - 2px);
    z-index: 2;
    pointer-events: none;
  }
}
.child_pelpeo_list > .thisBox > .contentBox .ul .li .aBox .imgBox img {
  transition-duration: 0.5s;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.56, -0.01, 0.04, 1);
}
.child_pelpeo_list > .thisBox > .contentBox .ul .li .aBox .textBox {
  background-color: #EFEBE7;
  box-shadow: 2px 2px 30px rgba(194, 148, 97, 0.1);
  position: relative;
  overflow: hidden;
  clip-path: polygon(0 1vw, 1vw 0, calc(100% - 1vw) 0, 100% 1vw, 100% calc(100% - 1vw), calc(100% - 1vw) 100%, 1vw 100%, 0 calc(100% - 1vw));
  padding: 2vw;
  width: 100%;
  padding: 1vw 2vw;
}
.child_pelpeo_list > .thisBox > .contentBox .ul .li .aBox .textBox::before {
  content: '';
  position: absolute;
  display: block;
  top: 0;
  width: 100%;
  height: 100%;
  opacity: 0.5;
  border: 1px solid #fff;
  top: 0.5vw;
  left: 0.5vw;
  width: calc(100% - 1vw - 2px);
  height: calc(100% - 1vw - 2px);
  z-index: 2;
  pointer-events: none;
}
@media (max-width:1024px) {
  .child_pelpeo_list > .thisBox > .contentBox .ul .li .aBox .textBox {
    clip-path: polygon(0 2vw, 2vw 0, calc(100% - 2vw) 0, 100% 2vw, 100% calc(100% - 2vw), calc(100% - 2vw) 100%, 2vw 100%, 0 calc(100% - 2vw));
  }
  .child_pelpeo_list > .thisBox > .contentBox .ul .li .aBox .textBox::before {
    content: '';
    position: absolute;
    display: block;
    top: 0;
    width: 100%;
    height: 100%;
    opacity: 0.5;
    border: 1px solid #fff;
    top: 1vw;
    left: 1vw;
    width: calc(100% - 2vw - 2px);
    height: calc(100% - 2vw - 2px);
    z-index: 2;
    pointer-events: none;
  }
}
@media (max-width:1024px) {
  .child_pelpeo_list > .thisBox > .contentBox .ul .li .aBox .textBox {
    padding: 6vw;
  }
}
.child_pelpeo_list > .thisBox > .contentBox .ul .li .aBox .textBox::before {
  border-color: rgba(171, 44, 49, 0.2);
}
@media (max-width:1300px) {
  .child_pelpeo_list > .thisBox > .contentBox .ul .li .aBox .textBox {
    padding: 2vw;
  }
}
@media (max-width:1024px) {
  .child_pelpeo_list > .thisBox > .contentBox .ul .li .aBox .textBox {
    padding: 4vw;
    height: 40vw;
  }
}
.child_pelpeo_list > .thisBox > .contentBox .ul .li .aBox .textBox .enTitle {
  color: #AB2C31;
  text-transform: uppercase;
  position: absolute;
  font-size: clamp(12px, 0.9vw, 0.9vw);
  text-transform: unset;
}
@media (max-width:1024px) {
  .child_pelpeo_list > .thisBox > .contentBox .ul .li .aBox .textBox .enTitle {
    font-size: 3.8vw;
  }
}
.child_pelpeo_list > .thisBox > .contentBox .ul .li .aBox .textBox .titleBox {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-start;
  flex-wrap: unset;
  gap: 1vw;
  padding-top: 1.5vw;
}
@media (max-width:1024px) {
  .child_pelpeo_list > .thisBox > .contentBox .ul .li .aBox .textBox .titleBox {
    gap: 3vw;
    padding-top: 4vw;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    flex-wrap: unset;
  }
}
.child_pelpeo_list > .thisBox > .contentBox .ul .li .aBox .textBox .titleBox .title {
  font-size: clamp(12px, 1.2vw, 1.2vw);
  font-weight: bold;
}
@media (max-width:1024px) {
  .child_pelpeo_list > .thisBox > .contentBox .ul .li .aBox .textBox .titleBox .title {
    font-size: 4.4vw;
  }
}
.child_pelpeo_list > .thisBox > .contentBox .ul .li .aBox .textBox .titleBox .sortOf {
  font-size: clamp(12px, 0.7vw, 0.7vw);
  color: #fff;
  background-color: #AB2C31;
  padding: 0.2vw 0.4vw;
}
@media (max-width:1024px) {
  .child_pelpeo_list > .thisBox > .contentBox .ul .li .aBox .textBox .titleBox .sortOf {
    font-size: 3.4vw;
  }
}
@media (max-width:1024px) {
  .child_pelpeo_list > .thisBox > .contentBox .ul .li .aBox .textBox .titleBox .sortOf {
    padding: 0.5vw 1.5vw;
  }
}
.child_pelpeo_list > .thisBox > .contentBox .ul .li .aBox .textBox .zhicheng {
  font-size: clamp(12px, 0.7vw, 0.7vw);
  margin-top: 1vw;
}
@media (max-width:1024px) {
  .child_pelpeo_list > .thisBox > .contentBox .ul .li .aBox .textBox .zhicheng {
    font-size: 3.4vw;
  }
}
@media (max-width:1024px) {
  .child_pelpeo_list > .thisBox > .contentBox .ul .li .aBox .textBox .zhicheng {
    margin-top: 3vw;
  }
}
.child_pelpeo_list > .thisBox > .contentBox .ul .li .aBox .textBox .text {
  font-size: clamp(12px, 0.7vw, 0.7vw);
  line-height: 2em;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  display: none;
}
@media (max-width:1024px) {
  .child_pelpeo_list > .thisBox > .contentBox .ul .li .aBox .textBox .text {
    font-size: 3.4vw;
  }
}
@media (max-width:1300px) {
  .child_pelpeo_list > .thisBox > .contentBox .ul .li .aBox .textBox .text {
    line-height: 1.6em;
  }
}
.child_pelpeo_list > .thisBox > .contentBox .ul .li .aBox:hover .imgBox img {
  transform: scale(1.1);
}
.child_pelpeo_detail_page .thisBox .contentBox {
  width: 100%;
}
#child_sancao_page .pageContentAll .pageContent .child_about_one > .thisBox {
  padding-top: 7vw;
}
@media (max-width:1024px) {
  #child_sancao_page .pageContentAll .pageContent .child_about_one > .thisBox {
    padding-top: 12vw;
  }
}
#child_sancao_page .pageContentAll .pageContent .child_about_one > .thisBox > .contentBox {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  flex-wrap: unset;
}
@media (max-width:1024px) {
  #child_sancao_page .pageContentAll .pageContent .child_about_one > .thisBox > .contentBox {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    flex-wrap: unset;
    gap: 8vw;
  }
}
#child_sancao_page .pageContentAll .pageContent .child_about_one > .thisBox > .contentBox .textBoxAll {
  width: 50%;
  padding-left: 15vw;
  padding-right: 10vw;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  flex-wrap: unset;
  gap: 1vw;
}
@media (max-width:1024px) {
  #child_sancao_page .pageContentAll .pageContent .child_about_one > .thisBox > .contentBox .textBoxAll {
    width: 100%;
    padding-right: 0;
    align-items: center;
    padding-left: 0;
    gap: 4vw;
    padding: 0 6vw;
  }
}
#child_sancao_page .pageContentAll .pageContent .child_about_one > .thisBox > .contentBox .textBoxAll .subtitle {
  font-size: clamp(12px, 1.7vw, 1.7vw);
  text-transform: uppercase;
}
@media (max-width:1024px) {
  #child_sancao_page .pageContentAll .pageContent .child_about_one > .thisBox > .contentBox .textBoxAll .subtitle {
    font-size: 5.4vw;
  }
}
#child_sancao_page .pageContentAll .pageContent .child_about_one > .thisBox > .contentBox .textBoxAll .logo {
  margin-bottom: 1vw;
}
#child_sancao_page .pageContentAll .pageContent .child_about_one > .thisBox > .contentBox .textBoxAll .logo img {
  height: 4vw;
}
@media (max-width:1024px) {
  #child_sancao_page .pageContentAll .pageContent .child_about_one > .thisBox > .contentBox .textBoxAll .logo img {
    height: 16vw;
  }
}
@media (max-width:1024px) {
  #child_sancao_page .pageContentAll .pageContent .child_about_one > .thisBox > .contentBox .textBoxAll .logo {
    margin-bottom: 4vw;
  }
}
#child_sancao_page .pageContentAll .pageContent .child_about_one > .thisBox > .contentBox .textBoxAll .title {
  font-size: clamp(12px, 1.5vw, 1.5vw);
  font-family: 'cn1';
  text-transform: uppercase;
}
@media (max-width:1024px) {
  #child_sancao_page .pageContentAll .pageContent .child_about_one > .thisBox > .contentBox .textBoxAll .title {
    font-size: 5vw;
  }
}
#child_sancao_page .pageContentAll .pageContent .child_about_one > .thisBox > .contentBox .textBoxAll .miaoshu {
  margin-bottom: 2vw;
  font-size: clamp(12px, 1.1vw, 1.1vw);
  line-height: 2em;
}
@media (max-width:1024px) {
  #child_sancao_page .pageContentAll .pageContent .child_about_one > .thisBox > .contentBox .textBoxAll .miaoshu {
    font-size: 4.2vw;
  }
}
@media (max-width:1024px) {
  #child_sancao_page .pageContentAll .pageContent .child_about_one > .thisBox > .contentBox .textBoxAll .miaoshu {
    margin-bottom: 6vw;
  }
}
#child_sancao_page .pageContentAll .pageContent .child_about_one > .thisBox > .contentBox .textBoxAll .miaoshu span {
  font-size: clamp(12px, 1.1vw, 1.1vw);
  color: #AB2C31;
}
@media (max-width:1024px) {
  #child_sancao_page .pageContentAll .pageContent .child_about_one > .thisBox > .contentBox .textBoxAll .miaoshu span {
    font-size: 4.2vw;
  }
}
#child_sancao_page .pageContentAll .pageContent .child_about_one > .thisBox > .contentBox .textBoxAll .content {
  text-align: justify;
}
#child_sancao_page .pageContentAll .pageContent .child_about_one > .thisBox > .contentBox .imgBoxAll {
  width: 50%;
}
@media (max-width:1024px) {
  #child_sancao_page .pageContentAll .pageContent .child_about_one > .thisBox > .contentBox .imgBoxAll {
    width: 100%;
  }
}
#child_sancao_page .pageContentAll .pageContent .child_about_one > .thisBox > .contentBox .imgBoxAll .swiperBox {
  position: relative;
  overflow: hidden;
  clip-path: polygon(0 1vw, 1vw 0, calc(100% - 1vw) 0, 100% 1vw, 100% calc(100% - 1vw), calc(100% - 1vw) 100%, 1vw 100%, 0 calc(100% - 1vw));
  width: 100%;
  height: 100%;
}
#child_sancao_page .pageContentAll .pageContent .child_about_one > .thisBox > .contentBox .imgBoxAll .swiperBox::before {
  content: '';
  position: absolute;
  display: block;
  top: 0;
  width: 100%;
  height: 100%;
  opacity: 0.5;
  border: 1px solid #fff;
  top: 0.5vw;
  left: 0.5vw;
  width: calc(100% - 1vw - 2px);
  height: calc(100% - 1vw - 2px);
  z-index: 2;
  pointer-events: none;
}
@media (max-width:1024px) {
  #child_sancao_page .pageContentAll .pageContent .child_about_one > .thisBox > .contentBox .imgBoxAll .swiperBox {
    clip-path: polygon(0 2vw, 2vw 0, calc(100% - 2vw) 0, 100% 2vw, 100% calc(100% - 2vw), calc(100% - 2vw) 100%, 2vw 100%, 0 calc(100% - 2vw));
  }
  #child_sancao_page .pageContentAll .pageContent .child_about_one > .thisBox > .contentBox .imgBoxAll .swiperBox::before {
    content: '';
    position: absolute;
    display: block;
    top: 0;
    width: 100%;
    height: 100%;
    opacity: 0.5;
    border: 1px solid #fff;
    top: 1vw;
    left: 1vw;
    width: calc(100% - 2vw - 2px);
    height: calc(100% - 2vw - 2px);
    z-index: 2;
    pointer-events: none;
  }
}
#child_sancao_page .pageContentAll .pageContent .child_about_one > .thisBox > .contentBox .imgBoxAll .swiperBox .swiper {
  width: 100%;
  height: 30vw;
}
@media (max-width:1024px) {
  #child_sancao_page .pageContentAll .pageContent .child_about_one > .thisBox > .contentBox .imgBoxAll .swiperBox .swiper {
    height: 60vw;
  }
}
#child_sancao_page .pageContentAll .pageContent .child_about_one > .thisBox > .contentBox .imgBoxAll .swiperBox .swiper .swiper-slide img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
#child_sancao_page .pageContentAll .pageContent .child_linian {
  overflow: hidden;
}
#child_sancao_page .pageContentAll .pageContent .child_linian > .thisBox {
  padding-top: 7vw;
}
@media (max-width:1024px) {
  #child_sancao_page .pageContentAll .pageContent .child_linian > .thisBox {
    padding-top: 12vw;
  }
}
#child_sancao_page .pageContentAll .pageContent .child_linian > .thisBox .contentBox {
  position: relative;
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  flex-wrap: unset;
}
#child_sancao_page .pageContentAll .pageContent .child_linian > .thisBox .contentBox .imgBoxAll {
  position: relative;
  width: 100%;
}
#child_sancao_page .pageContentAll .pageContent .child_linian > .thisBox .contentBox .imgBoxAll .imgBox {
  width: 100%;
  height: 100%;
  height: 100vh;
}
@media (max-width:1024px) {
  #child_sancao_page .pageContentAll .pageContent .child_linian > .thisBox .contentBox .imgBoxAll .imgBox {
    height: 60vh;
  }
}
#child_sancao_page .pageContentAll .pageContent .child_linian > .thisBox .contentBox .imgBoxAll .imgBox::after {
  content: '';
  position: absolute;
  display: block;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.3);
}
#child_sancao_page .pageContentAll .pageContent .child_linian > .thisBox .contentBox .textBoxAll {
  position: absolute;
  top: 0;
  width: 100%;
}
#child_sancao_page .pageContentAll .pageContent .child_linian > .thisBox .contentBox .textBoxAll p {
  position: relative;
  width: 100%;
  padding: 0 15vw;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  flex-wrap: unset;
}
@media (max-width:1024px) {
  #child_sancao_page .pageContentAll .pageContent .child_linian > .thisBox .contentBox .textBoxAll p {
    padding: 0 6vw;
    display: flex;
    flex-direction: column;
    align-items: center;
    flex-wrap: unset;
    justify-content: center;
  }
}
#child_sancao_page .pageContentAll .pageContent .child_linian > .thisBox .contentBox .textBoxAll p .leftShiju {
  height: 100vh;
  color: #fff;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-start;
  flex-wrap: unset;
  width: 30vw;
  will-change: transform;
  font-size: clamp(12px, 2.3vw, 2.3vw);
}
@media (max-width:1024px) {
  #child_sancao_page .pageContentAll .pageContent .child_linian > .thisBox .contentBox .textBoxAll p .leftShiju {
    font-size: 6.6vw;
  }
}
@media (max-width:1024px) {
  #child_sancao_page .pageContentAll .pageContent .child_linian > .thisBox .contentBox .textBoxAll p .leftShiju {
    height: 60vh;
    width: 100%;
    text-align: center;
  }
}
#child_sancao_page .pageContentAll .pageContent .child_linian > .thisBox .contentBox .textBoxAll p .rightMiaoshu {
  width: 40vw;
  line-height: 2em;
  background-color: #EFEBE7;
  box-shadow: 2px 2px 30px rgba(194, 148, 97, 0.1);
  position: relative;
  overflow: hidden;
  clip-path: polygon(0 1vw, 1vw 0, calc(100% - 1vw) 0, 100% 1vw, 100% calc(100% - 1vw), calc(100% - 1vw) 100%, 1vw 100%, 0 calc(100% - 1vw));
  padding: 2vw;
  background-color: #DDD6CE;
}
#child_sancao_page .pageContentAll .pageContent .child_linian > .thisBox .contentBox .textBoxAll p .rightMiaoshu::before {
  content: '';
  position: absolute;
  display: block;
  top: 0;
  width: 100%;
  height: 100%;
  opacity: 0.5;
  border: 1px solid #fff;
  top: 0.5vw;
  left: 0.5vw;
  width: calc(100% - 1vw - 2px);
  height: calc(100% - 1vw - 2px);
  z-index: 2;
  pointer-events: none;
}
@media (max-width:1024px) {
  #child_sancao_page .pageContentAll .pageContent .child_linian > .thisBox .contentBox .textBoxAll p .rightMiaoshu {
    clip-path: polygon(0 2vw, 2vw 0, calc(100% - 2vw) 0, 100% 2vw, 100% calc(100% - 2vw), calc(100% - 2vw) 100%, 2vw 100%, 0 calc(100% - 2vw));
  }
  #child_sancao_page .pageContentAll .pageContent .child_linian > .thisBox .contentBox .textBoxAll p .rightMiaoshu::before {
    content: '';
    position: absolute;
    display: block;
    top: 0;
    width: 100%;
    height: 100%;
    opacity: 0.5;
    border: 1px solid #fff;
    top: 1vw;
    left: 1vw;
    width: calc(100% - 2vw - 2px);
    height: calc(100% - 2vw - 2px);
    z-index: 2;
    pointer-events: none;
  }
}
@media (max-width:1024px) {
  #child_sancao_page .pageContentAll .pageContent .child_linian > .thisBox .contentBox .textBoxAll p .rightMiaoshu {
    padding: 6vw;
  }
}
#child_sancao_page .pageContentAll .pageContent .child_linian > .thisBox .contentBox .textBoxAll p .rightMiaoshu::before {
  border-color: rgba(171, 44, 49, 0.2);
}
@media (max-width:1024px) {
  #child_sancao_page .pageContentAll .pageContent .child_linian > .thisBox .contentBox .textBoxAll p .rightMiaoshu {
    width: 100%;
    padding: 6vw;
  }
}
#child_sancao_page .pageContentAll .pageContent .child_linian > .thisBox .contentBox .textBoxAll p .rightMiaoshu .msTitle {
  color: #AB2C31;
  font-size: clamp(12px, 1.3vw, 1.3vw);
  margin-bottom: 1vw;
}
@media (max-width:1024px) {
  #child_sancao_page .pageContentAll .pageContent .child_linian > .thisBox .contentBox .textBoxAll p .rightMiaoshu .msTitle {
    font-size: 4.6vw;
  }
}
@media (max-width:1024px) {
  #child_sancao_page .pageContentAll .pageContent .child_linian > .thisBox .contentBox .textBoxAll p .rightMiaoshu .msTitle {
    margin-bottom: 3vw;
  }
}
#child_sancao_page .pageContentAll .pageContent .child_linian > .thisBox .contentBox .textBoxAll p .rightMiaoshu .miaoshu {
  font-size: clamp(12px, 1.1vw, 1.1vw);
}
@media (max-width:1024px) {
  #child_sancao_page .pageContentAll .pageContent .child_linian > .thisBox .contentBox .textBoxAll p .rightMiaoshu .miaoshu {
    font-size: 4.2vw;
  }
}
#child_sancao_page .pageContentAll .pageContent .child_linian_1 {
  overflow: hidden;
}
#child_sancao_page .pageContentAll .pageContent .child_linian_1 > .thisBox {
  padding-top: 7vw;
}
@media (max-width:1024px) {
  #child_sancao_page .pageContentAll .pageContent .child_linian_1 > .thisBox {
    padding-top: 12vw;
  }
}
#child_sancao_page .pageContentAll .pageContent .child_linian_1 > .thisBox .contentBox {
  position: relative;
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  flex-wrap: unset;
}
#child_sancao_page .pageContentAll .pageContent .child_linian_1 > .thisBox .contentBox .imgBoxAll {
  position: relative;
  width: 100%;
}
#child_sancao_page .pageContentAll .pageContent .child_linian_1 > .thisBox .contentBox .imgBoxAll .imgBox {
  position: relative;
  width: 100%;
  height: 100%;
  height: 100vh;
}
@media (max-width:1024px) {
  #child_sancao_page .pageContentAll .pageContent .child_linian_1 > .thisBox .contentBox .imgBoxAll .imgBox {
    height: 80vw;
  }
}
#child_sancao_page .pageContentAll .pageContent .child_linian_1 > .thisBox .contentBox .imgBoxAll .imgBox::after {
  content: '';
  position: absolute;
  display: block;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.3);
}
#child_sancao_page .pageContentAll .pageContent .child_linian_1 > .thisBox .contentBox .textBoxAll {
  position: absolute;
  top: 0;
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  flex-wrap: unset;
}
#child_sancao_page .pageContentAll .pageContent .child_linian_1 > .thisBox .contentBox .textBoxAll .content {
  position: relative;
  width: 90%;
}
@media (max-width:1024px) {
  #child_sancao_page .pageContentAll .pageContent .child_linian_1 > .thisBox .contentBox .textBoxAll .content {
    width: 100%;
  }
}
#child_sancao_page .pageContentAll .pageContent .child_linian_1 > .thisBox .contentBox .textBoxAll .content p {
  padding: 0 2vw;
  position: relative;
  width: 100%;
  height: 100vh;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  flex-wrap: unset;
  gap: 2vw;
  will-change: transform;
  padding-top: 4vw;
}
@media (max-width:1024px) {
  #child_sancao_page .pageContentAll .pageContent .child_linian_1 > .thisBox .contentBox .textBoxAll .content p {
    height: 80vw;
    gap: 6vw;
    padding-top: 10vw;
  }
}
#child_sancao_page .pageContentAll .pageContent .child_linian_1 > .thisBox .contentBox .textBoxAll .content p .leftShiju {
  color: #fff;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-start;
  flex-wrap: unset;
  width: 100%;
  font-size: clamp(12px, 1.9vw, 1.9vw);
}
@media (max-width:1024px) {
  #child_sancao_page .pageContentAll .pageContent .child_linian_1 > .thisBox .contentBox .textBoxAll .content p .leftShiju {
    font-size: 5.8vw;
  }
}
#child_sancao_page .pageContentAll .pageContent .child_linian_1 > .thisBox .contentBox .textBoxAll .content p .rightMiaoshu {
  opacity: 0;
  transform: translateY(2vw);
  width: 100%;
  transition-duration: 0.5s;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.56, -0.01, 0.04, 1);
  line-height: 2em;
  background-color: #EFEBE7;
  box-shadow: 2px 2px 30px rgba(194, 148, 97, 0.1);
  position: relative;
  overflow: hidden;
  clip-path: polygon(0 1vw, 1vw 0, calc(100% - 1vw) 0, 100% 1vw, 100% calc(100% - 1vw), calc(100% - 1vw) 100%, 1vw 100%, 0 calc(100% - 1vw));
  padding: 2vw;
  background-color: #DDD6CE;
}
#child_sancao_page .pageContentAll .pageContent .child_linian_1 > .thisBox .contentBox .textBoxAll .content p .rightMiaoshu::before {
  content: '';
  position: absolute;
  display: block;
  top: 0;
  width: 100%;
  height: 100%;
  opacity: 0.5;
  border: 1px solid #fff;
  top: 0.5vw;
  left: 0.5vw;
  width: calc(100% - 1vw - 2px);
  height: calc(100% - 1vw - 2px);
  z-index: 2;
  pointer-events: none;
}
@media (max-width:1024px) {
  #child_sancao_page .pageContentAll .pageContent .child_linian_1 > .thisBox .contentBox .textBoxAll .content p .rightMiaoshu {
    clip-path: polygon(0 2vw, 2vw 0, calc(100% - 2vw) 0, 100% 2vw, 100% calc(100% - 2vw), calc(100% - 2vw) 100%, 2vw 100%, 0 calc(100% - 2vw));
  }
  #child_sancao_page .pageContentAll .pageContent .child_linian_1 > .thisBox .contentBox .textBoxAll .content p .rightMiaoshu::before {
    content: '';
    position: absolute;
    display: block;
    top: 0;
    width: 100%;
    height: 100%;
    opacity: 0.5;
    border: 1px solid #fff;
    top: 1vw;
    left: 1vw;
    width: calc(100% - 2vw - 2px);
    height: calc(100% - 2vw - 2px);
    z-index: 2;
    pointer-events: none;
  }
}
@media (max-width:1024px) {
  #child_sancao_page .pageContentAll .pageContent .child_linian_1 > .thisBox .contentBox .textBoxAll .content p .rightMiaoshu {
    padding: 6vw;
  }
}
#child_sancao_page .pageContentAll .pageContent .child_linian_1 > .thisBox .contentBox .textBoxAll .content p .rightMiaoshu::before {
  border-color: rgba(171, 44, 49, 0.2);
}
@media (max-width:1024px) {
  #child_sancao_page .pageContentAll .pageContent .child_linian_1 > .thisBox .contentBox .textBoxAll .content p .rightMiaoshu {
    transform: translateY(6vw);
    padding: 6vw;
    opacity: 1;
    transform: translateY(0);
  }
}
#child_sancao_page .pageContentAll .pageContent .child_linian_1 > .thisBox .contentBox .textBoxAll .content p .rightMiaoshu .msTitle {
  color: #AB2C31;
  font-size: clamp(12px, 1.3vw, 1.3vw);
  margin-bottom: 1vw;
}
@media (max-width:1024px) {
  #child_sancao_page .pageContentAll .pageContent .child_linian_1 > .thisBox .contentBox .textBoxAll .content p .rightMiaoshu .msTitle {
    font-size: 4.6vw;
  }
}
@media (max-width:1024px) {
  #child_sancao_page .pageContentAll .pageContent .child_linian_1 > .thisBox .contentBox .textBoxAll .content p .rightMiaoshu .msTitle {
    margin-bottom: 3vw;
  }
}
#child_sancao_page .pageContentAll .pageContent .child_linian_1 > .thisBox .contentBox .textBoxAll .content p .rightMiaoshu .miaoshu {
  font-size: clamp(12px, 1.1vw, 1.1vw);
}
@media (max-width:1024px) {
  #child_sancao_page .pageContentAll .pageContent .child_linian_1 > .thisBox .contentBox .textBoxAll .content p .rightMiaoshu .miaoshu {
    font-size: 4.2vw;
  }
}
#child_sancao_page .pageContentAll .pageContent .child_linian_1 > .thisBox .contentBox .textBoxAll .content p.on .rightMiaoshu {
  opacity: 1;
  transform: translateY(0);
  transition-duration: 1s;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.56, -0.01, 0.04, 1);
}
#child_sancao_page .pageContentAll .pageContent .child_kangfu > .thisBox {
  padding-top: 7vw;
}
@media (max-width:1024px) {
  #child_sancao_page .pageContentAll .pageContent .child_kangfu > .thisBox {
    padding-top: 12vw;
  }
}
#child_sancao_page .pageContentAll .pageContent .child_kangfu > .thisBox > .contentBox {
  width: 70vw;
  margin: 0 auto;
}
@media (max-width:1600px) {
  #child_sancao_page .pageContentAll .pageContent .child_kangfu > .thisBox > .contentBox {
    width: 70vw;
  }
}
@media (max-width:1300px) {
  #child_sancao_page .pageContentAll .pageContent .child_kangfu > .thisBox > .contentBox {
    width: 70vw;
  }
}
@media (max-width:1024px) {
  #child_sancao_page .pageContentAll .pageContent .child_kangfu > .thisBox > .contentBox {
    width: 90vw;
  }
}
#child_sancao_page .pageContentAll .pageContent .child_kangfu > .thisBox > .contentBox .content {
  background-color: #EFEBE7;
  box-shadow: 2px 2px 30px rgba(194, 148, 97, 0.1);
  position: relative;
  overflow: hidden;
  clip-path: polygon(0 1vw, 1vw 0, calc(100% - 1vw) 0, 100% 1vw, 100% calc(100% - 1vw), calc(100% - 1vw) 100%, 1vw 100%, 0 calc(100% - 1vw));
  padding: 2vw;
}
#child_sancao_page .pageContentAll .pageContent .child_kangfu > .thisBox > .contentBox .content::before {
  content: '';
  position: absolute;
  display: block;
  top: 0;
  width: 100%;
  height: 100%;
  opacity: 0.5;
  border: 1px solid #fff;
  top: 0.5vw;
  left: 0.5vw;
  width: calc(100% - 1vw - 2px);
  height: calc(100% - 1vw - 2px);
  z-index: 2;
  pointer-events: none;
}
@media (max-width:1024px) {
  #child_sancao_page .pageContentAll .pageContent .child_kangfu > .thisBox > .contentBox .content {
    clip-path: polygon(0 2vw, 2vw 0, calc(100% - 2vw) 0, 100% 2vw, 100% calc(100% - 2vw), calc(100% - 2vw) 100%, 2vw 100%, 0 calc(100% - 2vw));
  }
  #child_sancao_page .pageContentAll .pageContent .child_kangfu > .thisBox > .contentBox .content::before {
    content: '';
    position: absolute;
    display: block;
    top: 0;
    width: 100%;
    height: 100%;
    opacity: 0.5;
    border: 1px solid #fff;
    top: 1vw;
    left: 1vw;
    width: calc(100% - 2vw - 2px);
    height: calc(100% - 2vw - 2px);
    z-index: 2;
    pointer-events: none;
  }
}
@media (max-width:1024px) {
  #child_sancao_page .pageContentAll .pageContent .child_kangfu > .thisBox > .contentBox .content {
    padding: 6vw;
  }
}
#child_sancao_page .pageContentAll .pageContent .child_kangfu > .thisBox > .contentBox .content::before {
  border-color: rgba(171, 44, 49, 0.2);
}
#child_eryi_page .pageContentAll .pageContent .child_about_two {
  position: relative;
}
#child_eryi_page .pageContentAll .pageContent .child_about_two > .thisBox {
  padding-top: 7vw;
}
@media (max-width:1024px) {
  #child_eryi_page .pageContentAll .pageContent .child_about_two > .thisBox {
    padding-top: 12vw;
  }
}
#child_eryi_page .pageContentAll .pageContent .child_about_two > .thisBox > .contentBox {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  justify-content: center;
  flex-wrap: unset;
}
@media (max-width:1024px) {
  #child_eryi_page .pageContentAll .pageContent .child_about_two > .thisBox > .contentBox {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    flex-wrap: unset;
    width: 90%;
    margin: 0 auto;
  }
}
#child_eryi_page .pageContentAll .pageContent .child_about_two > .thisBox > .contentBox .imgBoxAll {
  position: relative;
  width: 45%;
  padding-left: 15vw;
}
@media (max-width:1024px) {
  #child_eryi_page .pageContentAll .pageContent .child_about_two > .thisBox > .contentBox .imgBoxAll {
    width: 100%;
    padding-left: 0;
  }
}
#child_eryi_page .pageContentAll .pageContent .child_about_two > .thisBox > .contentBox .imgBoxAll .imgBox {
  position: relative;
  overflow: hidden;
  clip-path: polygon(0 1vw, 1vw 0, calc(100% - 1vw) 0, 100% 1vw, 100% calc(100% - 1vw), calc(100% - 1vw) 100%, 1vw 100%, 0 calc(100% - 1vw));
}
#child_eryi_page .pageContentAll .pageContent .child_about_two > .thisBox > .contentBox .imgBoxAll .imgBox::before {
  content: '';
  position: absolute;
  display: block;
  top: 0;
  width: 100%;
  height: 100%;
  opacity: 0.5;
  border: 1px solid #fff;
  top: 0.5vw;
  left: 0.5vw;
  width: calc(100% - 1vw - 2px);
  height: calc(100% - 1vw - 2px);
  z-index: 2;
  pointer-events: none;
}
@media (max-width:1024px) {
  #child_eryi_page .pageContentAll .pageContent .child_about_two > .thisBox > .contentBox .imgBoxAll .imgBox {
    clip-path: polygon(0 2vw, 2vw 0, calc(100% - 2vw) 0, 100% 2vw, 100% calc(100% - 2vw), calc(100% - 2vw) 100%, 2vw 100%, 0 calc(100% - 2vw));
  }
  #child_eryi_page .pageContentAll .pageContent .child_about_two > .thisBox > .contentBox .imgBoxAll .imgBox::before {
    content: '';
    position: absolute;
    display: block;
    top: 0;
    width: 100%;
    height: 100%;
    opacity: 0.5;
    border: 1px solid #fff;
    top: 1vw;
    left: 1vw;
    width: calc(100% - 2vw - 2px);
    height: calc(100% - 2vw - 2px);
    z-index: 2;
    pointer-events: none;
  }
}
#child_eryi_page .pageContentAll .pageContent .child_about_two > .thisBox > .contentBox .imgBoxAll .imgBox:nth-child(1) {
  height: 40vw;
}
@media (max-width:1024px) {
  #child_eryi_page .pageContentAll .pageContent .child_about_two > .thisBox > .contentBox .imgBoxAll .imgBox:nth-child(1) {
    height: 60vw;
  }
}
#child_eryi_page .pageContentAll .pageContent .child_about_two > .thisBox > .contentBox .imgBoxAll .imgBox:nth-child(2) {
  height: 15vw;
  width: 40vw;
  margin-left: 10vw;
  margin-top: -5vw;
}
@media (max-width:1024px) {
  #child_eryi_page .pageContentAll .pageContent .child_about_two > .thisBox > .contentBox .imgBoxAll .imgBox:nth-child(2) {
    height: 25vw;
    width: 60vw;
    margin-left: 15vw;
    margin-top: -10vw;
  }
}
#child_eryi_page .pageContentAll .pageContent .child_about_two > .thisBox > .contentBox .textBoxAll {
  width: 55%;
  padding-left: 10vw;
  padding-right: 15vw;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  flex-wrap: unset;
  gap: 1vw;
  padding-top: 5vw;
}
@media (max-width:1024px) {
  #child_eryi_page .pageContentAll .pageContent .child_about_two > .thisBox > .contentBox .textBoxAll {
    width: 100%;
    padding-right: 0;
    align-items: center;
    padding-left: 0;
    gap: 4vw;
    padding-top: 10vw;
  }
}
#child_eryi_page .pageContentAll .pageContent .child_about_two > .thisBox > .contentBox .textBoxAll .subtitle {
  font-size: clamp(12px, 1.7vw, 1.7vw);
  text-transform: uppercase;
}
@media (max-width:1024px) {
  #child_eryi_page .pageContentAll .pageContent .child_about_two > .thisBox > .contentBox .textBoxAll .subtitle {
    font-size: 5.4vw;
  }
}
#child_eryi_page .pageContentAll .pageContent .child_about_two > .thisBox > .contentBox .textBoxAll .logo {
  margin-bottom: 1vw;
}
#child_eryi_page .pageContentAll .pageContent .child_about_two > .thisBox > .contentBox .textBoxAll .logo img {
  height: 4vw;
}
@media (max-width:1024px) {
  #child_eryi_page .pageContentAll .pageContent .child_about_two > .thisBox > .contentBox .textBoxAll .logo img {
    height: 16vw;
  }
}
#child_eryi_page .pageContentAll .pageContent .child_about_two > .thisBox > .contentBox .textBoxAll .title {
  font-size: clamp(12px, 1.5vw, 1.5vw);
  font-family: 'cn1';
  text-transform: uppercase;
}
@media (max-width:1024px) {
  #child_eryi_page .pageContentAll .pageContent .child_about_two > .thisBox > .contentBox .textBoxAll .title {
    font-size: 5vw;
  }
}
#child_eryi_page .pageContentAll .pageContent .child_about_two > .thisBox > .contentBox .textBoxAll .miaoshu {
  margin-bottom: 2vw;
  font-size: clamp(12px, 1.1vw, 1.1vw);
  line-height: 2em;
}
@media (max-width:1024px) {
  #child_eryi_page .pageContentAll .pageContent .child_about_two > .thisBox > .contentBox .textBoxAll .miaoshu {
    font-size: 4.2vw;
  }
}
#child_eryi_page .pageContentAll .pageContent .child_about_two > .thisBox > .contentBox .textBoxAll .miaoshu span {
  font-size: clamp(12px, 1.1vw, 1.1vw);
  color: #AB2C31;
}
@media (max-width:1024px) {
  #child_eryi_page .pageContentAll .pageContent .child_about_two > .thisBox > .contentBox .textBoxAll .miaoshu span {
    font-size: 4.2vw;
  }
}
#child_eryi_page .pageContentAll .pageContent .child_about_two > .thisBox > .contentBox .textBoxAll .content {
  text-align: justify;
}
#child_eryi_page .pageContentAll .pageContent .child_about_two .yuansu .yuansu10 {
  position: absolute;
  width: 40vw;
  right: -10vw;
  bottom: 0;
  opacity: 0.1;
}
#child_eryi_page .pageContentAll .pageContent .child_about_two .yuansu .yuansu10 img {
  width: 100%;
}
#child_eryi_page .pageContentAll .pageContent .child_textimg > .thisBox {
  padding-top: 7vw;
}
@media (max-width:1024px) {
  #child_eryi_page .pageContentAll .pageContent .child_textimg > .thisBox {
    padding-top: 12vw;
  }
}
#child_eryi_page .pageContentAll .pageContent .child_textimg > .thisBox > .contentBox {
  width: 100%;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  flex-wrap: unset;
  height: 34vw;
}
@media (max-width:1300px) {
  #child_eryi_page .pageContentAll .pageContent .child_textimg > .thisBox > .contentBox {
    height: 40vw;
  }
}
@media (max-width:1024px) {
  #child_eryi_page .pageContentAll .pageContent .child_textimg > .thisBox > .contentBox {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    flex-wrap: unset;
    height: unset;
  }
}
#child_eryi_page .pageContentAll .pageContent .child_textimg > .thisBox > .contentBox .textBoxAll {
  width: 50%;
  height: 100%;
}
@media (max-width:1024px) {
  #child_eryi_page .pageContentAll .pageContent .child_textimg > .thisBox > .contentBox .textBoxAll {
    width: 100%;
    height: unset;
  }
}
#child_eryi_page .pageContentAll .pageContent .child_textimg > .thisBox > .contentBox .textBoxAll .content {
  background-color: #EFEBE7;
  box-shadow: 2px 2px 30px rgba(194, 148, 97, 0.1);
  position: relative;
  overflow: hidden;
  clip-path: polygon(0 1vw, 1vw 0, calc(100% - 1vw) 0, 100% 1vw, 100% calc(100% - 1vw), calc(100% - 1vw) 100%, 1vw 100%, 0 calc(100% - 1vw));
  padding: 2vw;
  height: 100%;
  padding: 2vw 8vw;
}
#child_eryi_page .pageContentAll .pageContent .child_textimg > .thisBox > .contentBox .textBoxAll .content::before {
  content: '';
  position: absolute;
  display: block;
  top: 0;
  width: 100%;
  height: 100%;
  opacity: 0.5;
  border: 1px solid #fff;
  top: 0.5vw;
  left: 0.5vw;
  width: calc(100% - 1vw - 2px);
  height: calc(100% - 1vw - 2px);
  z-index: 2;
  pointer-events: none;
}
@media (max-width:1024px) {
  #child_eryi_page .pageContentAll .pageContent .child_textimg > .thisBox > .contentBox .textBoxAll .content {
    clip-path: polygon(0 2vw, 2vw 0, calc(100% - 2vw) 0, 100% 2vw, 100% calc(100% - 2vw), calc(100% - 2vw) 100%, 2vw 100%, 0 calc(100% - 2vw));
  }
  #child_eryi_page .pageContentAll .pageContent .child_textimg > .thisBox > .contentBox .textBoxAll .content::before {
    content: '';
    position: absolute;
    display: block;
    top: 0;
    width: 100%;
    height: 100%;
    opacity: 0.5;
    border: 1px solid #fff;
    top: 1vw;
    left: 1vw;
    width: calc(100% - 2vw - 2px);
    height: calc(100% - 2vw - 2px);
    z-index: 2;
    pointer-events: none;
  }
}
@media (max-width:1024px) {
  #child_eryi_page .pageContentAll .pageContent .child_textimg > .thisBox > .contentBox .textBoxAll .content {
    padding: 6vw;
  }
}
#child_eryi_page .pageContentAll .pageContent .child_textimg > .thisBox > .contentBox .textBoxAll .content::before {
  border-color: rgba(171, 44, 49, 0.2);
}
@media (max-width:1300px) {
  #child_eryi_page .pageContentAll .pageContent .child_textimg > .thisBox > .contentBox .textBoxAll .content {
    padding: 2vw 4vw;
  }
}
@media (max-width:1024px) {
  #child_eryi_page .pageContentAll .pageContent .child_textimg > .thisBox > .contentBox .textBoxAll .content {
    padding: 6vw;
    height: unset;
  }
}
#child_eryi_page .pageContentAll .pageContent .child_textimg > .thisBox > .contentBox .textBoxAll .content p {
  text-indent: 0;
}
#child_eryi_page .pageContentAll .pageContent .child_textimg > .thisBox > .contentBox .textBoxAll .content .cTitle {
  font-size: clamp(12px, 1.5vw, 1.5vw);
  color: #AB2C31;
}
@media (max-width:1024px) {
  #child_eryi_page .pageContentAll .pageContent .child_textimg > .thisBox > .contentBox .textBoxAll .content .cTitle {
    font-size: 5vw;
  }
}
#child_eryi_page .pageContentAll .pageContent .child_textimg > .thisBox > .contentBox .imgBoxAll {
  width: 50%;
  height: 100%;
}
@media (max-width:1024px) {
  #child_eryi_page .pageContentAll .pageContent .child_textimg > .thisBox > .contentBox .imgBoxAll {
    width: 100%;
    height: 50vw;
  }
}
#child_eryi_page .pageContentAll .pageContent .child_textimg > .thisBox > .contentBox .imgBoxAll .imgBox {
  width: 100%;
  height: 100%;
  position: relative;
  overflow: hidden;
  clip-path: polygon(0 1vw, 1vw 0, calc(100% - 1vw) 0, 100% 1vw, 100% calc(100% - 1vw), calc(100% - 1vw) 100%, 1vw 100%, 0 calc(100% - 1vw));
}
#child_eryi_page .pageContentAll .pageContent .child_textimg > .thisBox > .contentBox .imgBoxAll .imgBox::before {
  content: '';
  position: absolute;
  display: block;
  top: 0;
  width: 100%;
  height: 100%;
  opacity: 0.5;
  border: 1px solid #fff;
  top: 0.5vw;
  left: 0.5vw;
  width: calc(100% - 1vw - 2px);
  height: calc(100% - 1vw - 2px);
  z-index: 2;
  pointer-events: none;
}
@media (max-width:1024px) {
  #child_eryi_page .pageContentAll .pageContent .child_textimg > .thisBox > .contentBox .imgBoxAll .imgBox {
    clip-path: polygon(0 2vw, 2vw 0, calc(100% - 2vw) 0, 100% 2vw, 100% calc(100% - 2vw), calc(100% - 2vw) 100%, 2vw 100%, 0 calc(100% - 2vw));
  }
  #child_eryi_page .pageContentAll .pageContent .child_textimg > .thisBox > .contentBox .imgBoxAll .imgBox::before {
    content: '';
    position: absolute;
    display: block;
    top: 0;
    width: 100%;
    height: 100%;
    opacity: 0.5;
    border: 1px solid #fff;
    top: 1vw;
    left: 1vw;
    width: calc(100% - 2vw - 2px);
    height: calc(100% - 2vw - 2px);
    z-index: 2;
    pointer-events: none;
  }
}
#child_eryi_page .pageContentAll .pageContent .child_hezuo > .thisBox {
  padding-top: 7vw;
}
@media (max-width:1024px) {
  #child_eryi_page .pageContentAll .pageContent .child_hezuo > .thisBox {
    padding-top: 12vw;
  }
}
#child_eryi_page .pageContentAll .pageContent .child_hezuo > .thisBox .contentBox {
  width: 80%;
  margin: 0 auto;
  background-color: #EFEBE7;
  box-shadow: 2px 2px 30px rgba(194, 148, 97, 0.1);
  position: relative;
  overflow: hidden;
  clip-path: polygon(0 1vw, 1vw 0, calc(100% - 1vw) 0, 100% 1vw, 100% calc(100% - 1vw), calc(100% - 1vw) 100%, 1vw 100%, 0 calc(100% - 1vw));
  padding: 2vw;
  padding: 4vw 2vw;
}
#child_eryi_page .pageContentAll .pageContent .child_hezuo > .thisBox .contentBox::before {
  content: '';
  position: absolute;
  display: block;
  top: 0;
  width: 100%;
  height: 100%;
  opacity: 0.5;
  border: 1px solid #fff;
  top: 0.5vw;
  left: 0.5vw;
  width: calc(100% - 1vw - 2px);
  height: calc(100% - 1vw - 2px);
  z-index: 2;
  pointer-events: none;
}
@media (max-width:1024px) {
  #child_eryi_page .pageContentAll .pageContent .child_hezuo > .thisBox .contentBox {
    clip-path: polygon(0 2vw, 2vw 0, calc(100% - 2vw) 0, 100% 2vw, 100% calc(100% - 2vw), calc(100% - 2vw) 100%, 2vw 100%, 0 calc(100% - 2vw));
  }
  #child_eryi_page .pageContentAll .pageContent .child_hezuo > .thisBox .contentBox::before {
    content: '';
    position: absolute;
    display: block;
    top: 0;
    width: 100%;
    height: 100%;
    opacity: 0.5;
    border: 1px solid #fff;
    top: 1vw;
    left: 1vw;
    width: calc(100% - 2vw - 2px);
    height: calc(100% - 2vw - 2px);
    z-index: 2;
    pointer-events: none;
  }
}
@media (max-width:1024px) {
  #child_eryi_page .pageContentAll .pageContent .child_hezuo > .thisBox .contentBox {
    padding: 6vw;
  }
}
#child_eryi_page .pageContentAll .pageContent .child_hezuo > .thisBox .contentBox::before {
  border-color: rgba(171, 44, 49, 0.2);
}
@media (max-width:1024px) {
  #child_eryi_page .pageContentAll .pageContent .child_hezuo > .thisBox .contentBox {
    width: 70vw;
    margin: 0 auto;
    padding: 4vw 8vw;
    width: 100%;
  }
}
@media (max-width:1024px) and (max-width:1600px) {
  #child_eryi_page .pageContentAll .pageContent .child_hezuo > .thisBox .contentBox {
    width: 70vw;
  }
}
@media (max-width:1024px) and (max-width:1300px) {
  #child_eryi_page .pageContentAll .pageContent .child_hezuo > .thisBox .contentBox {
    width: 70vw;
  }
}
@media (max-width:1024px) and (max-width:1024px) {
  #child_eryi_page .pageContentAll .pageContent .child_hezuo > .thisBox .contentBox {
    width: 90vw;
  }
}
#child_eryi_page .pageContentAll .pageContent .child_hezuo > .thisBox .contentBox .ul {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  justify-content: center;
  flex-wrap: unset;
}
@media (max-width:1024px) {
  #child_eryi_page .pageContentAll .pageContent .child_hezuo > .thisBox .contentBox .ul {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    flex-wrap: unset;
  }
}
#child_eryi_page .pageContentAll .pageContent .child_hezuo > .thisBox .contentBox .ul .li {
  border-right: 1px dashed #ddd;
  flex: 1;
}
@media (max-width:1024px) {
  #child_eryi_page .pageContentAll .pageContent .child_hezuo > .thisBox .contentBox .ul .li {
    border-right: none;
    border-bottom: 1px dashed #ddd;
  }
}
#child_eryi_page .pageContentAll .pageContent .child_hezuo > .thisBox .contentBox .ul .li .box {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  flex-wrap: unset;
  padding: 0 3vw;
}
@media (max-width:1024px) {
  #child_eryi_page .pageContentAll .pageContent .child_hezuo > .thisBox .contentBox .ul .li .box {
    padding: 0;
    padding: 6vw 0;
    gap: 4vw;
  }
}
@media (max-width:1024px) {
  #child_eryi_page .pageContentAll .pageContent .child_hezuo > .thisBox .contentBox .ul .li .box .subtitle {
    font-size: 4vw;
  }
}
#child_eryi_page .pageContentAll .pageContent .child_hezuo > .thisBox .contentBox .ul .li .box .imgBox {
  height: 15vw;
  width: 100%;
}
@media (max-width:1024px) {
  #child_eryi_page .pageContentAll .pageContent .child_hezuo > .thisBox .contentBox .ul .li .box .imgBox {
    height: 60vw;
  }
}
#child_eryi_page .pageContentAll .pageContent .child_hezuo > .thisBox .contentBox .ul .li .box .imgBox img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
#child_eryi_page .pageContentAll .pageContent .child_hezuo > .thisBox .contentBox .ul .li .box .title {
  margin-top: 1vw;
  font-size: clamp(12px, 0.8vw, 0.8vw);
  font-weight: bold;
  text-align: center;
}
@media (max-width:1024px) {
  #child_eryi_page .pageContentAll .pageContent .child_hezuo > .thisBox .contentBox .ul .li .box .title {
    font-size: 3.6vw;
  }
}
@media (max-width:1024px) {
  #child_eryi_page .pageContentAll .pageContent .child_hezuo > .thisBox .contentBox .ul .li .box .title {
    font-size: 5vw;
    margin-top: 3vw;
  }
}
#child_eryi_page .pageContentAll .pageContent .child_hezuo > .thisBox .contentBox .ul .li:last-child {
  border-right: none;
}
#child_sanwei_page .pageContentAll .pageContent .child_service > .thisBox {
  padding-top: 7vw;
}
@media (max-width:1024px) {
  #child_sanwei_page .pageContentAll .pageContent .child_service > .thisBox {
    padding-top: 12vw;
  }
}
#child_sanwei_page .pageContentAll .pageContent .child_service > .thisBox .contentBox {
  width: 70vw;
  margin: 0 auto;
}
@media (max-width:1600px) {
  #child_sanwei_page .pageContentAll .pageContent .child_service > .thisBox .contentBox {
    width: 70vw;
  }
}
@media (max-width:1300px) {
  #child_sanwei_page .pageContentAll .pageContent .child_service > .thisBox .contentBox {
    width: 70vw;
  }
}
@media (max-width:1024px) {
  #child_sanwei_page .pageContentAll .pageContent .child_service > .thisBox .contentBox {
    width: 90vw;
  }
}
#child_sanwei_page .pageContentAll .pageContent .child_service > .thisBox .contentBox .ul {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  flex-wrap: unset;
  gap: 2vw;
}
@media (max-width:1024px) {
  #child_sanwei_page .pageContentAll .pageContent .child_service > .thisBox .contentBox .ul {
    gap: 8vw;
  }
}
#child_sanwei_page .pageContentAll .pageContent .child_service > .thisBox .contentBox .ul .li {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  flex-wrap: unset;
}
@media (max-width:1024px) {
  #child_sanwei_page .pageContentAll .pageContent .child_service > .thisBox .contentBox .ul .li {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    flex-wrap: unset;
  }
}
#child_sanwei_page .pageContentAll .pageContent .child_service > .thisBox .contentBox .ul .li .textBoxAll {
  width: 46%;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  flex-wrap: unset;
  gap: 1vw;
}
@media (max-width:1024px) {
  #child_sanwei_page .pageContentAll .pageContent .child_service > .thisBox .contentBox .ul .li .textBoxAll {
    width: 100%;
    gap: 4vw;
  }
}
#child_sanwei_page .pageContentAll .pageContent .child_service > .thisBox .contentBox .ul .li .textBoxAll .title {
  font-size: clamp(12px, 1.9vw, 1.9vw);
}
@media (max-width:1024px) {
  #child_sanwei_page .pageContentAll .pageContent .child_service > .thisBox .contentBox .ul .li .textBoxAll .title {
    font-size: 5.8vw;
  }
}
#child_sanwei_page .pageContentAll .pageContent .child_service > .thisBox .contentBox .ul .li .textBoxAll .subtitle {
  color: #AB2C31;
  font-size: clamp(12px, 1.1vw, 1.1vw);
}
@media (max-width:1024px) {
  #child_sanwei_page .pageContentAll .pageContent .child_service > .thisBox .contentBox .ul .li .textBoxAll .subtitle {
    font-size: 4.2vw;
  }
}
#child_sanwei_page .pageContentAll .pageContent .child_service > .thisBox .contentBox .ul .li .textBoxAll .content {
  margin-top: 2vw;
}
@media (max-width:1024px) {
  #child_sanwei_page .pageContentAll .pageContent .child_service > .thisBox .contentBox .ul .li .textBoxAll .content {
    margin-top: 6vw;
  }
}
#child_sanwei_page .pageContentAll .pageContent .child_service > .thisBox .contentBox .ul .li .textBoxAll .content p {
  font-size: clamp(12px, 1.1vw, 1.1vw);
  line-height: 2em;
}
@media (max-width:1024px) {
  #child_sanwei_page .pageContentAll .pageContent .child_service > .thisBox .contentBox .ul .li .textBoxAll .content p {
    font-size: 4.2vw;
  }
}
#child_sanwei_page .pageContentAll .pageContent .child_service > .thisBox .contentBox .ul .li .imgBoxAll {
  width: 46%;
  height: 20vw;
}
@media (max-width:1024px) {
  #child_sanwei_page .pageContentAll .pageContent .child_service > .thisBox .contentBox .ul .li .imgBoxAll {
    width: 100%;
    height: 50vw;
  }
}
#child_sanwei_page .pageContentAll .pageContent .child_service > .thisBox .contentBox .ul .li .imgBoxAll .imgBox {
  height: 100%;
  position: relative;
  overflow: hidden;
  clip-path: polygon(0 1vw, 1vw 0, calc(100% - 1vw) 0, 100% 1vw, 100% calc(100% - 1vw), calc(100% - 1vw) 100%, 1vw 100%, 0 calc(100% - 1vw));
}
#child_sanwei_page .pageContentAll .pageContent .child_service > .thisBox .contentBox .ul .li .imgBoxAll .imgBox::before {
  content: '';
  position: absolute;
  display: block;
  top: 0;
  width: 100%;
  height: 100%;
  opacity: 0.5;
  border: 1px solid #fff;
  top: 0.5vw;
  left: 0.5vw;
  width: calc(100% - 1vw - 2px);
  height: calc(100% - 1vw - 2px);
  z-index: 2;
  pointer-events: none;
}
@media (max-width:1024px) {
  #child_sanwei_page .pageContentAll .pageContent .child_service > .thisBox .contentBox .ul .li .imgBoxAll .imgBox {
    clip-path: polygon(0 2vw, 2vw 0, calc(100% - 2vw) 0, 100% 2vw, 100% calc(100% - 2vw), calc(100% - 2vw) 100%, 2vw 100%, 0 calc(100% - 2vw));
  }
  #child_sanwei_page .pageContentAll .pageContent .child_service > .thisBox .contentBox .ul .li .imgBoxAll .imgBox::before {
    content: '';
    position: absolute;
    display: block;
    top: 0;
    width: 100%;
    height: 100%;
    opacity: 0.5;
    border: 1px solid #fff;
    top: 1vw;
    left: 1vw;
    width: calc(100% - 2vw - 2px);
    height: calc(100% - 2vw - 2px);
    z-index: 2;
    pointer-events: none;
  }
}
#child_sanwei_page .pageContentAll .pageContent .child_service > .thisBox .contentBox .ul .li:nth-child(2n) {
  flex-direction: row-reverse;
}
@media (max-width:1024px) {
  #child_sanwei_page .pageContentAll .pageContent .child_service > .thisBox .contentBox .ul .li:nth-child(2n) {
    flex-direction: column;
  }
}
#child_sanwei_page .pageContentAll .pageContent .child_media .childMediaThis > .thisBox {
  padding-bottom: 7vw;
}
@media (max-width:1024px) {
  #child_sanwei_page .pageContentAll .pageContent .child_media .childMediaThis > .thisBox {
    padding-bottom: 12vw;
  }
}
#child_sanwei_page .pageContentAll .pageContent .child_news {
  position: relative;
}
#child_sanwei_page .pageContentAll .pageContent .child_news > .thisBox {
  padding: 7vw 0;
  position: relative;
  z-index: 1;
}
@media (max-width:1024px) {
  #child_sanwei_page .pageContentAll .pageContent .child_news > .thisBox {
    padding: 12vw 0;
  }
}
#child_sanwei_page .pageContentAll .pageContent .child_news > .thisBox > .contentBox {
  width: 70vw;
  margin: 0 auto;
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  justify-content: center;
  flex-wrap: unset;
  gap: 2vw;
}
@media (max-width:1600px) {
  #child_sanwei_page .pageContentAll .pageContent .child_news > .thisBox > .contentBox {
    width: 70vw;
  }
}
@media (max-width:1300px) {
  #child_sanwei_page .pageContentAll .pageContent .child_news > .thisBox > .contentBox {
    width: 70vw;
  }
}
@media (max-width:1024px) {
  #child_sanwei_page .pageContentAll .pageContent .child_news > .thisBox > .contentBox {
    width: 90vw;
  }
}
@media (max-width:1024px) {
  #child_sanwei_page .pageContentAll .pageContent .child_news > .thisBox > .contentBox {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    flex-wrap: unset;
    gap: 8vw;
  }
}
#child_sanwei_page .pageContentAll .pageContent .child_news > .thisBox > .contentBox .oneBox {
  flex: 1;
}
@media (max-width:1024px) {
  #child_sanwei_page .pageContentAll .pageContent .child_news > .thisBox > .contentBox .oneBox {
    width: 100%;
  }
}
#child_sanwei_page .pageContentAll .pageContent .child_news > .thisBox > .contentBox .oneBox .navname {
  width: 100%;
  margin-bottom: 1vw;
  border-bottom: 1px solid #AB2C31;
  padding-bottom: 1vw;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  flex-wrap: unset;
}
@media (max-width:1024px) {
  #child_sanwei_page .pageContentAll .pageContent .child_news > .thisBox > .contentBox .oneBox .navname {
    margin-bottom: 4vw;
    padding-bottom: 4vw;
  }
}
#child_sanwei_page .pageContentAll .pageContent .child_news > .thisBox > .contentBox .oneBox .navname .text {
  color: #AB2C31;
  font-size: clamp(12px, 1.3vw, 1.3vw);
}
@media (max-width:1024px) {
  #child_sanwei_page .pageContentAll .pageContent .child_news > .thisBox > .contentBox .oneBox .navname .text {
    font-size: 4.6vw;
  }
}
#child_sanwei_page .pageContentAll .pageContent .child_news > .thisBox > .contentBox .oneBox .navname .unifyButton {
  margin-top: 0;
}
#child_sanwei_page .pageContentAll .pageContent .child_news > .thisBox > .contentBox .oneBox .navname .unifyButton .unifyButtonThis > .thisBox {
  width: 8vw;
  height: 2.6vw;
}
@media (max-width:1024px) {
  #child_sanwei_page .pageContentAll .pageContent .child_news > .thisBox > .contentBox .oneBox .navname .unifyButton .unifyButtonThis > .thisBox {
    width: 30vw;
    height: 10vw;
  }
}
#child_sanwei_page .pageContentAll .pageContent .child_news > .thisBox > .contentBox .oneBox .ul {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  flex-wrap: unset;
  gap: 1vw;
}
@media (max-width:1024px) {
  #child_sanwei_page .pageContentAll .pageContent .child_news > .thisBox > .contentBox .oneBox .ul {
    gap: 4vw;
  }
}
#child_sanwei_page .pageContentAll .pageContent .child_news > .thisBox > .contentBox .oneBox .ul .li {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  flex-wrap: unset;
  width: 100%;
}
#child_sanwei_page .pageContentAll .pageContent .child_news > .thisBox > .contentBox .oneBox .ul .li .aBox {
  padding: 1vw;
  width: 100%;
  height: 6vw;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-start;
  flex-wrap: unset;
  transition-duration: 0.5s;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.56, -0.01, 0.04, 1);
  background-color: #EFEBE7;
  box-shadow: 2px 2px 30px rgba(194, 148, 97, 0.1);
  position: relative;
  overflow: hidden;
  clip-path: polygon(0 1vw, 1vw 0, calc(100% - 1vw) 0, 100% 1vw, 100% calc(100% - 1vw), calc(100% - 1vw) 100%, 1vw 100%, 0 calc(100% - 1vw));
  padding: 2vw;
}
#child_sanwei_page .pageContentAll .pageContent .child_news > .thisBox > .contentBox .oneBox .ul .li .aBox::before {
  content: '';
  position: absolute;
  display: block;
  top: 0;
  width: 100%;
  height: 100%;
  opacity: 0.5;
  border: 1px solid #fff;
  top: 0.5vw;
  left: 0.5vw;
  width: calc(100% - 1vw - 2px);
  height: calc(100% - 1vw - 2px);
  z-index: 2;
  pointer-events: none;
}
@media (max-width:1024px) {
  #child_sanwei_page .pageContentAll .pageContent .child_news > .thisBox > .contentBox .oneBox .ul .li .aBox {
    clip-path: polygon(0 2vw, 2vw 0, calc(100% - 2vw) 0, 100% 2vw, 100% calc(100% - 2vw), calc(100% - 2vw) 100%, 2vw 100%, 0 calc(100% - 2vw));
  }
  #child_sanwei_page .pageContentAll .pageContent .child_news > .thisBox > .contentBox .oneBox .ul .li .aBox::before {
    content: '';
    position: absolute;
    display: block;
    top: 0;
    width: 100%;
    height: 100%;
    opacity: 0.5;
    border: 1px solid #fff;
    top: 1vw;
    left: 1vw;
    width: calc(100% - 2vw - 2px);
    height: calc(100% - 2vw - 2px);
    z-index: 2;
    pointer-events: none;
  }
}
@media (max-width:1024px) {
  #child_sanwei_page .pageContentAll .pageContent .child_news > .thisBox > .contentBox .oneBox .ul .li .aBox {
    padding: 6vw;
  }
}
#child_sanwei_page .pageContentAll .pageContent .child_news > .thisBox > .contentBox .oneBox .ul .li .aBox::before {
  border-color: rgba(171, 44, 49, 0.2);
}
@media (max-width:1024px) {
  #child_sanwei_page .pageContentAll .pageContent .child_news > .thisBox > .contentBox .oneBox .ul .li .aBox {
    height: unset;
    padding: 4vw;
  }
}
#child_sanwei_page .pageContentAll .pageContent .child_news > .thisBox > .contentBox .oneBox .ul .li .aBox .textBox {
  padding-left: 1vw;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  flex-wrap: unset;
  width: 100%;
}
@media (max-width:1024px) {
  #child_sanwei_page .pageContentAll .pageContent .child_news > .thisBox > .contentBox .oneBox .ul .li .aBox .textBox {
    padding-left: 4vw;
  }
}
#child_sanwei_page .pageContentAll .pageContent .child_news > .thisBox > .contentBox .oneBox .ul .li .aBox .textBox .title {
  margin-bottom: 0.5vw;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  transition-duration: 0.5s;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.56, -0.01, 0.04, 1);
  font-size: clamp(12px, 1.1vw, 1.1vw);
}
@media (max-width:1024px) {
  #child_sanwei_page .pageContentAll .pageContent .child_news > .thisBox > .contentBox .oneBox .ul .li .aBox .textBox .title {
    font-size: 4.2vw;
  }
}
@media (max-width:1024px) {
  #child_sanwei_page .pageContentAll .pageContent .child_news > .thisBox > .contentBox .oneBox .ul .li .aBox .textBox .title {
    margin-bottom: 2vw;
  }
}
#child_sanwei_page .pageContentAll .pageContent .child_news > .thisBox > .contentBox .oneBox .ul .li .aBox .textBox .miaoshu {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  opacity: 0.7;
  line-height: 1.5em;
}
#child_sanwei_page .pageContentAll .pageContent .child_news > .thisBox > .contentBox .oneBox .ul .li .aBox:hover {
  background-color: rgba(239, 235, 231, 0.3);
}
#child_sanwei_page .pageContentAll .pageContent .child_news > .thisBox > .contentBox .oneBox .ul .li .aBox:hover .textBox .title {
  color: #AB2C31;
}
#child_sanwei_page .pageContentAll .pageContent .child_news > .thisBox > .contentBox .oneBox.on {
  pointer-events: auto;
}
#child_sanwei_page .pageContentAll .pageContent .child_contact > .thisBox {
  background-color: #AB9C89;
  padding: 3.5vw 0;
}
@media (max-width:1024px) {
  #child_sanwei_page .pageContentAll .pageContent .child_contact > .thisBox {
    padding: 6vw 0;
  }
}
#child_sanwei_page .pageContentAll .pageContent .child_contact > .thisBox > .contentBox {
  width: 70vw;
  margin: 0 auto;
}
@media (max-width:1600px) {
  #child_sanwei_page .pageContentAll .pageContent .child_contact > .thisBox > .contentBox {
    width: 70vw;
  }
}
@media (max-width:1300px) {
  #child_sanwei_page .pageContentAll .pageContent .child_contact > .thisBox > .contentBox {
    width: 70vw;
  }
}
@media (max-width:1024px) {
  #child_sanwei_page .pageContentAll .pageContent .child_contact > .thisBox > .contentBox {
    width: 90vw;
  }
}
#child_sanwei_page .pageContentAll .pageContent .child_contact > .thisBox > .contentBox .ul {
  width: 100%;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  flex-wrap: unset;
}
@media (max-width:1024px) {
  #child_sanwei_page .pageContentAll .pageContent .child_contact > .thisBox > .contentBox .ul {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    flex-wrap: unset;
    gap: 6vw;
  }
}
#child_sanwei_page .pageContentAll .pageContent .child_contact > .thisBox > .contentBox .ul .li {
  flex: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  flex-wrap: unset;
  gap: 0.5vw;
}
@media (max-width:1024px) {
  #child_sanwei_page .pageContentAll .pageContent .child_contact > .thisBox > .contentBox .ul .li {
    width: 100%;
    gap: 2vw;
  }
}
#child_sanwei_page .pageContentAll .pageContent .child_contact > .thisBox > .contentBox .ul .li .ico {
  width: 3vw;
  height: 3vw;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  flex-wrap: unset;
  position: relative;
  overflow: hidden;
  clip-path: polygon(0 1vw, 1vw 0, calc(100% - 1vw) 0, 100% 1vw, 100% calc(100% - 1vw), calc(100% - 1vw) 100%, 1vw 100%, 0 calc(100% - 1vw));
  background-color: #EFEBE7;
}
#child_sanwei_page .pageContentAll .pageContent .child_contact > .thisBox > .contentBox .ul .li .ico::before {
  content: '';
  position: absolute;
  display: block;
  top: 0;
  width: 100%;
  height: 100%;
  opacity: 0.5;
  border: 1px solid #fff;
  top: 0.5vw;
  left: 0.5vw;
  width: calc(100% - 1vw - 2px);
  height: calc(100% - 1vw - 2px);
  z-index: 2;
  pointer-events: none;
}
@media (max-width:1024px) {
  #child_sanwei_page .pageContentAll .pageContent .child_contact > .thisBox > .contentBox .ul .li .ico {
    clip-path: polygon(0 2vw, 2vw 0, calc(100% - 2vw) 0, 100% 2vw, 100% calc(100% - 2vw), calc(100% - 2vw) 100%, 2vw 100%, 0 calc(100% - 2vw));
  }
  #child_sanwei_page .pageContentAll .pageContent .child_contact > .thisBox > .contentBox .ul .li .ico::before {
    content: '';
    position: absolute;
    display: block;
    top: 0;
    width: 100%;
    height: 100%;
    opacity: 0.5;
    border: 1px solid #fff;
    top: 1vw;
    left: 1vw;
    width: calc(100% - 2vw - 2px);
    height: calc(100% - 2vw - 2px);
    z-index: 2;
    pointer-events: none;
  }
}
@media (max-width:1024px) {
  #child_sanwei_page .pageContentAll .pageContent .child_contact > .thisBox > .contentBox .ul .li .ico {
    width: 12vw;
    height: 12vw;
  }
}
#child_sanwei_page .pageContentAll .pageContent .child_contact > .thisBox > .contentBox .ul .li .ico:before {
  border-color: #AB2C31;
}
#child_sanwei_page .pageContentAll .pageContent .child_contact > .thisBox > .contentBox .ul .li .ico i {
  font-size: clamp(12px, 1.5vw, 1.5vw);
  color: #AB2C31;
}
@media (max-width:1024px) {
  #child_sanwei_page .pageContentAll .pageContent .child_contact > .thisBox > .contentBox .ul .li .ico i {
    font-size: 5vw;
  }
}
#child_sanwei_page .pageContentAll .pageContent .child_contact > .thisBox > .contentBox .ul .li .title {
  font-size: clamp(12px, 1.3vw, 1.3vw);
  color: #fff;
}
@media (max-width:1024px) {
  #child_sanwei_page .pageContentAll .pageContent .child_contact > .thisBox > .contentBox .ul .li .title {
    font-size: 4.6vw;
  }
}
#child_sanwei_page .pageContentAll .pageContent .child_contact > .thisBox > .contentBox .ul .li .miaoshu {
  font-size: clamp(12px, 1.3vw, 1.3vw);
  color: #fff;
}
@media (max-width:1024px) {
  #child_sanwei_page .pageContentAll .pageContent .child_contact > .thisBox > .contentBox .ul .li .miaoshu {
    font-size: 4.6vw;
  }
}
#child_media_list_page .pageContentAll .pageContent .childMediaList > .thisBox > .contentBox {
  width: 70vw;
  margin: 0 auto;
}
@media (max-width:1600px) {
  #child_media_list_page .pageContentAll .pageContent .childMediaList > .thisBox > .contentBox {
    width: 70vw;
  }
}
@media (max-width:1300px) {
  #child_media_list_page .pageContentAll .pageContent .childMediaList > .thisBox > .contentBox {
    width: 70vw;
  }
}
@media (max-width:1024px) {
  #child_media_list_page .pageContentAll .pageContent .childMediaList > .thisBox > .contentBox {
    width: 90vw;
  }
}
#child_media_list_page .pageContentAll .pageContent .childMediaList > .thisBox > .contentBox .ul {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  gap: 2vw;
}
#child_media_list_page .pageContentAll .pageContent .childMediaList > .thisBox > .contentBox .ul > li {
  width: calc(100% / 3 - (3 - 1) * 2vw / 3);
}
@media (max-width:1024px) {
  #child_media_list_page .pageContentAll .pageContent .childMediaList > .thisBox > .contentBox .ul {
    display: flex;
    flex-wrap: wrap;
    gap: 6vw;
  }
  #child_media_list_page .pageContentAll .pageContent .childMediaList > .thisBox > .contentBox .ul > li {
    width: calc(100% / 1 - (1 - 1) * 6vw / 1);
  }
}
#child_media_list_page .pageContentAll .pageContent .childMediaList > .thisBox > .contentBox .ul .li .aBox {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  flex-wrap: unset;
  gap: 1vw;
}
@media (max-width:1024px) {
  #child_media_list_page .pageContentAll .pageContent .childMediaList > .thisBox > .contentBox .ul .li .aBox {
    gap: 4vw;
  }
}
#child_media_list_page .pageContentAll .pageContent .childMediaList > .thisBox > .contentBox .ul .li .aBox .mediaBox {
  height: 14vw;
  position: relative;
  overflow: hidden;
  clip-path: polygon(0 1vw, 1vw 0, calc(100% - 1vw) 0, 100% 1vw, 100% calc(100% - 1vw), calc(100% - 1vw) 100%, 1vw 100%, 0 calc(100% - 1vw));
  width: 100%;
}
#child_media_list_page .pageContentAll .pageContent .childMediaList > .thisBox > .contentBox .ul .li .aBox .mediaBox::before {
  content: '';
  position: absolute;
  display: block;
  top: 0;
  width: 100%;
  height: 100%;
  opacity: 0.5;
  border: 1px solid #fff;
  top: 0.5vw;
  left: 0.5vw;
  width: calc(100% - 1vw - 2px);
  height: calc(100% - 1vw - 2px);
  z-index: 2;
  pointer-events: none;
}
@media (max-width:1024px) {
  #child_media_list_page .pageContentAll .pageContent .childMediaList > .thisBox > .contentBox .ul .li .aBox .mediaBox {
    clip-path: polygon(0 2vw, 2vw 0, calc(100% - 2vw) 0, 100% 2vw, 100% calc(100% - 2vw), calc(100% - 2vw) 100%, 2vw 100%, 0 calc(100% - 2vw));
  }
  #child_media_list_page .pageContentAll .pageContent .childMediaList > .thisBox > .contentBox .ul .li .aBox .mediaBox::before {
    content: '';
    position: absolute;
    display: block;
    top: 0;
    width: 100%;
    height: 100%;
    opacity: 0.5;
    border: 1px solid #fff;
    top: 1vw;
    left: 1vw;
    width: calc(100% - 2vw - 2px);
    height: calc(100% - 2vw - 2px);
    z-index: 2;
    pointer-events: none;
  }
}
@media (max-width:1024px) {
  #child_media_list_page .pageContentAll .pageContent .childMediaList > .thisBox > .contentBox .ul .li .aBox .mediaBox {
    height: 40vw;
  }
}
#child_media_list_page .pageContentAll .pageContent .childMediaList > .thisBox > .contentBox .ul .li .aBox .title {
  font-size: clamp(12px, 1vw, 1vw);
}
@media (max-width:1024px) {
  #child_media_list_page .pageContentAll .pageContent .childMediaList > .thisBox > .contentBox .ul .li .aBox .title {
    font-size: 4vw;
  }
}
@media (max-width:1024px) {
  #child_media_list_page .pageContentAll .pageContent .childMediaList > .thisBox > .contentBox .ul .li .aBox .title {
    font-size: 4vw;
  }
}
#child_media_list_page .pageContentAll .pageContent .childMediaList > .thisBox > .contentBox .ul .li .aBox:hover .title {
  color: #AB2C31;
}
#child_media_list_page .pageContentAll .pageContent .childMediaList > .thisBox > .contentBox .ul .li[type="img"] .aBox .mediaBox img {
  object-fit: cover;
  width: 100%;
  height: 100%;
}
#child_media_list_page .pageContentAll .pageContent .childMediaList > .thisBox > .contentBox .ul .li[type="video"] .aBox .mediaBox {
  position: relative;
}
#child_media_list_page .pageContentAll .pageContent .childMediaList > .thisBox > .contentBox .ul .li[type="video"] .aBox .mediaBox video {
  object-fit: cover;
  width: 100%;
  height: 100%;
}
#child_media_list_page .pageContentAll .pageContent .childMediaList > .thisBox > .contentBox .ul .li[type="video"] .aBox .mediaBox .playBtn {
  position: absolute;
  width: 3vw;
  height: 3vw;
  z-index: 2;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  flex-wrap: unset;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  border-radius: 50%;
  background-color: #AB2C31;
}
@media (max-width:1024px) {
  #child_media_list_page .pageContentAll .pageContent .childMediaList > .thisBox > .contentBox .ul .li[type="video"] .aBox .mediaBox .playBtn {
    width: 12vw;
    height: 12vw;
  }
}
#child_media_list_page .pageContentAll .pageContent .childMediaList > .thisBox > .contentBox .ul .li[type="video"] .aBox .mediaBox .playBtn i {
  color: #fff;
  font-size: clamp(12px, 1.1vw, 1.1vw);
}
@media (max-width:1024px) {
  #child_media_list_page .pageContentAll .pageContent .childMediaList > .thisBox > .contentBox .ul .li[type="video"] .aBox .mediaBox .playBtn i {
    font-size: 4.2vw;
  }
}
#child_media_list_page .pageContentAll .pageContent .childMediaList > .thisBox > .contentBox .ul .li[type="video"] .aBox .mediaBox::after {
  content: '';
  position: absolute;
  display: block;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
}
#child_video_list_page .pageContentAll .pageContent .childVideoList > .thisBox > .contentBox {
  width: 70vw;
  margin: 0 auto;
}
@media (max-width:1600px) {
  #child_video_list_page .pageContentAll .pageContent .childVideoList > .thisBox > .contentBox {
    width: 70vw;
  }
}
@media (max-width:1300px) {
  #child_video_list_page .pageContentAll .pageContent .childVideoList > .thisBox > .contentBox {
    width: 70vw;
  }
}
@media (max-width:1024px) {
  #child_video_list_page .pageContentAll .pageContent .childVideoList > .thisBox > .contentBox {
    width: 90vw;
  }
}
#child_video_list_page .pageContentAll .pageContent .childVideoList > .thisBox > .contentBox .ul {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  gap: 2vw;
}
#child_video_list_page .pageContentAll .pageContent .childVideoList > .thisBox > .contentBox .ul > li {
  width: calc(100% / 3 - (3 - 1) * 2vw / 3);
}
@media (max-width:1024px) {
  #child_video_list_page .pageContentAll .pageContent .childVideoList > .thisBox > .contentBox .ul {
    display: flex;
    flex-wrap: wrap;
    gap: 6vw;
  }
  #child_video_list_page .pageContentAll .pageContent .childVideoList > .thisBox > .contentBox .ul > li {
    width: calc(100% / 1 - (1 - 1) * 6vw / 1);
  }
}
#child_video_list_page .pageContentAll .pageContent .childVideoList > .thisBox > .contentBox .ul .li .aBox {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  flex-wrap: unset;
  gap: 1vw;
}
@media (max-width:1024px) {
  #child_video_list_page .pageContentAll .pageContent .childVideoList > .thisBox > .contentBox .ul .li .aBox {
    gap: 4vw;
  }
}
#child_video_list_page .pageContentAll .pageContent .childVideoList > .thisBox > .contentBox .ul .li .aBox .mediaBox {
  height: 14vw;
  position: relative;
  overflow: hidden;
  clip-path: polygon(0 1vw, 1vw 0, calc(100% - 1vw) 0, 100% 1vw, 100% calc(100% - 1vw), calc(100% - 1vw) 100%, 1vw 100%, 0 calc(100% - 1vw));
  width: 100%;
}
#child_video_list_page .pageContentAll .pageContent .childVideoList > .thisBox > .contentBox .ul .li .aBox .mediaBox::before {
  content: '';
  position: absolute;
  display: block;
  top: 0;
  width: 100%;
  height: 100%;
  opacity: 0.5;
  border: 1px solid #fff;
  top: 0.5vw;
  left: 0.5vw;
  width: calc(100% - 1vw - 2px);
  height: calc(100% - 1vw - 2px);
  z-index: 2;
  pointer-events: none;
}
@media (max-width:1024px) {
  #child_video_list_page .pageContentAll .pageContent .childVideoList > .thisBox > .contentBox .ul .li .aBox .mediaBox {
    clip-path: polygon(0 2vw, 2vw 0, calc(100% - 2vw) 0, 100% 2vw, 100% calc(100% - 2vw), calc(100% - 2vw) 100%, 2vw 100%, 0 calc(100% - 2vw));
  }
  #child_video_list_page .pageContentAll .pageContent .childVideoList > .thisBox > .contentBox .ul .li .aBox .mediaBox::before {
    content: '';
    position: absolute;
    display: block;
    top: 0;
    width: 100%;
    height: 100%;
    opacity: 0.5;
    border: 1px solid #fff;
    top: 1vw;
    left: 1vw;
    width: calc(100% - 2vw - 2px);
    height: calc(100% - 2vw - 2px);
    z-index: 2;
    pointer-events: none;
  }
}
@media (max-width:1024px) {
  #child_video_list_page .pageContentAll .pageContent .childVideoList > .thisBox > .contentBox .ul .li .aBox .mediaBox {
    height: 40vw;
  }
}
#child_video_list_page .pageContentAll .pageContent .childVideoList > .thisBox > .contentBox .ul .li .aBox .title {
  font-size: clamp(12px, 1vw, 1vw);
}
@media (max-width:1024px) {
  #child_video_list_page .pageContentAll .pageContent .childVideoList > .thisBox > .contentBox .ul .li .aBox .title {
    font-size: 4vw;
  }
}
@media (max-width:1024px) {
  #child_video_list_page .pageContentAll .pageContent .childVideoList > .thisBox > .contentBox .ul .li .aBox .title {
    font-size: 4vw;
  }
}
#child_video_list_page .pageContentAll .pageContent .childVideoList > .thisBox > .contentBox .ul .li .aBox:hover .title {
  color: #AB2C31;
}
#child_video_list_page .pageContentAll .pageContent .childVideoList > .thisBox > .contentBox .ul .li[type="img"] .aBox .mediaBox img {
  object-fit: cover;
  width: 100%;
  height: 100%;
}
#child_video_list_page .pageContentAll .pageContent .childVideoList > .thisBox > .contentBox .ul .li[type="video"] .aBox .mediaBox {
  position: relative;
}
#child_video_list_page .pageContentAll .pageContent .childVideoList > .thisBox > .contentBox .ul .li[type="video"] .aBox .mediaBox video {
  object-fit: cover;
  width: 100%;
  height: 100%;
}
#child_video_list_page .pageContentAll .pageContent .childVideoList > .thisBox > .contentBox .ul .li[type="video"] .aBox .mediaBox .playBtn {
  position: absolute;
  width: 3vw;
  height: 3vw;
  z-index: 2;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  flex-wrap: unset;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  border-radius: 50%;
  background-color: #AB2C31;
}
@media (max-width:1024px) {
  #child_video_list_page .pageContentAll .pageContent .childVideoList > .thisBox > .contentBox .ul .li[type="video"] .aBox .mediaBox .playBtn {
    width: 12vw;
    height: 12vw;
  }
}
#child_video_list_page .pageContentAll .pageContent .childVideoList > .thisBox > .contentBox .ul .li[type="video"] .aBox .mediaBox .playBtn i {
  color: #fff;
  font-size: clamp(12px, 1.1vw, 1.1vw);
}
@media (max-width:1024px) {
  #child_video_list_page .pageContentAll .pageContent .childVideoList > .thisBox > .contentBox .ul .li[type="video"] .aBox .mediaBox .playBtn i {
    font-size: 4.2vw;
  }
}
#child_video_list_page .pageContentAll .pageContent .childVideoList > .thisBox > .contentBox .ul .li[type="video"] .aBox .mediaBox::after {
  content: '';
  position: absolute;
  display: block;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
}
#child_audio_list_page .pageContentAll .pageContent .childAudioList > .thisBox > .contentBox {
  width: 70vw;
  margin: 0 auto;
}
@media (max-width:1600px) {
  #child_audio_list_page .pageContentAll .pageContent .childAudioList > .thisBox > .contentBox {
    width: 70vw;
  }
}
@media (max-width:1300px) {
  #child_audio_list_page .pageContentAll .pageContent .childAudioList > .thisBox > .contentBox {
    width: 70vw;
  }
}
@media (max-width:1024px) {
  #child_audio_list_page .pageContentAll .pageContent .childAudioList > .thisBox > .contentBox {
    width: 90vw;
  }
}
#child_audio_list_page .pageContentAll .pageContent .childAudioList > .thisBox > .contentBox .ul {
  display: flex;
  flex-wrap: wrap;
  gap: 2vw;
}
#child_audio_list_page .pageContentAll .pageContent .childAudioList > .thisBox > .contentBox .ul > li {
  width: calc(100% / 2 - (2 - 1) * 2vw / 2);
}
@media (max-width:1024px) {
  #child_audio_list_page .pageContentAll .pageContent .childAudioList > .thisBox > .contentBox .ul {
    display: flex;
    flex-wrap: wrap;
    gap: 6vw;
  }
  #child_audio_list_page .pageContentAll .pageContent .childAudioList > .thisBox > .contentBox .ul > li {
    width: calc(100% / 1 - (1 - 1) * 6vw / 1);
  }
}
#child_audio_list_page .pageContentAll .pageContent .childAudioList > .thisBox > .contentBox .ul .li .audioBox {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  flex-wrap: unset;
  gap: 1vw;
}
@media (max-width:1024px) {
  #child_audio_list_page .pageContentAll .pageContent .childAudioList > .thisBox > .contentBox .ul .li .audioBox {
    gap: 4vw;
  }
}
#child_audio_list_page .pageContentAll .pageContent .childAudioList > .thisBox > .contentBox .ul .li .audioBox .audio {
  width: 100%;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-start;
  flex-wrap: unset;
  transition-duration: 0.5s;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.56, -0.01, 0.04, 1);
}
#child_audio_list_page .pageContentAll .pageContent .childAudioList > .thisBox > .contentBox .ul .li .audioBox .title {
  text-align: center;
  font-size: clamp(12px, 1.1vw, 1.1vw);
}
@media (max-width:1024px) {
  #child_audio_list_page .pageContentAll .pageContent .childAudioList > .thisBox > .contentBox .ul .li .audioBox .title {
    font-size: 4.2vw;
  }
}
#child_article_list_page .pageContentAll .pageContent .childArticleList > .thisBox > .contentBox {
  width: 70vw;
  margin: 0 auto;
}
@media (max-width:1600px) {
  #child_article_list_page .pageContentAll .pageContent .childArticleList > .thisBox > .contentBox {
    width: 70vw;
  }
}
@media (max-width:1300px) {
  #child_article_list_page .pageContentAll .pageContent .childArticleList > .thisBox > .contentBox {
    width: 70vw;
  }
}
@media (max-width:1024px) {
  #child_article_list_page .pageContentAll .pageContent .childArticleList > .thisBox > .contentBox {
    width: 90vw;
  }
}
#child_article_list_page .pageContentAll .pageContent .childArticleList > .thisBox > .contentBox .ul {
  display: flex;
  flex-wrap: wrap;
  gap: 2vw;
  width: 100%;
}
#child_article_list_page .pageContentAll .pageContent .childArticleList > .thisBox > .contentBox .ul > li {
  width: calc(100% / 2 - (2 - 1) * 2vw / 2);
}
@media (max-width:1024px) {
  #child_article_list_page .pageContentAll .pageContent .childArticleList > .thisBox > .contentBox .ul {
    display: flex;
    flex-wrap: wrap;
    gap: 6vw;
  }
  #child_article_list_page .pageContentAll .pageContent .childArticleList > .thisBox > .contentBox .ul > li {
    width: calc(100% / 1 - (1 - 1) * 6vw / 1);
  }
}
#child_article_list_page .pageContentAll .pageContent .childArticleList > .thisBox > .contentBox .ul .li .aBox {
  background-color: #EFEBE7;
  box-shadow: 2px 2px 30px rgba(194, 148, 97, 0.1);
  position: relative;
  overflow: hidden;
  clip-path: polygon(0 1vw, 1vw 0, calc(100% - 1vw) 0, 100% 1vw, 100% calc(100% - 1vw), calc(100% - 1vw) 100%, 1vw 100%, 0 calc(100% - 1vw));
  padding: 2vw;
  transition-duration: 0.5s;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.56, -0.01, 0.04, 1);
}
#child_article_list_page .pageContentAll .pageContent .childArticleList > .thisBox > .contentBox .ul .li .aBox::before {
  content: '';
  position: absolute;
  display: block;
  top: 0;
  width: 100%;
  height: 100%;
  opacity: 0.5;
  border: 1px solid #fff;
  top: 0.5vw;
  left: 0.5vw;
  width: calc(100% - 1vw - 2px);
  height: calc(100% - 1vw - 2px);
  z-index: 2;
  pointer-events: none;
}
@media (max-width:1024px) {
  #child_article_list_page .pageContentAll .pageContent .childArticleList > .thisBox > .contentBox .ul .li .aBox {
    clip-path: polygon(0 2vw, 2vw 0, calc(100% - 2vw) 0, 100% 2vw, 100% calc(100% - 2vw), calc(100% - 2vw) 100%, 2vw 100%, 0 calc(100% - 2vw));
  }
  #child_article_list_page .pageContentAll .pageContent .childArticleList > .thisBox > .contentBox .ul .li .aBox::before {
    content: '';
    position: absolute;
    display: block;
    top: 0;
    width: 100%;
    height: 100%;
    opacity: 0.5;
    border: 1px solid #fff;
    top: 1vw;
    left: 1vw;
    width: calc(100% - 2vw - 2px);
    height: calc(100% - 2vw - 2px);
    z-index: 2;
    pointer-events: none;
  }
}
@media (max-width:1024px) {
  #child_article_list_page .pageContentAll .pageContent .childArticleList > .thisBox > .contentBox .ul .li .aBox {
    padding: 6vw;
  }
}
#child_article_list_page .pageContentAll .pageContent .childArticleList > .thisBox > .contentBox .ul .li .aBox::before {
  border-color: rgba(171, 44, 49, 0.2);
}
#child_article_list_page .pageContentAll .pageContent .childArticleList > .thisBox > .contentBox .ul .li .aBox .title {
  font-size: clamp(12px, 1.1vw, 1.1vw);
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  transition-duration: 0.5s;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.56, -0.01, 0.04, 1);
  margin-bottom: 0.5vw;
}
@media (max-width:1024px) {
  #child_article_list_page .pageContentAll .pageContent .childArticleList > .thisBox > .contentBox .ul .li .aBox .title {
    font-size: 4.2vw;
  }
}
@media (max-width:1024px) {
  #child_article_list_page .pageContentAll .pageContent .childArticleList > .thisBox > .contentBox .ul .li .aBox .title {
    margin-bottom: 2vw;
  }
}
#child_article_list_page .pageContentAll .pageContent .childArticleList > .thisBox > .contentBox .ul .li .aBox .miaoshu {
  line-height: 1.5em;
  height: 2.6vw;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  opacity: 0.7;
}
@media (max-width:1024px) {
  #child_article_list_page .pageContentAll .pageContent .childArticleList > .thisBox > .contentBox .ul .li .aBox .miaoshu {
    height: unset;
  }
}
#child_article_list_page .pageContentAll .pageContent .childArticleList > .thisBox > .contentBox .ul .li .aBox:hover {
  transform: translateY(-0.5vw);
}
#child_article_list_page .pageContentAll .pageContent .childArticleList > .thisBox > .contentBox .ul .li .aBox:hover .title {
  color: #AB2C31;
}
#child_img_list_page .pageContentAll .pageContent .childImgList > .thisBox > .contentBox {
  width: 70vw;
  margin: 0 auto;
}
@media (max-width:1600px) {
  #child_img_list_page .pageContentAll .pageContent .childImgList > .thisBox > .contentBox {
    width: 70vw;
  }
}
@media (max-width:1300px) {
  #child_img_list_page .pageContentAll .pageContent .childImgList > .thisBox > .contentBox {
    width: 70vw;
  }
}
@media (max-width:1024px) {
  #child_img_list_page .pageContentAll .pageContent .childImgList > .thisBox > .contentBox {
    width: 90vw;
  }
}
#child_img_list_page .pageContentAll .pageContent .childImgList > .thisBox > .contentBox .ul {
  display: flex;
  flex-wrap: wrap;
  gap: 2vw;
}
#child_img_list_page .pageContentAll .pageContent .childImgList > .thisBox > .contentBox .ul > li {
  width: calc(100% / 4 - (4 - 1) * 2vw / 4);
}
@media (max-width:1024px) {
  #child_img_list_page .pageContentAll .pageContent .childImgList > .thisBox > .contentBox .ul {
    display: flex;
    flex-wrap: wrap;
    gap: 4vw;
  }
  #child_img_list_page .pageContentAll .pageContent .childImgList > .thisBox > .contentBox .ul > li {
    width: calc(100% / 2 - (2 - 1) * 4vw / 2);
  }
}
#child_img_list_page .pageContentAll .pageContent .childImgList > .thisBox > .contentBox .ul .li .box {
  background-color: #EFEBE7;
  box-shadow: 2px 2px 30px rgba(194, 148, 97, 0.1);
  position: relative;
  overflow: hidden;
  clip-path: polygon(0 1vw, 1vw 0, calc(100% - 1vw) 0, 100% 1vw, 100% calc(100% - 1vw), calc(100% - 1vw) 100%, 1vw 100%, 0 calc(100% - 1vw));
  padding: 2vw;
  transition-duration: 0.5s;
  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;
}
#child_img_list_page .pageContentAll .pageContent .childImgList > .thisBox > .contentBox .ul .li .box::before {
  content: '';
  position: absolute;
  display: block;
  top: 0;
  width: 100%;
  height: 100%;
  opacity: 0.5;
  border: 1px solid #fff;
  top: 0.5vw;
  left: 0.5vw;
  width: calc(100% - 1vw - 2px);
  height: calc(100% - 1vw - 2px);
  z-index: 2;
  pointer-events: none;
}
@media (max-width:1024px) {
  #child_img_list_page .pageContentAll .pageContent .childImgList > .thisBox > .contentBox .ul .li .box {
    clip-path: polygon(0 2vw, 2vw 0, calc(100% - 2vw) 0, 100% 2vw, 100% calc(100% - 2vw), calc(100% - 2vw) 100%, 2vw 100%, 0 calc(100% - 2vw));
  }
  #child_img_list_page .pageContentAll .pageContent .childImgList > .thisBox > .contentBox .ul .li .box::before {
    content: '';
    position: absolute;
    display: block;
    top: 0;
    width: 100%;
    height: 100%;
    opacity: 0.5;
    border: 1px solid #fff;
    top: 1vw;
    left: 1vw;
    width: calc(100% - 2vw - 2px);
    height: calc(100% - 2vw - 2px);
    z-index: 2;
    pointer-events: none;
  }
}
@media (max-width:1024px) {
  #child_img_list_page .pageContentAll .pageContent .childImgList > .thisBox > .contentBox .ul .li .box {
    padding: 6vw;
  }
}
#child_img_list_page .pageContentAll .pageContent .childImgList > .thisBox > .contentBox .ul .li .box::before {
  border-color: rgba(171, 44, 49, 0.2);
}
#child_img_list_page .pageContentAll .pageContent .childImgList > .thisBox > .contentBox .ul .li .box .imgBox {
  width: 100%;
  height: 15vw;
}
@media (max-width:1024px) {
  #child_img_list_page .pageContentAll .pageContent .childImgList > .thisBox > .contentBox .ul .li .box .imgBox {
    height: 40vw;
  }
}
#child_img_list_page .pageContentAll .pageContent .childImgList > .thisBox > .contentBox .ul .li .box .imgBox img {
  object-fit: contain;
}
#child_img_list_page .pageContentAll .pageContent .childImgList > .thisBox > .contentBox .ul .li .box .title {
  font-size: clamp(12px, 1.1vw, 1.1vw);
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  transition-duration: 0.5s;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.56, -0.01, 0.04, 1);
  margin-top: 1vw;
}
@media (max-width:1024px) {
  #child_img_list_page .pageContentAll .pageContent .childImgList > .thisBox > .contentBox .ul .li .box .title {
    font-size: 4.2vw;
  }
}
@media (max-width:1024px) {
  #child_img_list_page .pageContentAll .pageContent .childImgList > .thisBox > .contentBox .ul .li .box .title {
    margin-top: 3vw;
  }
}
#child_img_list_page .pageContentAll .pageContent .childImgList > .thisBox > .contentBox .ul .li .box:hover {
  transform: translateY(-0.5vw);
}
#child_img_list_page .pageContentAll .pageContent .childImgList > .thisBox > .contentBox .ul .li .box:hover .title {
  color: #AB2C31;
}
#child_article_detail_page .pageContentAll .pageContent {
  padding-top: 3.5vw;
}
@media (max-width:1024px) {
  #child_article_detail_page .pageContentAll .pageContent {
    padding-top: 6vw;
  }
}
#child_article_detail_page .pageContentAll .pageContent .wenzhangBox > .thisBox .contentBox {
  width: 70vw;
  margin: 0 auto;
}
@media (max-width:1600px) {
  #child_article_detail_page .pageContentAll .pageContent .wenzhangBox > .thisBox .contentBox {
    width: 70vw;
  }
}
@media (max-width:1300px) {
  #child_article_detail_page .pageContentAll .pageContent .wenzhangBox > .thisBox .contentBox {
    width: 70vw;
  }
}
@media (max-width:1024px) {
  #child_article_detail_page .pageContentAll .pageContent .wenzhangBox > .thisBox .contentBox {
    width: 90vw;
  }
}
@media (max-width:1024px) {
  #child_article_detail_page .pageContentAll .pageContent .wenzhangBox > .thisBox .contentBox {
    width: 90%;
  }
}
#child_article_detail_page .pageContentAll .pageContent .wenzhangBox > .thisBox .contentBox .newsCoutAll {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  flex-wrap: unset;
  gap: 1vw;
}
@media (max-width:1024px) {
  #child_article_detail_page .pageContentAll .pageContent .wenzhangBox > .thisBox .contentBox .newsCoutAll {
    padding-right: 0;
    width: 100%;
    gap: 3vw;
  }
}
#child_article_detail_page .pageContentAll .pageContent .wenzhangBox > .thisBox .contentBox .newsCoutAll .lujing {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  flex-wrap: unset;
}
#child_article_detail_page .pageContentAll .pageContent .wenzhangBox > .thisBox .contentBox .newsCoutAll .lujing * {
  font-size: clamp(12px, 0.7vw, 0.7vw);
  margin: 0 0.4vw;
}
@media (max-width:1024px) {
  #child_article_detail_page .pageContentAll .pageContent .wenzhangBox > .thisBox .contentBox .newsCoutAll .lujing * {
    font-size: 3.4vw;
  }
}
#child_article_detail_page .pageContentAll .pageContent .wenzhangBox > .thisBox .contentBox .newsCoutAll .lujing a {
  opacity: 0.5;
}
#child_article_detail_page .pageContentAll .pageContent .wenzhangBox > .thisBox .contentBox .newsCoutAll .lujing a:hover {
  color: #AB2C31;
  opacity: 1;
}
#child_article_detail_page .pageContentAll .pageContent .wenzhangBox > .thisBox .contentBox .newsCoutAll .wenzhangName {
  font-size: clamp(12px, 1.7vw, 1.7vw);
  font-family: 'cn1';
}
@media (max-width:1024px) {
  #child_article_detail_page .pageContentAll .pageContent .wenzhangBox > .thisBox .contentBox .newsCoutAll .wenzhangName {
    font-size: 5.4vw;
  }
}
#child_article_detail_page .pageContentAll .pageContent .wenzhangBox > .thisBox .contentBox .newsCoutAll .date {
  font-size: clamp(12px, 1vw, 1vw);
  font-family: 'cn1';
  color: #AB2C31;
}
@media (max-width:1024px) {
  #child_article_detail_page .pageContentAll .pageContent .wenzhangBox > .thisBox .contentBox .newsCoutAll .date {
    font-size: 4vw;
  }
}
@media (max-width:1024px) {
  #child_article_detail_page .pageContentAll .pageContent .wenzhangBox > .thisBox .contentBox .newsCoutAll .date {
    font-size: 5vw;
  }
}
#child_article_detail_page .pageContentAll .pageContent .wenzhangBox > .thisBox .contentBox .newsCoutAll .xian {
  width: 100%;
  height: 1px;
  background-color: #ccc;
  margin: 1vw 0;
}
@media (max-width:1024px) {
  #child_article_detail_page .pageContentAll .pageContent .wenzhangBox > .thisBox .contentBox .newsCoutAll .xian {
    margin: 3vw 0;
  }
}
#child_article_detail_page .pageContentAll .pageContent .wenzhangBox > .thisBox .contentBox .newsCoutAll .detailContentBox {
  background-color: #EFEBE7;
  box-shadow: 2px 2px 30px rgba(194, 148, 97, 0.1);
  position: relative;
  overflow: hidden;
  clip-path: polygon(0 1vw, 1vw 0, calc(100% - 1vw) 0, 100% 1vw, 100% calc(100% - 1vw), calc(100% - 1vw) 100%, 1vw 100%, 0 calc(100% - 1vw));
  padding: 2vw;
  width: 100%;
  margin-top: 2vw;
}
#child_article_detail_page .pageContentAll .pageContent .wenzhangBox > .thisBox .contentBox .newsCoutAll .detailContentBox::before {
  content: '';
  position: absolute;
  display: block;
  top: 0;
  width: 100%;
  height: 100%;
  opacity: 0.5;
  border: 1px solid #fff;
  top: 0.5vw;
  left: 0.5vw;
  width: calc(100% - 1vw - 2px);
  height: calc(100% - 1vw - 2px);
  z-index: 2;
  pointer-events: none;
}
@media (max-width:1024px) {
  #child_article_detail_page .pageContentAll .pageContent .wenzhangBox > .thisBox .contentBox .newsCoutAll .detailContentBox {
    clip-path: polygon(0 2vw, 2vw 0, calc(100% - 2vw) 0, 100% 2vw, 100% calc(100% - 2vw), calc(100% - 2vw) 100%, 2vw 100%, 0 calc(100% - 2vw));
  }
  #child_article_detail_page .pageContentAll .pageContent .wenzhangBox > .thisBox .contentBox .newsCoutAll .detailContentBox::before {
    content: '';
    position: absolute;
    display: block;
    top: 0;
    width: 100%;
    height: 100%;
    opacity: 0.5;
    border: 1px solid #fff;
    top: 1vw;
    left: 1vw;
    width: calc(100% - 2vw - 2px);
    height: calc(100% - 2vw - 2px);
    z-index: 2;
    pointer-events: none;
  }
}
@media (max-width:1024px) {
  #child_article_detail_page .pageContentAll .pageContent .wenzhangBox > .thisBox .contentBox .newsCoutAll .detailContentBox {
    padding: 6vw;
  }
}
#child_article_detail_page .pageContentAll .pageContent .wenzhangBox > .thisBox .contentBox .newsCoutAll .detailContentBox::before {
  border-color: rgba(171, 44, 49, 0.2);
}
#child_article_detail_page .pageContentAll .pageContent .wenzhangBox > .thisBox .contentBox .newsCoutAll .detailContentBox .content {
  width: 100%;
}
#child_article_detail_page .pageContentAll .pageContent .wenzhangBox > .thisBox .contentBox .newsCoutAll .detailContentBox .content .downloadBox {
  margin-top: 2vw;
}
#child_article_detail_page .pageContentAll .pageContent .wenzhangBox > .thisBox .contentBox .newsCoutAll .detailContentBox .content .downloadBox .downloadLink {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  flex-wrap: unset;
  background-color: #AB2C31;
  padding: 0.5vw 2vw;
  border-radius: 1vw;
  transition-duration: 0.3s;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.56, -0.01, 0.04, 1);
}
@media (max-width:1024px) {
  #child_article_detail_page .pageContentAll .pageContent .wenzhangBox > .thisBox .contentBox .newsCoutAll .detailContentBox .content .downloadBox .downloadLink {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    flex-wrap: unset;
    padding: 2vw 4vw;
    gap: 4vw;
  }
}
#child_article_detail_page .pageContentAll .pageContent .wenzhangBox > .thisBox .contentBox .newsCoutAll .detailContentBox .content .downloadBox .downloadLink .title {
  font-size: clamp(12px, 0.9vw, 0.9vw);
  color: #fff;
}
@media (max-width:1024px) {
  #child_article_detail_page .pageContentAll .pageContent .wenzhangBox > .thisBox .contentBox .newsCoutAll .detailContentBox .content .downloadBox .downloadLink .title {
    font-size: 3.8vw;
  }
}
#child_article_detail_page .pageContentAll .pageContent .wenzhangBox > .thisBox .contentBox .newsCoutAll .detailContentBox .content .downloadBox .downloadLink .txt {
  font-size: clamp(12px, 0.9vw, 0.9vw);
  color: #fff;
}
@media (max-width:1024px) {
  #child_article_detail_page .pageContentAll .pageContent .wenzhangBox > .thisBox .contentBox .newsCoutAll .detailContentBox .content .downloadBox .downloadLink .txt {
    font-size: 3.8vw;
  }
}
#child_article_detail_page .pageContentAll .pageContent .wenzhangBox > .thisBox .contentBox .newsCoutAll .detailContentBox .content .downloadBox .downloadLink:hover {
  opacity: 0.8;
}
#child_article_detail_page .pageContentAll .pageContent .wenzhangBox > .thisBox .contentBox .newsCoutAll .detailContentBox .content p {
  font-size: clamp(12px, 0.9vw, 0.9vw);
  text-align: justify;
}
@media (max-width:1024px) {
  #child_article_detail_page .pageContentAll .pageContent .wenzhangBox > .thisBox .contentBox .newsCoutAll .detailContentBox .content p {
    font-size: 3.8vw;
  }
}
#child_article_detail_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) {
  #child_article_detail_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;
  }
}
#child_article_detail_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) {
  #child_article_detail_page .pageContentAll .pageContent .wenzhangBox > .thisBox .contentBox .newsCoutAll .moreLink .moreBox {
    gap: 3vw;
  }
}
#child_article_detail_page .pageContentAll .pageContent .wenzhangBox > .thisBox .contentBox .newsCoutAll .moreLink .moreBox .link {
  font-size: clamp(12px, 1vw, 1vw);
}
@media (max-width:1024px) {
  #child_article_detail_page .pageContentAll .pageContent .wenzhangBox > .thisBox .contentBox .newsCoutAll .moreLink .moreBox .link {
    font-size: 4vw;
  }
}
#child_article_detail_page .pageContentAll .pageContent .wenzhangBox > .thisBox .contentBox .newsCoutAll .moreLink .moreBox .link:hover {
  text-decoration: underline;
  color: #AB2C31;
}
#child_article_detail_page .pageContentAll .pageContent {
  padding-top: 8vw;
}
@media (max-width:1024px) {
  #child_article_detail_page .pageContentAll .pageContent {
    padding-top: 20vw;
  }
}
#child_dining_page .pageContentAll .pageContent .diningJieshao > .thisBox > .contentBox {
  width: 70vw;
  margin: 0 auto;
}
@media (max-width:1600px) {
  #child_dining_page .pageContentAll .pageContent .diningJieshao > .thisBox > .contentBox {
    width: 70vw;
  }
}
@media (max-width:1300px) {
  #child_dining_page .pageContentAll .pageContent .diningJieshao > .thisBox > .contentBox {
    width: 70vw;
  }
}
@media (max-width:1024px) {
  #child_dining_page .pageContentAll .pageContent .diningJieshao > .thisBox > .contentBox {
    width: 90vw;
  }
}
#child_dining_page .pageContentAll .pageContent .diningJieshao > .thisBox > .contentBox .textBox {
  background-color: #EFEBE7;
  box-shadow: 2px 2px 30px rgba(194, 148, 97, 0.1);
  position: relative;
  overflow: hidden;
  clip-path: polygon(0 1vw, 1vw 0, calc(100% - 1vw) 0, 100% 1vw, 100% calc(100% - 1vw), calc(100% - 1vw) 100%, 1vw 100%, 0 calc(100% - 1vw));
  padding: 2vw;
}
#child_dining_page .pageContentAll .pageContent .diningJieshao > .thisBox > .contentBox .textBox::before {
  content: '';
  position: absolute;
  display: block;
  top: 0;
  width: 100%;
  height: 100%;
  opacity: 0.5;
  border: 1px solid #fff;
  top: 0.5vw;
  left: 0.5vw;
  width: calc(100% - 1vw - 2px);
  height: calc(100% - 1vw - 2px);
  z-index: 2;
  pointer-events: none;
}
@media (max-width:1024px) {
  #child_dining_page .pageContentAll .pageContent .diningJieshao > .thisBox > .contentBox .textBox {
    clip-path: polygon(0 2vw, 2vw 0, calc(100% - 2vw) 0, 100% 2vw, 100% calc(100% - 2vw), calc(100% - 2vw) 100%, 2vw 100%, 0 calc(100% - 2vw));
  }
  #child_dining_page .pageContentAll .pageContent .diningJieshao > .thisBox > .contentBox .textBox::before {
    content: '';
    position: absolute;
    display: block;
    top: 0;
    width: 100%;
    height: 100%;
    opacity: 0.5;
    border: 1px solid #fff;
    top: 1vw;
    left: 1vw;
    width: calc(100% - 2vw - 2px);
    height: calc(100% - 2vw - 2px);
    z-index: 2;
    pointer-events: none;
  }
}
@media (max-width:1024px) {
  #child_dining_page .pageContentAll .pageContent .diningJieshao > .thisBox > .contentBox .textBox {
    padding: 6vw;
  }
}
#child_dining_page .pageContentAll .pageContent .diningJieshao > .thisBox > .contentBox .textBox::before {
  border-color: rgba(171, 44, 49, 0.2);
}
#child_dining_page .pageContentAll .pageContent .diningLinian > .thisBox {
  padding-top: 7vw;
}
@media (max-width:1024px) {
  #child_dining_page .pageContentAll .pageContent .diningLinian > .thisBox {
    padding-top: 12vw;
  }
}
#child_dining_page .pageContentAll .pageContent .diningLinian > .thisBox > .contentBox {
  position: relative;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  flex-wrap: unset;
  width: 70vw;
  margin: 0 auto;
}
@media (max-width:1600px) {
  #child_dining_page .pageContentAll .pageContent .diningLinian > .thisBox > .contentBox {
    width: 70vw;
  }
}
@media (max-width:1300px) {
  #child_dining_page .pageContentAll .pageContent .diningLinian > .thisBox > .contentBox {
    width: 70vw;
  }
}
@media (max-width:1024px) {
  #child_dining_page .pageContentAll .pageContent .diningLinian > .thisBox > .contentBox {
    width: 90vw;
  }
}
#child_dining_page .pageContentAll .pageContent .diningLinian > .thisBox > .contentBox .imgBox {
  opacity: 0.7;
  height: 20vw;
  position: relative;
  overflow: hidden;
  clip-path: polygon(0 1vw, 1vw 0, calc(100% - 1vw) 0, 100% 1vw, 100% calc(100% - 1vw), calc(100% - 1vw) 100%, 1vw 100%, 0 calc(100% - 1vw));
  width: 100%;
}
#child_dining_page .pageContentAll .pageContent .diningLinian > .thisBox > .contentBox .imgBox::before {
  content: '';
  position: absolute;
  display: block;
  top: 0;
  width: 100%;
  height: 100%;
  opacity: 0.5;
  border: 1px solid #fff;
  top: 0.5vw;
  left: 0.5vw;
  width: calc(100% - 1vw - 2px);
  height: calc(100% - 1vw - 2px);
  z-index: 2;
  pointer-events: none;
}
@media (max-width:1024px) {
  #child_dining_page .pageContentAll .pageContent .diningLinian > .thisBox > .contentBox .imgBox {
    clip-path: polygon(0 2vw, 2vw 0, calc(100% - 2vw) 0, 100% 2vw, 100% calc(100% - 2vw), calc(100% - 2vw) 100%, 2vw 100%, 0 calc(100% - 2vw));
  }
  #child_dining_page .pageContentAll .pageContent .diningLinian > .thisBox > .contentBox .imgBox::before {
    content: '';
    position: absolute;
    display: block;
    top: 0;
    width: 100%;
    height: 100%;
    opacity: 0.5;
    border: 1px solid #fff;
    top: 1vw;
    left: 1vw;
    width: calc(100% - 2vw - 2px);
    height: calc(100% - 2vw - 2px);
    z-index: 2;
    pointer-events: none;
  }
}
@media (max-width:1024px) {
  #child_dining_page .pageContentAll .pageContent .diningLinian > .thisBox > .contentBox .imgBox {
    height: 30vw;
  }
}
#child_dining_page .pageContentAll .pageContent .diningLinian > .thisBox > .contentBox .textBox {
  position: absolute;
  top: 0;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  flex-wrap: unset;
  gap: 4vw;
  width: 100%;
  height: 100%;
}
@media (max-width:1024px) {
  #child_dining_page .pageContentAll .pageContent .diningLinian > .thisBox > .contentBox .textBox {
    gap: 8vw;
  }
}
#child_dining_page .pageContentAll .pageContent .diningLinian > .thisBox > .contentBox .textBox p {
  font-size: clamp(12px, 2.9vw, 2.9vw);
  color: #AB2C31;
}
@media (max-width:1024px) {
  #child_dining_page .pageContentAll .pageContent .diningLinian > .thisBox > .contentBox .textBox p {
    font-size: 7.8vw;
  }
}
#child_dining_page .pageContentAll .pageContent .diningTaocan > .thisBox {
  padding-top: 7vw;
}
@media (max-width:1024px) {
  #child_dining_page .pageContentAll .pageContent .diningTaocan > .thisBox {
    padding-top: 12vw;
  }
}
#child_dining_page .pageContentAll .pageContent .diningTaocan > .thisBox > .contentBox {
  width: 70vw;
  margin: 0 auto;
}
@media (max-width:1600px) {
  #child_dining_page .pageContentAll .pageContent .diningTaocan > .thisBox > .contentBox {
    width: 70vw;
  }
}
@media (max-width:1300px) {
  #child_dining_page .pageContentAll .pageContent .diningTaocan > .thisBox > .contentBox {
    width: 70vw;
  }
}
@media (max-width:1024px) {
  #child_dining_page .pageContentAll .pageContent .diningTaocan > .thisBox > .contentBox {
    width: 90vw;
  }
}
#child_dining_page .pageContentAll .pageContent .diningTaocan > .thisBox > .contentBox .coutBox {
  background-color: #EFEBE7;
}
#child_dining_page .pageContentAll .pageContent .diningTaocan > .thisBox > .contentBox .coutBox table {
  width: 100%;
  height: 100%;
}
#child_dining_page .pageContentAll .pageContent .diningTaocan > .thisBox > .contentBox .coutBox table tbody {
  width: 100%;
}
#child_dining_page .pageContentAll .pageContent .diningTaocan > .thisBox > .contentBox .coutBox table tbody tr td {
  text-align: center;
  height: 3vw;
  font-size: clamp(12px, 1.1vw, 1.1vw);
  vertical-align: middle;
  border-color: transparent;
}
@media (max-width:1024px) {
  #child_dining_page .pageContentAll .pageContent .diningTaocan > .thisBox > .contentBox .coutBox table tbody tr td {
    font-size: 4.2vw;
  }
}
@media (max-width:1024px) {
  #child_dining_page .pageContentAll .pageContent .diningTaocan > .thisBox > .contentBox .coutBox table tbody tr td {
    height: 10vw;
    padding: 2vw;
  }
}
#child_dining_page .pageContentAll .pageContent .diningTaocan > .thisBox > .contentBox .coutBox table tbody tr td:nth-child(1) {
  color: #AB2C31;
}
#child_dining_page .pageContentAll .pageContent .diningTaocan > .thisBox > .contentBox .coutBox table tbody tr:nth-child(2n) {
  background-color: #E7E1D9;
}
#child_dining_page .pageContentAll .pageContent .diningTaocan > .thisBox > .contentBox .coutBox table tbody tr:nth-child(1) {
  background-color: #AB2C31;
}
#child_dining_page .pageContentAll .pageContent .diningTaocan > .thisBox > .contentBox .coutBox table tbody tr:nth-child(1) td {
  color: #fff;
}
#child_fusion_page .pageContentAll .pageContent {
  padding-bottom: 0;
}
#child_fusion_page .pageContentAll .pageContent .jianjie > .thisBox {
  padding-top: 7vw;
}
@media (max-width:1024px) {
  #child_fusion_page .pageContentAll .pageContent .jianjie > .thisBox {
    padding-top: 12vw;
  }
}
#child_fusion_page .pageContentAll .pageContent .jianjie > .thisBox > .contentBox {
  position: relative;
  width: 70vw;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  justify-content: center;
  flex-wrap: unset;
}
@media (max-width:1600px) {
  #child_fusion_page .pageContentAll .pageContent .jianjie > .thisBox > .contentBox {
    width: 70vw;
  }
}
@media (max-width:1300px) {
  #child_fusion_page .pageContentAll .pageContent .jianjie > .thisBox > .contentBox {
    width: 70vw;
  }
}
@media (max-width:1024px) {
  #child_fusion_page .pageContentAll .pageContent .jianjie > .thisBox > .contentBox {
    width: 90vw;
  }
}
@media (max-width:1024px) {
  #child_fusion_page .pageContentAll .pageContent .jianjie > .thisBox > .contentBox {
    align-items: center;
  }
}
#child_fusion_page .pageContentAll .pageContent .jianjie > .thisBox > .contentBox .bgImgBox {
  height: 30vw;
  width: 100%;
}
@media (max-width:1024px) {
  #child_fusion_page .pageContentAll .pageContent .jianjie > .thisBox > .contentBox .bgImgBox {
    height: 50vw;
  }
}
#child_fusion_page .pageContentAll .pageContent .jianjie > .thisBox > .contentBox .bgImgBox .imgBox {
  position: relative;
  overflow: hidden;
  clip-path: polygon(0 1vw, 1vw 0, calc(100% - 1vw) 0, 100% 1vw, 100% calc(100% - 1vw), calc(100% - 1vw) 100%, 1vw 100%, 0 calc(100% - 1vw));
  width: 100%;
  height: 100%;
}
#child_fusion_page .pageContentAll .pageContent .jianjie > .thisBox > .contentBox .bgImgBox .imgBox::before {
  content: '';
  position: absolute;
  display: block;
  top: 0;
  width: 100%;
  height: 100%;
  opacity: 0.5;
  border: 1px solid #fff;
  top: 0.5vw;
  left: 0.5vw;
  width: calc(100% - 1vw - 2px);
  height: calc(100% - 1vw - 2px);
  z-index: 2;
  pointer-events: none;
}
@media (max-width:1024px) {
  #child_fusion_page .pageContentAll .pageContent .jianjie > .thisBox > .contentBox .bgImgBox .imgBox {
    clip-path: polygon(0 2vw, 2vw 0, calc(100% - 2vw) 0, 100% 2vw, 100% calc(100% - 2vw), calc(100% - 2vw) 100%, 2vw 100%, 0 calc(100% - 2vw));
  }
  #child_fusion_page .pageContentAll .pageContent .jianjie > .thisBox > .contentBox .bgImgBox .imgBox::before {
    content: '';
    position: absolute;
    display: block;
    top: 0;
    width: 100%;
    height: 100%;
    opacity: 0.5;
    border: 1px solid #fff;
    top: 1vw;
    left: 1vw;
    width: calc(100% - 2vw - 2px);
    height: calc(100% - 2vw - 2px);
    z-index: 2;
    pointer-events: none;
  }
}
#child_fusion_page .pageContentAll .pageContent .jianjie > .thisBox > .contentBox .textBoxAll {
  height: 20vw;
  z-index: 1;
  margin-top: -15vw;
  width: 60%;
  background-color: #AB2C31;
  display: flex;
  flex-direction: row;
  align-items: flex-end;
  justify-content: center;
  flex-wrap: unset;
  position: relative;
  overflow: hidden;
  clip-path: polygon(0 1vw, 1vw 0, calc(100% - 1vw) 0, 100% 1vw, 100% calc(100% - 1vw), calc(100% - 1vw) 100%, 1vw 100%, 0 calc(100% - 1vw));
}
#child_fusion_page .pageContentAll .pageContent .jianjie > .thisBox > .contentBox .textBoxAll::before {
  content: '';
  position: absolute;
  display: block;
  top: 0;
  width: 100%;
  height: 100%;
  opacity: 0.5;
  border: 1px solid #fff;
  top: 0.5vw;
  left: 0.5vw;
  width: calc(100% - 1vw - 2px);
  height: calc(100% - 1vw - 2px);
  z-index: 2;
  pointer-events: none;
}
@media (max-width:1024px) {
  #child_fusion_page .pageContentAll .pageContent .jianjie > .thisBox > .contentBox .textBoxAll {
    clip-path: polygon(0 2vw, 2vw 0, calc(100% - 2vw) 0, 100% 2vw, 100% calc(100% - 2vw), calc(100% - 2vw) 100%, 2vw 100%, 0 calc(100% - 2vw));
  }
  #child_fusion_page .pageContentAll .pageContent .jianjie > .thisBox > .contentBox .textBoxAll::before {
    content: '';
    position: absolute;
    display: block;
    top: 0;
    width: 100%;
    height: 100%;
    opacity: 0.5;
    border: 1px solid #fff;
    top: 1vw;
    left: 1vw;
    width: calc(100% - 2vw - 2px);
    height: calc(100% - 2vw - 2px);
    z-index: 2;
    pointer-events: none;
  }
}
@media (max-width:1300px) {
  #child_fusion_page .pageContentAll .pageContent .jianjie > .thisBox > .contentBox .textBoxAll {
    height: 24vw;
  }
}
@media (max-width:1024px) {
  #child_fusion_page .pageContentAll .pageContent .jianjie > .thisBox > .contentBox .textBoxAll {
    width: 100%;
    height: unset;
    margin-top: -10vw;
    padding: 4vw 0;
  }
}
#child_fusion_page .pageContentAll .pageContent .jianjie > .thisBox > .contentBox .textBoxAll .imgBox {
  width: 30%;
  height: 100%;
}
@media (max-width:1024px) {
  #child_fusion_page .pageContentAll .pageContent .jianjie > .thisBox > .contentBox .textBoxAll .imgBox {
    display: none;
  }
}
#child_fusion_page .pageContentAll .pageContent .jianjie > .thisBox > .contentBox .textBoxAll .textBox {
  width: 70%;
  height: 100%;
  padding: 3vw;
}
@media (max-width:1024px) {
  #child_fusion_page .pageContentAll .pageContent .jianjie > .thisBox > .contentBox .textBoxAll .textBox {
    width: 100%;
    padding: 6vw;
  }
}
#child_fusion_page .pageContentAll .pageContent .jianjie > .thisBox > .contentBox .textBoxAll .textBox .title {
  font-size: clamp(12px, 1.1vw, 1.1vw);
  color: #fff;
  margin-bottom: 1vw;
}
@media (max-width:1024px) {
  #child_fusion_page .pageContentAll .pageContent .jianjie > .thisBox > .contentBox .textBoxAll .textBox .title {
    font-size: 4.2vw;
  }
}
@media (max-width:1024px) {
  #child_fusion_page .pageContentAll .pageContent .jianjie > .thisBox > .contentBox .textBoxAll .textBox .title {
    margin-bottom: 3vw;
  }
}
#child_fusion_page .pageContentAll .pageContent .jianjie > .thisBox > .contentBox .textBoxAll .textBox .miaoshu {
  color: #fff;
  line-height: 2.4em;
  font-size: clamp(12px, 0.8vw, 0.8vw);
  opacity: 0.7;
  text-align: justify;
  text-indent: 2em;
}
@media (max-width:1024px) {
  #child_fusion_page .pageContentAll .pageContent .jianjie > .thisBox > .contentBox .textBoxAll .textBox .miaoshu {
    font-size: 3.6vw;
  }
}
#child_fusion_page .pageContentAll .pageContent .jianjie > .thisBox > .contentBox .unifyButton {
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 1;
}
@media (max-width:1024px) {
  #child_fusion_page .pageContentAll .pageContent .jianjie > .thisBox > .contentBox .unifyButton {
    position: unset;
  }
}
#child_fusion_page .pageContentAll .pageContent .yewu > .thisBox {
  padding-top: 7vw;
}
@media (max-width:1024px) {
  #child_fusion_page .pageContentAll .pageContent .yewu > .thisBox {
    padding-top: 12vw;
  }
}
#child_fusion_page .pageContentAll .pageContent .yewu > .thisBox > .contentBox {
  height: 40vw;
  position: relative;
}
@media (max-width:1024px) {
  #child_fusion_page .pageContentAll .pageContent .yewu > .thisBox > .contentBox {
    height: unset;
  }
}
#child_fusion_page .pageContentAll .pageContent .yewu > .thisBox > .contentBox .textBoxAll {
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}
@media (max-width:1024px) {
  #child_fusion_page .pageContentAll .pageContent .yewu > .thisBox > .contentBox .textBoxAll {
    position: relative;
  }
}
#child_fusion_page .pageContentAll .pageContent .yewu > .thisBox > .contentBox .textBoxAll .ul {
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  flex-wrap: unset;
}
@media (max-width:1024px) {
  #child_fusion_page .pageContentAll .pageContent .yewu > .thisBox > .contentBox .textBoxAll .ul {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    flex-wrap: unset;
    height: unset;
  }
}
#child_fusion_page .pageContentAll .pageContent .yewu > .thisBox > .contentBox .textBoxAll .ul .li {
  height: 100%;
  flex: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  flex-wrap: unset;
  gap: 2vw;
  border-right: 1px solid rgba(255, 255, 255, 0.3);
}
@media (max-width:1024px) {
  #child_fusion_page .pageContentAll .pageContent .yewu > .thisBox > .contentBox .textBoxAll .ul .li {
    height: unset;
    padding: 6vw 0;
    border-right: none;
    height: 80vw;
    border-bottom: 1px solid rgba(255, 255, 255, 0.3);
  }
}
#child_fusion_page .pageContentAll .pageContent .yewu > .thisBox > .contentBox .textBoxAll .ul .li .box {
  padding: 0 6vw;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  flex-wrap: unset;
  gap: 2vw;
}
@media (max-width:1024px) {
  #child_fusion_page .pageContentAll .pageContent .yewu > .thisBox > .contentBox .textBoxAll .ul .li .box {
    padding: 0 6vw;
    gap: 4vw;
  }
}
#child_fusion_page .pageContentAll .pageContent .yewu > .thisBox > .contentBox .textBoxAll .ul .li .box .title {
  color: #fff;
  font-size: clamp(12px, 1.3vw, 1.3vw);
  text-align: center;
}
@media (max-width:1024px) {
  #child_fusion_page .pageContentAll .pageContent .yewu > .thisBox > .contentBox .textBoxAll .ul .li .box .title {
    font-size: 4.6vw;
  }
}
#child_fusion_page .pageContentAll .pageContent .yewu > .thisBox > .contentBox .textBoxAll .ul .li .box .miaoshu {
  width: 100%;
  color: #fff;
  line-height: 2em;
  text-align: justify;
  text-indent: 2em;
  opacity: 0.8;
}
#child_fusion_page .pageContentAll .pageContent .yewu > .thisBox > .contentBox .bgImgAll {
  width: 100%;
  height: 100%;
}
@media (max-width:1024px) {
  #child_fusion_page .pageContentAll .pageContent .yewu > .thisBox > .contentBox .bgImgAll {
    position: absolute;
    top: 0;
  }
}
#child_fusion_page .pageContentAll .pageContent .yewu > .thisBox > .contentBox .bgImgAll .ul {
  position: relative;
  width: 100%;
  height: 100%;
}
@media (max-width:1024px) {
  #child_fusion_page .pageContentAll .pageContent .yewu > .thisBox > .contentBox .bgImgAll .ul {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    flex-wrap: unset;
  }
}
#child_fusion_page .pageContentAll .pageContent .yewu > .thisBox > .contentBox .bgImgAll .ul .li {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
}
@media (max-width:1024px) {
  #child_fusion_page .pageContentAll .pageContent .yewu > .thisBox > .contentBox .bgImgAll .ul .li {
    height: 80vw;
    position: unset;
    flex: 1;
  }
}
#child_fusion_page .pageContentAll .pageContent .yewu > .thisBox > .contentBox .bgImgAll .ul .li .imgBox {
  opacity: 0;
  pointer-events: none;
  width: 100%;
  height: 100%;
  transition-duration: 0.5s;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.56, -0.01, 0.04, 1);
}
@media (max-width:1024px) {
  #child_fusion_page .pageContentAll .pageContent .yewu > .thisBox > .contentBox .bgImgAll .ul .li .imgBox {
    position: relative;
    opacity: 1;
  }
}
#child_fusion_page .pageContentAll .pageContent .yewu > .thisBox > .contentBox .bgImgAll .ul .li .imgBox::after {
  content: '';
  position: absolute;
  display: block;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.6);
}
#child_fusion_page .pageContentAll .pageContent .yewu > .thisBox > .contentBox .bgImgAll .ul .li.on .imgBox {
  opacity: 1;
}
#child_fusion_page .pageContentAll .pageContent .honor > .thisBox {
  padding-top: 7vw;
}
@media (max-width:1024px) {
  #child_fusion_page .pageContentAll .pageContent .honor > .thisBox {
    padding-top: 12vw;
  }
}
#child_fusion_page .pageContentAll .pageContent .honor > .thisBox > .contentBox {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  flex-wrap: unset;
}
#child_fusion_page .pageContentAll .pageContent .honor > .thisBox > .contentBox .swiperBox {
  position: relative;
  width: 100%;
}
#child_fusion_page .pageContentAll .pageContent .honor > .thisBox > .contentBox .swiperBox .swiper {
  width: 100%;
}
#child_fusion_page .pageContentAll .pageContent .honor > .thisBox > .contentBox .swiperBox .swiper .swiper-slide {
  width: fit-content;
}
#child_fusion_page .pageContentAll .pageContent .honor > .thisBox > .contentBox .swiperBox .swiper .swiper-slide .box {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  flex-wrap: unset;
}
#child_fusion_page .pageContentAll .pageContent .honor > .thisBox > .contentBox .swiperBox .swiper .swiper-slide .box .imgBoxAll {
  display: inline-block;
  margin-bottom: 1.5vw;
}
#child_fusion_page .pageContentAll .pageContent .honor > .thisBox > .contentBox .swiperBox .swiper .swiper-slide .box .imgBoxAll .imgBox {
  width: 22vw;
  height: 14vw;
  background-color: #EFEBE7;
  box-shadow: 2px 2px 30px rgba(194, 148, 97, 0.1);
  position: relative;
  overflow: hidden;
  clip-path: polygon(0 1vw, 1vw 0, calc(100% - 1vw) 0, 100% 1vw, 100% calc(100% - 1vw), calc(100% - 1vw) 100%, 1vw 100%, 0 calc(100% - 1vw));
  padding: 2vw;
}
#child_fusion_page .pageContentAll .pageContent .honor > .thisBox > .contentBox .swiperBox .swiper .swiper-slide .box .imgBoxAll .imgBox::before {
  content: '';
  position: absolute;
  display: block;
  top: 0;
  width: 100%;
  height: 100%;
  opacity: 0.5;
  border: 1px solid #fff;
  top: 0.5vw;
  left: 0.5vw;
  width: calc(100% - 1vw - 2px);
  height: calc(100% - 1vw - 2px);
  z-index: 2;
  pointer-events: none;
}
@media (max-width:1024px) {
  #child_fusion_page .pageContentAll .pageContent .honor > .thisBox > .contentBox .swiperBox .swiper .swiper-slide .box .imgBoxAll .imgBox {
    clip-path: polygon(0 2vw, 2vw 0, calc(100% - 2vw) 0, 100% 2vw, 100% calc(100% - 2vw), calc(100% - 2vw) 100%, 2vw 100%, 0 calc(100% - 2vw));
  }
  #child_fusion_page .pageContentAll .pageContent .honor > .thisBox > .contentBox .swiperBox .swiper .swiper-slide .box .imgBoxAll .imgBox::before {
    content: '';
    position: absolute;
    display: block;
    top: 0;
    width: 100%;
    height: 100%;
    opacity: 0.5;
    border: 1px solid #fff;
    top: 1vw;
    left: 1vw;
    width: calc(100% - 2vw - 2px);
    height: calc(100% - 2vw - 2px);
    z-index: 2;
    pointer-events: none;
  }
}
@media (max-width:1024px) {
  #child_fusion_page .pageContentAll .pageContent .honor > .thisBox > .contentBox .swiperBox .swiper .swiper-slide .box .imgBoxAll .imgBox {
    padding: 6vw;
  }
}
#child_fusion_page .pageContentAll .pageContent .honor > .thisBox > .contentBox .swiperBox .swiper .swiper-slide .box .imgBoxAll .imgBox::before {
  border-color: rgba(171, 44, 49, 0.2);
}
@media (max-width:1024px) {
  #child_fusion_page .pageContentAll .pageContent .honor > .thisBox > .contentBox .swiperBox .swiper .swiper-slide .box .imgBoxAll .imgBox {
    width: 80vw;
    height: 60vw;
  }
}
#child_fusion_page .pageContentAll .pageContent .honor > .thisBox > .contentBox .swiperBox .swiper .swiper-slide .box .imgBoxAll .imgBox img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
#child_fusion_page .pageContentAll .pageContent .honor > .thisBox > .contentBox .swiperBox .swiper .swiper-slide .box .title {
  font-size: clamp(12px, 1.1vw, 1.1vw);
  font-family: 'cn1';
}
@media (max-width:1024px) {
  #child_fusion_page .pageContentAll .pageContent .honor > .thisBox > .contentBox .swiperBox .swiper .swiper-slide .box .title {
    font-size: 4.2vw;
  }
}
#child_yiyangyuan_page .pageContentAll .pageContent .child_yiyang_jieshao {
  position: relative;
}
#child_yiyangyuan_page .pageContentAll .pageContent .child_yiyang_jieshao > .thisBox {
  position: relative;
  z-index: 1;
  padding: 7vw 0;
}
@media (max-width:1024px) {
  #child_yiyangyuan_page .pageContentAll .pageContent .child_yiyang_jieshao > .thisBox {
    padding: 12vw 0;
  }
}
#child_yiyangyuan_page .pageContentAll .pageContent .child_yiyang_jieshao > .thisBox > .contentBox {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  flex-wrap: unset;
  width: 70vw;
  margin: 0 auto;
}
@media (max-width:1600px) {
  #child_yiyangyuan_page .pageContentAll .pageContent .child_yiyang_jieshao > .thisBox > .contentBox {
    width: 70vw;
  }
}
@media (max-width:1300px) {
  #child_yiyangyuan_page .pageContentAll .pageContent .child_yiyang_jieshao > .thisBox > .contentBox {
    width: 70vw;
  }
}
@media (max-width:1024px) {
  #child_yiyangyuan_page .pageContentAll .pageContent .child_yiyang_jieshao > .thisBox > .contentBox {
    width: 90vw;
  }
}
@media (max-width:1024px) {
  #child_yiyangyuan_page .pageContentAll .pageContent .child_yiyang_jieshao > .thisBox > .contentBox {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    flex-wrap: unset;
    gap: 10vw;
    flex-direction: column-reverse;
  }
}
#child_yiyangyuan_page .pageContentAll .pageContent .child_yiyang_jieshao > .thisBox > .contentBox .textBox {
  width: 30vw;
}
@media (max-width:1024px) {
  #child_yiyangyuan_page .pageContentAll .pageContent .child_yiyang_jieshao > .thisBox > .contentBox .textBox {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    flex-wrap: unset;
  }
}
#child_yiyangyuan_page .pageContentAll .pageContent .child_yiyang_jieshao > .thisBox > .contentBox .textBox .titleBox {
  margin-bottom: 5vw;
  position: relative;
}
@media (max-width:1024px) {
  #child_yiyangyuan_page .pageContentAll .pageContent .child_yiyang_jieshao > .thisBox > .contentBox .textBox .titleBox {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    flex-wrap: unset;
  }
}
@media (max-width:1024px) {
  #child_yiyangyuan_page .pageContentAll .pageContent .child_yiyang_jieshao > .thisBox > .contentBox .textBox .titleBox {
    margin-bottom: 12vw;
  }
}
#child_yiyangyuan_page .pageContentAll .pageContent .child_yiyang_jieshao > .thisBox > .contentBox .textBox .titleBox .name {
  padding-left: 4vw;
  position: absolute;
  top: 50%;
  font-size: clamp(12px, 2.7vw, 2.7vw);
  font-family: 'cn1';
}
@media (max-width:1024px) {
  #child_yiyangyuan_page .pageContentAll .pageContent .child_yiyang_jieshao > .thisBox > .contentBox .textBox .titleBox .name {
    padding-left: 0;
    position: relative;
    top: auto;
  }
}
@media (max-width:1024px) {
  #child_yiyangyuan_page .pageContentAll .pageContent .child_yiyang_jieshao > .thisBox > .contentBox .textBox .titleBox .name {
    font-size: 7.4vw;
  }
}
#child_yiyangyuan_page .pageContentAll .pageContent .child_yiyang_jieshao > .thisBox > .contentBox .textBox .titleBox .subname {
  text-transform: uppercase;
  font-size: clamp(12px, 5.7vw, 5.7vw);
  opacity: 0.05;
  color: #AB2C31;
  width: max-content;
}
@media (max-width:1024px) {
  #child_yiyangyuan_page .pageContentAll .pageContent .child_yiyang_jieshao > .thisBox > .contentBox .textBox .titleBox .subname {
    font-size: 13.4vw;
  }
}
#child_yiyangyuan_page .pageContentAll .pageContent .child_yiyang_jieshao > .thisBox > .contentBox .textBox .BorBox {
  background-color: #EFEBE7;
  box-shadow: 2px 2px 30px rgba(194, 148, 97, 0.1);
  position: relative;
  overflow: hidden;
  clip-path: polygon(0 1vw, 1vw 0, calc(100% - 1vw) 0, 100% 1vw, 100% calc(100% - 1vw), calc(100% - 1vw) 100%, 1vw 100%, 0 calc(100% - 1vw));
  padding: 2vw;
}
#child_yiyangyuan_page .pageContentAll .pageContent .child_yiyang_jieshao > .thisBox > .contentBox .textBox .BorBox::before {
  content: '';
  position: absolute;
  display: block;
  top: 0;
  width: 100%;
  height: 100%;
  opacity: 0.5;
  border: 1px solid #fff;
  top: 0.5vw;
  left: 0.5vw;
  width: calc(100% - 1vw - 2px);
  height: calc(100% - 1vw - 2px);
  z-index: 2;
  pointer-events: none;
}
@media (max-width:1024px) {
  #child_yiyangyuan_page .pageContentAll .pageContent .child_yiyang_jieshao > .thisBox > .contentBox .textBox .BorBox {
    clip-path: polygon(0 2vw, 2vw 0, calc(100% - 2vw) 0, 100% 2vw, 100% calc(100% - 2vw), calc(100% - 2vw) 100%, 2vw 100%, 0 calc(100% - 2vw));
  }
  #child_yiyangyuan_page .pageContentAll .pageContent .child_yiyang_jieshao > .thisBox > .contentBox .textBox .BorBox::before {
    content: '';
    position: absolute;
    display: block;
    top: 0;
    width: 100%;
    height: 100%;
    opacity: 0.5;
    border: 1px solid #fff;
    top: 1vw;
    left: 1vw;
    width: calc(100% - 2vw - 2px);
    height: calc(100% - 2vw - 2px);
    z-index: 2;
    pointer-events: none;
  }
}
@media (max-width:1024px) {
  #child_yiyangyuan_page .pageContentAll .pageContent .child_yiyang_jieshao > .thisBox > .contentBox .textBox .BorBox {
    padding: 6vw;
  }
}
#child_yiyangyuan_page .pageContentAll .pageContent .child_yiyang_jieshao > .thisBox > .contentBox .textBox .BorBox::before {
  border-color: rgba(171, 44, 49, 0.2);
}
#child_yiyangyuan_page .pageContentAll .pageContent .child_yiyang_jieshao > .thisBox > .contentBox .textBox .BorBox .subtitle {
  margin-bottom: 2vw;
  font-size: clamp(12px, 1.3vw, 1.3vw);
}
@media (max-width:1024px) {
  #child_yiyangyuan_page .pageContentAll .pageContent .child_yiyang_jieshao > .thisBox > .contentBox .textBox .BorBox .subtitle {
    font-size: 4.6vw;
  }
}
@media (max-width:1024px) {
  #child_yiyangyuan_page .pageContentAll .pageContent .child_yiyang_jieshao > .thisBox > .contentBox .textBox .BorBox .subtitle {
    margin-bottom: 6vw;
  }
}
#child_yiyangyuan_page .pageContentAll .pageContent .child_yiyang_jieshao > .thisBox > .contentBox .textBox .BorBox .miaoshu {
  line-height: 2.5em;
  text-align: justify;
  text-indent: 2em;
}
@media (max-width:1024px) {
  #child_yiyangyuan_page .pageContentAll .pageContent .child_yiyang_jieshao > .thisBox > .contentBox .textBox .BorBox .miaoshu {
    line-height: 2em;
  }
}
#child_yiyangyuan_page .pageContentAll .pageContent .child_yiyang_jieshao > .thisBox > .contentBox .rightBox {
  position: relative;
}
#child_yiyangyuan_page .pageContentAll .pageContent .child_yiyang_jieshao > .thisBox > .contentBox .rightBox .oneBoxAll {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-gap: 1vw;
}
#child_yiyangyuan_page .pageContentAll .pageContent .child_yiyang_jieshao > .thisBox > .contentBox .rightBox .oneBoxAll .oneBox .aLink {
  position: relative;
  width: 16vw;
  height: 16vw;
}
@media (max-width:1024px) {
  #child_yiyangyuan_page .pageContentAll .pageContent .child_yiyang_jieshao > .thisBox > .contentBox .rightBox .oneBoxAll .oneBox .aLink {
    width: 43vw;
    height: 43vw;
  }
}
#child_yiyangyuan_page .pageContentAll .pageContent .child_yiyang_jieshao > .thisBox > .contentBox .rightBox .oneBoxAll .oneBox .aLink .imgBox {
  width: 100%;
  height: 100%;
  position: relative;
  overflow: hidden;
  clip-path: polygon(0 1vw, 1vw 0, calc(100% - 1vw) 0, 100% 1vw, 100% calc(100% - 1vw), calc(100% - 1vw) 100%, 1vw 100%, 0 calc(100% - 1vw));
}
#child_yiyangyuan_page .pageContentAll .pageContent .child_yiyang_jieshao > .thisBox > .contentBox .rightBox .oneBoxAll .oneBox .aLink .imgBox::before {
  content: '';
  position: absolute;
  display: block;
  top: 0;
  width: 100%;
  height: 100%;
  opacity: 0.5;
  border: 1px solid #fff;
  top: 0.5vw;
  left: 0.5vw;
  width: calc(100% - 1vw - 2px);
  height: calc(100% - 1vw - 2px);
  z-index: 2;
  pointer-events: none;
}
@media (max-width:1024px) {
  #child_yiyangyuan_page .pageContentAll .pageContent .child_yiyang_jieshao > .thisBox > .contentBox .rightBox .oneBoxAll .oneBox .aLink .imgBox {
    clip-path: polygon(0 2vw, 2vw 0, calc(100% - 2vw) 0, 100% 2vw, 100% calc(100% - 2vw), calc(100% - 2vw) 100%, 2vw 100%, 0 calc(100% - 2vw));
  }
  #child_yiyangyuan_page .pageContentAll .pageContent .child_yiyang_jieshao > .thisBox > .contentBox .rightBox .oneBoxAll .oneBox .aLink .imgBox::before {
    content: '';
    position: absolute;
    display: block;
    top: 0;
    width: 100%;
    height: 100%;
    opacity: 0.5;
    border: 1px solid #fff;
    top: 1vw;
    left: 1vw;
    width: calc(100% - 2vw - 2px);
    height: calc(100% - 2vw - 2px);
    z-index: 2;
    pointer-events: none;
  }
}
#child_yiyangyuan_page .pageContentAll .pageContent .child_yiyang_jieshao > .thisBox > .contentBox .rightBox .oneBoxAll .oneBox .aLink .imgBox:after {
  content: '';
  position: absolute;
  display: block;
  top: 0;
  transition-duration: 0.5s;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.56, -0.01, 0.04, 1);
  opacity: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
}
#child_yiyangyuan_page .pageContentAll .pageContent .child_yiyang_jieshao > .thisBox > .contentBox .rightBox .oneBoxAll .oneBox .aLink .text {
  position: absolute;
  bottom: 2vw;
  left: 2vw;
  opacity: 0.9;
  width: 80%;
}
@media (max-width:1024px) {
  #child_yiyangyuan_page .pageContentAll .pageContent .child_yiyang_jieshao > .thisBox > .contentBox .rightBox .oneBoxAll .oneBox .aLink .text {
    bottom: 6vw;
    left: 6vw;
  }
}
#child_yiyangyuan_page .pageContentAll .pageContent .child_yiyang_jieshao > .thisBox > .contentBox .rightBox .oneBoxAll .oneBox .aLink .text .title {
  transition-duration: 0.5s;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.56, -0.01, 0.04, 1);
  font-size: clamp(12px, 1.1vw, 1.1vw);
  color: #fff;
}
@media (max-width:1024px) {
  #child_yiyangyuan_page .pageContentAll .pageContent .child_yiyang_jieshao > .thisBox > .contentBox .rightBox .oneBoxAll .oneBox .aLink .text .title {
    font-size: 4.2vw;
  }
}
#child_yiyangyuan_page .pageContentAll .pageContent .child_yiyang_jieshao > .thisBox > .contentBox .rightBox .oneBoxAll .oneBox .aLink .text .subtitle {
  opacity: 0.5;
  color: #fff;
  text-transform: uppercase;
  font-size: clamp(12px, 1.1vw, 1.1vw);
}
@media (max-width:1024px) {
  #child_yiyangyuan_page .pageContentAll .pageContent .child_yiyang_jieshao > .thisBox > .contentBox .rightBox .oneBoxAll .oneBox .aLink .text .subtitle {
    font-size: 4.2vw;
  }
}
#child_yiyangyuan_page .pageContentAll .pageContent .child_yiyang_jieshao > .thisBox > .contentBox .rightBox .oneBoxAll .oneBox .aLink .maskIn {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  opacity: 0;
  left: 0;
  pointer-events: none;
  transition-duration: 0.5s;
  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;
}
#child_yiyangyuan_page .pageContentAll .pageContent .child_yiyang_jieshao > .thisBox > .contentBox .rightBox .oneBoxAll .oneBox .aLink .maskIn .ico {
  transform: translateY(100%);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  flex-wrap: unset;
  background-color: #fff;
  transition-duration: 0.5s;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.56, -0.01, 0.04, 1);
  border-radius: 50%;
  width: 2vw;
  height: 2vw;
}
@media (max-width:1024px) {
  #child_yiyangyuan_page .pageContentAll .pageContent .child_yiyang_jieshao > .thisBox > .contentBox .rightBox .oneBoxAll .oneBox .aLink .maskIn .ico {
    width: 8vw;
    height: 8vw;
  }
}
#child_yiyangyuan_page .pageContentAll .pageContent .child_yiyang_jieshao > .thisBox > .contentBox .rightBox .oneBoxAll .oneBox .aLink .maskIn .ico i {
  color: #AB2C31;
}
#child_yiyangyuan_page .pageContentAll .pageContent .child_yiyang_jieshao > .thisBox > .contentBox .rightBox .oneBoxAll .oneBox .aLink:hover .imgBox::after {
  opacity: 1;
}
#child_yiyangyuan_page .pageContentAll .pageContent .child_yiyang_jieshao > .thisBox > .contentBox .rightBox .oneBoxAll .oneBox .aLink:hover .maskIn {
  opacity: 1;
  transition-duration: 0.5s;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.56, -0.01, 0.04, 1);
  pointer-events: auto;
}
#child_yiyangyuan_page .pageContentAll .pageContent .child_yiyang_jieshao > .thisBox > .contentBox .rightBox .oneBoxAll .oneBox .aLink:hover .maskIn .ico {
  transform: translateY(0);
}
#child_yiyangyuan_page .pageContentAll .pageContent .child_yiyang_jieshao > .thisBox > .contentBox .rightBox .oneBoxAll .oneBox:nth-child(1) {
  grid-column: span 2;
}
#child_yiyangyuan_page .pageContentAll .pageContent .child_yiyang_jieshao > .thisBox > .contentBox .rightBox .biaoti {
  z-index: 1;
  padding: 0.4vw 2vw;
  position: absolute;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  flex-wrap: unset;
  right: -4vw;
  top: 30%;
  border: 1px solid rgba(171, 44, 49, 0.2);
  background-color: #DDD6CE;
}
@media (max-width:1024px) {
  #child_yiyangyuan_page .pageContentAll .pageContent .child_yiyang_jieshao > .thisBox > .contentBox .rightBox .biaoti {
    padding: 1.5vw 6vw;
    right: -2vw;
    top: 20%;
  }
}
#child_yiyangyuan_page .pageContentAll .pageContent .child_yiyang_jieshao > .thisBox > .contentBox .rightBox .biaoti .name {
  color: #AB2C31;
  font-size: clamp(12px, 0.9vw, 0.9vw);
}
@media (max-width:1024px) {
  #child_yiyangyuan_page .pageContentAll .pageContent .child_yiyang_jieshao > .thisBox > .contentBox .rightBox .biaoti .name {
    font-size: 3.8vw;
  }
}
#child_yiyangyuan_page .pageContentAll .pageContent .child_yiyang_jieshao > .thisBox > .contentBox .rightBox .biaoti .subname {
  color: #AB2C31;
  text-transform: uppercase;
}
#child_yiyangyuan_page .pageContentAll .pageContent .child_yiyang_jieshao > .thisBox > .contentBox .rightBox .biaoti::after {
  content: '';
  position: absolute;
  display: block;
  top: 50%;
  width: 6vw;
  right: 90%;
  border-bottom: 1px solid #ccc;
}
@media (max-width:1024px) {
  #child_yiyangyuan_page .pageContentAll .pageContent .child_yiyang_jieshao > .thisBox > .contentBox .rightBox .biaoti::after {
    display: none;
  }
}
#child_yiyangyuan_page .pageContentAll .pageContent .child_yiyang_jieshao > .thisBox > .contentBox .rightBox::after {
  content: '';
  position: absolute;
  display: block;
  top: 5vw;
  right: -2vw;
  border: 1px solid rgba(171, 44, 49, 0.2);
  width: 60%;
  height: 60%;
}
@media (max-width:1024px) {
  #child_yiyangyuan_page .pageContentAll .pageContent .child_yiyang_jieshao > .thisBox > .contentBox .rightBox::after {
    top: 16vw;
  }
}
#child_yiyangyuan_page .pageContentAll .pageContent .child_yiyang_jieshao .bgSvg {
  position: absolute;
  top: 5vw;
  width: 100%;
  height: 100%;
  pointer-events: none;
  left: -5%;
  width: 105%;
  opacity: 0.5;
}
#child_yiyangyuan_page .pageContentAll .pageContent .child_yiyang_jieshao .bgSvg defs g path {
  fill: none;
  stroke: #ffffff;
  stroke-miterlimit: 10;
  stroke-width: 100px;
}
#child_yiyangyuan_page .pageContentAll .pageContent .child_yiyang_jieshao .yuansu .img1 {
  position: absolute;
  bottom: -2vw;
  width: 100%;
  opacity: 0;
}
#child_yiyangyuan_page .pageContentAll .pageContent .child_yiyang_jieshao .yuansu .img1 img {
  width: 100%;
}
#child_yiyangyuan_page .pageContentAll .pageContent .child_youshi {
  overflow: hidden;
  position: relative;
  height: 44vw;
}
@media (max-width:1024px) {
  #child_yiyangyuan_page .pageContentAll .pageContent .child_youshi {
    height: unset;
  }
}
#child_yiyangyuan_page .pageContentAll .pageContent .child_youshi > .thisBox {
  position: relative;
  z-index: 1;
  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;
}
@media (max-width:1024px) {
  #child_yiyangyuan_page .pageContentAll .pageContent .child_youshi > .thisBox {
    padding: 8vw 0;
  }
}
#child_yiyangyuan_page .pageContentAll .pageContent .child_youshi > .thisBox .coutBox {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  flex-wrap: unset;
}
#child_yiyangyuan_page .pageContentAll .pageContent .child_youshi > .thisBox .coutBox .centerBox {
  position: relative;
  width: 32vw;
  height: 32vw;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  flex-wrap: unset;
}
@media (max-width:1024px) {
  #child_yiyangyuan_page .pageContentAll .pageContent .child_youshi > .thisBox .coutBox .centerBox {
    width: 60vw;
    height: 60vw;
  }
}
#child_yiyangyuan_page .pageContentAll .pageContent .child_youshi > .thisBox .coutBox .centerBox .biaotiImg {
  position: relative;
  z-index: 1;
  width: 26vw;
  height: 26vw;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  flex-wrap: unset;
}
@media (max-width:1024px) {
  #child_yiyangyuan_page .pageContentAll .pageContent .child_youshi > .thisBox .coutBox .centerBox .biaotiImg {
    width: 40vw;
    height: 40vw;
  }
}
#child_yiyangyuan_page .pageContentAll .pageContent .child_youshi > .thisBox .coutBox .centerBox .biaotiImg .maskImg {
  width: 100%;
  height: 100%;
  position: relative;
  -webkit-mask-image: url(../img/wdcc.png);
  -webkit-mask-size: 100% 100%;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-size: 100% auto;
  -webkit-mask-position: center;
}
#child_yiyangyuan_page .pageContentAll .pageContent .child_youshi > .thisBox .coutBox .centerBox .biaotiImg .maskImg::after {
  content: '';
  position: absolute;
  display: block;
  top: 0;
  background-color: #AB2C31;
  width: 100%;
  height: 100%;
}
#child_yiyangyuan_page .pageContentAll .pageContent .child_youshi > .thisBox .coutBox .centerBox .biaotiImg .maskImg::after {
  background-color: #EFEBE7;
}
#child_yiyangyuan_page .pageContentAll .pageContent .child_youshi > .thisBox .coutBox .centerBox .svgBox {
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
}
#child_yiyangyuan_page .pageContentAll .pageContent .child_youshi > .thisBox .coutBox .centerBox .svgBox svg {
  opacity: 0.7;
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  fill: transparent;
}
#child_yiyangyuan_page .pageContentAll .pageContent .child_youshi > .thisBox .coutBox .centerBox .svgBox svg path {
  stroke-width: 0.5%;
}
#child_yiyangyuan_page .pageContentAll .pageContent .child_youshi > .thisBox .coutBox .centerBox .svgBox svg.w1 path {
  stroke: #c29461;
}
#child_yiyangyuan_page .pageContentAll .pageContent .child_youshi > .thisBox .coutBox .centerBox .svgBox svg.w2 {
  transform: rotate(90deg) scale(0.86);
}
#child_yiyangyuan_page .pageContentAll .pageContent .child_youshi > .thisBox .coutBox .centerBox .svgBox svg.w2 path {
  stroke: #AB2C31;
}
#child_yiyangyuan_page .pageContentAll .pageContent .child_youshi > .thisBox .coutBox .centerBox .svgBox .dot span {
  position: absolute;
  display: block;
  width: 0.8vw;
  height: 0.8vw;
  border-radius: 50%;
  background-color: #DDD6CE;
  opacity: 0;
  transform: translate(-50%, -50%);
}
#child_yiyangyuan_page .pageContentAll .pageContent .child_youshi > .thisBox .coutBox .centerBox .svgBox .dot span:nth-child(1) {
  top: 93%;
  left: 50%;
}
#child_yiyangyuan_page .pageContentAll .pageContent .child_youshi > .thisBox .coutBox .centerBox .svgBox .dot span:nth-child(2) {
  top: 71%;
  left: 87%;
}
#child_yiyangyuan_page .pageContentAll .pageContent .child_youshi > .thisBox .coutBox .centerBox .svgBox .dot span:nth-child(3) {
  top: 28%;
  left: 87%;
}
#child_yiyangyuan_page .pageContentAll .pageContent .child_youshi > .thisBox .coutBox .centerBox .svgBox .dot span:nth-child(4) {
  top: 7%;
  left: 50%;
}
#child_yiyangyuan_page .pageContentAll .pageContent .child_youshi > .thisBox .coutBox .centerBox .svgBox .dot span:nth-child(5) {
  top: 28%;
  left: 13%;
}
#child_yiyangyuan_page .pageContentAll .pageContent .child_youshi > .thisBox .coutBox .centerBox .svgBox .dot span:nth-child(6) {
  top: 71%;
  left: 13%;
}
@media (max-width:1024px) {
  #child_yiyangyuan_page .pageContentAll .pageContent .child_youshi > .thisBox .coutBox .listBox {
    padding: 8vw;
  }
}
@media (max-width:1024px) {
  #child_yiyangyuan_page .pageContentAll .pageContent .child_youshi > .thisBox .coutBox .listBox .ul {
    display: flex;
    flex-wrap: wrap;
    gap: 4vw;
  }
  #child_yiyangyuan_page .pageContentAll .pageContent .child_youshi > .thisBox .coutBox .listBox .ul > li {
    width: calc(100% / 2 - (2 - 1) * 4vw / 2);
  }
}
#child_yiyangyuan_page .pageContentAll .pageContent .child_youshi > .thisBox .coutBox .listBox .ul .li .box {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  flex-wrap: unset;
  gap: 1vw;
}
@media (max-width:1024px) {
  #child_yiyangyuan_page .pageContentAll .pageContent .child_youshi > .thisBox .coutBox .listBox .ul .li .box {
    gap: 4vw;
  }
}
#child_yiyangyuan_page .pageContentAll .pageContent .child_youshi > .thisBox .coutBox .listBox .ul .li .box .imgBox {
  width: 14vw;
  height: 8vw;
}
@media (max-width:1024px) {
  #child_yiyangyuan_page .pageContentAll .pageContent .child_youshi > .thisBox .coutBox .listBox .ul .li .box .imgBox {
    width: 30vw;
    height: 20vw;
  }
}
#child_yiyangyuan_page .pageContentAll .pageContent .child_youshi > .thisBox .coutBox .listBox .ul .li .box .nameBox {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  flex-wrap: unset;
}
#child_yiyangyuan_page .pageContentAll .pageContent .child_youshi > .thisBox .coutBox .listBox .ul .li .box .nameBox .num {
  text-transform: uppercase;
  color: #AB2C31;
  font-size: clamp(12px, 2.1vw, 2.1vw);
}
@media (max-width:1024px) {
  #child_yiyangyuan_page .pageContentAll .pageContent .child_youshi > .thisBox .coutBox .listBox .ul .li .box .nameBox .num {
    font-size: 6.2vw;
  }
}
#child_yiyangyuan_page .pageContentAll .pageContent .child_youshi > .thisBox .coutBox .listBox .ul .li .box .nameBox .title {
  font-size: clamp(12px, 1.9vw, 1.9vw);
  font-family: 'cn1';
  width: max-content;
  color: #fff;
}
@media (max-width:1024px) {
  #child_yiyangyuan_page .pageContentAll .pageContent .child_youshi > .thisBox .coutBox .listBox .ul .li .box .nameBox .title {
    font-size: 5.8vw;
  }
}
@media (max-width:1024px) {
  #child_yiyangyuan_page .pageContentAll .pageContent .child_youshi > .thisBox .coutBox .listBox .ul .li .box .nameBox .title {
    width: fit-content;
  }
}
#child_yiyangyuan_page .pageContentAll .pageContent .child_youshi > .thisBox .coutBox .listBox .ul .li .box .nameBox .miaoshu {
  margin-top: 1vw;
  color: #DDD6CE;
  font-size: clamp(12px, 0.9vw, 0.9vw);
  width: 28vw;
  line-height: 1.5em;
}
@media (max-width:1024px) {
  #child_yiyangyuan_page .pageContentAll .pageContent .child_youshi > .thisBox .coutBox .listBox .ul .li .box .nameBox .miaoshu {
    font-size: 3.8vw;
  }
}
@media (max-width:1024px) {
  #child_yiyangyuan_page .pageContentAll .pageContent .child_youshi > .thisBox .coutBox .listBox .ul .li .box .nameBox .miaoshu {
    margin-top: 3vw;
    width: 100%;
  }
}
@media (min-width:1024px) {
  #child_yiyangyuan_page .pageContentAll .pageContent .child_youshi > .thisBox .coutBox .listBox .ul .li {
    position: absolute;
  }
  #child_yiyangyuan_page .pageContentAll .pageContent .child_youshi > .thisBox .coutBox .listBox .ul .li:nth-child(1) {
    top: 0%;
    right: 95%;
  }
  #child_yiyangyuan_page .pageContentAll .pageContent .child_youshi > .thisBox .coutBox .listBox .ul .li:nth-child(2) {
    top: 0%;
    left: 95%;
  }
  #child_yiyangyuan_page .pageContentAll .pageContent .child_youshi > .thisBox .coutBox .listBox .ul .li:nth-child(3) {
    top: 38%;
    right: 110%;
  }
  #child_yiyangyuan_page .pageContentAll .pageContent .child_youshi > .thisBox .coutBox .listBox .ul .li:nth-child(4) {
    top: 38%;
    left: 110%;
  }
  #child_yiyangyuan_page .pageContentAll .pageContent .child_youshi > .thisBox .coutBox .listBox .ul .li:nth-child(5) {
    bottom: 0%;
    right: 95%;
  }
  #child_yiyangyuan_page .pageContentAll .pageContent .child_youshi > .thisBox .coutBox .listBox .ul .li:nth-child(6) {
    bottom: 0%;
    left: 95%;
  }
  #child_yiyangyuan_page .pageContentAll .pageContent .child_youshi > .thisBox .coutBox .listBox .ul .li:nth-child(2n) .box .nameBox {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    flex-wrap: unset;
  }
  #child_yiyangyuan_page .pageContentAll .pageContent .child_youshi > .thisBox .coutBox .listBox .ul .li:nth-child(2n+1) .box .nameBox {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    justify-content: center;
    flex-wrap: unset;
  }
  #child_yiyangyuan_page .pageContentAll .pageContent .child_youshi > .thisBox .coutBox .listBox .ul .li:nth-child(2n+1) .box .nameBox .miaoshu {
    text-align: right;
  }
}
#child_yiyangyuan_page .pageContentAll .pageContent .child_youshi .bgImg img {
  height: 120%;
}
#child_yiyangyuan_page .pageContentAll .pageContent .child_canting > .thisBox {
  padding: 0 4vw;
}
@media (max-width:1024px) {
  #child_yiyangyuan_page .pageContentAll .pageContent .child_canting > .thisBox {
    padding: 0 6vw;
  }
}
#child_yiyangyuan_page .pageContentAll .pageContent .child_canting > .thisBox > .contentBox {
  position: relative;
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  justify-content: center;
  flex-wrap: unset;
}
#child_yiyangyuan_page .pageContentAll .pageContent .child_canting > .thisBox > .contentBox .imgBoxAll {
  position: relative;
  clip-path: polygon(0 1vw, 1vw 0, calc(100% - 1vw) 0, 100% 1vw, 100% calc(100% - 1vw), calc(100% - 1vw) 100%, 1vw 100%, 0 calc(100% - 1vw));
  overflow: hidden;
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  left: 0;
  width: calc(100% - 30vw);
}
#child_yiyangyuan_page .pageContentAll .pageContent .child_canting > .thisBox > .contentBox .imgBoxAll::before {
  content: '';
  position: absolute;
  display: block;
  top: 0;
  width: 100%;
  height: 100%;
  opacity: 0.5;
  border: 1px solid #fff;
  top: 0.5vw;
  left: 0.5vw;
  width: calc(100% - 1vw - 2px);
  height: calc(100% - 1vw - 2px);
  z-index: 2;
  pointer-events: none;
}
@media (max-width:1024px) {
  #child_yiyangyuan_page .pageContentAll .pageContent .child_canting > .thisBox > .contentBox .imgBoxAll {
    clip-path: polygon(0 2vw, 2vw 0, calc(100% - 2vw) 0, 100% 2vw, 100% calc(100% - 2vw), calc(100% - 2vw) 100%, 2vw 100%, 0 calc(100% - 2vw));
  }
  #child_yiyangyuan_page .pageContentAll .pageContent .child_canting > .thisBox > .contentBox .imgBoxAll::before {
    content: '';
    position: absolute;
    display: block;
    top: 0;
    width: 100%;
    height: 100%;
    opacity: 0.5;
    border: 1px solid #fff;
    top: 1vw;
    left: 1vw;
    width: calc(100% - 2vw - 2px);
    height: calc(100% - 2vw - 2px);
    z-index: 2;
    pointer-events: none;
  }
}
@media (max-width:1024px) {
  #child_yiyangyuan_page .pageContentAll .pageContent .child_canting > .thisBox > .contentBox .imgBoxAll {
    position: relative;
    width: 100%;
    height: 50vw;
  }
}
#child_yiyangyuan_page .pageContentAll .pageContent .child_canting > .thisBox > .contentBox .imgBoxAll .imgBox {
  width: 100%;
  height: 100%;
  transition-duration: 10s;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.56, -0.01, 0.04, 1);
  transition-timing-function: linear;
}
#child_yiyangyuan_page .pageContentAll .pageContent .child_canting > .thisBox > .contentBox .imgBoxAll:hover .imgBox {
  transform: scale(1.1) rotate(2deg);
}
#child_yiyangyuan_page .pageContentAll .pageContent .child_canting > .thisBox > .contentBox .textBoxAll {
  box-shadow: 2px 2px 30px rgba(194, 148, 97, 0.1);
  overflow: hidden;
  clip-path: polygon(0 1vw, 1vw 0, calc(100% - 1vw) 0, 100% 1vw, 100% calc(100% - 1vw), calc(100% - 1vw) 100%, 1vw 100%, 0 calc(100% - 1vw));
  padding: 2vw;
  position: relative;
  z-index: 1;
  width: 30vw;
  background-color: #EFEBE7;
  padding: 8vw 4vw;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  flex-wrap: unset;
  gap: 1vw;
}
#child_yiyangyuan_page .pageContentAll .pageContent .child_canting > .thisBox > .contentBox .textBoxAll::before {
  content: '';
  position: absolute;
  display: block;
  top: 0;
  width: 100%;
  height: 100%;
  opacity: 0.5;
  border: 1px solid #fff;
  top: 0.5vw;
  left: 0.5vw;
  width: calc(100% - 1vw - 2px);
  height: calc(100% - 1vw - 2px);
  z-index: 2;
  pointer-events: none;
}
@media (max-width:1024px) {
  #child_yiyangyuan_page .pageContentAll .pageContent .child_canting > .thisBox > .contentBox .textBoxAll {
    clip-path: polygon(0 2vw, 2vw 0, calc(100% - 2vw) 0, 100% 2vw, 100% calc(100% - 2vw), calc(100% - 2vw) 100%, 2vw 100%, 0 calc(100% - 2vw));
  }
  #child_yiyangyuan_page .pageContentAll .pageContent .child_canting > .thisBox > .contentBox .textBoxAll::before {
    content: '';
    position: absolute;
    display: block;
    top: 0;
    width: 100%;
    height: 100%;
    opacity: 0.5;
    border: 1px solid #fff;
    top: 1vw;
    left: 1vw;
    width: calc(100% - 2vw - 2px);
    height: calc(100% - 2vw - 2px);
    z-index: 2;
    pointer-events: none;
  }
}
@media (max-width:1024px) {
  #child_yiyangyuan_page .pageContentAll .pageContent .child_canting > .thisBox > .contentBox .textBoxAll {
    padding: 6vw;
  }
}
#child_yiyangyuan_page .pageContentAll .pageContent .child_canting > .thisBox > .contentBox .textBoxAll::before {
  border-color: rgba(171, 44, 49, 0.2);
}
@media (max-width:1024px) {
  #child_yiyangyuan_page .pageContentAll .pageContent .child_canting > .thisBox > .contentBox .textBoxAll {
    width: 100%;
    padding: 6vw;
    gap: 4vw;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    flex-wrap: unset;
  }
}
#child_yiyangyuan_page .pageContentAll .pageContent .child_canting > .thisBox > .contentBox .textBoxAll .title {
  font-size: clamp(12px, 1.9vw, 1.9vw);
}
@media (max-width:1024px) {
  #child_yiyangyuan_page .pageContentAll .pageContent .child_canting > .thisBox > .contentBox .textBoxAll .title {
    font-size: 5.8vw;
  }
}
#child_yiyangyuan_page .pageContentAll .pageContent .child_canting > .thisBox > .contentBox .textBoxAll .subtitle {
  color: #AB2C31;
  font-size: clamp(12px, 1.1vw, 1.1vw);
}
@media (max-width:1024px) {
  #child_yiyangyuan_page .pageContentAll .pageContent .child_canting > .thisBox > .contentBox .textBoxAll .subtitle {
    font-size: 4.2vw;
  }
}
#child_yiyangyuan_page .pageContentAll .pageContent .child_canting > .thisBox > .contentBox .textBoxAll .enSub {
  margin-top: 2vw;
  text-transform: uppercase;
}
@media (max-width:1024px) {
  #child_yiyangyuan_page .pageContentAll .pageContent .child_canting > .thisBox > .contentBox .textBoxAll .enSub {
    margin-top: 6vw;
  }
}
#child_yiyangyuan_page .pageContentAll .pageContent .child_canting > .thisBox > .contentBox .textBoxAll .enSub div {
  font-size: clamp(12px, 1.7vw, 1.7vw);
}
@media (max-width:1024px) {
  #child_yiyangyuan_page .pageContentAll .pageContent .child_canting > .thisBox > .contentBox .textBoxAll .enSub div {
    font-size: 5.4vw;
  }
}
#child_yiyangyuan_page .pageContentAll .pageContent .child_canting > .thisBox > .contentBox .textBoxAll .enSub div:nth-child(3n) {
  color: #AB2C31;
}
#child_yiyangyuan_page .pageContentAll .pageContent .child_canting > .thisBox > .contentBox .textBoxAll .miaoshu {
  margin-top: 2vw;
  line-height: 2em;
  text-indent: 2em;
}
@media (max-width:1024px) {
  #child_yiyangyuan_page .pageContentAll .pageContent .child_canting > .thisBox > .contentBox .textBoxAll .miaoshu {
    margin-top: 6vw;
  }
}
#child_yiyangyuan_page .pageContentAll .pageContent .child_tixi > .thisBox {
  padding-bottom: 7vw;
}
@media (max-width:1024px) {
  #child_yiyangyuan_page .pageContentAll .pageContent .child_tixi > .thisBox {
    padding-bottom: 12vw;
  }
}
#child_yiyangyuan_page .pageContentAll .pageContent .child_tixi > .thisBox > .contentBox {
  width: 70vw;
  margin: 0 auto;
}
@media (max-width:1600px) {
  #child_yiyangyuan_page .pageContentAll .pageContent .child_tixi > .thisBox > .contentBox {
    width: 70vw;
  }
}
@media (max-width:1300px) {
  #child_yiyangyuan_page .pageContentAll .pageContent .child_tixi > .thisBox > .contentBox {
    width: 70vw;
  }
}
@media (max-width:1024px) {
  #child_yiyangyuan_page .pageContentAll .pageContent .child_tixi > .thisBox > .contentBox {
    width: 90vw;
  }
}
#child_yiyangyuan_page .pageContentAll .pageContent .child_tixi > .thisBox > .contentBox .ul {
  display: flex;
  flex-wrap: wrap;
  gap: 2vw;
  justify-content: center;
}
#child_yiyangyuan_page .pageContentAll .pageContent .child_tixi > .thisBox > .contentBox .ul > li {
  width: calc(100% / 3 - (3 - 1) * 2vw / 3);
}
@media (max-width:1024px) {
  #child_yiyangyuan_page .pageContentAll .pageContent .child_tixi > .thisBox > .contentBox .ul {
    display: flex;
    flex-wrap: wrap;
    gap: 6vw;
  }
  #child_yiyangyuan_page .pageContentAll .pageContent .child_tixi > .thisBox > .contentBox .ul > li {
    width: calc(100% / 1 - (1 - 1) * 6vw / 1);
  }
}
#child_yiyangyuan_page .pageContentAll .pageContent .child_tixi > .thisBox > .contentBox .ul .li .textBox {
  background-color: #EFEBE7;
  box-shadow: 2px 2px 30px rgba(194, 148, 97, 0.1);
  position: relative;
  overflow: hidden;
  clip-path: polygon(0 1vw, 1vw 0, calc(100% - 1vw) 0, 100% 1vw, 100% calc(100% - 1vw), calc(100% - 1vw) 100%, 1vw 100%, 0 calc(100% - 1vw));
  padding: 2vw;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  flex-wrap: unset;
  padding: 4vw;
}
#child_yiyangyuan_page .pageContentAll .pageContent .child_tixi > .thisBox > .contentBox .ul .li .textBox::before {
  content: '';
  position: absolute;
  display: block;
  top: 0;
  width: 100%;
  height: 100%;
  opacity: 0.5;
  border: 1px solid #fff;
  top: 0.5vw;
  left: 0.5vw;
  width: calc(100% - 1vw - 2px);
  height: calc(100% - 1vw - 2px);
  z-index: 2;
  pointer-events: none;
}
@media (max-width:1024px) {
  #child_yiyangyuan_page .pageContentAll .pageContent .child_tixi > .thisBox > .contentBox .ul .li .textBox {
    clip-path: polygon(0 2vw, 2vw 0, calc(100% - 2vw) 0, 100% 2vw, 100% calc(100% - 2vw), calc(100% - 2vw) 100%, 2vw 100%, 0 calc(100% - 2vw));
  }
  #child_yiyangyuan_page .pageContentAll .pageContent .child_tixi > .thisBox > .contentBox .ul .li .textBox::before {
    content: '';
    position: absolute;
    display: block;
    top: 0;
    width: 100%;
    height: 100%;
    opacity: 0.5;
    border: 1px solid #fff;
    top: 1vw;
    left: 1vw;
    width: calc(100% - 2vw - 2px);
    height: calc(100% - 2vw - 2px);
    z-index: 2;
    pointer-events: none;
  }
}
@media (max-width:1024px) {
  #child_yiyangyuan_page .pageContentAll .pageContent .child_tixi > .thisBox > .contentBox .ul .li .textBox {
    padding: 6vw;
  }
}
#child_yiyangyuan_page .pageContentAll .pageContent .child_tixi > .thisBox > .contentBox .ul .li .textBox::before {
  border-color: rgba(171, 44, 49, 0.2);
}
#child_yiyangyuan_page .pageContentAll .pageContent .child_tixi > .thisBox > .contentBox .ul .li .textBox .title {
  color: #AB2C31;
  margin-bottom: 1vw;
  font-weight: bold;
  font-size: clamp(12px, 1.1vw, 1.1vw);
}
@media (max-width:1024px) {
  #child_yiyangyuan_page .pageContentAll .pageContent .child_tixi > .thisBox > .contentBox .ul .li .textBox .title {
    font-size: 4.2vw;
  }
}
@media (max-width:1024px) {
  #child_yiyangyuan_page .pageContentAll .pageContent .child_tixi > .thisBox > .contentBox .ul .li .textBox .title {
    margin-bottom: 4vw;
  }
}
#child_building_page .pageContentAll .pageContent .building {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  flex-wrap: unset;
  font-size: clamp(12px, 2.1vw, 2.1vw);
}
@media (max-width:1024px) {
  #child_building_page .pageContentAll .pageContent .building {
    font-size: 6.2vw;
  }
}
#child_pelpeo_detail_page .pageContentAll .pageContent .pelpeoDetailBox > .thisBox > .contentBox {
  width: 70vw;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  flex-wrap: unset;
  gap: 4vw;
}
@media (max-width:1600px) {
  #child_pelpeo_detail_page .pageContentAll .pageContent .pelpeoDetailBox > .thisBox > .contentBox {
    width: 70vw;
  }
}
@media (max-width:1300px) {
  #child_pelpeo_detail_page .pageContentAll .pageContent .pelpeoDetailBox > .thisBox > .contentBox {
    width: 70vw;
  }
}
@media (max-width:1024px) {
  #child_pelpeo_detail_page .pageContentAll .pageContent .pelpeoDetailBox > .thisBox > .contentBox {
    width: 90vw;
  }
}
#child_pelpeo_detail_page .pageContentAll .pageContent .pelpeoDetailBox > .thisBox > .contentBox .personFirst {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  flex-wrap: unset;
  width: 100%;
}
#child_pelpeo_detail_page .pageContentAll .pageContent .pelpeoDetailBox > .thisBox > .contentBox .personFirst .photoBox {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  flex-wrap: unset;
  width: 40vw;
}
#child_pelpeo_detail_page .pageContentAll .pageContent .pelpeoDetailBox > .thisBox > .contentBox .personFirst .photoBox .changjing {
  width: 100%;
  height: 20vw;
  padding-right: 5vw;
}
#child_pelpeo_detail_page .pageContentAll .pageContent .pelpeoDetailBox > .thisBox > .contentBox .personFirst .photoBox .changjing .imgBox {
  width: 100%;
  height: 100%;
  position: relative;
  overflow: hidden;
  clip-path: polygon(0 1vw, 1vw 0, calc(100% - 1vw) 0, 100% 1vw, 100% calc(100% - 1vw), calc(100% - 1vw) 100%, 1vw 100%, 0 calc(100% - 1vw));
}
#child_pelpeo_detail_page .pageContentAll .pageContent .pelpeoDetailBox > .thisBox > .contentBox .personFirst .photoBox .changjing .imgBox::before {
  content: '';
  position: absolute;
  display: block;
  top: 0;
  width: 100%;
  height: 100%;
  opacity: 0.5;
  border: 1px solid #fff;
  top: 0.5vw;
  left: 0.5vw;
  width: calc(100% - 1vw - 2px);
  height: calc(100% - 1vw - 2px);
  z-index: 2;
  pointer-events: none;
}
@media (max-width:1024px) {
  #child_pelpeo_detail_page .pageContentAll .pageContent .pelpeoDetailBox > .thisBox > .contentBox .personFirst .photoBox .changjing .imgBox {
    clip-path: polygon(0 2vw, 2vw 0, calc(100% - 2vw) 0, 100% 2vw, 100% calc(100% - 2vw), calc(100% - 2vw) 100%, 2vw 100%, 0 calc(100% - 2vw));
  }
  #child_pelpeo_detail_page .pageContentAll .pageContent .pelpeoDetailBox > .thisBox > .contentBox .personFirst .photoBox .changjing .imgBox::before {
    content: '';
    position: absolute;
    display: block;
    top: 0;
    width: 100%;
    height: 100%;
    opacity: 0.5;
    border: 1px solid #fff;
    top: 1vw;
    left: 1vw;
    width: calc(100% - 2vw - 2px);
    height: calc(100% - 2vw - 2px);
    z-index: 2;
    pointer-events: none;
  }
}
#child_pelpeo_detail_page .pageContentAll .pageContent .pelpeoDetailBox > .thisBox > .contentBox .personFirst .photoBox .personImg {
  align-self: flex-end;
  margin-top: -10vw;
  z-index: 1;
  width: 10vw;
  height: 13vw;
  position: relative;
  overflow: hidden;
  clip-path: polygon(0 1vw, 1vw 0, calc(100% - 1vw) 0, 100% 1vw, 100% calc(100% - 1vw), calc(100% - 1vw) 100%, 1vw 100%, 0 calc(100% - 1vw));
}
#child_pelpeo_detail_page .pageContentAll .pageContent .pelpeoDetailBox > .thisBox > .contentBox .personFirst .photoBox .personImg::before {
  content: '';
  position: absolute;
  display: block;
  top: 0;
  width: 100%;
  height: 100%;
  opacity: 0.5;
  border: 1px solid #fff;
  top: 0.5vw;
  left: 0.5vw;
  width: calc(100% - 1vw - 2px);
  height: calc(100% - 1vw - 2px);
  z-index: 2;
  pointer-events: none;
}
@media (max-width:1024px) {
  #child_pelpeo_detail_page .pageContentAll .pageContent .pelpeoDetailBox > .thisBox > .contentBox .personFirst .photoBox .personImg {
    clip-path: polygon(0 2vw, 2vw 0, calc(100% - 2vw) 0, 100% 2vw, 100% calc(100% - 2vw), calc(100% - 2vw) 100%, 2vw 100%, 0 calc(100% - 2vw));
  }
  #child_pelpeo_detail_page .pageContentAll .pageContent .pelpeoDetailBox > .thisBox > .contentBox .personFirst .photoBox .personImg::before {
    content: '';
    position: absolute;
    display: block;
    top: 0;
    width: 100%;
    height: 100%;
    opacity: 0.5;
    border: 1px solid #fff;
    top: 1vw;
    left: 1vw;
    width: calc(100% - 2vw - 2px);
    height: calc(100% - 2vw - 2px);
    z-index: 2;
    pointer-events: none;
  }
}
#child_pelpeo_detail_page .pageContentAll .pageContent .pelpeoDetailBox > .thisBox > .contentBox .personFirst .photoBox .personImg .imgBox {
  width: 100%;
  height: 100%;
}
#child_pelpeo_detail_page .pageContentAll .pageContent .pelpeoDetailBox > .thisBox > .contentBox .personFirst .textBox {
  width: calc(100% - 45vw);
}
@media (max-width:1300px) {
  #child_pelpeo_detail_page .pageContentAll .pageContent .pelpeoDetailBox > .thisBox > .contentBox .personFirst .textBox {
    padding: 2vw;
  }
}
#child_pelpeo_detail_page .pageContentAll .pageContent .pelpeoDetailBox > .thisBox > .contentBox .personFirst .textBox .enTitle {
  color: #AB2C31;
  text-transform: uppercase;
  position: absolute;
  font-size: clamp(12px, 1.3vw, 1.3vw);
  text-transform: unset;
}
@media (max-width:1024px) {
  #child_pelpeo_detail_page .pageContentAll .pageContent .pelpeoDetailBox > .thisBox > .contentBox .personFirst .textBox .enTitle {
    font-size: 4.6vw;
  }
}
#child_pelpeo_detail_page .pageContentAll .pageContent .pelpeoDetailBox > .thisBox > .contentBox .personFirst .textBox .titleBox {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-start;
  flex-wrap: unset;
  gap: 1vw;
  padding-top: 3vw;
}
#child_pelpeo_detail_page .pageContentAll .pageContent .pelpeoDetailBox > .thisBox > .contentBox .personFirst .textBox .titleBox .title {
  font-size: clamp(12px, 1.9vw, 1.9vw);
  font-weight: bold;
}
@media (max-width:1024px) {
  #child_pelpeo_detail_page .pageContentAll .pageContent .pelpeoDetailBox > .thisBox > .contentBox .personFirst .textBox .titleBox .title {
    font-size: 5.8vw;
  }
}
#child_pelpeo_detail_page .pageContentAll .pageContent .pelpeoDetailBox > .thisBox > .contentBox .personFirst .textBox .titleBox .sortOf {
  font-size: clamp(12px, 0.8vw, 0.8vw);
  color: #fff;
  background-color: #AB2C31;
  padding: 0.2vw 0.4vw;
}
@media (max-width:1024px) {
  #child_pelpeo_detail_page .pageContentAll .pageContent .pelpeoDetailBox > .thisBox > .contentBox .personFirst .textBox .titleBox .sortOf {
    font-size: 3.6vw;
  }
}
#child_pelpeo_detail_page .pageContentAll .pageContent .pelpeoDetailBox > .thisBox > .contentBox .personFirst .textBox .zhicheng {
  font-size: clamp(12px, 0.9vw, 0.9vw);
  margin-top: 1vw;
}
@media (max-width:1024px) {
  #child_pelpeo_detail_page .pageContentAll .pageContent .pelpeoDetailBox > .thisBox > .contentBox .personFirst .textBox .zhicheng {
    font-size: 3.8vw;
  }
}
#child_pelpeo_detail_page .pageContentAll .pageContent .pelpeoDetailBox > .thisBox > .contentBox .personFirst .textBox .text {
  margin-top: 4vw;
  font-size: clamp(12px, 0.9vw, 0.9vw);
  line-height: 2em;
}
@media (max-width:1024px) {
  #child_pelpeo_detail_page .pageContentAll .pageContent .pelpeoDetailBox > .thisBox > .contentBox .personFirst .textBox .text {
    font-size: 3.8vw;
  }
}
@media (max-width:1300px) {
  #child_pelpeo_detail_page .pageContentAll .pageContent .pelpeoDetailBox > .thisBox > .contentBox .personFirst .textBox .text {
    line-height: 1.6em;
  }
}
#child_pelpeo_detail_page .pageContentAll .pageContent .pelpeoDetailBox > .thisBox > .contentBox .detailTitle {
  position: relative;
  padding-left: 2vw;
  margin-bottom: 2vw;
}
#child_pelpeo_detail_page .pageContentAll .pageContent .pelpeoDetailBox > .thisBox > .contentBox .detailTitle .title {
  font-size: clamp(12px, 1.3vw, 1.3vw);
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-start;
  flex-wrap: unset;
  gap: 1vw;
}
@media (max-width:1024px) {
  #child_pelpeo_detail_page .pageContentAll .pageContent .pelpeoDetailBox > .thisBox > .contentBox .detailTitle .title {
    font-size: 4.6vw;
  }
}
#child_pelpeo_detail_page .pageContentAll .pageContent .pelpeoDetailBox > .thisBox > .contentBox .detailTitle .title .dot {
  position: relative;
  overflow: hidden;
  clip-path: polygon(0 0.4vw, 0.4vw 0, calc(100% - 0.4vw) 0, 100% 0.4vw, 100% calc(100% - 0.4vw), calc(100% - 0.4vw) 100%, 0.4vw 100%, 0 calc(100% - 0.4vw));
  width: 1.4vw;
  height: 1.4vw;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  position: absolute;
  background-color: #AB2C31;
}
#child_pelpeo_detail_page .pageContentAll .pageContent .pelpeoDetailBox > .thisBox > .contentBox .detailTitle .title .dot::before {
  content: '';
  position: absolute;
  display: block;
  top: 0;
  width: 100%;
  height: 100%;
  opacity: 0.5;
  border: 1px solid #fff;
  top: 0.2vw;
  left: 0.2vw;
  width: calc(100% - 0.4vw - 2px);
  height: calc(100% - 0.4vw - 2px);
  z-index: 2;
  pointer-events: none;
}
@media (max-width:1024px) {
  #child_pelpeo_detail_page .pageContentAll .pageContent .pelpeoDetailBox > .thisBox > .contentBox .detailTitle .title .dot {
    clip-path: polygon(0 2vw, 2vw 0, calc(100% - 2vw) 0, 100% 2vw, 100% calc(100% - 2vw), calc(100% - 2vw) 100%, 2vw 100%, 0 calc(100% - 2vw));
  }
  #child_pelpeo_detail_page .pageContentAll .pageContent .pelpeoDetailBox > .thisBox > .contentBox .detailTitle .title .dot::before {
    content: '';
    position: absolute;
    display: block;
    top: 0;
    width: 100%;
    height: 100%;
    opacity: 0.5;
    border: 1px solid #fff;
    top: 1vw;
    left: 1vw;
    width: calc(100% - 2vw - 2px);
    height: calc(100% - 2vw - 2px);
    z-index: 2;
    pointer-events: none;
  }
}
#child_pelpeo_detail_page .pageContentAll .pageContent .pelpeoDetailBox > .thisBox > .contentBox .xiangqing {
  width: 100%;
  background-color: #EFEBE7;
  box-shadow: 2px 2px 30px rgba(194, 148, 97, 0.1);
  position: relative;
  overflow: hidden;
  clip-path: polygon(0 1vw, 1vw 0, calc(100% - 1vw) 0, 100% 1vw, 100% calc(100% - 1vw), calc(100% - 1vw) 100%, 1vw 100%, 0 calc(100% - 1vw));
  padding: 2vw;
}
#child_pelpeo_detail_page .pageContentAll .pageContent .pelpeoDetailBox > .thisBox > .contentBox .xiangqing::before {
  content: '';
  position: absolute;
  display: block;
  top: 0;
  width: 100%;
  height: 100%;
  opacity: 0.5;
  border: 1px solid #fff;
  top: 0.5vw;
  left: 0.5vw;
  width: calc(100% - 1vw - 2px);
  height: calc(100% - 1vw - 2px);
  z-index: 2;
  pointer-events: none;
}
@media (max-width:1024px) {
  #child_pelpeo_detail_page .pageContentAll .pageContent .pelpeoDetailBox > .thisBox > .contentBox .xiangqing {
    clip-path: polygon(0 2vw, 2vw 0, calc(100% - 2vw) 0, 100% 2vw, 100% calc(100% - 2vw), calc(100% - 2vw) 100%, 2vw 100%, 0 calc(100% - 2vw));
  }
  #child_pelpeo_detail_page .pageContentAll .pageContent .pelpeoDetailBox > .thisBox > .contentBox .xiangqing::before {
    content: '';
    position: absolute;
    display: block;
    top: 0;
    width: 100%;
    height: 100%;
    opacity: 0.5;
    border: 1px solid #fff;
    top: 1vw;
    left: 1vw;
    width: calc(100% - 2vw - 2px);
    height: calc(100% - 2vw - 2px);
    z-index: 2;
    pointer-events: none;
  }
}
@media (max-width:1024px) {
  #child_pelpeo_detail_page .pageContentAll .pageContent .pelpeoDetailBox > .thisBox > .contentBox .xiangqing {
    padding: 6vw;
  }
}
#child_pelpeo_detail_page .pageContentAll .pageContent .pelpeoDetailBox > .thisBox > .contentBox .xiangqing::before {
  border-color: rgba(171, 44, 49, 0.2);
}
#child_pelpeo_detail_page .pageContentAll .pageContent .pelpeoDetailBox > .thisBox > .contentBox .guahaoBox {
  background-color: #EFEBE7;
  box-shadow: 2px 2px 30px rgba(194, 148, 97, 0.1);
  position: relative;
  overflow: hidden;
  clip-path: polygon(0 1vw, 1vw 0, calc(100% - 1vw) 0, 100% 1vw, 100% calc(100% - 1vw), calc(100% - 1vw) 100%, 1vw 100%, 0 calc(100% - 1vw));
  padding: 2vw;
  width: 100%;
}
#child_pelpeo_detail_page .pageContentAll .pageContent .pelpeoDetailBox > .thisBox > .contentBox .guahaoBox::before {
  content: '';
  position: absolute;
  display: block;
  top: 0;
  width: 100%;
  height: 100%;
  opacity: 0.5;
  border: 1px solid #fff;
  top: 0.5vw;
  left: 0.5vw;
  width: calc(100% - 1vw - 2px);
  height: calc(100% - 1vw - 2px);
  z-index: 2;
  pointer-events: none;
}
@media (max-width:1024px) {
  #child_pelpeo_detail_page .pageContentAll .pageContent .pelpeoDetailBox > .thisBox > .contentBox .guahaoBox {
    clip-path: polygon(0 2vw, 2vw 0, calc(100% - 2vw) 0, 100% 2vw, 100% calc(100% - 2vw), calc(100% - 2vw) 100%, 2vw 100%, 0 calc(100% - 2vw));
  }
  #child_pelpeo_detail_page .pageContentAll .pageContent .pelpeoDetailBox > .thisBox > .contentBox .guahaoBox::before {
    content: '';
    position: absolute;
    display: block;
    top: 0;
    width: 100%;
    height: 100%;
    opacity: 0.5;
    border: 1px solid #fff;
    top: 1vw;
    left: 1vw;
    width: calc(100% - 2vw - 2px);
    height: calc(100% - 2vw - 2px);
    z-index: 2;
    pointer-events: none;
  }
}
@media (max-width:1024px) {
  #child_pelpeo_detail_page .pageContentAll .pageContent .pelpeoDetailBox > .thisBox > .contentBox .guahaoBox {
    padding: 6vw;
  }
}
#child_pelpeo_detail_page .pageContentAll .pageContent .pelpeoDetailBox > .thisBox > .contentBox .guahaoBox::before {
  border-color: rgba(171, 44, 49, 0.2);
}
#child_pelpeo_detail_page .pageContentAll .pageContent .pelpeoDetailBox > .thisBox > .contentBox .guahaoBox .dateTime .ul {
  gap: 1vw;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-start;
  flex-wrap: unset;
}
#child_pelpeo_detail_page .pageContentAll .pageContent .pelpeoDetailBox > .thisBox > .contentBox .guahaoBox .dateTime .ul .li .box {
  background-color: #DDD6CE;
  padding: 0.4vw 1vw;
  border-radius: 0.2vw;
  cursor: pointer;
}
#child_pelpeo_detail_page .pageContentAll .pageContent .pelpeoDetailBox > .thisBox > .contentBox .guahaoBox .dateTime .ul .li.on .box {
  background-color: #AB2C31;
  color: #fff;
}
#child_pelpeo_detail_page .pageContentAll .pageContent .pelpeoDetailBox > .thisBox > .contentBox .guahaoBox .table {
  width: 100%;
  margin-top: 2vw;
}
#child_pelpeo_detail_page .pageContentAll .pageContent .pelpeoDetailBox > .thisBox > .contentBox .guahaoBox .table tr {
  padding: 0.4vw 0;
  text-align: center;
}
#child_pelpeo_detail_page .pageContentAll .pageContent .pelpeoDetailBox > .thisBox > .contentBox .guahaoBox .table tr td {
  padding: 0.5vw 0;
}
#child_pelpeo_detail_page .pageContentAll .pageContent .pelpeoDetailBox > .thisBox > .contentBox .guahaoBox .table tr td button {
  background-color: #AB2C31;
  color: #fff;
  padding: 0.4vw 0.4vw;
  border-radius: 0.2vw;
  cursor: pointer;
}
#child_pelpeo_detail_page .pageContentAll .pageContent .pelpeoDetailBox > .thisBox > .contentBox .guahaoBox .table thead tr {
  background-color: #EFEBE7;
}
#child_pelpeo_detail_page .pageContentAll .pageContent .pelpeoDetailBox > .thisBox > .contentBox .guahaoBox .table thead th {
  padding: 0.4vw 0;
  text-align: center;
}
#child_pelpeo_detail_page .pageContentAll .pageContent .pelpeoDetailBox > .thisBox > .contentBox .guahaoBox .table tbody tr:nth-child(2n+1) {
  background-color: #E7E1D9;
}
#child_pelpeo_detail_page .pageContentAll .pageContent .pelpeoDetailBox > .thisBox > .contentBox .guahaoBox .table tbody tr:hover {
  background-color: #DDD6CE;
}
@media (max-width:1024px) {
  #index_page .pageContentAll {
    padding-top: 0;
  }
}
#index_page .pageContentAll .inxBanner {
  position: relative;
}
#index_page .pageContentAll .inxBanner > .thisBox {
  width: 100%;
  height: 100vh;
}
@media (max-width:1024px) {
  #index_page .pageContentAll .inxBanner > .thisBox {
    height: 80vw;
  }
}
#index_page .pageContentAll .inxBanner > .thisBox > .contentBox {
  position: relative;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
#index_page .pageContentAll .inxBanner > .thisBox > .contentBox .bannerCout {
  position: relative;
  width: 100%;
  height: 100%;
}
#index_page .pageContentAll .inxBanner > .thisBox > .contentBox .bannerCout .swiperBox {
  width: 100%;
  height: 100%;
}
#index_page .pageContentAll .inxBanner > .thisBox > .contentBox .bannerCout .swiperBox #inxBanner {
  width: 100%;
  height: 100%;
}
#index_page .pageContentAll .inxBanner > .thisBox > .contentBox .bannerCout .swiperBox #inxBanner .swiper-slide {
  overflow: hidden;
}
#index_page .pageContentAll .inxBanner > .thisBox > .contentBox .bannerCout .swiperBox #inxBanner .swiper-slide .slide-inner {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  flex-wrap: unset;
}
#index_page .pageContentAll .inxBanner > .thisBox > .contentBox .bannerCout .swiperBox #inxBanner .swiper-slide .slide-inner .box {
  position: relative;
  transition-duration: 0.5s;
  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 .swiperBox #inxBanner .swiper-slide .slide-inner .box .imgBox {
  position: relative;
  transform: scale(1.1);
  width: 100%;
  height: 100%;
}
#index_page .pageContentAll .inxBanner > .thisBox > .contentBox .bannerCout .swiperBox #inxBanner .swiper-slide .slide-inner .box .videoBox {
  width: 100%;
  height: 100%;
}
#index_page .pageContentAll .inxBanner > .thisBox > .contentBox .bannerCout .swiperBox #inxBanner .swiper-slide .slide-inner .box .videoBox video {
  object-fit: cover;
  object-position: bottom;
  width: 100%;
  height: 100%;
}
#index_page .pageContentAll .inxBanner > .thisBox > .contentBox .bannerCout .swiperBox #inxBanner .swiper-slide.on {
  pointer-events: auto;
}
#index_page .pageContentAll .inxBanner > .thisBox > .contentBox .bannerCout .swiperBox #inxBanner .swiper-slide.on .slide-inner .box .imgBox {
  transition-duration: 10s;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.56, -0.01, 0.04, 1);
  transition-timing-function: linear;
  transform: scale(1);
}
#index_page .pageContentAll .inxBanner > .thisBox > .contentBox .bannerCout .textUl {
  position: absolute;
  z-index: 1;
  top: 16vw;
  left: 20vw;
  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 {
  font-size: clamp(12px, 2.7vw, 2.7vw);
  letter-spacing: 0.1em;
  color: #AB2C31;
  font-family: 'cn1';
}
@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: 7.4vw;
  }
}
#index_page .pageContentAll .inxBanner > .thisBox > .contentBox .bannerCout .textUl .ul .li .miaoshu {
  margin-top: 2vw;
}
#index_page .pageContentAll .inxBanner > .thisBox > .contentBox .bannerCout .textUl .ul .li .miaoshu .t {
  color: #fff;
  font-size: clamp(12px, 1vw, 1vw);
  text-transform: uppercase;
  line-height: 2em;
  text-transform: capitalize;
}
@media (max-width:1024px) {
  #index_page .pageContentAll .inxBanner > .thisBox > .contentBox .bannerCout .textUl .ul .li .miaoshu .t {
    font-size: 4vw;
  }
}
@media (max-width:1024px) {
  #index_page .pageContentAll .inxBanner > .thisBox > .contentBox .bannerCout .textUl .ul .li .miaoshu .t {
    font-size: 3.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: 20vw;
  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);
  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: 2.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: 50%;
  bottom: 4vw;
  transform: translateX(-50%);
}
#index_page .pageContentAll .inxBanner > .thisBox > .contentBox .bannerControl .navigation {
  z-index: 1;
  position: absolute;
  bottom: 4vw;
  gap: 2vw;
  right: 2vw;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  flex-wrap: unset;
}
#index_page .pageContentAll .inxBanner > .thisBox > .contentBox .bannerControl .navigation .btn {
  position: relative;
  width: 4vw;
  height: 4vw;
  cursor: pointer;
  outline: none;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  flex-wrap: unset;
}
@media (max-width:1024px) {
  #index_page .pageContentAll .inxBanner > .thisBox > .contentBox .bannerControl .navigation .btn {
    width: 14vw;
    height: 14vw;
  }
}
#index_page .pageContentAll .inxBanner > .thisBox > .contentBox .bannerControl .navigation .btn i {
  position: relative;
  z-index: 1;
  color: #DDD6CE;
  font-size: clamp(12px, 1.5vw, 1.5vw);
}
@media (max-width:1024px) {
  #index_page .pageContentAll .inxBanner > .thisBox > .contentBox .bannerControl .navigation .btn i {
    font-size: 5vw;
  }
}
#index_page .pageContentAll .inxBanner > .thisBox > .contentBox .bannerControl .navigation .btn .maskImg {
  left: 0;
  width: 100%;
  height: 100%;
  position: relative;
  -webkit-mask-image: url(../img/quan1.png);
  -webkit-mask-size: 100% 100%;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center;
  position: absolute;
  top: 0;
}
#index_page .pageContentAll .inxBanner > .thisBox > .contentBox .bannerControl .navigation .btn .maskImg::after {
  content: '';
  position: absolute;
  display: block;
  top: 0;
  background-color: #AB2C31;
  width: 100%;
  height: 100%;
}
#index_page .pageContentAll .inxBanner > .thisBox > .contentBox .bannerControl .navigation .btn .maskImg::after {
  content: '';
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
  top: 0;
  background-color: #DDD6CE;
}
#index_page .pageContentAll .inxBanner > .thisBox > .contentBox .bannerControl .navigation .btn:hover i {
  color: #AB2C31;
}
#index_page .pageContentAll .inxBanner > .thisBox > .contentBox .bannerControl .navigation .btn:hover .maskImg::after {
  background-color: #AB2C31;
}
#index_page .pageContentAll .inxBanner .yunHeng {
  position: absolute;
  bottom: -1px;
  width: 100%;
  z-index: 1;
}
#index_page .pageContentAll .inxBanner .yunHeng img {
  width: 100%;
}
#index_page .pageContentAll .pageContent {
  padding: 0;
}
#index_page .pageContentAll .pageContent .inxFirst > .thisBox {
  padding: 4vw 0;
}
@media (max-width:1024px) {
  #index_page .pageContentAll .pageContent .inxFirst > .thisBox {
    padding: 12vw 0;
  }
}
#index_page .pageContentAll .pageContent .inxFirst > .thisBox > .contentBox {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  flex-wrap: unset;
  width: 70vw;
  margin: 0 auto;
}
@media (max-width:1600px) {
  #index_page .pageContentAll .pageContent .inxFirst > .thisBox > .contentBox {
    width: 70vw;
  }
}
@media (max-width:1300px) {
  #index_page .pageContentAll .pageContent .inxFirst > .thisBox > .contentBox {
    width: 70vw;
  }
}
@media (max-width:1024px) {
  #index_page .pageContentAll .pageContent .inxFirst > .thisBox > .contentBox {
    width: 90vw;
  }
}
#index_page .pageContentAll .pageContent .inxFirst > .thisBox > .contentBox .title {
  position: relative;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  flex-wrap: unset;
}
#index_page .pageContentAll .pageContent .inxFirst > .thisBox > .contentBox .title span {
  font-size: clamp(12px, 1.3vw, 1.3vw);
}
@media (max-width:1024px) {
  #index_page .pageContentAll .pageContent .inxFirst > .thisBox > .contentBox .title span {
    font-size: 4.6vw;
  }
}
#index_page .pageContentAll .pageContent .inxFirst > .thisBox > .contentBox .title .yearBox {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  flex-wrap: unset;
  position: relative;
  margin: 0 2vw;
}
#index_page .pageContentAll .pageContent .inxFirst > .thisBox > .contentBox .title .yearBox .num {
  font-size: clamp(12px, 4.7vw, 4.7vw);
  font-family: 'en9';
  color: #AB2C31;
}
@media (max-width:1024px) {
  #index_page .pageContentAll .pageContent .inxFirst > .thisBox > .contentBox .title .yearBox .num {
    font-size: 11.4vw;
  }
}
#index_page .pageContentAll .pageContent .inxFirst > .thisBox > .contentBox .title .yearBox .quan {
  position: absolute;
  bottom: 30%;
  left: 85%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  flex-wrap: unset;
  width: 4vw;
  height: 4vw;
}
@media (max-width:1024px) {
  #index_page .pageContentAll .pageContent .inxFirst > .thisBox > .contentBox .title .yearBox .quan {
    width: 16vw;
    height: 16vw;
    bottom: 60%;
    left: 76%;
  }
}
#index_page .pageContentAll .pageContent .inxFirst > .thisBox > .contentBox .title .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 .pageContent .inxFirst > .thisBox > .contentBox .title .yearBox .quan .cenText .hisNum {
  font-size: clamp(12px, 1.3vw, 1.3vw);
  text-transform: uppercase;
  color: #E8C68E;
}
@media (max-width:1024px) {
  #index_page .pageContentAll .pageContent .inxFirst > .thisBox > .contentBox .title .yearBox .quan .cenText .hisNum {
    font-size: 4.6vw;
  }
}
#index_page .pageContentAll .pageContent .inxFirst > .thisBox > .contentBox .title .yearBox .quan .cenText .dw {
  color: #E8C68E;
  font-size: clamp(12px, 0.7vw, 0.7vw);
}
@media (max-width:1024px) {
  #index_page .pageContentAll .pageContent .inxFirst > .thisBox > .contentBox .title .yearBox .quan .cenText .dw {
    font-size: 3.4vw;
  }
}
#index_page .pageContentAll .pageContent .inxFirst > .thisBox > .contentBox .title .yearBox .quan .quanT {
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
}
#index_page .pageContentAll .pageContent .inxFirst > .thisBox > .contentBox .title .yearBox .quan .quanT img {
  width: 100%;
  height: 100%;
  animation: xuanzhuan 40s linear 0s infinite normal;
}
#index_page .pageContentAll .pageContent .inxFirst > .thisBox > .contentBox .title .tit {
  position: absolute;
  top: calc(50% - 1vw);
  height: 1.4vw;
}
#index_page .pageContentAll .pageContent .inxFirst > .thisBox > .contentBox .title .tit.titLeft {
  right: 110%;
}
#index_page .pageContentAll .pageContent .inxFirst > .thisBox > .contentBox .title .tit.titRight {
  left: 110%;
}
#index_page .pageContentAll .pageContent .inxFirst > .thisBox > .contentBox .subtitle {
  margin-top: 1.5vw;
  width: 42vw;
  font-size: clamp(12px, 0.7vw, 0.7vw);
  opacity: 0.7;
  text-align: center;
}
@media (max-width:1024px) {
  #index_page .pageContentAll .pageContent .inxFirst > .thisBox > .contentBox .subtitle {
    font-size: 3.4vw;
  }
}
@media (max-width:1024px) {
  #index_page .pageContentAll .pageContent .inxFirst > .thisBox > .contentBox .subtitle {
    width: 100%;
  }
}
#index_page .pageContentAll .pageContent .inxFirst > .thisBox > .contentBox .aMore {
  position: relative;
  margin-top: 1vw;
}
@media (max-width:1024px) {
  #index_page .pageContentAll .pageContent .inxFirst > .thisBox > .contentBox .aMore {
    margin-top: 4vw;
  }
}
#index_page .pageContentAll .pageContent .inxFirst > .thisBox > .contentBox .aMore span {
  transition-duration: 0.5s;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.56, -0.01, 0.04, 1);
  display: block;
  position: relative;
  color: #AB2C31;
}
#index_page .pageContentAll .pageContent .inxFirst > .thisBox > .contentBox .aMore span::after {
  content: '';
  position: absolute;
  display: block;
  top: 110%;
  width: 0;
  right: 0;
  transition-duration: 0.5s;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.56, -0.01, 0.04, 1);
  border-bottom: 1px solid #AB2C31;
}
#index_page .pageContentAll .pageContent .inxFirst > .thisBox > .contentBox .aMore i {
  position: absolute;
  right: 0;
  top: 50%;
  transition-duration: 0.5s;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.56, -0.01, 0.04, 1);
  opacity: 0;
  transform: translate(0, -40%);
  font-size: clamp(12px, 1.1vw, 1.1vw);
}
@media (max-width:1024px) {
  #index_page .pageContentAll .pageContent .inxFirst > .thisBox > .contentBox .aMore i {
    font-size: 4.2vw;
  }
}
#index_page .pageContentAll .pageContent .inxFirst > .thisBox > .contentBox .aMore:hover span {
  transform: translateX(-1vw);
}
#index_page .pageContentAll .pageContent .inxFirst > .thisBox > .contentBox .aMore:hover span::after {
  left: 0;
  width: 100%;
}
#index_page .pageContentAll .pageContent .inxFirst > .thisBox > .contentBox .aMore:hover i {
  opacity: 1;
  transform: translate(1vw, -40%);
}
#index_page .pageContentAll .pageContent .inxFirst > .thisBox > .contentBox .dataBox {
  margin-top: 3vw;
}
@media (max-width:1024px) {
  #index_page .pageContentAll .pageContent .inxFirst > .thisBox > .contentBox .dataBox {
    margin-top: 12vw;
  }
}
#index_page .pageContentAll .pageContent .inxFirst > .thisBox > .contentBox .dataBox .ul {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  justify-content: center;
  flex-wrap: unset;
}
#index_page .pageContentAll .pageContent .inxFirst > .thisBox > .contentBox .dataBox .ul .li {
  border-right: 1px solid rgba(171, 44, 49, 0.3);
}
#index_page .pageContentAll .pageContent .inxFirst > .thisBox > .contentBox .dataBox .ul .li .value {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  flex-wrap: unset;
  width: 20vw;
}
@media (max-width:1024px) {
  #index_page .pageContentAll .pageContent .inxFirst > .thisBox > .contentBox .dataBox .ul .li .value {
    width: 30vw;
  }
}
#index_page .pageContentAll .pageContent .inxFirst > .thisBox > .contentBox .dataBox .ul .li .value .shuju {
  position: relative;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  flex-wrap: unset;
  gap: 0.5vw;
}
#index_page .pageContentAll .pageContent .inxFirst > .thisBox > .contentBox .dataBox .ul .li .value .shuju .num {
  font-size: clamp(12px, 2.3vw, 2.3vw);
  text-transform: uppercase;
  color: #AB2C31;
}
@media (max-width:1024px) {
  #index_page .pageContentAll .pageContent .inxFirst > .thisBox > .contentBox .dataBox .ul .li .value .shuju .num {
    font-size: 6.6vw;
  }
}
#index_page .pageContentAll .pageContent .inxFirst > .thisBox > .contentBox .dataBox .ul .li .value .line {
  width: 2vw;
  margin: 1vw 0;
  height: 1px;
  background-color: #AB2C31;
}
#index_page .pageContentAll .pageContent .inxFirst > .thisBox > .contentBox .dataBox .ul .li .value .title {
  text-align: center;
}
#index_page .pageContentAll .pageContent .inxFirst > .thisBox > .contentBox .dataBox .ul .li:first-child {
  border-left: 1px solid rgba(171, 44, 49, 0.3);
}
#index_page .pageContentAll .pageContent .inxAbout {
  position: relative;
}
#index_page .pageContentAll .pageContent .inxAbout > .thisBox {
  position: relative;
  z-index: 1;
  padding-bottom: 7vw;
}
@media (max-width:1024px) {
  #index_page .pageContentAll .pageContent .inxAbout > .thisBox {
    padding-bottom: 12vw;
  }
}
#index_page .pageContentAll .pageContent .inxAbout > .thisBox > .contentBox {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  flex-wrap: unset;
  width: 70vw;
  margin: 0 auto;
}
@media (max-width:1600px) {
  #index_page .pageContentAll .pageContent .inxAbout > .thisBox > .contentBox {
    width: 70vw;
  }
}
@media (max-width:1300px) {
  #index_page .pageContentAll .pageContent .inxAbout > .thisBox > .contentBox {
    width: 70vw;
  }
}
@media (max-width:1024px) {
  #index_page .pageContentAll .pageContent .inxAbout > .thisBox > .contentBox {
    width: 90vw;
  }
}
@media (max-width:1024px) {
  #index_page .pageContentAll .pageContent .inxAbout > .thisBox > .contentBox {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    flex-wrap: unset;
    gap: 10vw;
    flex-direction: column-reverse;
  }
}
#index_page .pageContentAll .pageContent .inxAbout > .thisBox > .contentBox .textBox {
  width: 30vw;
}
@media (max-width:1024px) {
  #index_page .pageContentAll .pageContent .inxAbout > .thisBox > .contentBox .textBox {
    width: 100%;
  }
}
#index_page .pageContentAll .pageContent .inxAbout > .thisBox > .contentBox .textBox .titleBox {
  margin-bottom: 5vw;
  position: relative;
}
@media (max-width:1024px) {
  #index_page .pageContentAll .pageContent .inxAbout > .thisBox > .contentBox .textBox .titleBox {
    margin-bottom: 12vw;
  }
}
#index_page .pageContentAll .pageContent .inxAbout > .thisBox > .contentBox .textBox .titleBox .name {
  padding-left: 4vw;
  position: absolute;
  top: 50%;
  font-size: clamp(12px, 2.7vw, 2.7vw);
  font-family: 'cn1';
}
@media (max-width:1024px) {
  #index_page .pageContentAll .pageContent .inxAbout > .thisBox > .contentBox .textBox .titleBox .name {
    padding-left: 0;
    position: relative;
    top: auto;
  }
}
@media (max-width:1024px) {
  #index_page .pageContentAll .pageContent .inxAbout > .thisBox > .contentBox .textBox .titleBox .name {
    font-size: 7.4vw;
  }
}
#index_page .pageContentAll .pageContent .inxAbout > .thisBox > .contentBox .textBox .titleBox .subname {
  text-transform: uppercase;
  font-size: clamp(12px, 5.7vw, 5.7vw);
  opacity: 0.05;
  color: #AB2C31;
}
@media (max-width:1024px) {
  #index_page .pageContentAll .pageContent .inxAbout > .thisBox > .contentBox .textBox .titleBox .subname {
    font-size: 13.4vw;
  }
}
#index_page .pageContentAll .pageContent .inxAbout > .thisBox > .contentBox .textBox .BorBox {
  background-color: #EFEBE7;
  box-shadow: 2px 2px 30px rgba(194, 148, 97, 0.1);
  position: relative;
  overflow: hidden;
  clip-path: polygon(0 1vw, 1vw 0, calc(100% - 1vw) 0, 100% 1vw, 100% calc(100% - 1vw), calc(100% - 1vw) 100%, 1vw 100%, 0 calc(100% - 1vw));
  padding: 2vw;
}
#index_page .pageContentAll .pageContent .inxAbout > .thisBox > .contentBox .textBox .BorBox::before {
  content: '';
  position: absolute;
  display: block;
  top: 0;
  width: 100%;
  height: 100%;
  opacity: 0.5;
  border: 1px solid #fff;
  top: 0.5vw;
  left: 0.5vw;
  width: calc(100% - 1vw - 2px);
  height: calc(100% - 1vw - 2px);
  z-index: 2;
  pointer-events: none;
}
@media (max-width:1024px) {
  #index_page .pageContentAll .pageContent .inxAbout > .thisBox > .contentBox .textBox .BorBox {
    clip-path: polygon(0 2vw, 2vw 0, calc(100% - 2vw) 0, 100% 2vw, 100% calc(100% - 2vw), calc(100% - 2vw) 100%, 2vw 100%, 0 calc(100% - 2vw));
  }
  #index_page .pageContentAll .pageContent .inxAbout > .thisBox > .contentBox .textBox .BorBox::before {
    content: '';
    position: absolute;
    display: block;
    top: 0;
    width: 100%;
    height: 100%;
    opacity: 0.5;
    border: 1px solid #fff;
    top: 1vw;
    left: 1vw;
    width: calc(100% - 2vw - 2px);
    height: calc(100% - 2vw - 2px);
    z-index: 2;
    pointer-events: none;
  }
}
@media (max-width:1024px) {
  #index_page .pageContentAll .pageContent .inxAbout > .thisBox > .contentBox .textBox .BorBox {
    padding: 6vw;
  }
}
#index_page .pageContentAll .pageContent .inxAbout > .thisBox > .contentBox .textBox .BorBox::before {
  border-color: rgba(171, 44, 49, 0.2);
}
#index_page .pageContentAll .pageContent .inxAbout > .thisBox > .contentBox .textBox .BorBox .subtitle {
  margin-bottom: 2vw;
  font-size: clamp(12px, 1.3vw, 1.3vw);
}
@media (max-width:1024px) {
  #index_page .pageContentAll .pageContent .inxAbout > .thisBox > .contentBox .textBox .BorBox .subtitle {
    font-size: 4.6vw;
  }
}
@media (max-width:1024px) {
  #index_page .pageContentAll .pageContent .inxAbout > .thisBox > .contentBox .textBox .BorBox .subtitle {
    margin-bottom: 6vw;
  }
}
#index_page .pageContentAll .pageContent .inxAbout > .thisBox > .contentBox .textBox .BorBox .miaoshu {
  line-height: 2.5em;
  text-align: justify;
}
@media (max-width:1024px) {
  #index_page .pageContentAll .pageContent .inxAbout > .thisBox > .contentBox .textBox .BorBox .miaoshu {
    line-height: 2em;
  }
}
#index_page .pageContentAll .pageContent .inxAbout > .thisBox > .contentBox .rightBox {
  position: relative;
}
#index_page .pageContentAll .pageContent .inxAbout > .thisBox > .contentBox .rightBox .oneBoxAll {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-gap: 1vw;
}
#index_page .pageContentAll .pageContent .inxAbout > .thisBox > .contentBox .rightBox .oneBoxAll .oneBox .aLink {
  position: relative;
  width: 16vw;
  height: 16vw;
}
@media (max-width:1024px) {
  #index_page .pageContentAll .pageContent .inxAbout > .thisBox > .contentBox .rightBox .oneBoxAll .oneBox .aLink {
    width: 34vw;
    height: 34vw;
  }
}
#index_page .pageContentAll .pageContent .inxAbout > .thisBox > .contentBox .rightBox .oneBoxAll .oneBox .aLink .imgBox {
  width: 100%;
  height: 100%;
  position: relative;
  overflow: hidden;
  clip-path: polygon(0 1vw, 1vw 0, calc(100% - 1vw) 0, 100% 1vw, 100% calc(100% - 1vw), calc(100% - 1vw) 100%, 1vw 100%, 0 calc(100% - 1vw));
}
#index_page .pageContentAll .pageContent .inxAbout > .thisBox > .contentBox .rightBox .oneBoxAll .oneBox .aLink .imgBox::before {
  content: '';
  position: absolute;
  display: block;
  top: 0;
  width: 100%;
  height: 100%;
  opacity: 0.5;
  border: 1px solid #fff;
  top: 0.5vw;
  left: 0.5vw;
  width: calc(100% - 1vw - 2px);
  height: calc(100% - 1vw - 2px);
  z-index: 2;
  pointer-events: none;
}
@media (max-width:1024px) {
  #index_page .pageContentAll .pageContent .inxAbout > .thisBox > .contentBox .rightBox .oneBoxAll .oneBox .aLink .imgBox {
    clip-path: polygon(0 2vw, 2vw 0, calc(100% - 2vw) 0, 100% 2vw, 100% calc(100% - 2vw), calc(100% - 2vw) 100%, 2vw 100%, 0 calc(100% - 2vw));
  }
  #index_page .pageContentAll .pageContent .inxAbout > .thisBox > .contentBox .rightBox .oneBoxAll .oneBox .aLink .imgBox::before {
    content: '';
    position: absolute;
    display: block;
    top: 0;
    width: 100%;
    height: 100%;
    opacity: 0.5;
    border: 1px solid #fff;
    top: 1vw;
    left: 1vw;
    width: calc(100% - 2vw - 2px);
    height: calc(100% - 2vw - 2px);
    z-index: 2;
    pointer-events: none;
  }
}
#index_page .pageContentAll .pageContent .inxAbout > .thisBox > .contentBox .rightBox .oneBoxAll .oneBox .aLink .imgBox:after {
  content: '';
  position: absolute;
  display: block;
  top: 0;
  transition-duration: 0.5s;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.56, -0.01, 0.04, 1);
  opacity: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
}
#index_page .pageContentAll .pageContent .inxAbout > .thisBox > .contentBox .rightBox .oneBoxAll .oneBox .aLink .text {
  position: absolute;
  bottom: 2vw;
  left: 2vw;
  opacity: 0.9;
  width: 80%;
}
#index_page .pageContentAll .pageContent .inxAbout > .thisBox > .contentBox .rightBox .oneBoxAll .oneBox .aLink .text .title {
  transition-duration: 0.5s;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.56, -0.01, 0.04, 1);
  font-size: clamp(12px, 1.1vw, 1.1vw);
  color: #fff;
}
@media (max-width:1024px) {
  #index_page .pageContentAll .pageContent .inxAbout > .thisBox > .contentBox .rightBox .oneBoxAll .oneBox .aLink .text .title {
    font-size: 4.2vw;
  }
}
#index_page .pageContentAll .pageContent .inxAbout > .thisBox > .contentBox .rightBox .oneBoxAll .oneBox .aLink .text .subtitle {
  opacity: 0.5;
  color: #fff;
  text-transform: uppercase;
  font-size: clamp(12px, 1.1vw, 1.1vw);
}
@media (max-width:1024px) {
  #index_page .pageContentAll .pageContent .inxAbout > .thisBox > .contentBox .rightBox .oneBoxAll .oneBox .aLink .text .subtitle {
    font-size: 4.2vw;
  }
}
#index_page .pageContentAll .pageContent .inxAbout > .thisBox > .contentBox .rightBox .oneBoxAll .oneBox .aLink .maskIn {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  opacity: 0;
  left: 0;
  pointer-events: none;
  transition-duration: 0.5s;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.56, -0.01, 0.04, 1);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  flex-wrap: unset;
}
#index_page .pageContentAll .pageContent .inxAbout > .thisBox > .contentBox .rightBox .oneBoxAll .oneBox .aLink .maskIn .ico {
  transform: translateY(100%);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  flex-wrap: unset;
  background-color: #fff;
  transition-duration: 0.5s;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.56, -0.01, 0.04, 1);
  border-radius: 50%;
  width: 2vw;
  height: 2vw;
}
@media (max-width:1024px) {
  #index_page .pageContentAll .pageContent .inxAbout > .thisBox > .contentBox .rightBox .oneBoxAll .oneBox .aLink .maskIn .ico {
    width: 8vw;
    height: 8vw;
  }
}
#index_page .pageContentAll .pageContent .inxAbout > .thisBox > .contentBox .rightBox .oneBoxAll .oneBox .aLink .maskIn .ico i {
  color: #AB2C31;
}
#index_page .pageContentAll .pageContent .inxAbout > .thisBox > .contentBox .rightBox .oneBoxAll .oneBox .aLink:hover .imgBox::after {
  opacity: 1;
}
#index_page .pageContentAll .pageContent .inxAbout > .thisBox > .contentBox .rightBox .oneBoxAll .oneBox .aLink:hover .maskIn {
  opacity: 1;
  transition-duration: 0.5s;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.56, -0.01, 0.04, 1);
  pointer-events: auto;
}
#index_page .pageContentAll .pageContent .inxAbout > .thisBox > .contentBox .rightBox .oneBoxAll .oneBox .aLink:hover .maskIn .ico {
  transform: translateY(0);
}
#index_page .pageContentAll .pageContent .inxAbout > .thisBox > .contentBox .rightBox .oneBoxAll .oneBox:nth-child(1) {
  grid-column: span 2;
}
#index_page .pageContentAll .pageContent .inxAbout > .thisBox > .contentBox .rightBox .biaoti {
  z-index: 1;
  padding: 0.4vw 2vw;
  position: absolute;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  flex-wrap: unset;
  right: -4vw;
  top: 30%;
  border: 1px solid rgba(171, 44, 49, 0.2);
  background-color: #DDD6CE;
}
@media (max-width:1024px) {
  #index_page .pageContentAll .pageContent .inxAbout > .thisBox > .contentBox .rightBox .biaoti {
    padding: 1.5vw 6vw;
    right: -2vw;
    top: 20%;
  }
}
#index_page .pageContentAll .pageContent .inxAbout > .thisBox > .contentBox .rightBox .biaoti .name {
  color: #AB2C31;
  font-size: clamp(12px, 0.9vw, 0.9vw);
}
@media (max-width:1024px) {
  #index_page .pageContentAll .pageContent .inxAbout > .thisBox > .contentBox .rightBox .biaoti .name {
    font-size: 3.8vw;
  }
}
#index_page .pageContentAll .pageContent .inxAbout > .thisBox > .contentBox .rightBox .biaoti .subname {
  color: #AB2C31;
  text-transform: uppercase;
}
#index_page .pageContentAll .pageContent .inxAbout > .thisBox > .contentBox .rightBox .biaoti::after {
  content: '';
  position: absolute;
  display: block;
  top: 50%;
  width: 6vw;
  right: 90%;
  border-bottom: 1px solid #ccc;
}
@media (max-width:1024px) {
  #index_page .pageContentAll .pageContent .inxAbout > .thisBox > .contentBox .rightBox .biaoti::after {
    display: none;
  }
}
#index_page .pageContentAll .pageContent .inxAbout > .thisBox > .contentBox .rightBox::after {
  content: '';
  position: absolute;
  display: block;
  top: 5vw;
  right: -2vw;
  border: 1px solid rgba(171, 44, 49, 0.2);
  width: 60%;
  height: 60%;
}
@media (max-width:1024px) {
  #index_page .pageContentAll .pageContent .inxAbout > .thisBox > .contentBox .rightBox::after {
    top: 16vw;
  }
}
#index_page .pageContentAll .pageContent .inxAbout .bgSvg {
  position: absolute;
  top: -10vw;
  width: 100%;
  height: 100%;
  pointer-events: none;
  left: -5%;
  width: 105%;
  opacity: 0.5;
}
#index_page .pageContentAll .pageContent .inxAbout .bgSvg defs g path {
  fill: none;
  stroke: #ffffff;
  stroke-miterlimit: 10;
  stroke-width: 100px;
}
#index_page .pageContentAll .pageContent .inxAbout .yuansu .img1 {
  position: absolute;
  bottom: -2vw;
  width: 100%;
  opacity: 0;
}
#index_page .pageContentAll .pageContent .inxAbout .yuansu .img1 img {
  width: 100%;
}
#index_page .pageContentAll .pageContent .inxBusiness {
  position: relative;
}
#index_page .pageContentAll .pageContent .inxBusiness > .thisBox {
  position: relative;
  z-index: 1;
  padding: 4vw 0;
}
#index_page .pageContentAll .pageContent .inxBusiness > .thisBox > .contentBox .swiperBox {
  height: 32vw;
  width: 100%;
  padding-left: calc(50% - 70vw * 0.5);
}
@media (max-width:1024px) {
  #index_page .pageContentAll .pageContent .inxBusiness > .thisBox > .contentBox .swiperBox {
    height: unset;
    padding-left: 0;
  }
}
#index_page .pageContentAll .pageContent .inxBusiness > .thisBox > .contentBox .swiperBox .swiper {
  width: 100%;
  height: 100%;
}
#index_page .pageContentAll .pageContent .inxBusiness > .thisBox > .contentBox .swiperBox .swiper .swiper-slide {
  width: 70vw;
  margin: 0 auto;
  box-sizing: content-box;
  height: 100%;
  padding-right: 5vw;
}
@media (max-width:1600px) {
  #index_page .pageContentAll .pageContent .inxBusiness > .thisBox > .contentBox .swiperBox .swiper .swiper-slide {
    width: 70vw;
  }
}
@media (max-width:1300px) {
  #index_page .pageContentAll .pageContent .inxBusiness > .thisBox > .contentBox .swiperBox .swiper .swiper-slide {
    width: 70vw;
  }
}
@media (max-width:1024px) {
  #index_page .pageContentAll .pageContent .inxBusiness > .thisBox > .contentBox .swiperBox .swiper .swiper-slide {
    width: 90vw;
  }
}
@media (max-width:1024px) {
  #index_page .pageContentAll .pageContent .inxBusiness > .thisBox > .contentBox .swiperBox .swiper .swiper-slide {
    width: 100%;
    box-sizing: border-box;
    padding: 0 6vw;
  }
}
#index_page .pageContentAll .pageContent .inxBusiness > .thisBox > .contentBox .swiperBox .swiper .swiper-slide .box {
  width: 100%;
  height: 100%;
  opacity: 0.8;
  transition-duration: 0.5s;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.56, -0.01, 0.04, 1);
  background-color: #E7E1D9;
  position: relative;
  overflow: hidden;
  clip-path: polygon(0 1vw, 1vw 0, calc(100% - 1vw) 0, 100% 1vw, 100% calc(100% - 1vw), calc(100% - 1vw) 100%, 1vw 100%, 0 calc(100% - 1vw));
}
#index_page .pageContentAll .pageContent .inxBusiness > .thisBox > .contentBox .swiperBox .swiper .swiper-slide .box::before {
  content: '';
  position: absolute;
  display: block;
  top: 0;
  width: 100%;
  height: 100%;
  opacity: 0.5;
  border: 1px solid #fff;
  top: 0.5vw;
  left: 0.5vw;
  width: calc(100% - 1vw - 2px);
  height: calc(100% - 1vw - 2px);
  z-index: 2;
  pointer-events: none;
}
@media (max-width:1024px) {
  #index_page .pageContentAll .pageContent .inxBusiness > .thisBox > .contentBox .swiperBox .swiper .swiper-slide .box {
    clip-path: polygon(0 2vw, 2vw 0, calc(100% - 2vw) 0, 100% 2vw, 100% calc(100% - 2vw), calc(100% - 2vw) 100%, 2vw 100%, 0 calc(100% - 2vw));
  }
  #index_page .pageContentAll .pageContent .inxBusiness > .thisBox > .contentBox .swiperBox .swiper .swiper-slide .box::before {
    content: '';
    position: absolute;
    display: block;
    top: 0;
    width: 100%;
    height: 100%;
    opacity: 0.5;
    border: 1px solid #fff;
    top: 1vw;
    left: 1vw;
    width: calc(100% - 2vw - 2px);
    height: calc(100% - 2vw - 2px);
    z-index: 2;
    pointer-events: none;
  }
}
#index_page .pageContentAll .pageContent .inxBusiness > .thisBox > .contentBox .swiperBox .swiper .swiper-slide .box .top {
  position: relative;
  height: 22vw;
  display: flex;
  flex-direction: row;
  align-items: flex-end;
  justify-content: center;
  flex-wrap: unset;
}
@media (max-width:1024px) {
  #index_page .pageContentAll .pageContent .inxBusiness > .thisBox > .contentBox .swiperBox .swiper .swiper-slide .box .top {
    height: unset;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    flex-wrap: unset;
  }
}
#index_page .pageContentAll .pageContent .inxBusiness > .thisBox > .contentBox .swiperBox .swiper .swiper-slide .box .top .imgBoxAll {
  position: relative;
  width: 48vw;
  height: 100%;
}
@media (max-width:1024px) {
  #index_page .pageContentAll .pageContent .inxBusiness > .thisBox > .contentBox .swiperBox .swiper .swiper-slide .box .top .imgBoxAll {
    width: 100%;
    height: 50vw;
  }
}
#index_page .pageContentAll .pageContent .inxBusiness > .thisBox > .contentBox .swiperBox .swiper .swiper-slide .box .top .imgBoxAll .imgBox {
  width: 100%;
  height: 100%;
  position: relative;
  overflow: hidden;
  clip-path: polygon(0 1vw, 1vw 0, calc(100% - 1vw) 0, 100% 1vw, 100% calc(100% - 1vw), calc(100% - 1vw) 100%, 1vw 100%, 0 calc(100% - 1vw));
}
#index_page .pageContentAll .pageContent .inxBusiness > .thisBox > .contentBox .swiperBox .swiper .swiper-slide .box .top .imgBoxAll .imgBox::before {
  content: '';
  position: absolute;
  display: block;
  top: 0;
  width: 100%;
  height: 100%;
  opacity: 0.5;
  border: 1px solid #fff;
  top: 0.5vw;
  left: 0.5vw;
  width: calc(100% - 1vw - 2px);
  height: calc(100% - 1vw - 2px);
  z-index: 2;
  pointer-events: none;
}
@media (max-width:1024px) {
  #index_page .pageContentAll .pageContent .inxBusiness > .thisBox > .contentBox .swiperBox .swiper .swiper-slide .box .top .imgBoxAll .imgBox {
    clip-path: polygon(0 2vw, 2vw 0, calc(100% - 2vw) 0, 100% 2vw, 100% calc(100% - 2vw), calc(100% - 2vw) 100%, 2vw 100%, 0 calc(100% - 2vw));
  }
  #index_page .pageContentAll .pageContent .inxBusiness > .thisBox > .contentBox .swiperBox .swiper .swiper-slide .box .top .imgBoxAll .imgBox::before {
    content: '';
    position: absolute;
    display: block;
    top: 0;
    width: 100%;
    height: 100%;
    opacity: 0.5;
    border: 1px solid #fff;
    top: 1vw;
    left: 1vw;
    width: calc(100% - 2vw - 2px);
    height: calc(100% - 2vw - 2px);
    z-index: 2;
    pointer-events: none;
  }
}
#index_page .pageContentAll .pageContent .inxBusiness > .thisBox > .contentBox .swiperBox .swiper .swiper-slide .box .top .imgBoxAll .imgBox img {
  object-fit: cover;
}
#index_page .pageContentAll .pageContent .inxBusiness > .thisBox > .contentBox .swiperBox .swiper .swiper-slide .box .top .imgBoxAll .sKuai {
  position: absolute;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  flex-wrap: unset;
  bottom: -1vw;
  left: 3vw;
}
#index_page .pageContentAll .pageContent .inxBusiness > .thisBox > .contentBox .swiperBox .swiper .swiper-slide .box .top .imgBoxAll .sKuai > div {
  overflow: hidden;
  width: 0.4vw;
  height: 1vw;
}
#index_page .pageContentAll .pageContent .inxBusiness > .thisBox > .contentBox .swiperBox .swiper .swiper-slide .box .top .imgBoxAll .sKuai > div.k1 {
  background-color: #fff;
}
#index_page .pageContentAll .pageContent .inxBusiness > .thisBox > .contentBox .swiperBox .swiper .swiper-slide .box .top .imgBoxAll .sKuai > div.k2 img {
  position: relative;
  left: -3vw;
  top: -21vw;
  width: 48vw;
  height: 22vw;
}
#index_page .pageContentAll .pageContent .inxBusiness > .thisBox > .contentBox .swiperBox .swiper .swiper-slide .box .top .cout {
  width: calc(100% - 48vw);
  height: 100%;
  padding-right: 3vw;
  padding-top: 3vw;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  justify-content: flex-start;
  flex-wrap: unset;
}
@media (max-width:1024px) {
  #index_page .pageContentAll .pageContent .inxBusiness > .thisBox > .contentBox .swiperBox .swiper .swiper-slide .box .top .cout {
    width: 100%;
    padding-right: 0;
    padding: 4vw;
    gap: 4vw;
    align-items: center;
  }
}
@media (max-width:1024px) {
  #index_page .pageContentAll .pageContent .inxBusiness > .thisBox > .contentBox .swiperBox .swiper .swiper-slide .box .top .cout .unifyButton {
    margin-top: 0;
  }
}
#index_page .pageContentAll .pageContent .inxBusiness > .thisBox > .contentBox .swiperBox .swiper .swiper-slide .box .top .cout .posBox {
  position: absolute;
  right: 3vw;
  bottom: 0;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  justify-content: center;
  flex-wrap: unset;
}
@media (max-width:1024px) {
  #index_page .pageContentAll .pageContent .inxBusiness > .thisBox > .contentBox .swiperBox .swiper .swiper-slide .box .top .cout .posBox {
    position: unset;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    flex-wrap: unset;
  }
}
#index_page .pageContentAll .pageContent .inxBusiness > .thisBox > .contentBox .swiperBox .swiper .swiper-slide .box .top .cout .posBox .def1 {
  font-size: clamp(12px, 1.2vw, 1.2vw);
  font-family: 'cn1';
}
@media (max-width:1024px) {
  #index_page .pageContentAll .pageContent .inxBusiness > .thisBox > .contentBox .swiperBox .swiper .swiper-slide .box .top .cout .posBox .def1 {
    font-size: 4.4vw;
  }
}
#index_page .pageContentAll .pageContent .inxBusiness > .thisBox > .contentBox .swiperBox .swiper .swiper-slide .box .top .cout .posBox .subname {
  text-transform: uppercase;
  font-size: clamp(12px, 2.7vw, 2.7vw);
  text-align: right;
  mix-blend-mode: difference;
}
@media (max-width:1024px) {
  #index_page .pageContentAll .pageContent .inxBusiness > .thisBox > .contentBox .swiperBox .swiper .swiper-slide .box .top .cout .posBox .subname {
    font-size: 7.4vw;
  }
}
@media (max-width:1024px) {
  #index_page .pageContentAll .pageContent .inxBusiness > .thisBox > .contentBox .swiperBox .swiper .swiper-slide .box .top .cout .posBox .subname {
    font-size: 4vw;
    text-align: center;
  }
}
#index_page .pageContentAll .pageContent .inxBusiness > .thisBox > .contentBox .swiperBox .swiper .swiper-slide .box .bottom {
  height: calc(100% - 22vw);
  padding: 2vw 3vw;
  width: 48vw;
  padding-right: 0;
}
@media (max-width:1024px) {
  #index_page .pageContentAll .pageContent .inxBusiness > .thisBox > .contentBox .swiperBox .swiper .swiper-slide .box .bottom {
    border-top: 1px solid #ccc;
    height: 50vw;
    padding: 4vw;
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
    flex-wrap: unset;
  }
}
#index_page .pageContentAll .pageContent .inxBusiness > .thisBox > .contentBox .swiperBox .swiper .swiper-slide .box .bottom .name {
  font-size: clamp(12px, 1.5vw, 1.5vw);
  font-family: 'cn1';
  color: #AB2C31;
  margin-bottom: 0.4vw;
}
@media (max-width:1024px) {
  #index_page .pageContentAll .pageContent .inxBusiness > .thisBox > .contentBox .swiperBox .swiper .swiper-slide .box .bottom .name {
    font-size: 5vw;
  }
}
@media (max-width:1024px) {
  #index_page .pageContentAll .pageContent .inxBusiness > .thisBox > .contentBox .swiperBox .swiper .swiper-slide .box .bottom .name {
    margin-bottom: 4vw;
  }
}
#index_page .pageContentAll .pageContent .inxBusiness > .thisBox > .contentBox .swiperBox .swiper .swiper-slide .box .bottom .def2 {
  line-height: 1.5em;
  opacity: 0.8;
  text-indent: 2em;
}
#index_page .pageContentAll .pageContent .inxBusiness > .thisBox > .contentBox .swiperBox .swiper .swiper-slide.swiper-slide-active .box {
  opacity: 1;
}
#index_page .pageContentAll .pageContent .inxBusiness > .thisBox > .contentBox .swiperBox .swiperControl {
  position: absolute;
  z-index: 1;
  bottom: 6vw;
  right: calc(calc(50% - 70vw * 0.5) + 3vw);
}
@media (max-width:1024px) {
  #index_page .pageContentAll .pageContent .inxBusiness > .thisBox > .contentBox .swiperBox .swiperControl {
    position: relative;
    bottom: unset;
    right: unset;
    width: 70vw;
    margin: 0 auto;
  }
}
@media (max-width:1024px) and (max-width:1600px) {
  #index_page .pageContentAll .pageContent .inxBusiness > .thisBox > .contentBox .swiperBox .swiperControl {
    width: 70vw;
  }
}
@media (max-width:1024px) and (max-width:1300px) {
  #index_page .pageContentAll .pageContent .inxBusiness > .thisBox > .contentBox .swiperBox .swiperControl {
    width: 70vw;
  }
}
@media (max-width:1024px) and (max-width:1024px) {
  #index_page .pageContentAll .pageContent .inxBusiness > .thisBox > .contentBox .swiperBox .swiperControl {
    width: 90vw;
  }
}
#index_page .pageContentAll .pageContent .inxBusiness > .thisBox > .contentBox .swiperBox .swiperControl .navigation {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  flex-wrap: unset;
  gap: 2vw;
}
@media (max-width:1024px) {
  #index_page .pageContentAll .pageContent .inxBusiness > .thisBox > .contentBox .swiperBox .swiperControl .navigation {
    gap: 8vw;
  }
}
#index_page .pageContentAll .pageContent .inxBusiness > .thisBox > .contentBox .swiperBox .swiperControl .navigation > div {
  cursor: pointer;
  transition-duration: 0.5s;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.56, -0.01, 0.04, 1);
  width: 2vw;
  height: 2vw;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  flex-wrap: unset;
}
@media (max-width:1024px) {
  #index_page .pageContentAll .pageContent .inxBusiness > .thisBox > .contentBox .swiperBox .swiperControl .navigation > div {
    width: 12vw;
    height: 12vw;
  }
}
#index_page .pageContentAll .pageContent .inxBusiness > .thisBox > .contentBox .swiperBox .swiperControl .navigation > div i {
  font-size: clamp(12px, 2.1vw, 2.1vw);
}
@media (max-width:1024px) {
  #index_page .pageContentAll .pageContent .inxBusiness > .thisBox > .contentBox .swiperBox .swiperControl .navigation > div i {
    font-size: 6.2vw;
  }
}
@media (max-width:1024px) {
  #index_page .pageContentAll .pageContent .inxBusiness > .thisBox > .contentBox .swiperBox .swiperControl .navigation > div i {
    color: #fff;
  }
}
#index_page .pageContentAll .pageContent .inxBusiness > .thisBox > .contentBox .swiperBox .swiperControl .navigation > div.leftBtn:hover {
  transform: translateX(-0.5vw);
}
@media (min-width:1024px) {
  #index_page .pageContentAll .pageContent .inxBusiness > .thisBox > .contentBox .swiperBox .swiperControl .navigation > div.rightBtn i {
    color: #AB2C31;
  }
}
#index_page .pageContentAll .pageContent .inxBusiness > .thisBox > .contentBox .swiperBox .swiperControl .navigation > div.rightBtn:hover {
  transform: translateX(0.5vw);
}
#index_page .pageContentAll .pageContent .inxBusiness::after {
  content: '';
  position: absolute;
  display: block;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
}
#index_page .pageContentAll .pageContent .inxSancao {
  position: relative;
}
#index_page .pageContentAll .pageContent .inxSancao > .thisBox {
  position: relative;
  z-index: 1;
  padding-top: 7vw;
  padding-bottom: 14vw;
}
@media (max-width:1024px) {
  #index_page .pageContentAll .pageContent .inxSancao > .thisBox {
    padding-top: 12vw;
  }
}
@media (max-width:1024px) {
  #index_page .pageContentAll .pageContent .inxSancao > .thisBox {
    padding-bottom: 24vw;
  }
}
#index_page .pageContentAll .pageContent .inxSancao > .thisBox > .contentBox {
  width: 70vw;
  margin: 0 auto;
}
@media (max-width:1600px) {
  #index_page .pageContentAll .pageContent .inxSancao > .thisBox > .contentBox {
    width: 70vw;
  }
}
@media (max-width:1300px) {
  #index_page .pageContentAll .pageContent .inxSancao > .thisBox > .contentBox {
    width: 70vw;
  }
}
@media (max-width:1024px) {
  #index_page .pageContentAll .pageContent .inxSancao > .thisBox > .contentBox {
    width: 90vw;
  }
}
#index_page .pageContentAll .pageContent .inxSancao > .thisBox > .contentBox .textBoxAll {
  border-top: 1px solid #ccc;
  padding-top: 3vw;
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  justify-content: center;
  flex-wrap: unset;
  margin-bottom: 8vw;
}
@media (max-width:1024px) {
  #index_page .pageContentAll .pageContent .inxSancao > .thisBox > .contentBox .textBoxAll {
    padding-top: 12vw;
    margin-bottom: 20vw;
  }
}
#index_page .pageContentAll .pageContent .inxSancao > .thisBox > .contentBox .textBoxAll .subtitle {
  text-transform: uppercase;
  width: 40vw;
  font-size: clamp(12px, 1vw, 1vw);
  text-align: right;
  color: #AB2C31;
}
@media (max-width:1024px) {
  #index_page .pageContentAll .pageContent .inxSancao > .thisBox > .contentBox .textBoxAll .subtitle {
    font-size: 4vw;
  }
}
@media (max-width:1024px) {
  #index_page .pageContentAll .pageContent .inxSancao > .thisBox > .contentBox .textBoxAll .subtitle {
    width: 100%;
  }
}
#index_page .pageContentAll .pageContent .inxSancao > .thisBox > .contentBox .textBoxAll .title {
  font-size: clamp(12px, 1.7vw, 1.7vw);
}
@media (max-width:1024px) {
  #index_page .pageContentAll .pageContent .inxSancao > .thisBox > .contentBox .textBoxAll .title {
    font-size: 5.4vw;
  }
}
#index_page .pageContentAll .pageContent .inxSancao > .thisBox > .contentBox .textBoxAll .miaoshu {
  margin-top: 2vw;
  text-align: right;
  opacity: 0.7;
  width: 50vw;
  line-height: 2em;
}
@media (max-width:1024px) {
  #index_page .pageContentAll .pageContent .inxSancao > .thisBox > .contentBox .textBoxAll .miaoshu {
    width: 100%;
    margin-top: 8vw;
  }
}
#index_page .pageContentAll .pageContent .inxSancao > .thisBox > .contentBox .textBoxAll::before {
  content: '';
  position: absolute;
  display: block;
  top: -1px;
  height: 1px;
  background-color: #AB2C31;
  width: 4vw;
}
@media (max-width:1024px) {
  #index_page .pageContentAll .pageContent .inxSancao > .thisBox > .contentBox .textBoxAll::before {
    width: 16vw;
  }
}
#index_page .pageContentAll .pageContent .inxSancao > .thisBox > .contentBox .imgBoxAll {
  width: 70vw;
  margin: 0 auto;
  height: 20vw;
  margin-top: -16vw;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-end;
  flex-wrap: unset;
}
@media (max-width:1600px) {
  #index_page .pageContentAll .pageContent .inxSancao > .thisBox > .contentBox .imgBoxAll {
    width: 70vw;
  }
}
@media (max-width:1300px) {
  #index_page .pageContentAll .pageContent .inxSancao > .thisBox > .contentBox .imgBoxAll {
    width: 70vw;
  }
}
@media (max-width:1024px) {
  #index_page .pageContentAll .pageContent .inxSancao > .thisBox > .contentBox .imgBoxAll {
    width: 90vw;
  }
}
@media (max-width:1024px) {
  #index_page .pageContentAll .pageContent .inxSancao > .thisBox > .contentBox .imgBoxAll {
    height: 150vw;
    margin-top: -105vw;
  }
}
#index_page .pageContentAll .pageContent .inxSancao > .thisBox > .contentBox .imgBoxAll .imgBox {
  will-change: transform;
  width: 100%;
  height: 100%;
  position: relative;
  overflow: hidden;
  clip-path: polygon(0 1vw, 1vw 0, calc(100% - 1vw) 0, 100% 1vw, 100% calc(100% - 1vw), calc(100% - 1vw) 100%, 1vw 100%, 0 calc(100% - 1vw));
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  flex-wrap: unset;
  height: calc((0.3 + 0.7 * var(--progress)) * 100%);
}
#index_page .pageContentAll .pageContent .inxSancao > .thisBox > .contentBox .imgBoxAll .imgBox::before {
  content: '';
  position: absolute;
  display: block;
  top: 0;
  width: 100%;
  height: 100%;
  opacity: 0.5;
  border: 1px solid #fff;
  top: 0.5vw;
  left: 0.5vw;
  width: calc(100% - 1vw - 2px);
  height: calc(100% - 1vw - 2px);
  z-index: 2;
  pointer-events: none;
}
@media (max-width:1024px) {
  #index_page .pageContentAll .pageContent .inxSancao > .thisBox > .contentBox .imgBoxAll .imgBox {
    clip-path: polygon(0 2vw, 2vw 0, calc(100% - 2vw) 0, 100% 2vw, 100% calc(100% - 2vw), calc(100% - 2vw) 100%, 2vw 100%, 0 calc(100% - 2vw));
  }
  #index_page .pageContentAll .pageContent .inxSancao > .thisBox > .contentBox .imgBoxAll .imgBox::before {
    content: '';
    position: absolute;
    display: block;
    top: 0;
    width: 100%;
    height: 100%;
    opacity: 0.5;
    border: 1px solid #fff;
    top: 1vw;
    left: 1vw;
    width: calc(100% - 2vw - 2px);
    height: calc(100% - 2vw - 2px);
    z-index: 2;
    pointer-events: none;
  }
}
#index_page .pageContentAll .pageContent .inxSancao .yuansu .img1 {
  position: absolute;
  left: 6vw;
  top: 2vw;
  width: 40vw;
}
#index_page .pageContentAll .pageContent .inxSancao .yuansu .img1 img {
  width: 100%;
}
#index_page .pageContentAll .pageContent .inxEryi {
  position: relative;
  background-color: #AB9C89;
}
#index_page .pageContentAll .pageContent .inxEryi > .thisBox {
  position: relative;
  z-index: 1;
  padding-bottom: 7vw;
  padding-top: 3.5vw;
}
@media (max-width:1024px) {
  #index_page .pageContentAll .pageContent .inxEryi > .thisBox {
    padding-bottom: 12vw;
  }
}
@media (max-width:1024px) {
  #index_page .pageContentAll .pageContent .inxEryi > .thisBox {
    padding-top: 6vw;
  }
}
#index_page .pageContentAll .pageContent .inxEryi > .thisBox .sortTitle {
  width: 70vw;
  margin: 0 auto;
  margin-bottom: 2vw;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-start;
  flex-wrap: unset;
  gap: 2vw;
}
@media (max-width:1600px) {
  #index_page .pageContentAll .pageContent .inxEryi > .thisBox .sortTitle {
    width: 70vw;
  }
}
@media (max-width:1300px) {
  #index_page .pageContentAll .pageContent .inxEryi > .thisBox .sortTitle {
    width: 70vw;
  }
}
@media (max-width:1024px) {
  #index_page .pageContentAll .pageContent .inxEryi > .thisBox .sortTitle {
    width: 90vw;
  }
}
@media (max-width:1024px) {
  #index_page .pageContentAll .pageContent .inxEryi > .thisBox .sortTitle {
    margin-bottom: 8vw;
    gap: 4vw;
  }
}
#index_page .pageContentAll .pageContent .inxEryi > .thisBox .sortTitle .name {
  font-family: 'cn1';
  font-size: clamp(12px, 2.7vw, 2.7vw);
  color: #fff;
}
@media (max-width:1024px) {
  #index_page .pageContentAll .pageContent .inxEryi > .thisBox .sortTitle .name {
    font-size: 7.4vw;
  }
}
#index_page .pageContentAll .pageContent .inxEryi > .thisBox .sortTitle .subname span {
  font-size: clamp(12px, 2.7vw, 2.7vw);
  text-transform: uppercase;
}
@media (max-width:1024px) {
  #index_page .pageContentAll .pageContent .inxEryi > .thisBox .sortTitle .subname span {
    font-size: 7.4vw;
  }
}
#index_page .pageContentAll .pageContent .inxEryi > .thisBox .sortTitle .subname .item {
  color: rgba(255, 255, 255, 0.7);
}
#index_page .pageContentAll .pageContent .inxEryi > .thisBox .sortTitle .subname .item:nth-child(2n+1) {
  color: #AB2C31;
}
#index_page .pageContentAll .pageContent .inxEryi > .thisBox > .contentBox {
  width: 90%;
  margin: 0 auto;
  display: flex;
  flex-direction: row;
  align-items: flex-end;
  justify-content: space-between;
  flex-wrap: unset;
  position: relative;
}
@media (max-width:1024px) {
  #index_page .pageContentAll .pageContent .inxEryi > .thisBox > .contentBox {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    flex-wrap: unset;
    width: 90vw;
  }
}
#index_page .pageContentAll .pageContent .inxEryi > .thisBox > .contentBox .imgBoxAll {
  width: 60%;
  height: 30vw;
}
@media (max-width:1024px) {
  #index_page .pageContentAll .pageContent .inxEryi > .thisBox > .contentBox .imgBoxAll {
    width: 100%;
    height: 50vw;
  }
}
#index_page .pageContentAll .pageContent .inxEryi > .thisBox > .contentBox .imgBoxAll .imgBox {
  position: relative;
  overflow: hidden;
  clip-path: polygon(0 1vw, 1vw 0, calc(100% - 1vw) 0, 100% 1vw, 100% calc(100% - 1vw), calc(100% - 1vw) 100%, 1vw 100%, 0 calc(100% - 1vw));
  width: 100%;
  height: 100%;
}
#index_page .pageContentAll .pageContent .inxEryi > .thisBox > .contentBox .imgBoxAll .imgBox::before {
  content: '';
  position: absolute;
  display: block;
  top: 0;
  width: 100%;
  height: 100%;
  opacity: 0.5;
  border: 1px solid #fff;
  top: 0.5vw;
  left: 0.5vw;
  width: calc(100% - 1vw - 2px);
  height: calc(100% - 1vw - 2px);
  z-index: 2;
  pointer-events: none;
}
@media (max-width:1024px) {
  #index_page .pageContentAll .pageContent .inxEryi > .thisBox > .contentBox .imgBoxAll .imgBox {
    clip-path: polygon(0 2vw, 2vw 0, calc(100% - 2vw) 0, 100% 2vw, 100% calc(100% - 2vw), calc(100% - 2vw) 100%, 2vw 100%, 0 calc(100% - 2vw));
  }
  #index_page .pageContentAll .pageContent .inxEryi > .thisBox > .contentBox .imgBoxAll .imgBox::before {
    content: '';
    position: absolute;
    display: block;
    top: 0;
    width: 100%;
    height: 100%;
    opacity: 0.5;
    border: 1px solid #fff;
    top: 1vw;
    left: 1vw;
    width: calc(100% - 2vw - 2px);
    height: calc(100% - 2vw - 2px);
    z-index: 2;
    pointer-events: none;
  }
}
#index_page .pageContentAll .pageContent .inxEryi > .thisBox > .contentBox .textBoxAll {
  padding: 0 8vw;
  width: 40%;
}
@media (max-width:1024px) {
  #index_page .pageContentAll .pageContent .inxEryi > .thisBox > .contentBox .textBoxAll {
    width: 100%;
    padding: 0;
    margin-top: 8vw;
  }
}
#index_page .pageContentAll .pageContent .inxEryi > .thisBox > .contentBox .textBoxAll .title {
  font-size: clamp(12px, 1.2vw, 1.2vw);
  color: #fff;
}
@media (max-width:1024px) {
  #index_page .pageContentAll .pageContent .inxEryi > .thisBox > .contentBox .textBoxAll .title {
    font-size: 4.4vw;
  }
}
#index_page .pageContentAll .pageContent .inxEryi > .thisBox > .contentBox .textBoxAll .subtitle {
  color: #AB2C31;
}
#index_page .pageContentAll .pageContent .inxEryi > .thisBox > .contentBox .textBoxAll .miaoshu {
  margin-top: 4vw;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 5;
  -webkit-box-orient: vertical;
  line-height: 2em;
  color: rgba(255, 255, 255, 0.7);
}
@media (max-width:1024px) {
  #index_page .pageContentAll .pageContent .inxEryi > .thisBox > .contentBox .textBoxAll .miaoshu {
    margin-top: 8vw;
  }
}
#index_page .pageContentAll .pageContent .inxEryi .yuansu .img1 {
  position: absolute;
  right: 0;
  bottom: 0;
  height: 100%;
  opacity: 0.1;
  mix-blend-mode: color-burn;
}
#index_page .pageContentAll .pageContent .inxEryi .xianjieSvg {
  width: 100%;
  top: 100%;
}
#index_page .pageContentAll .pageContent .inxEryi .xianjieSvg svg {
  position: absolute;
  width: 100%;
}
#index_page .pageContentAll .pageContent .inxEryi .xianjieSvg svg path {
  fill: #AB9C89;
  width: 100%;
}
#index_page .pageContentAll .pageContent .inxEryi .xianjieSvg svg.svgTop {
  bottom: calc(100% - 1px);
}
@media (max-width:1024px) {
  #index_page .pageContentAll .pageContent .inxSanwei > .thisBox {
    overflow: hidden;
  }
}
#index_page .pageContentAll .pageContent .inxSanwei > .thisBox > .contentBox .triggerBox {
  width: 100%;
  height: calc(100vh - 5vw * 1);
}
@media (max-width:1600px) {
  #index_page .pageContentAll .pageContent .inxSanwei > .thisBox > .contentBox .triggerBox {
    height: calc(100vh - 5vw* 1);
  }
}
@media (max-width:1300px) {
  #index_page .pageContentAll .pageContent .inxSanwei > .thisBox > .contentBox .triggerBox {
    height: calc(100vh - 5vw* 1);
  }
}
@media (max-width:1024px) {
  #index_page .pageContentAll .pageContent .inxSanwei > .thisBox > .contentBox .triggerBox {
    height: unset;
  }
}
#index_page .pageContentAll .pageContent .inxSanwei > .thisBox > .contentBox .triggerBox .firstNameBox {
  padding-top: 6vw;
  width: 100%;
  position: absolute;
  left: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  flex-wrap: unset;
}
@media (max-width:1024px) {
  #index_page .pageContentAll .pageContent .inxSanwei > .thisBox > .contentBox .triggerBox .firstNameBox {
    position: relative;
  }
}
#index_page .pageContentAll .pageContent .inxSanwei > .thisBox > .contentBox .triggerBox .firstNameBox > img {
  height: 8vw;
  object-fit: contain;
  position: relative;
  z-index: 1;
}
@media (max-width:1024px) {
  #index_page .pageContentAll .pageContent .inxSanwei > .thisBox > .contentBox .triggerBox .firstNameBox > img {
    height: 16vw;
  }
}
#index_page .pageContentAll .pageContent .inxSanwei > .thisBox > .contentBox .triggerBox .firstNameBox .yuansu7 {
  position: absolute;
  right: 0;
  top: 0;
  width: 20vw;
}
#index_page .pageContentAll .pageContent .inxSanwei > .thisBox > .contentBox .triggerBox .firstNameBox .yuansu8 {
  position: absolute;
  left: 0;
  top: 0;
  white-space: 30vw;
}
#index_page .pageContentAll .pageContent .inxSanwei > .thisBox > .contentBox .triggerBox .firstNameBox .bgSvg {
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  right: 5%;
  width: 83%;
  opacity: 0.3;
  transform: rotate(17deg);
}
#index_page .pageContentAll .pageContent .inxSanwei > .thisBox > .contentBox .triggerBox .firstNameBox .bgSvg defs g path {
  fill: none;
  stroke: #ffffff;
  stroke-miterlimit: 10;
  stroke-width: 70px;
}
#index_page .pageContentAll .pageContent .inxSanwei > .thisBox > .contentBox .triggerBox .modeleBox {
  width: 100%;
  height: 100%;
  overflow: hidden;
  position: relative;
}
@media (max-width:1024px) {
  #index_page .pageContentAll .pageContent .inxSanwei > .thisBox > .contentBox .triggerBox .modeleBox {
    margin-top: 10vw;
  }
}
#index_page .pageContentAll .pageContent .inxSanwei > .thisBox > .contentBox .triggerBox .modeleBox .moveBox {
  top: 0;
  width: 100%;
  position: absolute;
  z-index: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  flex-wrap: unset;
  will-change: transform;
}
@media (max-width:1024px) {
  #index_page .pageContentAll .pageContent .inxSanwei > .thisBox > .contentBox .triggerBox .modeleBox .moveBox {
    position: relative;
    z-index: 4;
  }
}
#index_page .pageContentAll .pageContent .inxSanwei > .thisBox > .contentBox .triggerBox .modeleBox .moveBox .oneTextBox {
  position: relative;
  width: 100%;
  height: calc(100vh - 5vw * 1);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  flex-wrap: unset;
}
@media (max-width:1600px) {
  #index_page .pageContentAll .pageContent .inxSanwei > .thisBox > .contentBox .triggerBox .modeleBox .moveBox .oneTextBox {
    height: calc(100vh - 5vw* 1);
  }
}
@media (max-width:1300px) {
  #index_page .pageContentAll .pageContent .inxSanwei > .thisBox > .contentBox .triggerBox .modeleBox .moveBox .oneTextBox {
    height: calc(100vh - 5vw* 1);
  }
}
@media (max-width:1024px) {
  #index_page .pageContentAll .pageContent .inxSanwei > .thisBox > .contentBox .triggerBox .modeleBox .moveBox .oneTextBox {
    height: unset;
  }
}
@media (max-width:1024px) {
  #index_page .pageContentAll .pageContent .inxSanwei > .thisBox > .contentBox .triggerBox .modeleBox .moveBox .oneTextBox {
    height: unset;
  }
}
#index_page .pageContentAll .pageContent .inxSanwei > .thisBox > .contentBox .triggerBox .modeleBox .moveBox .oneTextBox .box {
  width: 50vw;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  flex-wrap: unset;
  gap: 1vw;
}
@media (max-width:1024px) {
  #index_page .pageContentAll .pageContent .inxSanwei > .thisBox > .contentBox .triggerBox .modeleBox .moveBox .oneTextBox .box {
    width: 84%;
    margin: 0 auto;
  }
}
#index_page .pageContentAll .pageContent .inxSanwei > .thisBox > .contentBox .triggerBox .modeleBox .moveBox .oneTextBox .box .imgBox {
  width: 100%;
  height: 27vw;
}
@media (min-width:1024px) {
  #index_page .pageContentAll .pageContent .inxSanwei > .thisBox > .contentBox .triggerBox .modeleBox .moveBox .oneTextBox .box .imgBox {
    display: none;
  }
}
#index_page .pageContentAll .pageContent .inxSanwei > .thisBox > .contentBox .triggerBox .modeleBox .moveBox .oneTextBox .box .subtitle {
  color: #AB2C31;
  font-size: clamp(12px, 1.7vw, 1.7vw);
  text-align: center;
  opacity: 0;
  transition-duration: 0.5s;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.56, -0.01, 0.04, 1);
  transform: translateY(2vw);
}
@media (max-width:1024px) {
  #index_page .pageContentAll .pageContent .inxSanwei > .thisBox > .contentBox .triggerBox .modeleBox .moveBox .oneTextBox .box .subtitle {
    font-size: 5.4vw;
  }
}
@media (max-width:1024px) {
  #index_page .pageContentAll .pageContent .inxSanwei > .thisBox > .contentBox .triggerBox .modeleBox .moveBox .oneTextBox .box .subtitle {
    margin: 4vw 0;
  }
}
#index_page .pageContentAll .pageContent .inxSanwei > .thisBox > .contentBox .triggerBox .modeleBox .moveBox .oneTextBox .box .title {
  font-size: clamp(12px, 1.2vw, 1.2vw);
  opacity: 0;
  transition-duration: 0.5s;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.56, -0.01, 0.04, 1);
  transform: translateY(2vw);
}
@media (max-width:1024px) {
  #index_page .pageContentAll .pageContent .inxSanwei > .thisBox > .contentBox .triggerBox .modeleBox .moveBox .oneTextBox .box .title {
    font-size: 4.4vw;
  }
}
@media (min-width:1024px) {
  #index_page .pageContentAll .pageContent .inxSanwei > .thisBox > .contentBox .triggerBox .modeleBox .moveBox .oneTextBox .box .title {
    color: #fff;
  }
}
#index_page .pageContentAll .pageContent .inxSanwei > .thisBox > .contentBox .triggerBox .modeleBox .moveBox .oneTextBox .box .miaoshu {
  opacity: 0.7;
  line-height: 2em;
  text-align: center;
  opacity: 0;
  transition-duration: 0.5s;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.56, -0.01, 0.04, 1);
  text-indent: 2em;
  transform: translateY(2vw);
}
@media (min-width:1024px) {
  #index_page .pageContentAll .pageContent .inxSanwei > .thisBox > .contentBox .triggerBox .modeleBox .moveBox .oneTextBox .box .miaoshu {
    color: #fff;
  }
}
#index_page .pageContentAll .pageContent .inxSanwei > .thisBox > .contentBox .triggerBox .modeleBox .moveBox .oneTextBox .box .unifyButton {
  opacity: 0;
  transition-duration: 0.5s;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.56, -0.01, 0.04, 1);
  transform: translateY(2vw);
}
#index_page .pageContentAll .pageContent .inxSanwei > .thisBox > .contentBox .triggerBox .modeleBox .moveBox .oneTextBox .box .scrollDown {
  position: absolute;
  z-index: 1;
  left: calc(50% - .6vw);
  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 .pageContent .inxSanwei > .thisBox > .contentBox .triggerBox .modeleBox .moveBox .oneTextBox .box .scrollDown {
    left: 5vw;
    display: none;
  }
}
#index_page .pageContentAll .pageContent .inxSanwei > .thisBox > .contentBox .triggerBox .modeleBox .moveBox .oneTextBox .box .scrollDown .txt {
  writing-mode: vertical-rl;
  color: #fff;
  font-size: clamp(12px, 0.8vw, 0.8vw);
  text-transform: uppercase;
  letter-spacing: 0.1em;
}
@media (max-width:1024px) {
  #index_page .pageContentAll .pageContent .inxSanwei > .thisBox > .contentBox .triggerBox .modeleBox .moveBox .oneTextBox .box .scrollDown .txt {
    font-size: 3.6vw;
  }
}
@media (max-width:1024px) {
  #index_page .pageContentAll .pageContent .inxSanwei > .thisBox > .contentBox .triggerBox .modeleBox .moveBox .oneTextBox .box .scrollDown .txt {
    font-size: 2.2vw;
  }
}
#index_page .pageContentAll .pageContent .inxSanwei > .thisBox > .contentBox .triggerBox .modeleBox .moveBox .oneTextBox .box .scrollDown .xian {
  height: 4vw;
  width: 2px;
  background-color: #c29461;
}
#index_page .pageContentAll .pageContent .inxSanwei > .thisBox > .contentBox .triggerBox .modeleBox .moveBox .oneTextBox .box .scrollDown .mouse {
  border-radius: 2vw;
  width: 1.2vw;
  height: 2vw;
  border: 2px solid #c29461;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  flex-wrap: unset;
}
@media (max-width:1024px) {
  #index_page .pageContentAll .pageContent .inxSanwei > .thisBox > .contentBox .triggerBox .modeleBox .moveBox .oneTextBox .box .scrollDown .mouse {
    width: 4.8vw;
    height: 8vw;
  }
}
#index_page .pageContentAll .pageContent .inxSanwei > .thisBox > .contentBox .triggerBox .modeleBox .moveBox .oneTextBox .box .scrollDown .mouse div {
  width: 0.3vw;
  height: 0.6vw;
  border-radius: 2vw;
  background-color: #AB2C31;
  animation: mouseMove 1.5s ease-in-out infinite;
}
@media (max-width:1024px) {
  #index_page .pageContentAll .pageContent .inxSanwei > .thisBox > .contentBox .triggerBox .modeleBox .moveBox .oneTextBox .box .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 .pageContent .inxSanwei > .thisBox > .contentBox .triggerBox .modeleBox .moveBox .oneTextBox.on .box .subtitle {
  opacity: 1;
  transform: translateY(0);
}
#index_page .pageContentAll .pageContent .inxSanwei > .thisBox > .contentBox .triggerBox .modeleBox .moveBox .oneTextBox.on .box .title {
  opacity: 1;
  transform: translateY(0);
  transition-delay: 0.1s;
}
#index_page .pageContentAll .pageContent .inxSanwei > .thisBox > .contentBox .triggerBox .modeleBox .moveBox .oneTextBox.on .box .miaoshu {
  opacity: 1;
  transform: translateY(0);
  transition-delay: 0.2s;
}
#index_page .pageContentAll .pageContent .inxSanwei > .thisBox > .contentBox .triggerBox .modeleBox .moveBox .oneTextBox.on .box .unifyButton {
  opacity: 1;
  transform: translateY(0);
  transition-delay: 0.3s;
}
@media (max-width:1024px) {
  #index_page .pageContentAll .pageContent .inxSanwei > .thisBox > .contentBox .triggerBox .modeleBox .moveBox .oneTextBox .box .subtitle {
    opacity: 1;
    transform: translateY(0);
  }
  #index_page .pageContentAll .pageContent .inxSanwei > .thisBox > .contentBox .triggerBox .modeleBox .moveBox .oneTextBox .box .title {
    opacity: 1;
    transform: translateY(0);
    transition-delay: 0.1s;
  }
  #index_page .pageContentAll .pageContent .inxSanwei > .thisBox > .contentBox .triggerBox .modeleBox .moveBox .oneTextBox .box .miaoshu {
    opacity: 1;
    transform: translateY(0);
    transition-delay: 0.2s;
  }
  #index_page .pageContentAll .pageContent .inxSanwei > .thisBox > .contentBox .triggerBox .modeleBox .moveBox .oneTextBox .box .unifyButton {
    opacity: 1;
    transform: translateY(0);
    transition-delay: 0.3s;
  }
  #index_page .pageContentAll .pageContent .inxSanwei > .thisBox > .contentBox .triggerBox .modeleBox .moveBox .oneTextBox .box .subtitle {
    opacity: 1;
    transform: translateY(0);
  }
  #index_page .pageContentAll .pageContent .inxSanwei > .thisBox > .contentBox .triggerBox .modeleBox .moveBox .oneTextBox .box .title {
    opacity: 1;
    transform: translateY(0);
    transition-delay: 0.1s;
  }
  #index_page .pageContentAll .pageContent .inxSanwei > .thisBox > .contentBox .triggerBox .modeleBox .moveBox .oneTextBox .box .miaoshu {
    opacity: 1;
    transform: translateY(0);
    transition-delay: 0.2s;
  }
  #index_page .pageContentAll .pageContent .inxSanwei > .thisBox > .contentBox .triggerBox .modeleBox .moveBox .oneTextBox .box .unifyButton {
    opacity: 1;
    transform: translateY(0);
    transition-delay: 0.3s;
  }
}
@media (max-width:1024px) {
  #index_page .pageContentAll .pageContent .inxSanwei > .thisBox > .contentBox .triggerBox .modeleBox .moveBox .yewuBox {
    width: 70vw;
    margin: 0 auto;
    margin-top: 8vw;
    padding-bottom: 10vw;
  }
}
@media (max-width:1024px) and (max-width:1600px) {
  #index_page .pageContentAll .pageContent .inxSanwei > .thisBox > .contentBox .triggerBox .modeleBox .moveBox .yewuBox {
    width: 70vw;
  }
}
@media (max-width:1024px) and (max-width:1300px) {
  #index_page .pageContentAll .pageContent .inxSanwei > .thisBox > .contentBox .triggerBox .modeleBox .moveBox .yewuBox {
    width: 70vw;
  }
}
@media (max-width:1024px) and (max-width:1024px) {
  #index_page .pageContentAll .pageContent .inxSanwei > .thisBox > .contentBox .triggerBox .modeleBox .moveBox .yewuBox {
    width: 90vw;
  }
}
@media (max-width:1024px) {
  #index_page .pageContentAll .pageContent .inxSanwei > .thisBox > .contentBox .triggerBox .modeleBox .moveBox .yewuBox > .ul {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    flex-wrap: unset;
    gap: 10vw;
  }
}
#index_page .pageContentAll .pageContent .inxSanwei > .thisBox > .contentBox .triggerBox .modeleBox .moveBox .yewuBox > .ul > .li {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  flex-wrap: unset;
  height: calc(100vh - 5vw * 1);
  width: 100%;
  border-top: 1px solid rgba(194, 148, 97, 0.5);
}
@media (max-width:1600px) {
  #index_page .pageContentAll .pageContent .inxSanwei > .thisBox > .contentBox .triggerBox .modeleBox .moveBox .yewuBox > .ul > .li {
    height: calc(100vh - 5vw* 1);
  }
}
@media (max-width:1300px) {
  #index_page .pageContentAll .pageContent .inxSanwei > .thisBox > .contentBox .triggerBox .modeleBox .moveBox .yewuBox > .ul > .li {
    height: calc(100vh - 5vw* 1);
  }
}
@media (max-width:1024px) {
  #index_page .pageContentAll .pageContent .inxSanwei > .thisBox > .contentBox .triggerBox .modeleBox .moveBox .yewuBox > .ul > .li {
    height: unset;
  }
}
@media (max-width:1024px) {
  #index_page .pageContentAll .pageContent .inxSanwei > .thisBox > .contentBox .triggerBox .modeleBox .moveBox .yewuBox > .ul > .li {
    height: unset;
  }
}
#index_page .pageContentAll .pageContent .inxSanwei > .thisBox > .contentBox .triggerBox .modeleBox .moveBox .yewuBox > .ul > .li .box {
  height: 30vw;
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  justify-content: center;
  flex-wrap: unset;
}
@media (max-width:1024px) {
  #index_page .pageContentAll .pageContent .inxSanwei > .thisBox > .contentBox .triggerBox .modeleBox .moveBox .yewuBox > .ul > .li .box {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    flex-wrap: unset;
    height: unset;
  }
}
#index_page .pageContentAll .pageContent .inxSanwei > .thisBox > .contentBox .triggerBox .modeleBox .moveBox .yewuBox > .ul > .li .box .leftCout {
  height: 100%;
  width: 8vw;
  border-left: 1px solid #AB2C31;
  padding-left: 4vw;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
  flex-wrap: unset;
}
@media (max-width:1024px) {
  #index_page .pageContentAll .pageContent .inxSanwei > .thisBox > .contentBox .triggerBox .modeleBox .moveBox .yewuBox > .ul > .li .box .leftCout {
    width: 100%;
    padding-left: 0;
    border-left: none;
    border-top: 1px solid #AB2C31;
    padding: 6vw 0;
  }
}
#index_page .pageContentAll .pageContent .inxSanwei > .thisBox > .contentBox .triggerBox .modeleBox .moveBox .yewuBox > .ul > .li .box .leftCout .top {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  flex-wrap: unset;
  gap: 1vw;
}
#index_page .pageContentAll .pageContent .inxSanwei > .thisBox > .contentBox .triggerBox .modeleBox .moveBox .yewuBox > .ul > .li .box .leftCout .top .cNum {
  font-size: clamp(12px, 2.7vw, 2.7vw);
  color: #AB2C31;
  font-family: cursive;
}
@media (max-width:1024px) {
  #index_page .pageContentAll .pageContent .inxSanwei > .thisBox > .contentBox .triggerBox .modeleBox .moveBox .yewuBox > .ul > .li .box .leftCout .top .cNum {
    font-size: 7.4vw;
  }
}
@media (max-width:1024px) {
  #index_page .pageContentAll .pageContent .inxSanwei > .thisBox > .contentBox .triggerBox .modeleBox .moveBox .yewuBox > .ul > .li .box .leftCout .top .cNum {
    display: none;
  }
}
#index_page .pageContentAll .pageContent .inxSanwei > .thisBox > .contentBox .triggerBox .modeleBox .moveBox .yewuBox > .ul > .li .box .leftCout .top .xian {
  height: 1vw;
  width: 1px;
  background-color: #AB2C31;
}
#index_page .pageContentAll .pageContent .inxSanwei > .thisBox > .contentBox .triggerBox .modeleBox .moveBox .yewuBox > .ul > .li .box .leftCout .top .title {
  color: #AB2C31;
  font-size: clamp(12px, 1.5vw, 1.5vw);
  letter-spacing: 0.2em;
}
@media (max-width:1024px) {
  #index_page .pageContentAll .pageContent .inxSanwei > .thisBox > .contentBox .triggerBox .modeleBox .moveBox .yewuBox > .ul > .li .box .leftCout .top .title {
    font-size: 5vw;
  }
}
@media (max-width:1024px) {
  #index_page .pageContentAll .pageContent .inxSanwei > .thisBox > .contentBox .triggerBox .modeleBox .moveBox .yewuBox > .ul > .li .box .leftCout .top .title {
    font-size: 7vw;
  }
}
@media (min-width:1024px) {
  #index_page .pageContentAll .pageContent .inxSanwei > .thisBox > .contentBox .triggerBox .modeleBox .moveBox .yewuBox > .ul > .li .box .leftCout .top .title {
    color: #fff;
    writing-mode: vertical-rl;
  }
}
#index_page .pageContentAll .pageContent .inxSanwei > .thisBox > .contentBox .triggerBox .modeleBox .moveBox .yewuBox > .ul > .li .box .rightCout {
  width: 44vw;
  height: 100%;
  margin-left: 6vw;
}
@media (max-width:1024px) {
  #index_page .pageContentAll .pageContent .inxSanwei > .thisBox > .contentBox .triggerBox .modeleBox .moveBox .yewuBox > .ul > .li .box .rightCout {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    flex-wrap: unset;
    margin-left: 0;
  }
}
#index_page .pageContentAll .pageContent .inxSanwei > .thisBox > .contentBox .triggerBox .modeleBox .moveBox .yewuBox > .ul > .li .box .rightCout .imgBox {
  height: 22vw;
  position: relative;
  overflow: hidden;
  clip-path: polygon(0 1vw, 1vw 0, calc(100% - 1vw) 0, 100% 1vw, 100% calc(100% - 1vw), calc(100% - 1vw) 100%, 1vw 100%, 0 calc(100% - 1vw));
}
#index_page .pageContentAll .pageContent .inxSanwei > .thisBox > .contentBox .triggerBox .modeleBox .moveBox .yewuBox > .ul > .li .box .rightCout .imgBox::before {
  content: '';
  position: absolute;
  display: block;
  top: 0;
  width: 100%;
  height: 100%;
  opacity: 0.5;
  border: 1px solid #fff;
  top: 0.5vw;
  left: 0.5vw;
  width: calc(100% - 1vw - 2px);
  height: calc(100% - 1vw - 2px);
  z-index: 2;
  pointer-events: none;
}
@media (max-width:1024px) {
  #index_page .pageContentAll .pageContent .inxSanwei > .thisBox > .contentBox .triggerBox .modeleBox .moveBox .yewuBox > .ul > .li .box .rightCout .imgBox {
    clip-path: polygon(0 2vw, 2vw 0, calc(100% - 2vw) 0, 100% 2vw, 100% calc(100% - 2vw), calc(100% - 2vw) 100%, 2vw 100%, 0 calc(100% - 2vw));
  }
  #index_page .pageContentAll .pageContent .inxSanwei > .thisBox > .contentBox .triggerBox .modeleBox .moveBox .yewuBox > .ul > .li .box .rightCout .imgBox::before {
    content: '';
    position: absolute;
    display: block;
    top: 0;
    width: 100%;
    height: 100%;
    opacity: 0.5;
    border: 1px solid #fff;
    top: 1vw;
    left: 1vw;
    width: calc(100% - 2vw - 2px);
    height: calc(100% - 2vw - 2px);
    z-index: 2;
    pointer-events: none;
  }
}
@media (max-width:1024px) {
  #index_page .pageContentAll .pageContent .inxSanwei > .thisBox > .contentBox .triggerBox .modeleBox .moveBox .yewuBox > .ul > .li .box .rightCout .imgBox {
    height: 46vw;
  }
}
#index_page .pageContentAll .pageContent .inxSanwei > .thisBox > .contentBox .triggerBox .modeleBox .moveBox .yewuBox > .ul > .li .box .rightCout .yewuText {
  height: calc(100% - 22vw);
  padding-top: 2vw;
}
@media (max-width:1024px) {
  #index_page .pageContentAll .pageContent .inxSanwei > .thisBox > .contentBox .triggerBox .modeleBox .moveBox .yewuBox > .ul > .li .box .rightCout .yewuText {
    padding-top: 4vw;
  }
}
#index_page .pageContentAll .pageContent .inxSanwei > .thisBox > .contentBox .triggerBox .modeleBox .moveBox .yewuBox > .ul > .li .box .rightCout .yewuText .content p {
  line-height: 2em;
  text-indent: 2em;
}
@media (min-width:1024px) {
  #index_page .pageContentAll .pageContent .inxSanwei > .thisBox > .contentBox .triggerBox .modeleBox .moveBox .yewuBox > .ul > .li .box .rightCout .yewuText .content p {
    color: #fff;
  }
}
@media (min-width:1024px) {
  #index_page .pageContentAll .pageContent .inxSanwei > .thisBox > .contentBox .triggerBox .modeleBox .moveBox .yewuBox > .ul > .li .box .rightCout .more {
    display: none;
  }
}
#index_page .pageContentAll .pageContent .inxSanwei > .thisBox > .contentBox .triggerBox .modeleBox .moveBox .yewuBox > .ul > .li .box .more {
  position: relative;
  width: 8vw;
  height: 8vw;
  transition-duration: 0.5s;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.56, -0.01, 0.04, 1);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  flex-wrap: unset;
  gap: 0.3vw;
}
@media (max-width:1024px) {
  #index_page .pageContentAll .pageContent .inxSanwei > .thisBox > .contentBox .triggerBox .modeleBox .moveBox .yewuBox > .ul > .li .box .more {
    width: 40vw;
    height: 40vw;
  }
}
#index_page .pageContentAll .pageContent .inxSanwei > .thisBox > .contentBox .triggerBox .modeleBox .moveBox .yewuBox > .ul > .li .box .more .txt {
  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);
}
@media (max-width:1024px) {
  #index_page .pageContentAll .pageContent .inxSanwei > .thisBox > .contentBox .triggerBox .modeleBox .moveBox .yewuBox > .ul > .li .box .more .txt {
    font-size: 3.6vw;
  }
}
@media (min-width:1024px) {
  #index_page .pageContentAll .pageContent .inxSanwei > .thisBox > .contentBox .triggerBox .modeleBox .moveBox .yewuBox > .ul > .li .box .more .txt {
    color: #fff;
  }
}
#index_page .pageContentAll .pageContent .inxSanwei > .thisBox > .contentBox .triggerBox .modeleBox .moveBox .yewuBox > .ul > .li .box .more i {
  color: #AB2C31;
  transition-duration: 0.5s;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.56, -0.01, 0.04, 1);
}
#index_page .pageContentAll .pageContent .inxSanwei > .thisBox > .contentBox .triggerBox .modeleBox .moveBox .yewuBox > .ul > .li .box .more::after {
  content: '';
  position: absolute;
  display: block;
  top: 0;
  width: 100%;
  height: 100%;
  background-image: url(../img/quan.png);
  opacity: 1;
  background-size: contain;
  animation: xuanzhuan 40s linear 0s infinite normal;
}
@media (min-width:1024px) {
  #index_page .pageContentAll .pageContent .inxSanwei > .thisBox > .contentBox .triggerBox .modeleBox .moveBox .yewuBox > .ul > .li .box .more::after {
    filter: grayscale(1) invert(1) brightness(1000);
  }
}
@media (max-width:1024px) {
  #index_page .pageContentAll .pageContent .inxSanwei > .thisBox > .contentBox .triggerBox .modeleBox .moveBox .yewuBox > .ul > .li .box .more::after {
    filter: hue-rotate(326deg) brightness(0.8);
  }
}
#index_page .pageContentAll .pageContent .inxSanwei > .thisBox > .contentBox .triggerBox .modeleBox .moveBox .yewuBox > .ul > .li .box .more:hover {
  transform: scale(0.9);
}
#index_page .pageContentAll .pageContent .inxSanwei > .thisBox > .contentBox .triggerBox .modeleBox .moveBox .yewuBox > .ul > .li .box .more:hover .txt {
  color: #AB2C31;
}
#index_page .pageContentAll .pageContent .inxSanwei > .thisBox > .contentBox .triggerBox .modeleBox .bgImg {
  pointer-events: none;
}
@media (max-width:1024px) {
  #index_page .pageContentAll .pageContent .inxSanwei > .thisBox > .contentBox .triggerBox .modeleBox .bgImg {
    display: none;
  }
}
#index_page .pageContentAll .pageContent .inxSanwei > .thisBox > .contentBox .triggerBox .modeleBox .bgImg img:nth-child(1) {
  position: relative;
  z-index: 2;
  transition-duration: 1s;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.56, -0.01, 0.04, 1);
}
#index_page .pageContentAll .pageContent .inxSanwei > .thisBox > .contentBox .triggerBox .modeleBox .bgImg img:nth-child(2) {
  z-index: 1;
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
}
#index_page .pageContentAll .pageContent .inxSanwei > .thisBox > .contentBox .triggerBox .modeleBox .bgImg::after {
  content: '';
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
  z-index: 3;
  top: 0;
  opacity: var(--progress);
  background-color: rgba(0, 0, 0, 0.5);
}
#index_page .pageContentAll .pageContent .inxSanwei > .thisBox > .contentBox .triggerBox .modeleBox .bgImg.on img:nth-child(1) {
  opacity: 0;
}
#index_page .pageContentAll .pageContent .inxPelpeo {
  position: relative;
  z-index: 2;
}
#index_page .pageContentAll .pageContent .inxPelpeo > .thisBox {
  padding: 7vw 0;
}
@media (max-width:1024px) {
  #index_page .pageContentAll .pageContent .inxPelpeo > .thisBox {
    padding: 12vw 0;
  }
}
#index_page .pageContentAll .pageContent .inxPelpeo > .thisBox > .contentBox {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  flex-wrap: unset;
}
#index_page .pageContentAll .pageContent .inxPelpeo > .thisBox > .contentBox .swiperBox {
  width: 100%;
}
#index_page .pageContentAll .pageContent .inxPelpeo > .thisBox > .contentBox .swiperBox .swiper .swiper-wrapper {
  transition-timing-function: linear;
}
#index_page .pageContentAll .pageContent .inxPelpeo > .thisBox > .contentBox .swiperBox .swiper .swiper-wrapper .swiper-slide {
  width: fit-content;
}
#index_page .pageContentAll .pageContent .inxPelpeo > .thisBox > .contentBox .swiperBox .swiper .swiper-wrapper .swiper-slide .aBox {
  position: relative;
  padding-right: 2vw;
  padding-bottom: 2vw;
}
@media (max-width:1024px) {
  #index_page .pageContentAll .pageContent .inxPelpeo > .thisBox > .contentBox .swiperBox .swiper .swiper-wrapper .swiper-slide .aBox {
    padding-right: 6vw;
    padding-bottom: 6vw;
  }
}
#index_page .pageContentAll .pageContent .inxPelpeo > .thisBox > .contentBox .swiperBox .swiper .swiper-wrapper .swiper-slide .aBox .sceneImg {
  width: 30vw;
  height: 15vw;
  position: relative;
  overflow: hidden;
  clip-path: polygon(0 1vw, 1vw 0, calc(100% - 1vw) 0, 100% 1vw, 100% calc(100% - 1vw), calc(100% - 1vw) 100%, 1vw 100%, 0 calc(100% - 1vw));
}
#index_page .pageContentAll .pageContent .inxPelpeo > .thisBox > .contentBox .swiperBox .swiper .swiper-wrapper .swiper-slide .aBox .sceneImg::before {
  content: '';
  position: absolute;
  display: block;
  top: 0;
  width: 100%;
  height: 100%;
  opacity: 0.5;
  border: 1px solid #fff;
  top: 0.5vw;
  left: 0.5vw;
  width: calc(100% - 1vw - 2px);
  height: calc(100% - 1vw - 2px);
  z-index: 2;
  pointer-events: none;
}
@media (max-width:1024px) {
  #index_page .pageContentAll .pageContent .inxPelpeo > .thisBox > .contentBox .swiperBox .swiper .swiper-wrapper .swiper-slide .aBox .sceneImg {
    clip-path: polygon(0 2vw, 2vw 0, calc(100% - 2vw) 0, 100% 2vw, 100% calc(100% - 2vw), calc(100% - 2vw) 100%, 2vw 100%, 0 calc(100% - 2vw));
  }
  #index_page .pageContentAll .pageContent .inxPelpeo > .thisBox > .contentBox .swiperBox .swiper .swiper-wrapper .swiper-slide .aBox .sceneImg::before {
    content: '';
    position: absolute;
    display: block;
    top: 0;
    width: 100%;
    height: 100%;
    opacity: 0.5;
    border: 1px solid #fff;
    top: 1vw;
    left: 1vw;
    width: calc(100% - 2vw - 2px);
    height: calc(100% - 2vw - 2px);
    z-index: 2;
    pointer-events: none;
  }
}
@media (max-width:1024px) {
  #index_page .pageContentAll .pageContent .inxPelpeo > .thisBox > .contentBox .swiperBox .swiper .swiper-wrapper .swiper-slide .aBox .sceneImg {
    width: 60vw;
    height: 30vw;
  }
}
#index_page .pageContentAll .pageContent .inxPelpeo > .thisBox > .contentBox .swiperBox .swiper .swiper-wrapper .swiper-slide .aBox .sceneImg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
#index_page .pageContentAll .pageContent .inxPelpeo > .thisBox > .contentBox .swiperBox .swiper .swiper-wrapper .swiper-slide .aBox .textBox {
  margin-top: 1vw;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-start;
  flex-wrap: unset;
  gap: 1vw;
}
@media (max-width:1024px) {
  #index_page .pageContentAll .pageContent .inxPelpeo > .thisBox > .contentBox .swiperBox .swiper .swiper-wrapper .swiper-slide .aBox .textBox {
    margin-top: 4vw;
    gap: 4vw;
  }
}
#index_page .pageContentAll .pageContent .inxPelpeo > .thisBox > .contentBox .swiperBox .swiper .swiper-wrapper .swiper-slide .aBox .textBox .title {
  font-size: clamp(12px, 1.7vw, 1.7vw);
}
@media (max-width:1024px) {
  #index_page .pageContentAll .pageContent .inxPelpeo > .thisBox > .contentBox .swiperBox .swiper .swiper-wrapper .swiper-slide .aBox .textBox .title {
    font-size: 5.4vw;
  }
}
#index_page .pageContentAll .pageContent .inxPelpeo > .thisBox > .contentBox .swiperBox .swiper .swiper-wrapper .swiper-slide .aBox .textBox .sortname {
  color: #AB2C31;
  font-size: clamp(12px, 0.9vw, 0.9vw);
}
@media (max-width:1024px) {
  #index_page .pageContentAll .pageContent .inxPelpeo > .thisBox > .contentBox .swiperBox .swiper .swiper-wrapper .swiper-slide .aBox .textBox .sortname {
    font-size: 3.8vw;
  }
}
#index_page .pageContentAll .pageContent .inxPelpeo > .thisBox > .contentBox .swiperBox .swiper .swiper-wrapper .swiper-slide .aBox .ico {
  right: 0;
  top: 7vw;
  width: 8vw;
  height: 10vw;
  position: relative;
  overflow: hidden;
  clip-path: polygon(0 1vw, 1vw 0, calc(100% - 1vw) 0, 100% 1vw, 100% calc(100% - 1vw), calc(100% - 1vw) 100%, 1vw 100%, 0 calc(100% - 1vw));
  position: absolute;
}
#index_page .pageContentAll .pageContent .inxPelpeo > .thisBox > .contentBox .swiperBox .swiper .swiper-wrapper .swiper-slide .aBox .ico::before {
  content: '';
  position: absolute;
  display: block;
  top: 0;
  width: 100%;
  height: 100%;
  opacity: 0.5;
  border: 1px solid #fff;
  top: 0.5vw;
  left: 0.5vw;
  width: calc(100% - 1vw - 2px);
  height: calc(100% - 1vw - 2px);
  z-index: 2;
  pointer-events: none;
}
@media (max-width:1024px) {
  #index_page .pageContentAll .pageContent .inxPelpeo > .thisBox > .contentBox .swiperBox .swiper .swiper-wrapper .swiper-slide .aBox .ico {
    clip-path: polygon(0 2vw, 2vw 0, calc(100% - 2vw) 0, 100% 2vw, 100% calc(100% - 2vw), calc(100% - 2vw) 100%, 2vw 100%, 0 calc(100% - 2vw));
  }
  #index_page .pageContentAll .pageContent .inxPelpeo > .thisBox > .contentBox .swiperBox .swiper .swiper-wrapper .swiper-slide .aBox .ico::before {
    content: '';
    position: absolute;
    display: block;
    top: 0;
    width: 100%;
    height: 100%;
    opacity: 0.5;
    border: 1px solid #fff;
    top: 1vw;
    left: 1vw;
    width: calc(100% - 2vw - 2px);
    height: calc(100% - 2vw - 2px);
    z-index: 2;
    pointer-events: none;
  }
}
@media (max-width:1024px) {
  #index_page .pageContentAll .pageContent .inxPelpeo > .thisBox > .contentBox .swiperBox .swiper .swiper-wrapper .swiper-slide .aBox .ico {
    top: 14vw;
    width: 16vw;
    height: 20vw;
  }
}
#index_page .pageContentAll .pageContent .inxPelpeo > .thisBox > .contentBox .swiperBox .swiper .swiper-wrapper .swiper-slide .aBox .ico img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
#index_page .pageContentAll .pageContent .inxProduct {
  position: relative;
  z-index: 2;
  background-color: #E7E1D9;
}
#index_page .pageContentAll .pageContent .inxProduct > .thisBox {
  position: relative;
  z-index: 1;
  padding-bottom: 7vw;
}
@media (max-width:1024px) {
  #index_page .pageContentAll .pageContent .inxProduct > .thisBox {
    padding-bottom: 12vw;
  }
}
#index_page .pageContentAll .pageContent .inxProduct > .thisBox .proBiaoti {
  width: 70vw;
  margin: 0 auto;
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  justify-content: space-between;
  flex-wrap: unset;
  margin-bottom: 4vw;
}
@media (max-width:1600px) {
  #index_page .pageContentAll .pageContent .inxProduct > .thisBox .proBiaoti {
    width: 70vw;
  }
}
@media (max-width:1300px) {
  #index_page .pageContentAll .pageContent .inxProduct > .thisBox .proBiaoti {
    width: 70vw;
  }
}
@media (max-width:1024px) {
  #index_page .pageContentAll .pageContent .inxProduct > .thisBox .proBiaoti {
    width: 90vw;
  }
}
@media (max-width:1024px) {
  #index_page .pageContentAll .pageContent .inxProduct > .thisBox .proBiaoti {
    margin-bottom: 12vw;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    flex-wrap: unset;
    gap: 10vw;
  }
}
#index_page .pageContentAll .pageContent .inxProduct > .thisBox .proBiaoti .leftText {
  position: relative;
}
#index_page .pageContentAll .pageContent .inxProduct > .thisBox .proBiaoti .leftText .def1 .t {
  font-size: clamp(12px, 3.7vw, 3.7vw);
  background: -webkit-linear-gradient(180deg, #89837C, #575655);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
@media (max-width:1024px) {
  #index_page .pageContentAll .pageContent .inxProduct > .thisBox .proBiaoti .leftText .def1 .t {
    font-size: 9.4vw;
  }
}
#index_page .pageContentAll .pageContent .inxProduct > .thisBox .proBiaoti .leftText .def1 .t:last-child {
  margin-top: 2vw;
  margin-left: 10vw;
}
@media (max-width:1024px) {
  #index_page .pageContentAll .pageContent .inxProduct > .thisBox .proBiaoti .leftText .def1 .t:last-child {
    margin-top: 6vw;
    margin-left: 0;
  }
}
#index_page .pageContentAll .pageContent .inxProduct > .thisBox .proBiaoti .leftText .leTitle {
  position: absolute;
  left: 0;
  top: 8vw;
  opacity: 0.7;
  padding-left: 1vw;
  border-left: 1px solid #AB2C31;
}
@media (max-width:1024px) {
  #index_page .pageContentAll .pageContent .inxProduct > .thisBox .proBiaoti .leftText .leTitle {
    position: relative;
    top: auto;
    padding-left: 4vw;
  }
}
#index_page .pageContentAll .pageContent .inxProduct > .thisBox .proBiaoti .leftText .leTitle .name {
  font-size: clamp(12px, 0.9vw, 0.9vw);
}
@media (max-width:1024px) {
  #index_page .pageContentAll .pageContent .inxProduct > .thisBox .proBiaoti .leftText .leTitle .name {
    font-size: 3.8vw;
  }
}
#index_page .pageContentAll .pageContent .inxProduct > .thisBox .proBiaoti .leftText .leTitle .subname {
  font-size: clamp(12px, 0.9vw, 0.9vw);
}
@media (max-width:1024px) {
  #index_page .pageContentAll .pageContent .inxProduct > .thisBox .proBiaoti .leftText .leTitle .subname {
    font-size: 3.8vw;
  }
}
#index_page .pageContentAll .pageContent .inxProduct > .thisBox .proBiaoti .leftText .proMore {
  position: relative;
  margin-top: 4vw;
  width: 7vw;
  height: 7vw;
  padding: 0.3vw;
  border-radius: 50%;
  border: 1px solid #AB2C31;
}
@media (max-width:1024px) {
  #index_page .pageContentAll .pageContent .inxProduct > .thisBox .proBiaoti .leftText .proMore {
    margin-top: 12vw;
    width: 24vw;
    height: 24vw;
    padding: 1vw;
  }
}
#index_page .pageContentAll .pageContent .inxProduct > .thisBox .proBiaoti .leftText .proMore .box {
  width: 100%;
  height: 100%;
  background-color: #AB2C31;
  border-radius: 50%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  flex-wrap: unset;
}
#index_page .pageContentAll .pageContent .inxProduct > .thisBox .proBiaoti .leftText .proMore .box .txt {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  flex-wrap: unset;
}
#index_page .pageContentAll .pageContent .inxProduct > .thisBox .proBiaoti .leftText .proMore .box .txt .cn {
  color: #fff;
}
#index_page .pageContentAll .pageContent .inxProduct > .thisBox .proBiaoti .leftText .proMore .box .txt .en {
  color: #fff;
  font-size: clamp(12px, 0.7vw, 0.7vw);
}
@media (max-width:1024px) {
  #index_page .pageContentAll .pageContent .inxProduct > .thisBox .proBiaoti .leftText .proMore .box .txt .en {
    font-size: 3.4vw;
  }
}
#index_page .pageContentAll .pageContent .inxProduct > .thisBox .proBiaoti .rightSwiper {
  gap: 0.5vw;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  flex-wrap: unset;
}
@media (max-width:1024px) {
  #index_page .pageContentAll .pageContent .inxProduct > .thisBox .proBiaoti .rightSwiper {
    gap: 2vw;
  }
}
#index_page .pageContentAll .pageContent .inxProduct > .thisBox .proBiaoti .rightSwiper .newTitle {
  background: -webkit-linear-gradient(180deg, #89837C, #575655);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-size: clamp(12px, 0.9vw, 0.9vw);
}
@media (max-width:1024px) {
  #index_page .pageContentAll .pageContent .inxProduct > .thisBox .proBiaoti .rightSwiper .newTitle {
    font-size: 3.8vw;
  }
}
#index_page .pageContentAll .pageContent .inxProduct > .thisBox .proBiaoti .rightSwiper .swiperBox .swiper {
  width: 20vw;
  height: 12vw;
  position: relative;
  overflow: hidden;
  clip-path: polygon(0 1vw, 1vw 0, calc(100% - 1vw) 0, 100% 1vw, 100% calc(100% - 1vw), calc(100% - 1vw) 100%, 1vw 100%, 0 calc(100% - 1vw));
}
#index_page .pageContentAll .pageContent .inxProduct > .thisBox .proBiaoti .rightSwiper .swiperBox .swiper::before {
  content: '';
  position: absolute;
  display: block;
  top: 0;
  width: 100%;
  height: 100%;
  opacity: 0.5;
  border: 0 solid #fff;
  top: 0.5vw;
  left: 0.5vw;
  width: calc(100% - 1vw - 2px);
  height: calc(100% - 1vw - 2px);
  z-index: 2;
  pointer-events: none;
}
@media (max-width:1024px) {
  #index_page .pageContentAll .pageContent .inxProduct > .thisBox .proBiaoti .rightSwiper .swiperBox .swiper {
    clip-path: polygon(0 2vw, 2vw 0, calc(100% - 2vw) 0, 100% 2vw, 100% calc(100% - 2vw), calc(100% - 2vw) 100%, 2vw 100%, 0 calc(100% - 2vw));
  }
  #index_page .pageContentAll .pageContent .inxProduct > .thisBox .proBiaoti .rightSwiper .swiperBox .swiper::before {
    content: '';
    position: absolute;
    display: block;
    top: 0;
    width: 100%;
    height: 100%;
    opacity: 0.5;
    border: 0 solid #fff;
    top: 1vw;
    left: 1vw;
    width: calc(100% - 2vw - 2px);
    height: calc(100% - 2vw - 2px);
    z-index: 2;
    pointer-events: none;
  }
}
@media (max-width:1024px) {
  #index_page .pageContentAll .pageContent .inxProduct > .thisBox .proBiaoti .rightSwiper .swiperBox .swiper {
    width: 60vw;
    height: 36vw;
  }
}
#index_page .pageContentAll .pageContent .inxProduct > .thisBox .proBiaoti .rightSwiper .swiperBox .swiper .swiper-slide {
  width: fit-content;
}
#index_page .pageContentAll .pageContent .inxProduct > .thisBox .proBiaoti .rightSwiper .swiperBox .swiper .swiper-slide .aBox {
  width: 100%;
  height: 100%;
}
#index_page .pageContentAll .pageContent .inxProduct > .thisBox .proBiaoti .rightSwiper .swiperBox .swiper .swiper-slide .aBox .imgBox {
  position: relative;
  overflow: hidden;
  clip-path: polygon(0 1vw, 1vw 0, calc(100% - 1vw) 0, 100% 1vw, 100% calc(100% - 1vw), calc(100% - 1vw) 100%, 1vw 100%, 0 calc(100% - 1vw));
  width: 100%;
  height: 100%;
}
#index_page .pageContentAll .pageContent .inxProduct > .thisBox .proBiaoti .rightSwiper .swiperBox .swiper .swiper-slide .aBox .imgBox::before {
  content: '';
  position: absolute;
  display: block;
  top: 0;
  width: 100%;
  height: 100%;
  opacity: 0.5;
  border: 1px solid #fff;
  top: 0.5vw;
  left: 0.5vw;
  width: calc(100% - 1vw - 2px);
  height: calc(100% - 1vw - 2px);
  z-index: 2;
  pointer-events: none;
}
@media (max-width:1024px) {
  #index_page .pageContentAll .pageContent .inxProduct > .thisBox .proBiaoti .rightSwiper .swiperBox .swiper .swiper-slide .aBox .imgBox {
    clip-path: polygon(0 2vw, 2vw 0, calc(100% - 2vw) 0, 100% 2vw, 100% calc(100% - 2vw), calc(100% - 2vw) 100%, 2vw 100%, 0 calc(100% - 2vw));
  }
  #index_page .pageContentAll .pageContent .inxProduct > .thisBox .proBiaoti .rightSwiper .swiperBox .swiper .swiper-slide .aBox .imgBox::before {
    content: '';
    position: absolute;
    display: block;
    top: 0;
    width: 100%;
    height: 100%;
    opacity: 0.5;
    border: 1px solid #fff;
    top: 1vw;
    left: 1vw;
    width: calc(100% - 2vw - 2px);
    height: calc(100% - 2vw - 2px);
    z-index: 2;
    pointer-events: none;
  }
}
#index_page .pageContentAll .pageContent .inxProduct > .thisBox .proBiaoti .rightSwiper .swiperBox .swiperControl {
  margin-top: 0.5vw;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-start;
  flex-wrap: unset;
  gap: 1vw;
}
@media (max-width:1024px) {
  #index_page .pageContentAll .pageContent .inxProduct > .thisBox .proBiaoti .rightSwiper .swiperBox .swiperControl {
    margin-top: 2vw;
    gap: 4vw;
  }
}
#index_page .pageContentAll .pageContent .inxProduct > .thisBox .proBiaoti .rightSwiper .swiperBox .swiperControl .num span {
  display: none;
  font-size: clamp(12px, 0.9vw, 0.9vw);
}
@media (max-width:1024px) {
  #index_page .pageContentAll .pageContent .inxProduct > .thisBox .proBiaoti .rightSwiper .swiperBox .swiperControl .num span {
    font-size: 3.8vw;
  }
}
#index_page .pageContentAll .pageContent .inxProduct > .thisBox .proBiaoti .rightSwiper .swiperBox .swiperControl .num span.on {
  display: block;
}
#index_page .pageContentAll .pageContent .inxProduct > .thisBox .proBiaoti .rightSwiper .swiperBox .swiperControl .scrollbar {
  width: 6vw;
  height: 4px;
  background-color: #EFEBE7;
}
@media (max-width:1024px) {
  #index_page .pageContentAll .pageContent .inxProduct > .thisBox .proBiaoti .rightSwiper .swiperBox .swiperControl .scrollbar {
    width: 20vw;
  }
}
#index_page .pageContentAll .pageContent .inxProduct > .thisBox .proBiaoti .rightSwiper .swiperBox .swiperControl .scrollbar .swiper-scrollbar-drag {
  background-color: #AB2C31;
}
#index_page .pageContentAll .pageContent .inxProduct > .thisBox .contentBox {
  width: 70vw;
  margin: 0 auto;
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  justify-content: space-between;
  flex-wrap: unset;
  margin-top: -6vw;
}
@media (max-width:1600px) {
  #index_page .pageContentAll .pageContent .inxProduct > .thisBox .contentBox {
    width: 70vw;
  }
}
@media (max-width:1300px) {
  #index_page .pageContentAll .pageContent .inxProduct > .thisBox .contentBox {
    width: 70vw;
  }
}
@media (max-width:1024px) {
  #index_page .pageContentAll .pageContent .inxProduct > .thisBox .contentBox {
    width: 90vw;
  }
}
@media (max-width:1024px) {
  #index_page .pageContentAll .pageContent .inxProduct > .thisBox .contentBox {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    flex-wrap: unset;
    gap: 8vw;
  }
}
#index_page .pageContentAll .pageContent .inxProduct > .thisBox .contentBox .tabsBox {
  width: 16vw;
  padding-top: 10vw;
}
@media (max-width:1024px) {
  #index_page .pageContentAll .pageContent .inxProduct > .thisBox .contentBox .tabsBox {
    width: 100%;
  }
}
#index_page .pageContentAll .pageContent .inxProduct > .thisBox .contentBox .tabsBox .ul {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  flex-wrap: unset;
  gap: 1vw;
}
@media (max-width:1024px) {
  #index_page .pageContentAll .pageContent .inxProduct > .thisBox .contentBox .tabsBox .ul {
    gap: 4vw;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    flex-wrap: unset;
  }
}
#index_page .pageContentAll .pageContent .inxProduct > .thisBox .contentBox .tabsBox .ul .li .title {
  position: relative;
  cursor: pointer;
  opacity: 0.6;
  padding-bottom: 1vw;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  flex-wrap: unset;
}
@media (max-width:1024px) {
  #index_page .pageContentAll .pageContent .inxProduct > .thisBox .contentBox .tabsBox .ul .li .title {
    padding-bottom: 3vw;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    flex-wrap: unset;
  }
}
#index_page .pageContentAll .pageContent .inxProduct > .thisBox .contentBox .tabsBox .ul .li .title .cn {
  font-size: clamp(12px, 1.5vw, 1.5vw);
}
@media (max-width:1024px) {
  #index_page .pageContentAll .pageContent .inxProduct > .thisBox .contentBox .tabsBox .ul .li .title .cn {
    font-size: 5vw;
  }
}
#index_page .pageContentAll .pageContent .inxProduct > .thisBox .contentBox .tabsBox .ul .li .title .fenge {
  margin: 0 0.4vw;
}
@media (max-width:1024px) {
  #index_page .pageContentAll .pageContent .inxProduct > .thisBox .contentBox .tabsBox .ul .li .title .fenge {
    display: none;
  }
}
#index_page .pageContentAll .pageContent .inxProduct > .thisBox .contentBox .tabsBox .ul .li .title .en {
  font-size: clamp(12px, 1vw, 1vw);
}
@media (max-width:1024px) {
  #index_page .pageContentAll .pageContent .inxProduct > .thisBox .contentBox .tabsBox .ul .li .title .en {
    font-size: 4vw;
  }
}
#index_page .pageContentAll .pageContent .inxProduct > .thisBox .contentBox .tabsBox .ul .li.on .title {
  opacity: 1;
}
#index_page .pageContentAll .pageContent .inxProduct > .thisBox .contentBox .tabsBox .ul .li.on .title * {
  color: #AB2C31;
}
#index_page .pageContentAll .pageContent .inxProduct > .thisBox .contentBox .tabsBox .ul .li.on .title::after {
  opacity: 1;
  transform: translateY(0);
}
#index_page .pageContentAll .pageContent .inxProduct > .thisBox .contentBox .coutsBox {
  position: relative;
  width: calc(100% - 16vw);
}
@media (max-width:1024px) {
  #index_page .pageContentAll .pageContent .inxProduct > .thisBox .contentBox .coutsBox {
    width: 100%;
    transition-duration: 0.5s;
    transition-property: all;
    transition-timing-function: cubic-bezier(0.56, -0.01, 0.04, 1);
  }
}
#index_page .pageContentAll .pageContent .inxProduct > .thisBox .contentBox .coutsBox .changeBox {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  pointer-events: none;
}
#index_page .pageContentAll .pageContent .inxProduct > .thisBox .contentBox .coutsBox .changeBox .ul {
  display: flex;
  flex-wrap: wrap;
  gap: 2vw;
}
#index_page .pageContentAll .pageContent .inxProduct > .thisBox .contentBox .coutsBox .changeBox .ul > li {
  width: calc(100% / 3 - (3 - 1) * 2vw / 3);
}
@media (max-width:1024px) {
  #index_page .pageContentAll .pageContent .inxProduct > .thisBox .contentBox .coutsBox .changeBox .ul {
    display: flex;
    flex-wrap: wrap;
    gap: 6vw;
  }
  #index_page .pageContentAll .pageContent .inxProduct > .thisBox .contentBox .coutsBox .changeBox .ul > li {
    width: calc(100% / 1 - (1 - 1) * 6vw / 1);
  }
}
#index_page .pageContentAll .pageContent .inxProduct > .thisBox .contentBox .coutsBox .changeBox .ul .li .aBox {
  opacity: 0;
}
#index_page .pageContentAll .pageContent .inxProduct > .thisBox .contentBox .coutsBox .changeBox .ul .li .aBox .imgBoxAll {
  border-radius: 0.4vw;
  width: 100%;
  aspect-ratio: 1;
  background-color: #EFEBE7;
  padding: 1vw;
  height: 16vw;
  position: relative;
  overflow: hidden;
  clip-path: polygon(0 1vw, 1vw 0, calc(100% - 1vw) 0, 100% 1vw, 100% calc(100% - 1vw), calc(100% - 1vw) 100%, 1vw 100%, 0 calc(100% - 1vw));
}
#index_page .pageContentAll .pageContent .inxProduct > .thisBox .contentBox .coutsBox .changeBox .ul .li .aBox .imgBoxAll::before {
  content: '';
  position: absolute;
  display: block;
  top: 0;
  width: 100%;
  height: 100%;
  opacity: 0.5;
  border: 1px solid #fff;
  top: 0.5vw;
  left: 0.5vw;
  width: calc(100% - 1vw - 2px);
  height: calc(100% - 1vw - 2px);
  z-index: 2;
  pointer-events: none;
}
@media (max-width:1024px) {
  #index_page .pageContentAll .pageContent .inxProduct > .thisBox .contentBox .coutsBox .changeBox .ul .li .aBox .imgBoxAll {
    clip-path: polygon(0 2vw, 2vw 0, calc(100% - 2vw) 0, 100% 2vw, 100% calc(100% - 2vw), calc(100% - 2vw) 100%, 2vw 100%, 0 calc(100% - 2vw));
  }
  #index_page .pageContentAll .pageContent .inxProduct > .thisBox .contentBox .coutsBox .changeBox .ul .li .aBox .imgBoxAll::before {
    content: '';
    position: absolute;
    display: block;
    top: 0;
    width: 100%;
    height: 100%;
    opacity: 0.5;
    border: 1px solid #fff;
    top: 1vw;
    left: 1vw;
    width: calc(100% - 2vw - 2px);
    height: calc(100% - 2vw - 2px);
    z-index: 2;
    pointer-events: none;
  }
}
@media (max-width:1024px) {
  #index_page .pageContentAll .pageContent .inxProduct > .thisBox .contentBox .coutsBox .changeBox .ul .li .aBox .imgBoxAll {
    border-radius: 1.5vw;
    padding: 4vw;
    height: 50vw;
  }
}
#index_page .pageContentAll .pageContent .inxProduct > .thisBox .contentBox .coutsBox .changeBox .ul .li .aBox .imgBoxAll .imgBox {
  width: 100%;
  height: 100%;
  transition-duration: 0.5s;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.56, -0.01, 0.04, 1);
}
#index_page .pageContentAll .pageContent .inxProduct > .thisBox .contentBox .coutsBox .changeBox .ul .li .aBox .imgBoxAll .imgBox img {
  object-fit: contain;
}
#index_page .pageContentAll .pageContent .inxProduct > .thisBox .contentBox .coutsBox .changeBox .ul .li .aBox .textBoxAll .title {
  margin-top: 1vw;
  text-align: center;
  transition-duration: 0.5s;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.56, -0.01, 0.04, 1);
  font-size: clamp(12px, 1.5vw, 1.5vw);
  font-family: 'cn1';
}
@media (max-width:1024px) {
  #index_page .pageContentAll .pageContent .inxProduct > .thisBox .contentBox .coutsBox .changeBox .ul .li .aBox .textBoxAll .title {
    font-size: 5vw;
  }
}
@media (max-width:1024px) {
  #index_page .pageContentAll .pageContent .inxProduct > .thisBox .contentBox .coutsBox .changeBox .ul .li .aBox .textBoxAll .title {
    font-size: 4.6vw;
    margin-top: 4vw;
  }
}
#index_page .pageContentAll .pageContent .inxProduct > .thisBox .contentBox .coutsBox .changeBox .ul .li .aBox:hover .imgBoxAll .imgBox {
  transform: scale(1.1);
}
#index_page .pageContentAll .pageContent .inxProduct > .thisBox .contentBox .coutsBox .changeBox .ul .li .aBox:hover .textBoxAll .title {
  color: #AB2C31;
}
#index_page .pageContentAll .pageContent .inxProduct > .thisBox .contentBox .coutsBox .changeBox .swiperControl {
  opacity: 0;
  z-index: 2;
  position: absolute;
  left: 50%;
  translate: -50% 0;
  bottom: 0;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  flex-wrap: unset;
  gap: 3vw;
}
@media (max-width:1024px) {
  #index_page .pageContentAll .pageContent .inxProduct > .thisBox .contentBox .coutsBox .changeBox .swiperControl {
    gap: 6vw;
  }
}
#index_page .pageContentAll .pageContent .inxProduct > .thisBox .contentBox .coutsBox .changeBox.on {
  pointer-events: auto;
}
#index_page .pageContentAll .pageContent .inxProduct > .thisBox .contentBox .coutsBox .changeBox.on .swiperControl {
  opacity: 1;
}
#index_page .pageContentAll .pageContent .inxProduct .xianjieSvg {
  width: 100%;
  top: 100%;
}
#index_page .pageContentAll .pageContent .inxProduct .xianjieSvg svg {
  position: absolute;
  width: 100%;
}
#index_page .pageContentAll .pageContent .inxProduct .xianjieSvg svg path {
  fill: #E7E1D9;
  width: 100%;
}
#index_page .pageContentAll .pageContent .inxProduct .xianjieSvg svg.svgTop {
  bottom: 100%;
}
#index_page .pageContentAll .pageContent .inxProduct .xianjieSvg svg.svgBottom {
  top: 100%;
  transform: translateY(-1px);
}
#index_page .pageContentAll .pageContent .inxProduct .yuansuan .img1 {
  position: absolute;
  mix-blend-mode: darken;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0.2;
}
#index_page .pageContentAll .pageContent .inxProduct .yuansuan .img1 img {
  width: 100%;
  height: 100%;
}
#index_page .pageContentAll .pageContent .inxProduct .yuansuan .img1::before {
  content: '';
  position: absolute;
  display: block;
  top: 0;
  height: 30%;
  width: 100%;
  background: linear-gradient(to bottom, #E7E1D9, transparent);
}
#index_page .pageContentAll .pageContent .inxProduct .yuansuan .img1::after {
  content: '';
  position: absolute;
  display: block;
  bottom: 0;
  height: 30%;
  width: 100%;
  background-color: #E7E1D9;
  background: linear-gradient(to bottom, transparent, #E7E1D9);
}
#index_page .pageContentAll .pageContent .inxProduct .yuansuan .img2 {
  position: absolute;
  mix-blend-mode: multiply;
  right: 0;
  bottom: 0;
  height: 100%;
  opacity: 0.5;
}
#index_page .pageContentAll .pageContent .inxProduct .yuansuan .img2 img {
  height: 100%;
}
#index_page .pageContentAll .pageContent .inxCases {
  position: relative;
}
#index_page .pageContentAll .pageContent .inxCases > .thisBox {
  position: relative;
  z-index: 2;
  padding-bottom: 7vw;
  padding-top: 14vw;
}
@media (max-width:1024px) {
  #index_page .pageContentAll .pageContent .inxCases > .thisBox {
    padding-bottom: 12vw;
  }
}
@media (max-width:1024px) {
  #index_page .pageContentAll .pageContent .inxCases > .thisBox {
    padding-top: 24vw;
  }
}
#index_page .pageContentAll .pageContent .inxCases > .thisBox .casesBiaoti {
  width: 70vw;
  margin: 0 auto;
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  justify-content: space-between;
  flex-wrap: unset;
  margin-bottom: 8vw;
}
@media (max-width:1600px) {
  #index_page .pageContentAll .pageContent .inxCases > .thisBox .casesBiaoti {
    width: 70vw;
  }
}
@media (max-width:1300px) {
  #index_page .pageContentAll .pageContent .inxCases > .thisBox .casesBiaoti {
    width: 70vw;
  }
}
@media (max-width:1024px) {
  #index_page .pageContentAll .pageContent .inxCases > .thisBox .casesBiaoti {
    width: 90vw;
  }
}
@media (max-width:1024px) {
  #index_page .pageContentAll .pageContent .inxCases > .thisBox .casesBiaoti {
    margin-bottom: 20vw;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    flex-wrap: unset;
    gap: 10vw;
  }
}
#index_page .pageContentAll .pageContent .inxCases > .thisBox .casesBiaoti .leftCout .name {
  color: #AB2C31;
  font-size: clamp(12px, 2.7vw, 2.7vw);
}
@media (max-width:1024px) {
  #index_page .pageContentAll .pageContent .inxCases > .thisBox .casesBiaoti .leftCout .name {
    font-size: 7.4vw;
  }
}
#index_page .pageContentAll .pageContent .inxCases > .thisBox .casesBiaoti .leftCout .subname {
  transition-duration: 0.5s;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.56, -0.01, 0.04, 1);
}
#index_page .pageContentAll .pageContent .inxCases > .thisBox .casesBiaoti .rightCout {
  padding-right: 6vw;
  gap: 2vw;
  width: 60%;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  flex-wrap: unset;
}
@media (max-width:1024px) {
  #index_page .pageContentAll .pageContent .inxCases > .thisBox .casesBiaoti .rightCout {
    width: 100%;
    padding-right: 0;
    gap: 6vw;
  }
}
#index_page .pageContentAll .pageContent .inxCases > .thisBox .casesBiaoti .rightCout .text {
  line-height: 2em;
  transition-duration: 0.5s;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.56, -0.01, 0.04, 1);
}
#index_page .pageContentAll .pageContent .inxCases > .thisBox .casesBiaoti .rightCout .link {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  flex-wrap: unset;
  gap: 4vw;
}
@media (max-width:1024px) {
  #index_page .pageContentAll .pageContent .inxCases > .thisBox .casesBiaoti .rightCout .link {
    gap: 8vw;
  }
}
#index_page .pageContentAll .pageContent .inxCases > .thisBox .casesBiaoti .rightCout .link .li .aBox {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  flex-wrap: unset;
  gap: 1vw;
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
  transition-duration: 0.5s;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.56, -0.01, 0.04, 1);
  padding-bottom: 1vw;
}
@media (max-width:1024px) {
  #index_page .pageContentAll .pageContent .inxCases > .thisBox .casesBiaoti .rightCout .link .li .aBox {
    gap: 3vw;
    padding-bottom: 3vw;
  }
}
#index_page .pageContentAll .pageContent .inxCases > .thisBox .casesBiaoti .rightCout .link .li .aBox .txt {
  font-size: clamp(12px, 1.1vw, 1.1vw);
  transition-duration: 0.5s;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.56, -0.01, 0.04, 1);
}
@media (max-width:1024px) {
  #index_page .pageContentAll .pageContent .inxCases > .thisBox .casesBiaoti .rightCout .link .li .aBox .txt {
    font-size: 4.2vw;
  }
}
#index_page .pageContentAll .pageContent .inxCases > .thisBox .casesBiaoti .rightCout .link .li .aBox .ico {
  width: 2vw;
  height: 2vw;
  border-radius: 50%;
  background-color: rgba(194, 148, 97, 0.3);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  flex-wrap: unset;
  transition-duration: 0.5s;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.56, -0.01, 0.04, 1);
}
@media (max-width:1024px) {
  #index_page .pageContentAll .pageContent .inxCases > .thisBox .casesBiaoti .rightCout .link .li .aBox .ico {
    width: 8vw;
    height: 8vw;
  }
}
#index_page .pageContentAll .pageContent .inxCases > .thisBox .casesBiaoti .rightCout .link .li .aBox:hover {
  border-color: #AB2C31;
}
#index_page .pageContentAll .pageContent .inxCases > .thisBox .casesBiaoti .rightCout .link .li .aBox:hover .txt {
  color: #AB2C31 !important;
}
#index_page .pageContentAll .pageContent .inxCases > .thisBox .casesBiaoti .rightCout .link .li .aBox:hover .ico {
  background-color: #AB2C31 !important;
  color: #fff !important;
}
#index_page .pageContentAll .pageContent .inxCases > .thisBox .contentBox .swiperBox {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  justify-content: center;
  flex-wrap: unset;
}
#index_page .pageContentAll .pageContent .inxCases > .thisBox .contentBox .swiperBox .swiperControl {
  width: 15%;
}
@media (max-width:1024px) {
  #index_page .pageContentAll .pageContent .inxCases > .thisBox .contentBox .swiperBox .swiperControl {
    width: 100%;
  }
}
#index_page .pageContentAll .pageContent .inxCases > .thisBox .contentBox .swiperBox .swiper {
  width: 85%;
}
@media (max-width:1024px) {
  #index_page .pageContentAll .pageContent .inxCases > .thisBox .contentBox .swiperBox .swiper {
    width: 100%;
  }
}
#index_page .pageContentAll .pageContent .inxCases > .thisBox .contentBox .swiperBox .swiper .swiper-slide {
  width: fit-content;
}
#index_page .pageContentAll .pageContent .inxCases > .thisBox .contentBox .swiperBox .swiper .swiper-slide .aBox {
  padding: 0 3vw;
  height: 25vw;
  border-right: 1px solid rgba(0, 0, 0, 0.3);
  transition-duration: 0.5s;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.56, -0.01, 0.04, 1);
  display: flex;
  flex-direction: row;
  align-items: flex-end;
  justify-content: center;
  flex-wrap: unset;
  gap: 3vw;
}
@media (max-width:1024px) {
  #index_page .pageContentAll .pageContent .inxCases > .thisBox .contentBox .swiperBox .swiper .swiper-slide .aBox {
    padding: 0 6vw;
    height: 60vw;
    gap: 6vw;
  }
}
#index_page .pageContentAll .pageContent .inxCases > .thisBox .contentBox .swiperBox .swiper .swiper-slide .aBox .imgBox {
  width: 25vw;
  height: 100%;
  position: relative;
  overflow: hidden;
  clip-path: polygon(0 1vw, 1vw 0, calc(100% - 1vw) 0, 100% 1vw, 100% calc(100% - 1vw), calc(100% - 1vw) 100%, 1vw 100%, 0 calc(100% - 1vw));
}
#index_page .pageContentAll .pageContent .inxCases > .thisBox .contentBox .swiperBox .swiper .swiper-slide .aBox .imgBox::before {
  content: '';
  position: absolute;
  display: block;
  top: 0;
  width: 100%;
  height: 100%;
  opacity: 0.5;
  border: 1px solid #fff;
  top: 0.5vw;
  left: 0.5vw;
  width: calc(100% - 1vw - 2px);
  height: calc(100% - 1vw - 2px);
  z-index: 2;
  pointer-events: none;
}
@media (max-width:1024px) {
  #index_page .pageContentAll .pageContent .inxCases > .thisBox .contentBox .swiperBox .swiper .swiper-slide .aBox .imgBox {
    clip-path: polygon(0 2vw, 2vw 0, calc(100% - 2vw) 0, 100% 2vw, 100% calc(100% - 2vw), calc(100% - 2vw) 100%, 2vw 100%, 0 calc(100% - 2vw));
  }
  #index_page .pageContentAll .pageContent .inxCases > .thisBox .contentBox .swiperBox .swiper .swiper-slide .aBox .imgBox::before {
    content: '';
    position: absolute;
    display: block;
    top: 0;
    width: 100%;
    height: 100%;
    opacity: 0.5;
    border: 1px solid #fff;
    top: 1vw;
    left: 1vw;
    width: calc(100% - 2vw - 2px);
    height: calc(100% - 2vw - 2px);
    z-index: 2;
    pointer-events: none;
  }
}
@media (max-width:1024px) {
  #index_page .pageContentAll .pageContent .inxCases > .thisBox .contentBox .swiperBox .swiper .swiper-slide .aBox .imgBox {
    width: 50vw;
  }
}
#index_page .pageContentAll .pageContent .inxCases > .thisBox .contentBox .swiperBox .swiper .swiper-slide .aBox .textBox {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: space-between;
  flex-wrap: unset;
  width: 15vw;
  height: 100%;
}
@media (max-width:1024px) {
  #index_page .pageContentAll .pageContent .inxCases > .thisBox .contentBox .swiperBox .swiper .swiper-slide .aBox .textBox {
    width: 30vw;
  }
}
#index_page .pageContentAll .pageContent .inxCases > .thisBox .contentBox .swiperBox .swiper .swiper-slide .aBox .textBox .point {
  color: #AB2C31;
}
#index_page .pageContentAll .pageContent .inxCases > .thisBox .contentBox .swiperBox .swiper .swiper-slide .aBox .textBox .bottom {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  flex-wrap: unset;
  gap: 2vw;
}
@media (max-width:1024px) {
  #index_page .pageContentAll .pageContent .inxCases > .thisBox .contentBox .swiperBox .swiper .swiper-slide .aBox .textBox .bottom {
    gap: 4vw;
  }
}
#index_page .pageContentAll .pageContent .inxCases > .thisBox .contentBox .swiperBox .swiper .swiper-slide .aBox .textBox .bottom .title {
  font-size: clamp(12px, 1.3vw, 1.3vw);
  font-family: 'cn1';
  line-height: 1.5em;
  width: 80%;
  transition-duration: 0.5s;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.56, -0.01, 0.04, 1);
}
@media (max-width:1024px) {
  #index_page .pageContentAll .pageContent .inxCases > .thisBox .contentBox .swiperBox .swiper .swiper-slide .aBox .textBox .bottom .title {
    font-size: 4.6vw;
  }
}
#index_page .pageContentAll .pageContent .inxCases > .thisBox .contentBox .swiperBox .swiper .swiper-slide .aBox .textBox .bottom .miaoshu {
  line-height: 2em;
  transition-duration: 0.5s;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.56, -0.01, 0.04, 1);
}
#index_page .pageContentAll .pageContent .inxCases > .thisBox .contentBox .swiperBox .swiperControl {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  justify-content: center;
  flex-wrap: unset;
}
#index_page .pageContentAll .pageContent .inxCases > .thisBox .contentBox .swiperBox .swiperControl .navigation .navigationThis {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  flex-wrap: unset;
}
#index_page .pageContentAll .pageContent .inxCases .autoSlideTxt {
  position: absolute;
  top: 22vw;
  z-index: 1;
  left: 0;
  width: 100%;
  height: 10vw;
}
@media (max-width:1024px) {
  #index_page .pageContentAll .pageContent .inxCases .autoSlideTxt {
    top: 60vw;
    height: 30vw;
  }
}
#index_page .pageContentAll .pageContent .inxCases .autoSlideTxt::before {
  content: '';
  position: absolute;
  display: block;
  left: 0;
  overflow: hidden;
  width: 100%;
  height: 100%;
  text-transform: uppercase;
  animation: txt_move2 40s linear infinite;
  -webkit-mask-size: contain;
  -webkit-mask-image: url(../img/auto-slide-txt_img_02.png);
  background: linear-gradient(90deg, #ab9d8a 0%, #af9f8b 33%, #b9ae9e 66%, #aa9c8c 100%);
}
@keyframes txt_move2 {
  0% {
    -webkit-mask-position: 0 center;
    mask-position: 0 center;
  }
  100% {
    -webkit-mask-position: -1875px center;
    mask-position: -1875px center;
  }
}
#index_page .pageContentAll .pageContent .inxCases::after {
  opacity: 0;
  content: '';
  position: absolute;
  display: block;
  top: 0;
  height: 200%;
  width: 100%;
  transition-duration: 1s;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.56, -0.01, 0.04, 1);
  background: -webkit-linear-gradient(135deg, #b9ac97, #9a8978);
}
#index_page .pageContentAll .pageContent .inxCases.on > .thisBox .casesBiaoti .leftCout .subname {
  color: rgba(255, 255, 255, 0.7);
}
#index_page .pageContentAll .pageContent .inxCases.on > .thisBox .casesBiaoti .rightCout .text {
  color: rgba(255, 255, 255, 0.7);
}
#index_page .pageContentAll .pageContent .inxCases.on > .thisBox .casesBiaoti .rightCout .link .li .aBox {
  border-color: rgba(255, 255, 255, 0.3);
}
#index_page .pageContentAll .pageContent .inxCases.on > .thisBox .casesBiaoti .rightCout .link .li .aBox .txt {
  color: rgba(255, 255, 255, 0.9);
}
#index_page .pageContentAll .pageContent .inxCases.on > .thisBox .casesBiaoti .rightCout .link .li .aBox .ico {
  background-color: rgba(255, 255, 255, 0.3);
  color: #c29461;
}
#index_page .pageContentAll .pageContent .inxCases.on > .thisBox .contentBox .swiperBox .swiperControl .navigation .navigationThis .btn {
  border-color: #fff;
}
#index_page .pageContentAll .pageContent .inxCases.on > .thisBox .contentBox .swiperBox .swiperControl .navigation .navigationThis .btn i {
  color: #fff;
}
#index_page .pageContentAll .pageContent .inxCases.on > .thisBox .contentBox .swiperBox .swiper .swiper-slide .aBox {
  border-color: rgba(255, 255, 255, 0.3);
}
#index_page .pageContentAll .pageContent .inxCases.on > .thisBox .contentBox .swiperBox .swiper .swiper-slide .aBox .textBox .bottom .title {
  color: #ffffff;
}
#index_page .pageContentAll .pageContent .inxCases.on > .thisBox .contentBox .swiperBox .swiper .swiper-slide .aBox .textBox .bottom .miaoshu {
  color: rgba(255, 255, 255, 0.7);
}
#index_page .pageContentAll .pageContent .inxCases.on::after {
  opacity: 1;
}
#index_page .pageContentAll .pageContent .inxNews {
  position: relative;
  z-index: 1;
}
#index_page .pageContentAll .pageContent .inxNews > .thisBox {
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  flex-wrap: unset;
  padding: 7vw 0;
}
@media (max-width:1024px) {
  #index_page .pageContentAll .pageContent .inxNews > .thisBox {
    padding: 12vw 0;
  }
}
#index_page .pageContentAll .pageContent .inxNews > .thisBox > .contentBox {
  width: 70vw;
  margin: 0 auto;
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  justify-content: center;
  flex-wrap: unset;
}
@media (max-width:1600px) {
  #index_page .pageContentAll .pageContent .inxNews > .thisBox > .contentBox {
    width: 70vw;
  }
}
@media (max-width:1300px) {
  #index_page .pageContentAll .pageContent .inxNews > .thisBox > .contentBox {
    width: 70vw;
  }
}
@media (max-width:1024px) {
  #index_page .pageContentAll .pageContent .inxNews > .thisBox > .contentBox {
    width: 90vw;
  }
}
@media (max-width:1024px) {
  #index_page .pageContentAll .pageContent .inxNews > .thisBox > .contentBox {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    flex-wrap: unset;
  }
}
#index_page .pageContentAll .pageContent .inxNews > .thisBox > .contentBox > div .newsBox {
  position: relative;
  width: 100%;
}
#index_page .pageContentAll .pageContent .inxNews > .thisBox > .contentBox > div .newsBox .biaoti {
  position: relative;
  padding-bottom: 0.5vw;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  flex-wrap: unset;
  width: 100%;
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
  transition-duration: 0.5s;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.56, -0.01, 0.04, 1);
}
@media (max-width:1024px) {
  #index_page .pageContentAll .pageContent .inxNews > .thisBox > .contentBox > div .newsBox .biaoti {
    padding-bottom: 2vw;
  }
}
#index_page .pageContentAll .pageContent .inxNews > .thisBox > .contentBox > div .newsBox .biaoti .txt {
  font-size: clamp(12px, 1.1vw, 1.1vw);
  font-weight: bold;
  transition-duration: 0.5s;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.56, -0.01, 0.04, 1);
}
@media (max-width:1024px) {
  #index_page .pageContentAll .pageContent .inxNews > .thisBox > .contentBox > div .newsBox .biaoti .txt {
    font-size: 4.2vw;
  }
}
#index_page .pageContentAll .pageContent .inxNews > .thisBox > .contentBox > div .newsBox .biaoti .ico i {
  color: #AB2C31;
  transform: rotate(-90deg);
  font-size: clamp(12px, 2.7vw, 2.7vw);
  display: block;
  transition-duration: 0.5s;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.56, -0.01, 0.04, 1);
}
@media (max-width:1024px) {
  #index_page .pageContentAll .pageContent .inxNews > .thisBox > .contentBox > div .newsBox .biaoti .ico i {
    font-size: 7.4vw;
  }
}
#index_page .pageContentAll .pageContent .inxNews > .thisBox > .contentBox > div .newsBox .biaoti::after {
  content: '';
  position: absolute;
  display: block;
  bottom: -1px;
  width: 0;
  background-color: #AB2C31;
  height: 1px;
  transition-duration: 0.5s;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.56, -0.01, 0.04, 1);
}
#index_page .pageContentAll .pageContent .inxNews > .thisBox > .contentBox > div .newsBox .ulBox {
  padding-top: 0.6vw;
}
@media (max-width:1024px) {
  #index_page .pageContentAll .pageContent .inxNews > .thisBox > .contentBox > div .newsBox .ulBox {
    padding-top: 2vw;
  }
}
#index_page .pageContentAll .pageContent .inxNews > .thisBox > .contentBox > div .newsBox .ulBox .ul .li {
  padding: 0.5vw 0;
}
@media (max-width:1024px) {
  #index_page .pageContentAll .pageContent .inxNews > .thisBox > .contentBox > div .newsBox .ulBox .ul .li {
    padding: 2vw 0;
  }
}
#index_page .pageContentAll .pageContent .inxNews > .thisBox > .contentBox > div .newsBox .ulBox .ul .li .aBox .textBox {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  flex-wrap: unset;
}
#index_page .pageContentAll .pageContent .inxNews > .thisBox > .contentBox > div .newsBox .ulBox .ul .li .aBox .textBox .date {
  width: 8vw;
  opacity: 0.7;
}
@media (max-width:1024px) {
  #index_page .pageContentAll .pageContent .inxNews > .thisBox > .contentBox > div .newsBox .ulBox .ul .li .aBox .textBox .date {
    width: 24vw;
    transition-duration: 0.5s;
    transition-property: all;
    transition-timing-function: cubic-bezier(0.56, -0.01, 0.04, 1);
  }
}
#index_page .pageContentAll .pageContent .inxNews > .thisBox > .contentBox > div .newsBox .ulBox .ul .li .aBox .textBox .title {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  font-size: clamp(12px, 0.9vw, 0.9vw);
  transition-duration: 0.5s;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.56, -0.01, 0.04, 1);
  width: calc(100% - 8vw);
}
@media (max-width:1024px) {
  #index_page .pageContentAll .pageContent .inxNews > .thisBox > .contentBox > div .newsBox .ulBox .ul .li .aBox .textBox .title {
    font-size: 3.8vw;
  }
}
@media (max-width:1024px) {
  #index_page .pageContentAll .pageContent .inxNews > .thisBox > .contentBox > div .newsBox .ulBox .ul .li .aBox .textBox .title {
    width: calc(100% - 24vw);
  }
}
#index_page .pageContentAll .pageContent .inxNews > .thisBox > .contentBox > div .newsBox .ulBox .ul .li .aBox:hover .textBox .date {
  color: #AB2C31;
  opacity: 1;
}
#index_page .pageContentAll .pageContent .inxNews > .thisBox > .contentBox > div .newsBox .ulBox .ul .li .aBox:hover .textBox .title {
  color: #AB2C31;
  text-decoration: underline;
}
#index_page .pageContentAll .pageContent .inxNews > .thisBox > .contentBox > div .newsBox:hover .biaoti::after {
  width: 100%;
}
#index_page .pageContentAll .pageContent .inxNews > .thisBox > .contentBox > div.leftBox {
  padding-right: 4vw;
  width: 55%;
  border-right: 1px solid #ddd;
  transition-duration: 0.5s;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.56, -0.01, 0.04, 1);
}
@media (max-width:1024px) {
  #index_page .pageContentAll .pageContent .inxNews > .thisBox > .contentBox > div.leftBox {
    width: 100%;
    margin-bottom: 1.4vw;
    border-right: none;
    padding-right: 0;
  }
}
#index_page .pageContentAll .pageContent .inxNews > .thisBox > .contentBox > div.leftBox .oneImgBox {
  margin-bottom: 1vw;
}
@media (max-width:1024px) {
  #index_page .pageContentAll .pageContent .inxNews > .thisBox > .contentBox > div.leftBox .oneImgBox {
    margin-bottom: 4vw;
  }
}
#index_page .pageContentAll .pageContent .inxNews > .thisBox > .contentBox > div.leftBox .oneImgBox .aBox {
  position: relative;
  width: 100%;
  height: 100%;
}
#index_page .pageContentAll .pageContent .inxNews > .thisBox > .contentBox > div.leftBox .oneImgBox .aBox .imgBox {
  position: relative;
  width: 100%;
  height: 19vw;
}
@media (max-width:1024px) {
  #index_page .pageContentAll .pageContent .inxNews > .thisBox > .contentBox > div.leftBox .oneImgBox .aBox .imgBox {
    height: 50vw;
  }
}
#index_page .pageContentAll .pageContent .inxNews > .thisBox > .contentBox > div.leftBox .oneImgBox .aBox .imgBox::after {
  content: '';
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
  top: 0;
  background: -webkit-linear-gradient(180deg, rgba(0, 0, 0, 0.5), transparent);
}
#index_page .pageContentAll .pageContent .inxNews > .thisBox > .contentBox > div.leftBox .oneImgBox .aBox .textBox {
  position: absolute;
  bottom: 0;
  width: 100%;
  padding: 2vw;
  z-index: 1;
}
@media (max-width:1024px) {
  #index_page .pageContentAll .pageContent .inxNews > .thisBox > .contentBox > div.leftBox .oneImgBox .aBox .textBox {
    padding: 6vw;
  }
}
#index_page .pageContentAll .pageContent .inxNews > .thisBox > .contentBox > div.leftBox .oneImgBox .aBox .textBox .title {
  color: #fff;
  font-size: clamp(12px, 1.5vw, 1.5vw);
}
@media (max-width:1024px) {
  #index_page .pageContentAll .pageContent .inxNews > .thisBox > .contentBox > div.leftBox .oneImgBox .aBox .textBox .title {
    font-size: 5vw;
  }
}
#index_page .pageContentAll .pageContent .inxNews > .thisBox > .contentBox > div.rightBox {
  padding-left: 4vw;
  width: 45%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  flex-wrap: unset;
  gap: 1.4vw;
}
@media (max-width:1024px) {
  #index_page .pageContentAll .pageContent .inxNews > .thisBox > .contentBox > div.rightBox {
    padding-left: 0;
    width: 100%;
  }
}
@media (max-width:1024px) {
  #index_page .pageContentAll .pageContent .inxNews > .thisBox .unifyButton {
    width: 70vw;
    margin: 0 auto;
    margin-top: 8vw;
  }
}
@media (max-width:1024px) and (max-width:1600px) {
  #index_page .pageContentAll .pageContent .inxNews > .thisBox .unifyButton {
    width: 70vw;
  }
}
@media (max-width:1024px) and (max-width:1300px) {
  #index_page .pageContentAll .pageContent .inxNews > .thisBox .unifyButton {
    width: 70vw;
  }
}
@media (max-width:1024px) and (max-width:1024px) {
  #index_page .pageContentAll .pageContent .inxNews > .thisBox .unifyButton {
    width: 90vw;
  }
}
#index_page .pageContentAll .pageContent .inxNews::before {
  content: '';
  position: absolute;
  display: block;
  left: 15%;
  width: 70%;
  border-top: dashed 1px rgba(0, 0, 0, 0.2);
  transition-duration: 0.5s;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.56, -0.01, 0.04, 1);
}
#index_page .pageContentAll .pageContent .inxNews.on > .thisBox .unifyTitle .unifyTitleThis .thisBox .bigEn .en {
  color: rgba(255, 255, 255, 0.5);
}
#index_page .pageContentAll .pageContent .inxNews.on > .thisBox .unifyTitle .unifyTitleThis .thisBox .info .cn .txt {
  color: #fff;
}
#index_page .pageContentAll .pageContent .inxNews.on > .thisBox .unifyTitle .unifyTitleThis .thisBox .info .cn .tit {
  filter: grayscale(1) invert(1) brightness(1000);
}
#index_page .pageContentAll .pageContent .inxNews.on > .thisBox .unifyTitle .unifyTitleThis .thisBox .info .en {
  border-color: rgba(255, 255, 255, 0.5);
}
#index_page .pageContentAll .pageContent .inxNews.on > .thisBox > .contentBox > div .newsBox .biaoti {
  border-bottom: 1px solid #fff;
}
#index_page .pageContentAll .pageContent .inxNews.on > .thisBox > .contentBox > div .newsBox .biaoti .txt {
  color: #fff;
}
#index_page .pageContentAll .pageContent .inxNews.on > .thisBox > .contentBox > div .newsBox .biaoti::after {
  background-color: rgba(255, 255, 255, 0.2);
}
#index_page .pageContentAll .pageContent .inxNews.on > .thisBox > .contentBox > div .newsBox .ulBox {
  padding-top: 0.6vw;
}
#index_page .pageContentAll .pageContent .inxNews.on > .thisBox > .contentBox > div .newsBox .ulBox .ul .li {
  padding: 0.5vw 0;
}
@media (max-width:1024px) {
  #index_page .pageContentAll .pageContent .inxNews.on > .thisBox > .contentBox > div .newsBox .ulBox .ul .li {
    padding: 2vw 0;
  }
}
#index_page .pageContentAll .pageContent .inxNews.on > .thisBox > .contentBox > div .newsBox .ulBox .ul .li .aBox .textBox {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  flex-wrap: unset;
}
#index_page .pageContentAll .pageContent .inxNews.on > .thisBox > .contentBox > div .newsBox .ulBox .ul .li .aBox .textBox .date {
  color: rgba(255, 255, 255, 0.5);
}
#index_page .pageContentAll .pageContent .inxNews.on > .thisBox > .contentBox > div .newsBox .ulBox .ul .li .aBox .textBox .title {
  color: #fff;
}
#index_page .pageContentAll .pageContent .inxNews.on > .thisBox > .contentBox > div .newsBox:hover .biaoti::after {
  width: 100%;
}
#index_page .pageContentAll .pageContent .inxNews.on > .thisBox > .contentBox > div.leftBox {
  padding-right: 4vw;
  width: 55%;
  border-right: 1px solid #ddd;
}
@media (max-width:1024px) {
  #index_page .pageContentAll .pageContent .inxNews.on > .thisBox > .contentBox > div.leftBox {
    width: 100%;
    margin-bottom: 1.4vw;
    border-right: none;
    padding-right: 0;
  }
}
#index_page .pageContentAll .pageContent .inxNews.on > .thisBox > .contentBox > div.leftBox .oneImgBox {
  margin-bottom: 1vw;
}
@media (max-width:1024px) {
  #index_page .pageContentAll .pageContent .inxNews.on > .thisBox > .contentBox > div.leftBox .oneImgBox {
    margin-bottom: 4vw;
  }
}
#index_page .pageContentAll .pageContent .inxNews.on > .thisBox > .contentBox > div.leftBox .oneImgBox .aBox {
  position: relative;
  width: 100%;
  height: 100%;
}
#index_page .pageContentAll .pageContent .inxNews.on > .thisBox > .contentBox > div.leftBox .oneImgBox .aBox .imgBox {
  position: relative;
  width: 100%;
  height: 19vw;
}
@media (max-width:1024px) {
  #index_page .pageContentAll .pageContent .inxNews.on > .thisBox > .contentBox > div.leftBox .oneImgBox .aBox .imgBox {
    height: 50vw;
  }
}
#index_page .pageContentAll .pageContent .inxNews.on > .thisBox > .contentBox > div.leftBox .oneImgBox .aBox .imgBox::after {
  content: '';
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
  top: 0;
  background: -webkit-linear-gradient(180deg, rgba(0, 0, 0, 0.5), transparent);
}
#index_page .pageContentAll .pageContent .inxNews.on > .thisBox > .contentBox > div.leftBox .oneImgBox .aBox .textBox {
  position: absolute;
  bottom: 0;
  width: 100%;
  padding: 2vw;
  z-index: 1;
}
@media (max-width:1024px) {
  #index_page .pageContentAll .pageContent .inxNews.on > .thisBox > .contentBox > div.leftBox .oneImgBox .aBox .textBox {
    padding: 6vw;
  }
}
#index_page .pageContentAll .pageContent .inxNews.on > .thisBox > .contentBox > div.leftBox .oneImgBox .aBox .textBox .title {
  color: #fff;
  font-size: clamp(12px, 1.5vw, 1.5vw);
}
@media (max-width:1024px) {
  #index_page .pageContentAll .pageContent .inxNews.on > .thisBox > .contentBox > div.leftBox .oneImgBox .aBox .textBox .title {
    font-size: 5vw;
  }
}
#index_page .pageContentAll .pageContent .inxNews.on > .thisBox > .contentBox > div.rightBox {
  padding-left: 4vw;
  width: 45%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  flex-wrap: unset;
  gap: 1.4vw;
}
@media (max-width:1024px) {
  #index_page .pageContentAll .pageContent .inxNews.on > .thisBox > .contentBox > div.rightBox {
    padding-left: 0;
    width: 100%;
    gap: 6vw;
  }
}
@media (max-width:1024px) {
  #index_page .pageContentAll .pageContent .inxNews.on > .thisBox .unifyButton {
    width: 70vw;
    margin: 0 auto;
    margin-top: 8vw;
  }
}
@media (max-width:1024px) and (max-width:1600px) {
  #index_page .pageContentAll .pageContent .inxNews.on > .thisBox .unifyButton {
    width: 70vw;
  }
}
@media (max-width:1024px) and (max-width:1300px) {
  #index_page .pageContentAll .pageContent .inxNews.on > .thisBox .unifyButton {
    width: 70vw;
  }
}
@media (max-width:1024px) and (max-width:1024px) {
  #index_page .pageContentAll .pageContent .inxNews.on > .thisBox .unifyButton {
    width: 90vw;
  }
}
#index_page .pageContentAll .pageContent .inxNews.on::before {
  border-color: rgba(255, 255, 255, 0.2);
}
#index_page .pageContentAll .pageContent .inxNews .yuansu .img1 {
  opacity: 0.4;
  position: absolute;
  width: 100%;
  bottom: 0;
}
#index_page .pageContentAll .pageContent .inxNews .yuansu .img1 img {
  width: 100%;
}
#index_page .fiexdRightXian {
  position: fixed;
  left: 0;
  top: 0;
  height: 100vh;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  flex-wrap: unset;
}
@media (max-width:1024px) {
  #index_page .fiexdRightXian {
    display: none;
  }
}
#index_page .fiexdRightXian .xianBox {
  position: relative;
}
#index_page .fiexdRightXian .xianBox .xianScroll {
  overflow: hidden;
  width: 100%;
  height: 100%;
}
#index_page .fiexdRightXian .xianBox .xianScroll div {
  width: 100%;
  background-color: #AB2C31;
  height: calc(var(--progress) * 100%);
}
#index_page .fiexdRightXian .xianBox .dianBox {
  align-items: center;
  justify-content: space-between;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  flex-wrap: unset;
  gap: 1vw;
}
#index_page .fiexdRightXian .xianBox .dianBox .dianOne {
  position: relative;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  flex-wrap: unset;
  gap: 0.4vw;
  transform: translateX(-50%);
  transition-duration: 0.5s;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.56, -0.01, 0.04, 1);
}
#index_page .fiexdRightXian .xianBox .dianBox .dianOne .x {
  top: 0;
  height: 1px;
  background-color: #AB2C31;
  width: 1.6vw;
  transform-origin: 0;
  transform: scaleX(var(--progress));
}
#index_page .fiexdRightXian .xianBox .dianBox .dianOne .dian {
  cursor: pointer;
  position: relative;
  color: #AB2C31;
  font-size: clamp(12px, 0.7vw, 0.7vw);
  border-radius: 50%;
  transition-duration: 0.5s;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.56, -0.01, 0.04, 1);
  background-color: rgba(255, 255, 255, 0.3);
  width: 1.4vw;
  height: 1.4vw;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  flex-wrap: unset;
}
@media (max-width:1024px) {
  #index_page .fiexdRightXian .xianBox .dianBox .dianOne .dian {
    font-size: 3.4vw;
  }
}
#index_page .fiexdRightXian .xianBox .dianBox .dianOne.on {
  transform: translateX(0);
}
#index_page .fiexdRightXian .xianBox .dianBox .dianOne.on .dian {
  background-color: #AB2C31;
  color: #fff;
}
#news_page .pageContentAll .pageContent .newsList > .thisBox > .contentBox {
  width: 70vw;
  margin: 0 auto;
}
@media (max-width:1600px) {
  #news_page .pageContentAll .pageContent .newsList > .thisBox > .contentBox {
    width: 70vw;
  }
}
@media (max-width:1300px) {
  #news_page .pageContentAll .pageContent .newsList > .thisBox > .contentBox {
    width: 70vw;
  }
}
@media (max-width:1024px) {
  #news_page .pageContentAll .pageContent .newsList > .thisBox > .contentBox {
    width: 90vw;
  }
}
#news_page .pageContentAll .pageContent .newsList > .thisBox > .contentBox .topSwiper {
  width: 100%;
}
@media (max-width:1024px) {
  #news_page .pageContentAll .pageContent .newsList > .thisBox > .contentBox .topSwiper {
    display: none;
  }
}
#news_page .pageContentAll .pageContent .newsList > .thisBox > .contentBox .topSwiper .swiperBox {
  width: 100%;
  position: relative;
  overflow: hidden;
  clip-path: polygon(0 1vw, 1vw 0, calc(100% - 1vw) 0, 100% 1vw, 100% calc(100% - 1vw), calc(100% - 1vw) 100%, 1vw 100%, 0 calc(100% - 1vw));
  height: 26vw;
}
#news_page .pageContentAll .pageContent .newsList > .thisBox > .contentBox .topSwiper .swiperBox::before {
  content: '';
  position: absolute;
  display: block;
  top: 0;
  width: 100%;
  height: 100%;
  opacity: 0.5;
  border: 1px solid #fff;
  top: 0.5vw;
  left: 0.5vw;
  width: calc(100% - 1vw - 2px);
  height: calc(100% - 1vw - 2px);
  z-index: 2;
  pointer-events: none;
}
@media (max-width:1024px) {
  #news_page .pageContentAll .pageContent .newsList > .thisBox > .contentBox .topSwiper .swiperBox {
    clip-path: polygon(0 2vw, 2vw 0, calc(100% - 2vw) 0, 100% 2vw, 100% calc(100% - 2vw), calc(100% - 2vw) 100%, 2vw 100%, 0 calc(100% - 2vw));
  }
  #news_page .pageContentAll .pageContent .newsList > .thisBox > .contentBox .topSwiper .swiperBox::before {
    content: '';
    position: absolute;
    display: block;
    top: 0;
    width: 100%;
    height: 100%;
    opacity: 0.5;
    border: 1px solid #fff;
    top: 1vw;
    left: 1vw;
    width: calc(100% - 2vw - 2px);
    height: calc(100% - 2vw - 2px);
    z-index: 2;
    pointer-events: none;
  }
}
#news_page .pageContentAll .pageContent .newsList > .thisBox > .contentBox .topSwiper .swiperBox .swiper {
  width: 100%;
  height: 100%;
}
#news_page .pageContentAll .pageContent .newsList > .thisBox > .contentBox .topSwiper .swiperBox .swiper .swiper-slide .aBox {
  position: relative;
  width: 100%;
  height: 100%;
}
#news_page .pageContentAll .pageContent .newsList > .thisBox > .contentBox .topSwiper .swiperBox .swiper .swiper-slide .aBox .imgBox {
  height: 100%;
}
#news_page .pageContentAll .pageContent .newsList > .thisBox > .contentBox .topSwiper .swiperBox .swiper .swiper-slide .aBox .textBox {
  position: absolute;
  bottom: 0;
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
  flex-wrap: unset;
  left: 0;
  height: 6vw;
  padding: 1vw 2vw;
  background-color: rgba(0, 0, 0, 0.3);
  backdrop-filter: blur(2px);
}
#news_page .pageContentAll .pageContent .newsList > .thisBox > .contentBox .topSwiper .swiperBox .swiper .swiper-slide .aBox .textBox .title {
  font-size: clamp(12px, 1vw, 1vw);
  color: #fff;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
@media (max-width:1024px) {
  #news_page .pageContentAll .pageContent .newsList > .thisBox > .contentBox .topSwiper .swiperBox .swiper .swiper-slide .aBox .textBox .title {
    font-size: 4vw;
  }
}
#news_page .pageContentAll .pageContent .newsList > .thisBox > .contentBox .topSwiper .swiperBox .pagination .paginationThis {
  transform: translateX(0);
  right: 2vw;
  left: unset;
}
#news_page .pageContentAll .pageContent .newsList > .thisBox > .contentBox .listUl {
  margin-top: 2vw;
  width: 100%;
}
#news_page .pageContentAll .pageContent .newsList > .thisBox > .contentBox .listUl .ul {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  flex-wrap: unset;
  gap: 1vw;
}
@media (max-width:1024px) {
  #news_page .pageContentAll .pageContent .newsList > .thisBox > .contentBox .listUl .ul {
    gap: 4vw;
  }
}
#news_page .pageContentAll .pageContent .newsList > .thisBox > .contentBox .listUl .ul .li {
  width: 100%;
}
#news_page .pageContentAll .pageContent .newsList > .thisBox > .contentBox .listUl .ul .li .aBox {
  background-color: #EFEBE7;
  box-shadow: 2px 2px 30px rgba(194, 148, 97, 0.1);
  position: relative;
  overflow: hidden;
  clip-path: polygon(0 1vw, 1vw 0, calc(100% - 1vw) 0, 100% 1vw, 100% calc(100% - 1vw), calc(100% - 1vw) 100%, 1vw 100%, 0 calc(100% - 1vw));
  padding: 2vw;
  padding: 1vw;
  height: 10vw;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  flex-wrap: unset;
  padding-left: 2vw;
}
#news_page .pageContentAll .pageContent .newsList > .thisBox > .contentBox .listUl .ul .li .aBox::before {
  content: '';
  position: absolute;
  display: block;
  top: 0;
  width: 100%;
  height: 100%;
  opacity: 0.5;
  border: 1px solid #fff;
  top: 0.5vw;
  left: 0.5vw;
  width: calc(100% - 1vw - 2px);
  height: calc(100% - 1vw - 2px);
  z-index: 2;
  pointer-events: none;
}
@media (max-width:1024px) {
  #news_page .pageContentAll .pageContent .newsList > .thisBox > .contentBox .listUl .ul .li .aBox {
    clip-path: polygon(0 2vw, 2vw 0, calc(100% - 2vw) 0, 100% 2vw, 100% calc(100% - 2vw), calc(100% - 2vw) 100%, 2vw 100%, 0 calc(100% - 2vw));
  }
  #news_page .pageContentAll .pageContent .newsList > .thisBox > .contentBox .listUl .ul .li .aBox::before {
    content: '';
    position: absolute;
    display: block;
    top: 0;
    width: 100%;
    height: 100%;
    opacity: 0.5;
    border: 1px solid #fff;
    top: 1vw;
    left: 1vw;
    width: calc(100% - 2vw - 2px);
    height: calc(100% - 2vw - 2px);
    z-index: 2;
    pointer-events: none;
  }
}
@media (max-width:1024px) {
  #news_page .pageContentAll .pageContent .newsList > .thisBox > .contentBox .listUl .ul .li .aBox {
    padding: 6vw;
  }
}
#news_page .pageContentAll .pageContent .newsList > .thisBox > .contentBox .listUl .ul .li .aBox::before {
  border-color: rgba(171, 44, 49, 0.2);
}
@media (max-width:1024px) {
  #news_page .pageContentAll .pageContent .newsList > .thisBox > .contentBox .listUl .ul .li .aBox {
    height: unset;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    flex-wrap: unset;
    flex-direction: column-reverse;
  }
}
#news_page .pageContentAll .pageContent .newsList > .thisBox > .contentBox .listUl .ul .li .aBox .textBoxAll {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  flex-wrap: unset;
  width: calc(100% - 12vw);
  padding-right: 4vw;
}
@media (max-width:1024px) {
  #news_page .pageContentAll .pageContent .newsList > .thisBox > .contentBox .listUl .ul .li .aBox .textBoxAll {
    width: 100%;
    padding: 4vw 0;
  }
}
#news_page .pageContentAll .pageContent .newsList > .thisBox > .contentBox .listUl .ul .li .aBox .textBoxAll .date {
  background-color: #AB2C31;
  width: 6vw;
  height: 6vw;
  position: relative;
  overflow: hidden;
  clip-path: polygon(0 1vw, 1vw 0, calc(100% - 1vw) 0, 100% 1vw, 100% calc(100% - 1vw), calc(100% - 1vw) 100%, 1vw 100%, 0 calc(100% - 1vw));
  padding: 1vw;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
  flex-wrap: unset;
}
#news_page .pageContentAll .pageContent .newsList > .thisBox > .contentBox .listUl .ul .li .aBox .textBoxAll .date::before {
  content: '';
  position: absolute;
  display: block;
  top: 0;
  width: 100%;
  height: 100%;
  opacity: 0.5;
  border: 1px solid #fff;
  top: 0.5vw;
  left: 0.5vw;
  width: calc(100% - 1vw - 2px);
  height: calc(100% - 1vw - 2px);
  z-index: 2;
  pointer-events: none;
}
@media (max-width:1024px) {
  #news_page .pageContentAll .pageContent .newsList > .thisBox > .contentBox .listUl .ul .li .aBox .textBoxAll .date {
    clip-path: polygon(0 2vw, 2vw 0, calc(100% - 2vw) 0, 100% 2vw, 100% calc(100% - 2vw), calc(100% - 2vw) 100%, 2vw 100%, 0 calc(100% - 2vw));
  }
  #news_page .pageContentAll .pageContent .newsList > .thisBox > .contentBox .listUl .ul .li .aBox .textBoxAll .date::before {
    content: '';
    position: absolute;
    display: block;
    top: 0;
    width: 100%;
    height: 100%;
    opacity: 0.5;
    border: 1px solid #fff;
    top: 1vw;
    left: 1vw;
    width: calc(100% - 2vw - 2px);
    height: calc(100% - 2vw - 2px);
    z-index: 2;
    pointer-events: none;
  }
}
@media (max-width:1024px) {
  #news_page .pageContentAll .pageContent .newsList > .thisBox > .contentBox .listUl .ul .li .aBox .textBoxAll .date {
    width: 14vw;
    height: 14vw;
    align-items: center;
  }
}
#news_page .pageContentAll .pageContent .newsList > .thisBox > .contentBox .listUl .ul .li .aBox .textBoxAll .date .day {
  font-size: clamp(12px, 2.1vw, 2.1vw);
  color: #AB2C31;
  text-transform: uppercase;
  color: #fff;
}
@media (max-width:1024px) {
  #news_page .pageContentAll .pageContent .newsList > .thisBox > .contentBox .listUl .ul .li .aBox .textBoxAll .date .day {
    font-size: 6.2vw;
  }
}
#news_page .pageContentAll .pageContent .newsList > .thisBox > .contentBox .listUl .ul .li .aBox .textBoxAll .date .yearMonth {
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.7);
  font-size: clamp(12px, 0.7vw, 0.7vw);
}
@media (max-width:1024px) {
  #news_page .pageContentAll .pageContent .newsList > .thisBox > .contentBox .listUl .ul .li .aBox .textBoxAll .date .yearMonth {
    font-size: 3.4vw;
  }
}
#news_page .pageContentAll .pageContent .newsList > .thisBox > .contentBox .listUl .ul .li .aBox .textBoxAll .rightText {
  width: calc(100% - 6vw);
  padding-left: 2vw;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  flex-wrap: unset;
  gap: 0.5vw;
}
@media (max-width:1024px) {
  #news_page .pageContentAll .pageContent .newsList > .thisBox > .contentBox .listUl .ul .li .aBox .textBoxAll .rightText {
    width: calc(100% - 14vw);
  }
}
#news_page .pageContentAll .pageContent .newsList > .thisBox > .contentBox .listUl .ul .li .aBox .textBoxAll .rightText .title {
  font-size: clamp(12px, 1.1vw, 1.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 .listUl .ul .li .aBox .textBoxAll .rightText .title {
    font-size: 4.2vw;
  }
}
#news_page .pageContentAll .pageContent .newsList > .thisBox > .contentBox .listUl .ul .li .aBox .textBoxAll .rightText .miaoshu {
  line-height: 1.5em;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  opacity: 0.5;
}
#news_page .pageContentAll .pageContent .newsList > .thisBox > .contentBox .listUl .ul .li .aBox .textBoxAll .rightText .info {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-start;
  flex-wrap: unset;
  gap: 2vw;
  margin-top: 0.5vw;
}
#news_page .pageContentAll .pageContent .newsList > .thisBox > .contentBox .listUl .ul .li .aBox .textBoxAll .rightText .info span {
  font-size: clamp(12px, 0.7vw, 0.7vw);
  opacity: 0.7;
}
@media (max-width:1024px) {
  #news_page .pageContentAll .pageContent .newsList > .thisBox > .contentBox .listUl .ul .li .aBox .textBoxAll .rightText .info span {
    font-size: 3.4vw;
  }
}
#news_page .pageContentAll .pageContent .newsList > .thisBox > .contentBox .listUl .ul .li .aBox .imgBoxAll {
  height: 100%;
  width: 12vw;
}
@media (max-width:1024px) {
  #news_page .pageContentAll .pageContent .newsList > .thisBox > .contentBox .listUl .ul .li .aBox .imgBoxAll {
    width: 100%;
    height: 40vw;
  }
}
#news_page .pageContentAll .pageContent .newsList > .thisBox > .contentBox .listUl .ul .li .aBox .imgBoxAll .imgBox {
  position: relative;
  overflow: hidden;
  clip-path: polygon(0 1vw, 1vw 0, calc(100% - 1vw) 0, 100% 1vw, 100% calc(100% - 1vw), calc(100% - 1vw) 100%, 1vw 100%, 0 calc(100% - 1vw));
  width: 100%;
  height: 100%;
}
#news_page .pageContentAll .pageContent .newsList > .thisBox > .contentBox .listUl .ul .li .aBox .imgBoxAll .imgBox::before {
  content: '';
  position: absolute;
  display: block;
  top: 0;
  width: 100%;
  height: 100%;
  opacity: 0.5;
  border: 1px solid #fff;
  top: 0.5vw;
  left: 0.5vw;
  width: calc(100% - 1vw - 2px);
  height: calc(100% - 1vw - 2px);
  z-index: 2;
  pointer-events: none;
}
@media (max-width:1024px) {
  #news_page .pageContentAll .pageContent .newsList > .thisBox > .contentBox .listUl .ul .li .aBox .imgBoxAll .imgBox {
    clip-path: polygon(0 2vw, 2vw 0, calc(100% - 2vw) 0, 100% 2vw, 100% calc(100% - 2vw), calc(100% - 2vw) 100%, 2vw 100%, 0 calc(100% - 2vw));
  }
  #news_page .pageContentAll .pageContent .newsList > .thisBox > .contentBox .listUl .ul .li .aBox .imgBoxAll .imgBox::before {
    content: '';
    position: absolute;
    display: block;
    top: 0;
    width: 100%;
    height: 100%;
    opacity: 0.5;
    border: 1px solid #fff;
    top: 1vw;
    left: 1vw;
    width: calc(100% - 2vw - 2px);
    height: calc(100% - 2vw - 2px);
    z-index: 2;
    pointer-events: none;
  }
}
#news_page .pageContentAll .pageContent .newsList > .thisBox > .contentBox .listUl .ul .li .aBox:hover {
  opacity: 0.7;
}
#gonggao_page .pageContentAll .pageContent .gonggaoList > .thisBox > .contentBox {
  width: 70vw;
  margin: 0 auto;
}
@media (max-width:1600px) {
  #gonggao_page .pageContentAll .pageContent .gonggaoList > .thisBox > .contentBox {
    width: 70vw;
  }
}
@media (max-width:1300px) {
  #gonggao_page .pageContentAll .pageContent .gonggaoList > .thisBox > .contentBox {
    width: 70vw;
  }
}
@media (max-width:1024px) {
  #gonggao_page .pageContentAll .pageContent .gonggaoList > .thisBox > .contentBox {
    width: 90vw;
  }
}
#gonggao_page .pageContentAll .pageContent .gonggaoList > .thisBox > .contentBox .ul {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  flex-wrap: unset;
  gap: 1vw;
}
@media (max-width:1024px) {
  #gonggao_page .pageContentAll .pageContent .gonggaoList > .thisBox > .contentBox .ul {
    gap: 4vw;
  }
}
#gonggao_page .pageContentAll .pageContent .gonggaoList > .thisBox > .contentBox .ul .li {
  width: 100%;
}
#gonggao_page .pageContentAll .pageContent .gonggaoList > .thisBox > .contentBox .ul .li .aBox {
  background-color: #EFEBE7;
  box-shadow: 2px 2px 30px rgba(194, 148, 97, 0.1);
  position: relative;
  overflow: hidden;
  clip-path: polygon(0 1vw, 1vw 0, calc(100% - 1vw) 0, 100% 1vw, 100% calc(100% - 1vw), calc(100% - 1vw) 100%, 1vw 100%, 0 calc(100% - 1vw));
  padding: 2vw;
  padding: 1vw;
  height: 10vw;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  flex-wrap: unset;
  padding-left: 2vw;
}
#gonggao_page .pageContentAll .pageContent .gonggaoList > .thisBox > .contentBox .ul .li .aBox::before {
  content: '';
  position: absolute;
  display: block;
  top: 0;
  width: 100%;
  height: 100%;
  opacity: 0.5;
  border: 1px solid #fff;
  top: 0.5vw;
  left: 0.5vw;
  width: calc(100% - 1vw - 2px);
  height: calc(100% - 1vw - 2px);
  z-index: 2;
  pointer-events: none;
}
@media (max-width:1024px) {
  #gonggao_page .pageContentAll .pageContent .gonggaoList > .thisBox > .contentBox .ul .li .aBox {
    clip-path: polygon(0 2vw, 2vw 0, calc(100% - 2vw) 0, 100% 2vw, 100% calc(100% - 2vw), calc(100% - 2vw) 100%, 2vw 100%, 0 calc(100% - 2vw));
  }
  #gonggao_page .pageContentAll .pageContent .gonggaoList > .thisBox > .contentBox .ul .li .aBox::before {
    content: '';
    position: absolute;
    display: block;
    top: 0;
    width: 100%;
    height: 100%;
    opacity: 0.5;
    border: 1px solid #fff;
    top: 1vw;
    left: 1vw;
    width: calc(100% - 2vw - 2px);
    height: calc(100% - 2vw - 2px);
    z-index: 2;
    pointer-events: none;
  }
}
@media (max-width:1024px) {
  #gonggao_page .pageContentAll .pageContent .gonggaoList > .thisBox > .contentBox .ul .li .aBox {
    padding: 6vw;
  }
}
#gonggao_page .pageContentAll .pageContent .gonggaoList > .thisBox > .contentBox .ul .li .aBox::before {
  border-color: rgba(171, 44, 49, 0.2);
}
@media (max-width:1024px) {
  #gonggao_page .pageContentAll .pageContent .gonggaoList > .thisBox > .contentBox .ul .li .aBox {
    height: unset;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    flex-wrap: unset;
    flex-direction: column-reverse;
    padding: 4vw;
  }
}
#gonggao_page .pageContentAll .pageContent .gonggaoList > .thisBox > .contentBox .ul .li .aBox .textBoxAll {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  flex-wrap: unset;
  width: 100%;
  padding-right: 4vw;
}
@media (max-width:1024px) {
  #gonggao_page .pageContentAll .pageContent .gonggaoList > .thisBox > .contentBox .ul .li .aBox .textBoxAll {
    padding: 4vw 0;
  }
}
#gonggao_page .pageContentAll .pageContent .gonggaoList > .thisBox > .contentBox .ul .li .aBox .textBoxAll .date {
  background-color: #AB2C31;
  width: 6vw;
  height: 6vw;
  position: relative;
  overflow: hidden;
  clip-path: polygon(0 1vw, 1vw 0, calc(100% - 1vw) 0, 100% 1vw, 100% calc(100% - 1vw), calc(100% - 1vw) 100%, 1vw 100%, 0 calc(100% - 1vw));
  padding: 1vw;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
  flex-wrap: unset;
}
#gonggao_page .pageContentAll .pageContent .gonggaoList > .thisBox > .contentBox .ul .li .aBox .textBoxAll .date::before {
  content: '';
  position: absolute;
  display: block;
  top: 0;
  width: 100%;
  height: 100%;
  opacity: 0.5;
  border: 1px solid #fff;
  top: 0.5vw;
  left: 0.5vw;
  width: calc(100% - 1vw - 2px);
  height: calc(100% - 1vw - 2px);
  z-index: 2;
  pointer-events: none;
}
@media (max-width:1024px) {
  #gonggao_page .pageContentAll .pageContent .gonggaoList > .thisBox > .contentBox .ul .li .aBox .textBoxAll .date {
    clip-path: polygon(0 2vw, 2vw 0, calc(100% - 2vw) 0, 100% 2vw, 100% calc(100% - 2vw), calc(100% - 2vw) 100%, 2vw 100%, 0 calc(100% - 2vw));
  }
  #gonggao_page .pageContentAll .pageContent .gonggaoList > .thisBox > .contentBox .ul .li .aBox .textBoxAll .date::before {
    content: '';
    position: absolute;
    display: block;
    top: 0;
    width: 100%;
    height: 100%;
    opacity: 0.5;
    border: 1px solid #fff;
    top: 1vw;
    left: 1vw;
    width: calc(100% - 2vw - 2px);
    height: calc(100% - 2vw - 2px);
    z-index: 2;
    pointer-events: none;
  }
}
@media (max-width:1024px) {
  #gonggao_page .pageContentAll .pageContent .gonggaoList > .thisBox > .contentBox .ul .li .aBox .textBoxAll .date {
    width: 14vw;
    height: 14vw;
    align-items: center;
  }
}
#gonggao_page .pageContentAll .pageContent .gonggaoList > .thisBox > .contentBox .ul .li .aBox .textBoxAll .date .day {
  font-size: clamp(12px, 2.1vw, 2.1vw);
  color: #AB2C31;
  text-transform: uppercase;
  color: #fff;
}
@media (max-width:1024px) {
  #gonggao_page .pageContentAll .pageContent .gonggaoList > .thisBox > .contentBox .ul .li .aBox .textBoxAll .date .day {
    font-size: 6.2vw;
  }
}
#gonggao_page .pageContentAll .pageContent .gonggaoList > .thisBox > .contentBox .ul .li .aBox .textBoxAll .date .yearMonth {
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.7);
}
@media (max-width:1024px) {
  #gonggao_page .pageContentAll .pageContent .gonggaoList > .thisBox > .contentBox .ul .li .aBox .textBoxAll .date .yearMonth {
    font-size: 2.8vw;
  }
}
#gonggao_page .pageContentAll .pageContent .gonggaoList > .thisBox > .contentBox .ul .li .aBox .textBoxAll .rightText {
  width: calc(100% - 6vw);
  padding-left: 2vw;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  flex-wrap: unset;
  gap: 0.5vw;
}
@media (max-width:1024px) {
  #gonggao_page .pageContentAll .pageContent .gonggaoList > .thisBox > .contentBox .ul .li .aBox .textBoxAll .rightText {
    width: calc(100% - 14vw);
    gap: 2vw;
  }
}
#gonggao_page .pageContentAll .pageContent .gonggaoList > .thisBox > .contentBox .ul .li .aBox .textBoxAll .rightText .title {
  font-size: clamp(12px, 1.1vw, 1.1vw);
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
}
@media (max-width:1024px) {
  #gonggao_page .pageContentAll .pageContent .gonggaoList > .thisBox > .contentBox .ul .li .aBox .textBoxAll .rightText .title {
    font-size: 4.2vw;
  }
}
#gonggao_page .pageContentAll .pageContent .gonggaoList > .thisBox > .contentBox .ul .li .aBox .textBoxAll .rightText .miaoshu {
  line-height: 1.5em;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  opacity: 0.5;
}
#gonggao_page .pageContentAll .pageContent .gonggaoList > .thisBox > .contentBox .ul .li .aBox .textBoxAll .rightText .info {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-start;
  flex-wrap: unset;
  gap: 2vw;
  margin-top: 0.5vw;
}
@media (max-width:1024px) {
  #gonggao_page .pageContentAll .pageContent .gonggaoList > .thisBox > .contentBox .ul .li .aBox .textBoxAll .rightText .info {
    gap: 4vw;
    margin-top: 2vw;
  }
}
#gonggao_page .pageContentAll .pageContent .gonggaoList > .thisBox > .contentBox .ul .li .aBox .textBoxAll .rightText .info span {
  font-size: clamp(12px, 0.7vw, 0.7vw);
  opacity: 0.7;
}
@media (max-width:1024px) {
  #gonggao_page .pageContentAll .pageContent .gonggaoList > .thisBox > .contentBox .ul .li .aBox .textBoxAll .rightText .info span {
    font-size: 3.4vw;
  }
}
#gonggao_page .pageContentAll .pageContent .gonggaoList > .thisBox > .contentBox .ul .li .aBox:hover {
  opacity: 0.7;
}
#cases_page .pageContentAll .pageContent .casesList > .thisBox > .contentBox {
  width: 70vw;
  margin: 0 auto;
}
@media (max-width:1600px) {
  #cases_page .pageContentAll .pageContent .casesList > .thisBox > .contentBox {
    width: 70vw;
  }
}
@media (max-width:1300px) {
  #cases_page .pageContentAll .pageContent .casesList > .thisBox > .contentBox {
    width: 70vw;
  }
}
@media (max-width:1024px) {
  #cases_page .pageContentAll .pageContent .casesList > .thisBox > .contentBox {
    width: 90vw;
  }
}
#cases_page .pageContentAll .pageContent .casesList > .thisBox > .contentBox .ul {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  gap: 3vw;
}
#cases_page .pageContentAll .pageContent .casesList > .thisBox > .contentBox .ul > li {
  width: calc(100% / 3 - (3 - 1) * 3vw / 3);
}
@media (max-width:1024px) {
  #cases_page .pageContentAll .pageContent .casesList > .thisBox > .contentBox .ul {
    display: flex;
    flex-wrap: wrap;
    gap: 6vw;
  }
  #cases_page .pageContentAll .pageContent .casesList > .thisBox > .contentBox .ul > li {
    width: calc(100% / 1 - (1 - 1) * 6vw / 1);
  }
}
#cases_page .pageContentAll .pageContent .casesList > .thisBox > .contentBox .ul .li .aBox {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  flex-wrap: unset;
  gap: 1vw;
  transition-duration: 0.5s;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.56, -0.01, 0.04, 1);
}
@media (max-width:1024px) {
  #cases_page .pageContentAll .pageContent .casesList > .thisBox > .contentBox .ul .li .aBox {
    gap: 4vw;
  }
}
#cases_page .pageContentAll .pageContent .casesList > .thisBox > .contentBox .ul .li .aBox .imgBoxAll {
  height: 16vw;
  width: 100%;
}
@media (max-width:1024px) {
  #cases_page .pageContentAll .pageContent .casesList > .thisBox > .contentBox .ul .li .aBox .imgBoxAll {
    height: 50vw;
  }
}
#cases_page .pageContentAll .pageContent .casesList > .thisBox > .contentBox .ul .li .aBox .imgBoxAll .imgBox {
  position: relative;
  overflow: hidden;
  clip-path: polygon(0 1vw, 1vw 0, calc(100% - 1vw) 0, 100% 1vw, 100% calc(100% - 1vw), calc(100% - 1vw) 100%, 1vw 100%, 0 calc(100% - 1vw));
  width: 100%;
  height: 100%;
}
#cases_page .pageContentAll .pageContent .casesList > .thisBox > .contentBox .ul .li .aBox .imgBoxAll .imgBox::before {
  content: '';
  position: absolute;
  display: block;
  top: 0;
  width: 100%;
  height: 100%;
  opacity: 0.5;
  border: 1px solid #fff;
  top: 0.5vw;
  left: 0.5vw;
  width: calc(100% - 1vw - 2px);
  height: calc(100% - 1vw - 2px);
  z-index: 2;
  pointer-events: none;
}
@media (max-width:1024px) {
  #cases_page .pageContentAll .pageContent .casesList > .thisBox > .contentBox .ul .li .aBox .imgBoxAll .imgBox {
    clip-path: polygon(0 2vw, 2vw 0, calc(100% - 2vw) 0, 100% 2vw, 100% calc(100% - 2vw), calc(100% - 2vw) 100%, 2vw 100%, 0 calc(100% - 2vw));
  }
  #cases_page .pageContentAll .pageContent .casesList > .thisBox > .contentBox .ul .li .aBox .imgBoxAll .imgBox::before {
    content: '';
    position: absolute;
    display: block;
    top: 0;
    width: 100%;
    height: 100%;
    opacity: 0.5;
    border: 1px solid #fff;
    top: 1vw;
    left: 1vw;
    width: calc(100% - 2vw - 2px);
    height: calc(100% - 2vw - 2px);
    z-index: 2;
    pointer-events: none;
  }
}
#cases_page .pageContentAll .pageContent .casesList > .thisBox > .contentBox .ul .li .aBox .textBoxAll .title {
  font-size: clamp(12px, 1.1vw, 1.1vw);
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  transition-duration: 0.5s;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.56, -0.01, 0.04, 1);
}
@media (max-width:1024px) {
  #cases_page .pageContentAll .pageContent .casesList > .thisBox > .contentBox .ul .li .aBox .textBoxAll .title {
    font-size: 4.2vw;
  }
}
#cases_page .pageContentAll .pageContent .casesList > .thisBox > .contentBox .ul .li .aBox .textBoxAll .miaoshu {
  line-height: 1.5em;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  opacity: 0.5;
}
#cases_page .pageContentAll .pageContent .casesList > .thisBox > .contentBox .ul .li .aBox:hover {
  opacity: 0.8;
  transform: translateY(-1vw);
}
#cases_page .pageContentAll .pageContent .casesList > .thisBox > .contentBox .ul .li .aBox:hover .textBoxAll .title {
  color: #AB2C31;
}
#contact_page .pageContentAll .pageContent .contactInfo {
  position: relative;
}
#contact_page .pageContentAll .pageContent .contactInfo > .thisBox {
  padding: 0;
  position: relative;
  z-index: 1;
}
#contact_page .pageContentAll .pageContent .contactInfo > .thisBox .contentBox {
  position: relative;
  z-index: 1;
  overflow: hidden;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  flex-wrap: unset;
}
@media (max-width:1024px) {
  #contact_page .pageContentAll .pageContent .contactInfo > .thisBox .contentBox {
    height: unset;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    flex-wrap: unset;
  }
}
#contact_page .pageContentAll .pageContent .contactInfo > .thisBox .contentBox .lianxi {
  width: 50%;
  position: relative;
  padding-left: 10vw;
  padding-right: 8vw;
}
@media (max-width:1024px) {
  #contact_page .pageContentAll .pageContent .contactInfo > .thisBox .contentBox .lianxi {
    width: 100%;
    padding-right: 10vw;
  }
}
#contact_page .pageContentAll .pageContent .contactInfo > .thisBox .contentBox .lianxi .ulBox {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  flex-wrap: unset;
  width: 100%;
  gap: 1vw;
}
#contact_page .pageContentAll .pageContent .contactInfo > .thisBox .contentBox .lianxi .ulBox .box {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
  flex-wrap: unset;
  width: 100%;
  border-bottom: 1px dashed #ddd;
}
@media (max-width:1024px) {
  #contact_page .pageContentAll .pageContent .contactInfo > .thisBox .contentBox .lianxi .ulBox .box {
    padding: 4vw 0;
    gap: 2vw;
  }
}
#contact_page .pageContentAll .pageContent .contactInfo > .thisBox .contentBox .lianxi .ulBox .box .label {
  word-break: keep-all;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-start;
  flex-wrap: unset;
}
#contact_page .pageContentAll .pageContent .contactInfo > .thisBox .contentBox .lianxi .ulBox .box .label .ico {
  width: 2.4vw;
  height: 2.4vw;
  border-radius: 50%;
  background-color: #AB2C31;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  flex-wrap: unset;
}
@media (max-width:1300px) {
  #contact_page .pageContentAll .pageContent .contactInfo > .thisBox .contentBox .lianxi .ulBox .box .label .ico {
    width: 3vw;
    height: 3vw;
  }
}
@media (max-width:1024px) {
  #contact_page .pageContentAll .pageContent .contactInfo > .thisBox .contentBox .lianxi .ulBox .box .label .ico {
    width: 10vw;
    height: 10vw;
  }
}
#contact_page .pageContentAll .pageContent .contactInfo > .thisBox .contentBox .lianxi .ulBox .box .label .ico i {
  font-size: clamp(12px, 1.2vw, 1.2vw);
  color: #fff;
}
@media (max-width:1024px) {
  #contact_page .pageContentAll .pageContent .contactInfo > .thisBox .contentBox .lianxi .ulBox .box .label .ico i {
    font-size: 4.4vw;
  }
}
#contact_page .pageContentAll .pageContent .contactInfo > .thisBox .contentBox .lianxi .ulBox .box .label .txt {
  font-size: clamp(12px, 0.8vw, 0.8vw);
  margin-left: 1vw;
  text-transform: uppercase;
  font-weight: bold;
}
@media (max-width:1024px) {
  #contact_page .pageContentAll .pageContent .contactInfo > .thisBox .contentBox .lianxi .ulBox .box .label .txt {
    font-size: 3.6vw;
  }
}
#contact_page .pageContentAll .pageContent .contactInfo > .thisBox .contentBox .lianxi .ulBox .box .cout {
  font-size: clamp(12px, 0.9vw, 0.9vw);
  padding-left: 3.4vw;
}
@media (max-width:1024px) {
  #contact_page .pageContentAll .pageContent .contactInfo > .thisBox .contentBox .lianxi .ulBox .box .cout {
    font-size: 3.8vw;
  }
}
@media (max-width:1024px) {
  #contact_page .pageContentAll .pageContent .contactInfo > .thisBox .contentBox .lianxi .ulBox .box .cout {
    line-height: 2em;
    padding-left: 10vw;
  }
}
#contact_page .pageContentAll .pageContent .contactInfo > .thisBox .contentBox .lianxi .ulBox .box:first-child {
  border-top: 1px dashed var(--fontCor20);
}
#contact_page .pageContentAll .pageContent .contactInfo > .thisBox .contentBox .imgBoxAll {
  width: 60%;
  height: 35vw;
}
@media (max-width:1024px) {
  #contact_page .pageContentAll .pageContent .contactInfo > .thisBox .contentBox .imgBoxAll {
    width: 70vw;
    margin: 0 auto;
    margin-top: 6vw;
    width: 100%;
    height: 50vw;
  }
}
@media (max-width:1024px) and (max-width:1600px) {
  #contact_page .pageContentAll .pageContent .contactInfo > .thisBox .contentBox .imgBoxAll {
    width: 70vw;
  }
}
@media (max-width:1024px) and (max-width:1300px) {
  #contact_page .pageContentAll .pageContent .contactInfo > .thisBox .contentBox .imgBoxAll {
    width: 70vw;
  }
}
@media (max-width:1024px) and (max-width:1024px) {
  #contact_page .pageContentAll .pageContent .contactInfo > .thisBox .contentBox .imgBoxAll {
    width: 90vw;
  }
}
#contact_page .pageContentAll .pageContent .contactInfo > .thisBox .contentBox .imgBoxAll .imgBox {
  width: 100%;
  height: 100%;
}
#contact_page .pageContentAll .pageContent .erweiCod > .thisBox {
  padding: 7vw 0;
  background-color: rgba(239, 235, 231, 0.5);
}
@media (max-width:1024px) {
  #contact_page .pageContentAll .pageContent .erweiCod > .thisBox {
    padding: 12vw 0;
  }
}
#contact_page .pageContentAll .pageContent .erweiCod > .thisBox > .contentBox {
  position: relative;
  width: 70vw;
  margin: 0 auto;
}
@media (max-width:1600px) {
  #contact_page .pageContentAll .pageContent .erweiCod > .thisBox > .contentBox {
    width: 70vw;
  }
}
@media (max-width:1300px) {
  #contact_page .pageContentAll .pageContent .erweiCod > .thisBox > .contentBox {
    width: 70vw;
  }
}
@media (max-width:1024px) {
  #contact_page .pageContentAll .pageContent .erweiCod > .thisBox > .contentBox {
    width: 90vw;
  }
}
#contact_page .pageContentAll .pageContent .erweiCod > .thisBox > .contentBox .ul {
  position: relative;
  z-index: 1;
  gap: 4vw;
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  justify-content: center;
  flex-wrap: unset;
}
@media (max-width:1024px) {
  #contact_page .pageContentAll .pageContent .erweiCod > .thisBox > .contentBox .ul {
    display: flex;
    flex-wrap: wrap;
    gap: 4vw;
  }
  #contact_page .pageContentAll .pageContent .erweiCod > .thisBox > .contentBox .ul > li {
    width: calc(100% / 2 - (2 - 1) * 4vw / 2);
  }
}
#contact_page .pageContentAll .pageContent .erweiCod > .thisBox > .contentBox .ul .li {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  flex-wrap: unset;
}
#contact_page .pageContentAll .pageContent .erweiCod > .thisBox > .contentBox .ul .li .icoBox {
  width: 10vw;
  height: 10vw;
  background-color: #EFEBE7;
  box-shadow: 2px 2px 30px rgba(194, 148, 97, 0.1);
  position: relative;
  overflow: hidden;
  clip-path: polygon(0 1vw, 1vw 0, calc(100% - 1vw) 0, 100% 1vw, 100% calc(100% - 1vw), calc(100% - 1vw) 100%, 1vw 100%, 0 calc(100% - 1vw));
  padding: 2vw;
  padding: 1vw;
}
@media (max-width:1024px) {
  #contact_page .pageContentAll .pageContent .erweiCod > .thisBox > .contentBox .ul .li .icoBox {
    width: 36vw;
    height: 36vw;
  }
}
#contact_page .pageContentAll .pageContent .erweiCod > .thisBox > .contentBox .ul .li .icoBox::before {
  content: '';
  position: absolute;
  display: block;
  top: 0;
  width: 100%;
  height: 100%;
  opacity: 0.5;
  border: 1px solid #fff;
  top: 0.5vw;
  left: 0.5vw;
  width: calc(100% - 1vw - 2px);
  height: calc(100% - 1vw - 2px);
  z-index: 2;
  pointer-events: none;
}
@media (max-width:1024px) {
  #contact_page .pageContentAll .pageContent .erweiCod > .thisBox > .contentBox .ul .li .icoBox {
    clip-path: polygon(0 2vw, 2vw 0, calc(100% - 2vw) 0, 100% 2vw, 100% calc(100% - 2vw), calc(100% - 2vw) 100%, 2vw 100%, 0 calc(100% - 2vw));
  }
  #contact_page .pageContentAll .pageContent .erweiCod > .thisBox > .contentBox .ul .li .icoBox::before {
    content: '';
    position: absolute;
    display: block;
    top: 0;
    width: 100%;
    height: 100%;
    opacity: 0.5;
    border: 1px solid #fff;
    top: 1vw;
    left: 1vw;
    width: calc(100% - 2vw - 2px);
    height: calc(100% - 2vw - 2px);
    z-index: 2;
    pointer-events: none;
  }
}
@media (max-width:1024px) {
  #contact_page .pageContentAll .pageContent .erweiCod > .thisBox > .contentBox .ul .li .icoBox {
    padding: 6vw;
  }
}
#contact_page .pageContentAll .pageContent .erweiCod > .thisBox > .contentBox .ul .li .icoBox::before {
  border-color: rgba(171, 44, 49, 0.2);
}
@media (max-width:1024px) {
  #contact_page .pageContentAll .pageContent .erweiCod > .thisBox > .contentBox .ul .li .icoBox {
    padding: 3vw;
  }
}
#contact_page .pageContentAll .pageContent .erweiCod > .thisBox > .contentBox .ul .li .icoBox .imgBox {
  width: 100%;
  height: 100%;
}
#contact_page .pageContentAll .pageContent .erweiCod > .thisBox > .contentBox .ul .li .title {
  margin-top: 1vw;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  flex-wrap: unset;
  gap: 1vw;
  font-size: clamp(12px, 1.1vw, 1.1vw);
  color: #AB2C31;
}
@media (max-width:1024px) {
  #contact_page .pageContentAll .pageContent .erweiCod > .thisBox > .contentBox .ul .li .title {
    margin-top: 4vw;
    gap: 3vw;
  }
}
#contact_page .pageContentAll .pageContent .erweiCod > .thisBox > .contentBox .ul .li .title .num {
  font-size: clamp(12px, 1.7vw, 1.7vw);
  text-transform: uppercase;
}
@media (max-width:1024px) {
  #contact_page .pageContentAll .pageContent .erweiCod > .thisBox > .contentBox .ul .li .title .num {
    font-size: 5.4vw;
  }
}
@media (max-width:1024px) {
  #contact_page .pageContentAll .pageContent .erweiCod > .thisBox > .contentBox .ul .li .title {
    font-size: 4.2vw;
  }
}
#contact_page .pageContentAll .pageContent .message {
  position: relative;
}
#contact_page .pageContentAll .pageContent .message > .thisBox {
  position: relative;
  z-index: 1;
  width: 100%;
  height: 100%;
  padding-top: 7vw;
}
@media (max-width:1024px) {
  #contact_page .pageContentAll .pageContent .message > .thisBox {
    padding-top: 12vw;
  }
}
#contact_page .pageContentAll .pageContent .message > .thisBox .contentBox {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  flex-wrap: unset;
  width: 70vw;
  margin: 0 auto;
  background-color: #EFEBE7;
  box-shadow: 2px 2px 30px rgba(194, 148, 97, 0.1);
  overflow: hidden;
  clip-path: polygon(0 1vw, 1vw 0, calc(100% - 1vw) 0, 100% 1vw, 100% calc(100% - 1vw), calc(100% - 1vw) 100%, 1vw 100%, 0 calc(100% - 1vw));
  padding: 2vw;
  position: relative;
}
@media (max-width:1600px) {
  #contact_page .pageContentAll .pageContent .message > .thisBox .contentBox {
    width: 70vw;
  }
}
@media (max-width:1300px) {
  #contact_page .pageContentAll .pageContent .message > .thisBox .contentBox {
    width: 70vw;
  }
}
@media (max-width:1024px) {
  #contact_page .pageContentAll .pageContent .message > .thisBox .contentBox {
    width: 90vw;
  }
}
#contact_page .pageContentAll .pageContent .message > .thisBox .contentBox::before {
  content: '';
  position: absolute;
  display: block;
  top: 0;
  width: 100%;
  height: 100%;
  opacity: 0.5;
  border: 1px solid #fff;
  top: 0.5vw;
  left: 0.5vw;
  width: calc(100% - 1vw - 2px);
  height: calc(100% - 1vw - 2px);
  z-index: 2;
  pointer-events: none;
}
@media (max-width:1024px) {
  #contact_page .pageContentAll .pageContent .message > .thisBox .contentBox {
    clip-path: polygon(0 2vw, 2vw 0, calc(100% - 2vw) 0, 100% 2vw, 100% calc(100% - 2vw), calc(100% - 2vw) 100%, 2vw 100%, 0 calc(100% - 2vw));
  }
  #contact_page .pageContentAll .pageContent .message > .thisBox .contentBox::before {
    content: '';
    position: absolute;
    display: block;
    top: 0;
    width: 100%;
    height: 100%;
    opacity: 0.5;
    border: 1px solid #fff;
    top: 1vw;
    left: 1vw;
    width: calc(100% - 2vw - 2px);
    height: calc(100% - 2vw - 2px);
    z-index: 2;
    pointer-events: none;
  }
}
@media (max-width:1024px) {
  #contact_page .pageContentAll .pageContent .message > .thisBox .contentBox {
    padding: 6vw;
  }
}
#contact_page .pageContentAll .pageContent .message > .thisBox .contentBox::before {
  border-color: rgba(171, 44, 49, 0.2);
}
#contact_page .pageContentAll .pageContent .message > .thisBox .contentBox .biaodan {
  width: 100%;
  padding: 4vw;
}
@media (max-width:1024px) {
  #contact_page .pageContentAll .pageContent .message > .thisBox .contentBox .biaodan {
    padding: 6vw;
  }
}
#contact_page .pageContentAll .pageContent .message > .thisBox .contentBox .biaodan form {
  width: 100%;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 1vw;
}
@media (max-width:1024px) {
  #contact_page .pageContentAll .pageContent .message > .thisBox .contentBox .biaodan form {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    flex-wrap: unset;
    gap: 4vw;
  }
}
#contact_page .pageContentAll .pageContent .message > .thisBox .contentBox .biaodan form .inputBox {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  flex-wrap: unset;
  width: 100%;
  gap: 0.5vw;
}
#contact_page .pageContentAll .pageContent .message > .thisBox .contentBox .biaodan form .inputBox .bdTitle {
  position: relative;
  display: block;
  font-size: clamp(12px, 0.9vw, 0.9vw);
  font-family: 'cn1';
}
@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: 100%;
}
#contact_page .pageContentAll .pageContent .message > .thisBox .contentBox .biaodan form .inputBox .input input {
  width: 100%;
  position: relative;
  overflow: hidden;
  clip-path: polygon(0 0.6vw, 0.6vw 0, calc(100% - 0.6vw) 0, 100% 0.6vw, 100% calc(100% - 0.6vw), calc(100% - 0.6vw) 100%, 0.6vw 100%, 0 calc(100% - 0.6vw));
  background-color: transparent;
  height: 100%;
  padding-left: 2vw;
  background-color: #E7E1D9;
  border: none;
  height: 3vw;
}
#contact_page .pageContentAll .pageContent .message > .thisBox .contentBox .biaodan form .inputBox .input input::before {
  content: '';
  position: absolute;
  display: block;
  top: 0;
  width: 100%;
  height: 100%;
  opacity: 0.5;
  border: 1px solid #fff;
  top: 0.3vw;
  left: 0.3vw;
  width: calc(100% - 0.6vw - 2px);
  height: calc(100% - 0.6vw - 2px);
  z-index: 2;
  pointer-events: none;
}
@media (max-width:1024px) {
  #contact_page .pageContentAll .pageContent .message > .thisBox .contentBox .biaodan form .inputBox .input input {
    clip-path: polygon(0 2vw, 2vw 0, calc(100% - 2vw) 0, 100% 2vw, 100% calc(100% - 2vw), calc(100% - 2vw) 100%, 2vw 100%, 0 calc(100% - 2vw));
  }
  #contact_page .pageContentAll .pageContent .message > .thisBox .contentBox .biaodan form .inputBox .input input::before {
    content: '';
    position: absolute;
    display: block;
    top: 0;
    width: 100%;
    height: 100%;
    opacity: 0.5;
    border: 1px solid #fff;
    top: 1vw;
    left: 1vw;
    width: calc(100% - 2vw - 2px);
    height: calc(100% - 2vw - 2px);
    z-index: 2;
    pointer-events: none;
  }
}
@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%;
  position: relative;
  overflow: hidden;
  clip-path: polygon(0 0.6vw, 0.6vw 0, calc(100% - 0.6vw) 0, 100% 0.6vw, 100% calc(100% - 0.6vw), calc(100% - 0.6vw) 100%, 0.6vw 100%, 0 calc(100% - 0.6vw));
  background-color: transparent;
  height: 100%;
  padding-left: 2vw;
  background-color: #E7E1D9;
  border: none;
  height: 6vw;
  resize: vertical;
}
#contact_page .pageContentAll .pageContent .message > .thisBox .contentBox .biaodan form .inputBox .input textarea::before {
  content: '';
  position: absolute;
  display: block;
  top: 0;
  width: 100%;
  height: 100%;
  opacity: 0.5;
  border: 1px solid #fff;
  top: 0.3vw;
  left: 0.3vw;
  width: calc(100% - 0.6vw - 2px);
  height: calc(100% - 0.6vw - 2px);
  z-index: 2;
  pointer-events: none;
}
@media (max-width:1024px) {
  #contact_page .pageContentAll .pageContent .message > .thisBox .contentBox .biaodan form .inputBox .input textarea {
    clip-path: polygon(0 2vw, 2vw 0, calc(100% - 2vw) 0, 100% 2vw, 100% calc(100% - 2vw), calc(100% - 2vw) 100%, 2vw 100%, 0 calc(100% - 2vw));
  }
  #contact_page .pageContentAll .pageContent .message > .thisBox .contentBox .biaodan form .inputBox .input textarea::before {
    content: '';
    position: absolute;
    display: block;
    top: 0;
    width: 100%;
    height: 100%;
    opacity: 0.5;
    border: 1px solid #fff;
    top: 1vw;
    left: 1vw;
    width: calc(100% - 2vw - 2px);
    height: calc(100% - 2vw - 2px);
    z-index: 2;
    pointer-events: none;
  }
}
@media (max-width:1024px) {
  #contact_page .pageContentAll .pageContent .message > .thisBox .contentBox .biaodan form .inputBox .input textarea {
    padding-left: 4vw;
  }
}
@media (max-width:1024px) {
  #contact_page .pageContentAll .pageContent .message > .thisBox .contentBox .biaodan form .inputBox .input textarea {
    height: 20vw;
  }
}
#contact_page .pageContentAll .pageContent .message > .thisBox .contentBox .biaodan form .inputBox.textarea {
  width: 100%;
  grid-column-start: span 3;
}
#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 {
  grid-column-start: span 3;
}
#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;
  grid-column-start: span 3;
  width: 100%;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  flex-wrap: unset;
}
@media (max-width:1024px) {
  #contact_page .pageContentAll .pageContent .message > .thisBox .contentBox .biaodan form .button {
    margin-top: 6vw;
  }
}
#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 6vw;
  background-color: #AB2C31;
  position: relative;
  overflow: hidden;
  clip-path: polygon(0 0.6vw, 0.6vw 0, calc(100% - 0.6vw) 0, 100% 0.6vw, 100% calc(100% - 0.6vw), calc(100% - 0.6vw) 100%, 0.6vw 100%, 0 calc(100% - 0.6vw));
}
#contact_page .pageContentAll .pageContent .message > .thisBox .contentBox .biaodan form .button .submit::before {
  content: '';
  position: absolute;
  display: block;
  top: 0;
  width: 100%;
  height: 100%;
  opacity: 0.5;
  border: 1px solid #fff;
  top: 0.3vw;
  left: 0.3vw;
  width: calc(100% - 0.6vw - 2px);
  height: calc(100% - 0.6vw - 2px);
  z-index: 2;
  pointer-events: none;
}
@media (max-width:1024px) {
  #contact_page .pageContentAll .pageContent .message > .thisBox .contentBox .biaodan form .button .submit {
    clip-path: polygon(0 2vw, 2vw 0, calc(100% - 2vw) 0, 100% 2vw, 100% calc(100% - 2vw), calc(100% - 2vw) 100%, 2vw 100%, 0 calc(100% - 2vw));
  }
  #contact_page .pageContentAll .pageContent .message > .thisBox .contentBox .biaodan form .button .submit::before {
    content: '';
    position: absolute;
    display: block;
    top: 0;
    width: 100%;
    height: 100%;
    opacity: 0.5;
    border: 1px solid #fff;
    top: 1vw;
    left: 1vw;
    width: calc(100% - 2vw - 2px);
    height: calc(100% - 2vw - 2px);
    z-index: 2;
    pointer-events: none;
  }
}
@media (max-width:1024px) {
  #contact_page .pageContentAll .pageContent .message > .thisBox .contentBox .biaodan form .button .submit {
    width: 100%;
    height: 14vw;
    gap: 3vw;
  }
}
#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: #AB2C31;
  transition-duration: 0.3s;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.56, -0.01, 0.04, 1);
  color: #fff;
}
#about_honor_page .pageContentAll .pageContent .honorList > .thisBox > .contentBox {
  width: 70vw;
  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: 70vw;
  }
}
@media (max-width:1300px) {
  #about_honor_page .pageContentAll .pageContent .honorList > .thisBox > .contentBox {
    width: 70vw;
  }
}
@media (max-width:1024px) {
  #about_honor_page .pageContentAll .pageContent .honorList > .thisBox > .contentBox {
    width: 90vw;
  }
}
#about_honor_page .pageContentAll .pageContent .honorList > .thisBox > .contentBox .ul {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  gap: 2vw;
}
#about_honor_page .pageContentAll .pageContent .honorList > .thisBox > .contentBox .ul > li {
  width: calc(100% / 4 - (4 - 1) * 2vw / 4);
}
@media (max-width:1024px) {
  #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% / 2 - (2 - 1) * 4vw / 2);
  }
}
#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 {
    gap: 2vw;
  }
}
#about_honor_page .pageContentAll .pageContent .honorList > .thisBox > .contentBox .ul .li .imgBoxAll {
  border: 1px solid #ddd;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  flex-wrap: unset;
  width: 100%;
  height: 14vw;
  background-color: #EFEBE7;
  box-shadow: 2px 2px 30px rgba(194, 148, 97, 0.1);
  position: relative;
  overflow: hidden;
  clip-path: polygon(0 1vw, 1vw 0, calc(100% - 1vw) 0, 100% 1vw, 100% calc(100% - 1vw), calc(100% - 1vw) 100%, 1vw 100%, 0 calc(100% - 1vw));
  padding: 2vw;
  padding: 1vw;
}
#about_honor_page .pageContentAll .pageContent .honorList > .thisBox > .contentBox .ul .li .imgBoxAll::before {
  content: '';
  position: absolute;
  display: block;
  top: 0;
  width: 100%;
  height: 100%;
  opacity: 0.5;
  border: 1px solid #fff;
  top: 0.5vw;
  left: 0.5vw;
  width: calc(100% - 1vw - 2px);
  height: calc(100% - 1vw - 2px);
  z-index: 2;
  pointer-events: none;
}
@media (max-width:1024px) {
  #about_honor_page .pageContentAll .pageContent .honorList > .thisBox > .contentBox .ul .li .imgBoxAll {
    clip-path: polygon(0 2vw, 2vw 0, calc(100% - 2vw) 0, 100% 2vw, 100% calc(100% - 2vw), calc(100% - 2vw) 100%, 2vw 100%, 0 calc(100% - 2vw));
  }
  #about_honor_page .pageContentAll .pageContent .honorList > .thisBox > .contentBox .ul .li .imgBoxAll::before {
    content: '';
    position: absolute;
    display: block;
    top: 0;
    width: 100%;
    height: 100%;
    opacity: 0.5;
    border: 1px solid #fff;
    top: 1vw;
    left: 1vw;
    width: calc(100% - 2vw - 2px);
    height: calc(100% - 2vw - 2px);
    z-index: 2;
    pointer-events: none;
  }
}
@media (max-width:1024px) {
  #about_honor_page .pageContentAll .pageContent .honorList > .thisBox > .contentBox .ul .li .imgBoxAll {
    padding: 6vw;
  }
}
#about_honor_page .pageContentAll .pageContent .honorList > .thisBox > .contentBox .ul .li .imgBoxAll::before {
  border-color: rgba(171, 44, 49, 0.2);
}
@media (max-width:1024px) {
  #about_honor_page .pageContentAll .pageContent .honorList > .thisBox > .contentBox .ul .li .imgBoxAll {
    height: 40vw;
    padding: 3vw;
  }
}
#about_honor_page .pageContentAll .pageContent .honorList > .thisBox > .contentBox .ul .li .imgBoxAll .imgBox {
  width: 100%;
  height: 100%;
  transition-duration: 0.5s;
  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 {
  width: 90%;
  font-size: clamp(12px, 0.9vw, 0.9vw);
  text-align: center;
}
@media (max-width:1024px) {
  #about_honor_page .pageContentAll .pageContent .honorList > .thisBox > .contentBox .ul .li .title {
    font-size: 3.8vw;
  }
}
#about_culture_page .pageContentAll .pageContent {
  padding: 0;
}
#about_culture_page .pageContentAll .pageContent .culture {
  position: relative;
  padding: 7vw 0;
}
@media (max-width:1024px) {
  #about_culture_page .pageContentAll .pageContent .culture {
    padding: 12vw 0;
  }
}
#about_culture_page .pageContentAll .pageContent .culture > .thisBox {
  position: relative;
  z-index: 1;
}
#about_culture_page .pageContentAll .pageContent .culture > .thisBox > .contentBox {
  width: 70vw;
  margin: 0 auto;
}
@media (max-width:1600px) {
  #about_culture_page .pageContentAll .pageContent .culture > .thisBox > .contentBox {
    width: 70vw;
  }
}
@media (max-width:1300px) {
  #about_culture_page .pageContentAll .pageContent .culture > .thisBox > .contentBox {
    width: 70vw;
  }
}
@media (max-width:1024px) {
  #about_culture_page .pageContentAll .pageContent .culture > .thisBox > .contentBox {
    width: 90vw;
  }
}
#about_culture_page .pageContentAll .pageContent .culture > .thisBox > .contentBox .ulBox {
  width: 100%;
}
#about_culture_page .pageContentAll .pageContent .culture > .thisBox > .contentBox .ulBox .ul {
  display: flex;
  flex-wrap: wrap;
  gap: 1vw;
}
#about_culture_page .pageContentAll .pageContent .culture > .thisBox > .contentBox .ulBox .ul > li {
  width: calc(100% / 2 - (2 - 1) * 1vw / 2);
}
@media (max-width:1024px) {
  #about_culture_page .pageContentAll .pageContent .culture > .thisBox > .contentBox .ulBox .ul {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    flex-wrap: unset;
    gap: 4vw;
  }
}
@media (max-width:1024px) {
  #about_culture_page .pageContentAll .pageContent .culture > .thisBox > .contentBox .ulBox .ul .li {
    width: 100%;
  }
}
#about_culture_page .pageContentAll .pageContent .culture > .thisBox > .contentBox .ulBox .ul .li .cout {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  justify-content: center;
  flex-wrap: unset;
  background-color: #EFEBE7;
  box-shadow: 2px 2px 30px rgba(194, 148, 97, 0.1);
  position: relative;
  overflow: hidden;
  clip-path: polygon(0 1vw, 1vw 0, calc(100% - 1vw) 0, 100% 1vw, 100% calc(100% - 1vw), calc(100% - 1vw) 100%, 1vw 100%, 0 calc(100% - 1vw));
  padding: 2vw;
}
#about_culture_page .pageContentAll .pageContent .culture > .thisBox > .contentBox .ulBox .ul .li .cout::before {
  content: '';
  position: absolute;
  display: block;
  top: 0;
  width: 100%;
  height: 100%;
  opacity: 0.5;
  border: 1px solid #fff;
  top: 0.5vw;
  left: 0.5vw;
  width: calc(100% - 1vw - 2px);
  height: calc(100% - 1vw - 2px);
  z-index: 2;
  pointer-events: none;
}
@media (max-width:1024px) {
  #about_culture_page .pageContentAll .pageContent .culture > .thisBox > .contentBox .ulBox .ul .li .cout {
    clip-path: polygon(0 2vw, 2vw 0, calc(100% - 2vw) 0, 100% 2vw, 100% calc(100% - 2vw), calc(100% - 2vw) 100%, 2vw 100%, 0 calc(100% - 2vw));
  }
  #about_culture_page .pageContentAll .pageContent .culture > .thisBox > .contentBox .ulBox .ul .li .cout::before {
    content: '';
    position: absolute;
    display: block;
    top: 0;
    width: 100%;
    height: 100%;
    opacity: 0.5;
    border: 1px solid #fff;
    top: 1vw;
    left: 1vw;
    width: calc(100% - 2vw - 2px);
    height: calc(100% - 2vw - 2px);
    z-index: 2;
    pointer-events: none;
  }
}
@media (max-width:1024px) {
  #about_culture_page .pageContentAll .pageContent .culture > .thisBox > .contentBox .ulBox .ul .li .cout {
    padding: 6vw;
  }
}
#about_culture_page .pageContentAll .pageContent .culture > .thisBox > .contentBox .ulBox .ul .li .cout::before {
  border-color: rgba(171, 44, 49, 0.2);
}
@media (max-width:1024px) {
  #about_culture_page .pageContentAll .pageContent .culture > .thisBox > .contentBox .ulBox .ul .li .cout {
    width: 100%;
    padding: 6vw;
  }
}
#about_culture_page .pageContentAll .pageContent .culture > .thisBox > .contentBox .ulBox .ul .li .cout svg {
  width: 2vw;
  height: 2vw;
}
@media (max-width:1024px) {
  #about_culture_page .pageContentAll .pageContent .culture > .thisBox > .contentBox .ulBox .ul .li .cout svg {
    width: 10vw;
    height: 10vw;
  }
}
#about_culture_page .pageContentAll .pageContent .culture > .thisBox > .contentBox .ulBox .ul .li .cout .text {
  width: calc(100% - 4vw);
  padding-left: 1vw;
}
@media (max-width:1024px) {
  #about_culture_page .pageContentAll .pageContent .culture > .thisBox > .contentBox .ulBox .ul .li .cout .text {
    width: calc(100% - 10vw);
    padding-left: 4vw;
  }
}
#about_culture_page .pageContentAll .pageContent .culture > .thisBox > .contentBox .ulBox .ul .li .cout .text .title {
  font-size: clamp(12px, 1vw, 1vw);
  font-weight: bold;
}
@media (max-width:1024px) {
  #about_culture_page .pageContentAll .pageContent .culture > .thisBox > .contentBox .ulBox .ul .li .cout .text .title {
    font-size: 4vw;
  }
}
#about_culture_page .pageContentAll .pageContent .culture > .thisBox > .contentBox .ulBox .ul .li .cout .text .content {
  font-size: clamp(12px, 0.7vw, 0.7vw);
}
@media (max-width:1024px) {
  #about_culture_page .pageContentAll .pageContent .culture > .thisBox > .contentBox .ulBox .ul .li .cout .text .content {
    font-size: 3.4vw;
  }
}
#about_culture_page .pageContentAll .pageContent .culture > .thisBox > .contentBox .ulBox .ul .li .cout .text .xian {
  margin-top: 1vw;
  width: 2vw;
  background-color: #ccc;
}
@media (max-width:1024px) {
  #about_culture_page .pageContentAll .pageContent .culture > .thisBox > .contentBox .ulBox .ul .li .cout .text .xian {
    width: 12vw;
  }
}
#about_culture_page .pageContentAll .pageContent .culture > .thisBox > .contentBox .ulBox .ul .li .cout .text .xian div {
  width: 0.6vw;
  height: 0.2vw;
  background-color: #AB2C31;
}
@media (max-width:1024px) {
  #about_culture_page .pageContentAll .pageContent .culture > .thisBox > .contentBox .ulBox .ul .li .cout .text .xian div {
    width: 4vw;
    height: 0.8vw;
  }
}
#about_culture_page .pageContentAll .pageContent .culture .bgImg {
  opacity: 1;
}
#pelpeo_page .pageContentAll .pageContent .pelpeoList > .thisBox > .contentBox {
  width: 70vw;
  margin: 0 auto;
}
@media (max-width:1600px) {
  #pelpeo_page .pageContentAll .pageContent .pelpeoList > .thisBox > .contentBox {
    width: 70vw;
  }
}
@media (max-width:1300px) {
  #pelpeo_page .pageContentAll .pageContent .pelpeoList > .thisBox > .contentBox {
    width: 70vw;
  }
}
@media (max-width:1024px) {
  #pelpeo_page .pageContentAll .pageContent .pelpeoList > .thisBox > .contentBox {
    width: 90vw;
  }
}
#pelpeo_page .pageContentAll .pageContent .pelpeoList > .thisBox > .contentBox .ul {
  display: flex;
  flex-wrap: wrap;
  gap: 2vw;
}
#pelpeo_page .pageContentAll .pageContent .pelpeoList > .thisBox > .contentBox .ul > li {
  width: calc(100% / 4 - (4 - 1) * 2vw / 4);
}
@media (max-width:1024px) {
  #pelpeo_page .pageContentAll .pageContent .pelpeoList > .thisBox > .contentBox .ul {
    display: flex;
    flex-wrap: wrap;
    gap: 4vw;
  }
  #pelpeo_page .pageContentAll .pageContent .pelpeoList > .thisBox > .contentBox .ul > li {
    width: calc(100% / 2 - (2 - 1) * 4vw / 2);
  }
}
#pelpeo_page .pageContentAll .pageContent .pelpeoList > .thisBox > .contentBox .ul .li .aBox {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  flex-wrap: unset;
}
#pelpeo_page .pageContentAll .pageContent .pelpeoList > .thisBox > .contentBox .ul .li .aBox .imgBox {
  width: 100%;
  height: 20vw;
  position: relative;
  overflow: hidden;
  clip-path: polygon(0 1vw, 1vw 0, calc(100% - 1vw) 0, 100% 1vw, 100% calc(100% - 1vw), calc(100% - 1vw) 100%, 1vw 100%, 0 calc(100% - 1vw));
}
@media (max-width:1024px) {
  #pelpeo_page .pageContentAll .pageContent .pelpeoList > .thisBox > .contentBox .ul .li .aBox .imgBox {
    height: 50vw;
  }
}
#pelpeo_page .pageContentAll .pageContent .pelpeoList > .thisBox > .contentBox .ul .li .aBox .imgBox::before {
  content: '';
  position: absolute;
  display: block;
  top: 0;
  width: 100%;
  height: 100%;
  opacity: 0.5;
  border: 1px solid #fff;
  top: 0.5vw;
  left: 0.5vw;
  width: calc(100% - 1vw - 2px);
  height: calc(100% - 1vw - 2px);
  z-index: 2;
  pointer-events: none;
}
@media (max-width:1024px) {
  #pelpeo_page .pageContentAll .pageContent .pelpeoList > .thisBox > .contentBox .ul .li .aBox .imgBox {
    clip-path: polygon(0 2vw, 2vw 0, calc(100% - 2vw) 0, 100% 2vw, 100% calc(100% - 2vw), calc(100% - 2vw) 100%, 2vw 100%, 0 calc(100% - 2vw));
  }
  #pelpeo_page .pageContentAll .pageContent .pelpeoList > .thisBox > .contentBox .ul .li .aBox .imgBox::before {
    content: '';
    position: absolute;
    display: block;
    top: 0;
    width: 100%;
    height: 100%;
    opacity: 0.5;
    border: 1px solid #fff;
    top: 1vw;
    left: 1vw;
    width: calc(100% - 2vw - 2px);
    height: calc(100% - 2vw - 2px);
    z-index: 2;
    pointer-events: none;
  }
}
#pelpeo_page .pageContentAll .pageContent .pelpeoList > .thisBox > .contentBox .ul .li .aBox .imgBox img {
  transition-duration: 0.5s;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.56, -0.01, 0.04, 1);
}
#pelpeo_page .pageContentAll .pageContent .pelpeoList > .thisBox > .contentBox .ul .li .aBox .textBox {
  background-color: #EFEBE7;
  box-shadow: 2px 2px 30px rgba(194, 148, 97, 0.1);
  position: relative;
  overflow: hidden;
  clip-path: polygon(0 1vw, 1vw 0, calc(100% - 1vw) 0, 100% 1vw, 100% calc(100% - 1vw), calc(100% - 1vw) 100%, 1vw 100%, 0 calc(100% - 1vw));
  padding: 2vw;
  width: 100%;
  padding: 1vw 2vw;
}
#pelpeo_page .pageContentAll .pageContent .pelpeoList > .thisBox > .contentBox .ul .li .aBox .textBox::before {
  content: '';
  position: absolute;
  display: block;
  top: 0;
  width: 100%;
  height: 100%;
  opacity: 0.5;
  border: 1px solid #fff;
  top: 0.5vw;
  left: 0.5vw;
  width: calc(100% - 1vw - 2px);
  height: calc(100% - 1vw - 2px);
  z-index: 2;
  pointer-events: none;
}
@media (max-width:1024px) {
  #pelpeo_page .pageContentAll .pageContent .pelpeoList > .thisBox > .contentBox .ul .li .aBox .textBox {
    clip-path: polygon(0 2vw, 2vw 0, calc(100% - 2vw) 0, 100% 2vw, 100% calc(100% - 2vw), calc(100% - 2vw) 100%, 2vw 100%, 0 calc(100% - 2vw));
  }
  #pelpeo_page .pageContentAll .pageContent .pelpeoList > .thisBox > .contentBox .ul .li .aBox .textBox::before {
    content: '';
    position: absolute;
    display: block;
    top: 0;
    width: 100%;
    height: 100%;
    opacity: 0.5;
    border: 1px solid #fff;
    top: 1vw;
    left: 1vw;
    width: calc(100% - 2vw - 2px);
    height: calc(100% - 2vw - 2px);
    z-index: 2;
    pointer-events: none;
  }
}
@media (max-width:1024px) {
  #pelpeo_page .pageContentAll .pageContent .pelpeoList > .thisBox > .contentBox .ul .li .aBox .textBox {
    padding: 6vw;
  }
}
#pelpeo_page .pageContentAll .pageContent .pelpeoList > .thisBox > .contentBox .ul .li .aBox .textBox::before {
  border-color: rgba(171, 44, 49, 0.2);
}
@media (max-width:1300px) {
  #pelpeo_page .pageContentAll .pageContent .pelpeoList > .thisBox > .contentBox .ul .li .aBox .textBox {
    padding: 2vw;
  }
}
@media (max-width:1024px) {
  #pelpeo_page .pageContentAll .pageContent .pelpeoList > .thisBox > .contentBox .ul .li .aBox .textBox {
    padding: 4vw;
    height: 40vw;
  }
}
#pelpeo_page .pageContentAll .pageContent .pelpeoList > .thisBox > .contentBox .ul .li .aBox .textBox .enTitle {
  color: #AB2C31;
  text-transform: uppercase;
  position: absolute;
  font-size: clamp(12px, 0.9vw, 0.9vw);
  text-transform: unset;
}
@media (max-width:1024px) {
  #pelpeo_page .pageContentAll .pageContent .pelpeoList > .thisBox > .contentBox .ul .li .aBox .textBox .enTitle {
    font-size: 3.8vw;
  }
}
#pelpeo_page .pageContentAll .pageContent .pelpeoList > .thisBox > .contentBox .ul .li .aBox .textBox .titleBox {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-start;
  flex-wrap: unset;
  gap: 1vw;
  padding-top: 1.5vw;
}
@media (max-width:1024px) {
  #pelpeo_page .pageContentAll .pageContent .pelpeoList > .thisBox > .contentBox .ul .li .aBox .textBox .titleBox {
    gap: 3vw;
    padding-top: 4vw;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    flex-wrap: unset;
  }
}
#pelpeo_page .pageContentAll .pageContent .pelpeoList > .thisBox > .contentBox .ul .li .aBox .textBox .titleBox .title {
  font-size: clamp(12px, 1.2vw, 1.2vw);
  font-weight: bold;
}
@media (max-width:1024px) {
  #pelpeo_page .pageContentAll .pageContent .pelpeoList > .thisBox > .contentBox .ul .li .aBox .textBox .titleBox .title {
    font-size: 4.4vw;
  }
}
#pelpeo_page .pageContentAll .pageContent .pelpeoList > .thisBox > .contentBox .ul .li .aBox .textBox .titleBox .sortOf {
  font-size: clamp(12px, 0.7vw, 0.7vw);
  color: #fff;
  background-color: #AB2C31;
  padding: 0.2vw 0.4vw;
}
@media (max-width:1024px) {
  #pelpeo_page .pageContentAll .pageContent .pelpeoList > .thisBox > .contentBox .ul .li .aBox .textBox .titleBox .sortOf {
    font-size: 3.4vw;
  }
}
@media (max-width:1024px) {
  #pelpeo_page .pageContentAll .pageContent .pelpeoList > .thisBox > .contentBox .ul .li .aBox .textBox .titleBox .sortOf {
    padding: 0.5vw 1.5vw;
  }
}
#pelpeo_page .pageContentAll .pageContent .pelpeoList > .thisBox > .contentBox .ul .li .aBox .textBox .zhicheng {
  font-size: clamp(12px, 0.7vw, 0.7vw);
  margin-top: 1vw;
}
@media (max-width:1024px) {
  #pelpeo_page .pageContentAll .pageContent .pelpeoList > .thisBox > .contentBox .ul .li .aBox .textBox .zhicheng {
    font-size: 3.4vw;
  }
}
@media (max-width:1024px) {
  #pelpeo_page .pageContentAll .pageContent .pelpeoList > .thisBox > .contentBox .ul .li .aBox .textBox .zhicheng {
    margin-top: 3vw;
  }
}
#pelpeo_page .pageContentAll .pageContent .pelpeoList > .thisBox > .contentBox .ul .li .aBox .textBox .text {
  font-size: clamp(12px, 0.7vw, 0.7vw);
  line-height: 2em;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  display: none;
}
@media (max-width:1024px) {
  #pelpeo_page .pageContentAll .pageContent .pelpeoList > .thisBox > .contentBox .ul .li .aBox .textBox .text {
    font-size: 3.4vw;
  }
}
@media (max-width:1300px) {
  #pelpeo_page .pageContentAll .pageContent .pelpeoList > .thisBox > .contentBox .ul .li .aBox .textBox .text {
    line-height: 1.6em;
  }
}
#pelpeo_page .pageContentAll .pageContent .pelpeoList > .thisBox > .contentBox .ul .li .aBox:hover .imgBox img {
  transform: scale(1.1);
}
#pelpeo_detail_page .pageContentAll .pageContent .pelpeoDetailBox > .thisBox > .contentBox {
  width: 70vw;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  flex-wrap: unset;
  gap: 4vw;
}
@media (max-width:1600px) {
  #pelpeo_detail_page .pageContentAll .pageContent .pelpeoDetailBox > .thisBox > .contentBox {
    width: 70vw;
  }
}
@media (max-width:1300px) {
  #pelpeo_detail_page .pageContentAll .pageContent .pelpeoDetailBox > .thisBox > .contentBox {
    width: 70vw;
  }
}
@media (max-width:1024px) {
  #pelpeo_detail_page .pageContentAll .pageContent .pelpeoDetailBox > .thisBox > .contentBox {
    width: 90vw;
  }
}
@media (max-width:1024px) {
  #pelpeo_detail_page .pageContentAll .pageContent .pelpeoDetailBox > .thisBox > .contentBox {
    gap: 10vw;
  }
}
#pelpeo_detail_page .pageContentAll .pageContent .pelpeoDetailBox > .thisBox > .contentBox .personFirst {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  flex-wrap: unset;
  width: 100%;
}
@media (max-width:1024px) {
  #pelpeo_detail_page .pageContentAll .pageContent .pelpeoDetailBox > .thisBox > .contentBox .personFirst {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    flex-wrap: unset;
  }
}
#pelpeo_detail_page .pageContentAll .pageContent .pelpeoDetailBox > .thisBox > .contentBox .personFirst .photoBox {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  flex-wrap: unset;
  width: 40vw;
}
@media (max-width:1024px) {
  #pelpeo_detail_page .pageContentAll .pageContent .pelpeoDetailBox > .thisBox > .contentBox .personFirst .photoBox {
    width: 100%;
    margin-top: 6vw;
  }
}
#pelpeo_detail_page .pageContentAll .pageContent .pelpeoDetailBox > .thisBox > .contentBox .personFirst .photoBox .changjing {
  width: 100%;
  height: 20vw;
  padding-right: 5vw;
}
@media (max-width:1024px) {
  #pelpeo_detail_page .pageContentAll .pageContent .pelpeoDetailBox > .thisBox > .contentBox .personFirst .photoBox .changjing {
    height: 50vw;
    padding-right: 10vw;
  }
}
#pelpeo_detail_page .pageContentAll .pageContent .pelpeoDetailBox > .thisBox > .contentBox .personFirst .photoBox .changjing .imgBox {
  width: 100%;
  height: 100%;
  position: relative;
  overflow: hidden;
  clip-path: polygon(0 1vw, 1vw 0, calc(100% - 1vw) 0, 100% 1vw, 100% calc(100% - 1vw), calc(100% - 1vw) 100%, 1vw 100%, 0 calc(100% - 1vw));
}
#pelpeo_detail_page .pageContentAll .pageContent .pelpeoDetailBox > .thisBox > .contentBox .personFirst .photoBox .changjing .imgBox::before {
  content: '';
  position: absolute;
  display: block;
  top: 0;
  width: 100%;
  height: 100%;
  opacity: 0.5;
  border: 1px solid #fff;
  top: 0.5vw;
  left: 0.5vw;
  width: calc(100% - 1vw - 2px);
  height: calc(100% - 1vw - 2px);
  z-index: 2;
  pointer-events: none;
}
@media (max-width:1024px) {
  #pelpeo_detail_page .pageContentAll .pageContent .pelpeoDetailBox > .thisBox > .contentBox .personFirst .photoBox .changjing .imgBox {
    clip-path: polygon(0 2vw, 2vw 0, calc(100% - 2vw) 0, 100% 2vw, 100% calc(100% - 2vw), calc(100% - 2vw) 100%, 2vw 100%, 0 calc(100% - 2vw));
  }
  #pelpeo_detail_page .pageContentAll .pageContent .pelpeoDetailBox > .thisBox > .contentBox .personFirst .photoBox .changjing .imgBox::before {
    content: '';
    position: absolute;
    display: block;
    top: 0;
    width: 100%;
    height: 100%;
    opacity: 0.5;
    border: 1px solid #fff;
    top: 1vw;
    left: 1vw;
    width: calc(100% - 2vw - 2px);
    height: calc(100% - 2vw - 2px);
    z-index: 2;
    pointer-events: none;
  }
}
#pelpeo_detail_page .pageContentAll .pageContent .pelpeoDetailBox > .thisBox > .contentBox .personFirst .photoBox .personImg {
  align-self: flex-end;
  margin-top: -10vw;
  z-index: 1;
  width: 10vw;
  height: 13vw;
  position: relative;
  overflow: hidden;
  clip-path: polygon(0 1vw, 1vw 0, calc(100% - 1vw) 0, 100% 1vw, 100% calc(100% - 1vw), calc(100% - 1vw) 100%, 1vw 100%, 0 calc(100% - 1vw));
}
#pelpeo_detail_page .pageContentAll .pageContent .pelpeoDetailBox > .thisBox > .contentBox .personFirst .photoBox .personImg::before {
  content: '';
  position: absolute;
  display: block;
  top: 0;
  width: 100%;
  height: 100%;
  opacity: 0.5;
  border: 1px solid #fff;
  top: 0.5vw;
  left: 0.5vw;
  width: calc(100% - 1vw - 2px);
  height: calc(100% - 1vw - 2px);
  z-index: 2;
  pointer-events: none;
}
@media (max-width:1024px) {
  #pelpeo_detail_page .pageContentAll .pageContent .pelpeoDetailBox > .thisBox > .contentBox .personFirst .photoBox .personImg {
    clip-path: polygon(0 2vw, 2vw 0, calc(100% - 2vw) 0, 100% 2vw, 100% calc(100% - 2vw), calc(100% - 2vw) 100%, 2vw 100%, 0 calc(100% - 2vw));
  }
  #pelpeo_detail_page .pageContentAll .pageContent .pelpeoDetailBox > .thisBox > .contentBox .personFirst .photoBox .personImg::before {
    content: '';
    position: absolute;
    display: block;
    top: 0;
    width: 100%;
    height: 100%;
    opacity: 0.5;
    border: 1px solid #fff;
    top: 1vw;
    left: 1vw;
    width: calc(100% - 2vw - 2px);
    height: calc(100% - 2vw - 2px);
    z-index: 2;
    pointer-events: none;
  }
}
@media (max-width:1024px) {
  #pelpeo_detail_page .pageContentAll .pageContent .pelpeoDetailBox > .thisBox > .contentBox .personFirst .photoBox .personImg {
    width: 25vw;
    height: 32vw;
    margin-top: -25vw;
  }
}
#pelpeo_detail_page .pageContentAll .pageContent .pelpeoDetailBox > .thisBox > .contentBox .personFirst .photoBox .personImg .imgBox {
  width: 100%;
  height: 100%;
}
#pelpeo_detail_page .pageContentAll .pageContent .pelpeoDetailBox > .thisBox > .contentBox .personFirst .textBox {
  width: calc(100% - 45vw);
}
@media (max-width:1300px) {
  #pelpeo_detail_page .pageContentAll .pageContent .pelpeoDetailBox > .thisBox > .contentBox .personFirst .textBox {
    padding: 2vw;
  }
}
@media (max-width:1024px) {
  #pelpeo_detail_page .pageContentAll .pageContent .pelpeoDetailBox > .thisBox > .contentBox .personFirst .textBox {
    width: 100%;
    padding: 0;
  }
}
#pelpeo_detail_page .pageContentAll .pageContent .pelpeoDetailBox > .thisBox > .contentBox .personFirst .textBox .enTitle {
  color: #AB2C31;
  text-transform: uppercase;
  position: absolute;
  font-size: clamp(12px, 1.3vw, 1.3vw);
  text-transform: unset;
}
@media (max-width:1024px) {
  #pelpeo_detail_page .pageContentAll .pageContent .pelpeoDetailBox > .thisBox > .contentBox .personFirst .textBox .enTitle {
    font-size: 4.6vw;
  }
}
#pelpeo_detail_page .pageContentAll .pageContent .pelpeoDetailBox > .thisBox > .contentBox .personFirst .textBox .titleBox {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-start;
  flex-wrap: unset;
  gap: 1vw;
  padding-top: 3vw;
}
@media (max-width:1024px) {
  #pelpeo_detail_page .pageContentAll .pageContent .pelpeoDetailBox > .thisBox > .contentBox .personFirst .textBox .titleBox {
    gap: 3vw;
    padding-top: 6vw;
  }
}
#pelpeo_detail_page .pageContentAll .pageContent .pelpeoDetailBox > .thisBox > .contentBox .personFirst .textBox .titleBox .title {
  font-size: clamp(12px, 1.9vw, 1.9vw);
  font-weight: bold;
}
@media (max-width:1024px) {
  #pelpeo_detail_page .pageContentAll .pageContent .pelpeoDetailBox > .thisBox > .contentBox .personFirst .textBox .titleBox .title {
    font-size: 5.8vw;
  }
}
#pelpeo_detail_page .pageContentAll .pageContent .pelpeoDetailBox > .thisBox > .contentBox .personFirst .textBox .titleBox .sortOf {
  font-size: clamp(12px, 0.8vw, 0.8vw);
  color: #fff;
  background-color: #AB2C31;
  padding: 0.2vw 0.4vw;
}
@media (max-width:1024px) {
  #pelpeo_detail_page .pageContentAll .pageContent .pelpeoDetailBox > .thisBox > .contentBox .personFirst .textBox .titleBox .sortOf {
    font-size: 3.6vw;
  }
}
@media (max-width:1024px) {
  #pelpeo_detail_page .pageContentAll .pageContent .pelpeoDetailBox > .thisBox > .contentBox .personFirst .textBox .titleBox .sortOf {
    padding: 0.5vw 1.5vw;
  }
}
#pelpeo_detail_page .pageContentAll .pageContent .pelpeoDetailBox > .thisBox > .contentBox .personFirst .textBox .zhicheng {
  font-size: clamp(12px, 0.9vw, 0.9vw);
  margin-top: 1vw;
}
@media (max-width:1024px) {
  #pelpeo_detail_page .pageContentAll .pageContent .pelpeoDetailBox > .thisBox > .contentBox .personFirst .textBox .zhicheng {
    font-size: 3.8vw;
  }
}
@media (max-width:1024px) {
  #pelpeo_detail_page .pageContentAll .pageContent .pelpeoDetailBox > .thisBox > .contentBox .personFirst .textBox .zhicheng {
    margin-top: 3vw;
  }
}
#pelpeo_detail_page .pageContentAll .pageContent .pelpeoDetailBox > .thisBox > .contentBox .personFirst .textBox .text {
  margin-top: 4vw;
  font-size: clamp(12px, 0.9vw, 0.9vw);
  line-height: 2em;
}
@media (max-width:1024px) {
  #pelpeo_detail_page .pageContentAll .pageContent .pelpeoDetailBox > .thisBox > .contentBox .personFirst .textBox .text {
    font-size: 3.8vw;
  }
}
@media (max-width:1300px) {
  #pelpeo_detail_page .pageContentAll .pageContent .pelpeoDetailBox > .thisBox > .contentBox .personFirst .textBox .text {
    line-height: 1.6em;
  }
}
@media (max-width:1024px) {
  #pelpeo_detail_page .pageContentAll .pageContent .pelpeoDetailBox > .thisBox > .contentBox .personFirst .textBox .text {
    margin-top: 8vw;
  }
}
#pelpeo_detail_page .pageContentAll .pageContent .pelpeoDetailBox > .thisBox > .contentBox .detailTitle {
  position: relative;
  padding-left: 2vw;
  margin-bottom: 2vw;
}
@media (max-width:1024px) {
  #pelpeo_detail_page .pageContentAll .pageContent .pelpeoDetailBox > .thisBox > .contentBox .detailTitle {
    padding-left: 5vw;
    margin-bottom: 6vw;
  }
}
#pelpeo_detail_page .pageContentAll .pageContent .pelpeoDetailBox > .thisBox > .contentBox .detailTitle .title {
  font-size: clamp(12px, 1.3vw, 1.3vw);
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-start;
  flex-wrap: unset;
  gap: 1vw;
}
@media (max-width:1024px) {
  #pelpeo_detail_page .pageContentAll .pageContent .pelpeoDetailBox > .thisBox > .contentBox .detailTitle .title {
    font-size: 4.6vw;
  }
}
#pelpeo_detail_page .pageContentAll .pageContent .pelpeoDetailBox > .thisBox > .contentBox .detailTitle .title .dot {
  position: relative;
  overflow: hidden;
  clip-path: polygon(0 0.4vw, 0.4vw 0, calc(100% - 0.4vw) 0, 100% 0.4vw, 100% calc(100% - 0.4vw), calc(100% - 0.4vw) 100%, 0.4vw 100%, 0 calc(100% - 0.4vw));
  width: 1.4vw;
  height: 1.4vw;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  position: absolute;
  background-color: #AB2C31;
}
#pelpeo_detail_page .pageContentAll .pageContent .pelpeoDetailBox > .thisBox > .contentBox .detailTitle .title .dot::before {
  content: '';
  position: absolute;
  display: block;
  top: 0;
  width: 100%;
  height: 100%;
  opacity: 0.5;
  border: 1px solid #fff;
  top: 0.2vw;
  left: 0.2vw;
  width: calc(100% - 0.4vw - 2px);
  height: calc(100% - 0.4vw - 2px);
  z-index: 2;
  pointer-events: none;
}
@media (max-width:1024px) {
  #pelpeo_detail_page .pageContentAll .pageContent .pelpeoDetailBox > .thisBox > .contentBox .detailTitle .title .dot {
    clip-path: polygon(0 2vw, 2vw 0, calc(100% - 2vw) 0, 100% 2vw, 100% calc(100% - 2vw), calc(100% - 2vw) 100%, 2vw 100%, 0 calc(100% - 2vw));
  }
  #pelpeo_detail_page .pageContentAll .pageContent .pelpeoDetailBox > .thisBox > .contentBox .detailTitle .title .dot::before {
    content: '';
    position: absolute;
    display: block;
    top: 0;
    width: 100%;
    height: 100%;
    opacity: 0.5;
    border: 1px solid #fff;
    top: 1vw;
    left: 1vw;
    width: calc(100% - 2vw - 2px);
    height: calc(100% - 2vw - 2px);
    z-index: 2;
    pointer-events: none;
  }
}
@media (max-width:1024px) {
  #pelpeo_detail_page .pageContentAll .pageContent .pelpeoDetailBox > .thisBox > .contentBox .detailTitle .title .dot {
    width: 5vw;
    height: 5vw;
  }
}
#pelpeo_detail_page .pageContentAll .pageContent .pelpeoDetailBox > .thisBox > .contentBox .xiangqing {
  width: 100%;
  background-color: #EFEBE7;
  box-shadow: 2px 2px 30px rgba(194, 148, 97, 0.1);
  position: relative;
  overflow: hidden;
  clip-path: polygon(0 1vw, 1vw 0, calc(100% - 1vw) 0, 100% 1vw, 100% calc(100% - 1vw), calc(100% - 1vw) 100%, 1vw 100%, 0 calc(100% - 1vw));
  padding: 2vw;
}
#pelpeo_detail_page .pageContentAll .pageContent .pelpeoDetailBox > .thisBox > .contentBox .xiangqing::before {
  content: '';
  position: absolute;
  display: block;
  top: 0;
  width: 100%;
  height: 100%;
  opacity: 0.5;
  border: 1px solid #fff;
  top: 0.5vw;
  left: 0.5vw;
  width: calc(100% - 1vw - 2px);
  height: calc(100% - 1vw - 2px);
  z-index: 2;
  pointer-events: none;
}
@media (max-width:1024px) {
  #pelpeo_detail_page .pageContentAll .pageContent .pelpeoDetailBox > .thisBox > .contentBox .xiangqing {
    clip-path: polygon(0 2vw, 2vw 0, calc(100% - 2vw) 0, 100% 2vw, 100% calc(100% - 2vw), calc(100% - 2vw) 100%, 2vw 100%, 0 calc(100% - 2vw));
  }
  #pelpeo_detail_page .pageContentAll .pageContent .pelpeoDetailBox > .thisBox > .contentBox .xiangqing::before {
    content: '';
    position: absolute;
    display: block;
    top: 0;
    width: 100%;
    height: 100%;
    opacity: 0.5;
    border: 1px solid #fff;
    top: 1vw;
    left: 1vw;
    width: calc(100% - 2vw - 2px);
    height: calc(100% - 2vw - 2px);
    z-index: 2;
    pointer-events: none;
  }
}
@media (max-width:1024px) {
  #pelpeo_detail_page .pageContentAll .pageContent .pelpeoDetailBox > .thisBox > .contentBox .xiangqing {
    padding: 6vw;
  }
}
#pelpeo_detail_page .pageContentAll .pageContent .pelpeoDetailBox > .thisBox > .contentBox .xiangqing::before {
  border-color: rgba(171, 44, 49, 0.2);
}
#pelpeo_detail_page .pageContentAll .pageContent .pelpeoDetailBox > .thisBox > .contentBox .guahaoBox {
  background-color: #EFEBE7;
  box-shadow: 2px 2px 30px rgba(194, 148, 97, 0.1);
  position: relative;
  overflow: hidden;
  clip-path: polygon(0 1vw, 1vw 0, calc(100% - 1vw) 0, 100% 1vw, 100% calc(100% - 1vw), calc(100% - 1vw) 100%, 1vw 100%, 0 calc(100% - 1vw));
  padding: 2vw;
  width: 100%;
}
#pelpeo_detail_page .pageContentAll .pageContent .pelpeoDetailBox > .thisBox > .contentBox .guahaoBox::before {
  content: '';
  position: absolute;
  display: block;
  top: 0;
  width: 100%;
  height: 100%;
  opacity: 0.5;
  border: 1px solid #fff;
  top: 0.5vw;
  left: 0.5vw;
  width: calc(100% - 1vw - 2px);
  height: calc(100% - 1vw - 2px);
  z-index: 2;
  pointer-events: none;
}
@media (max-width:1024px) {
  #pelpeo_detail_page .pageContentAll .pageContent .pelpeoDetailBox > .thisBox > .contentBox .guahaoBox {
    clip-path: polygon(0 2vw, 2vw 0, calc(100% - 2vw) 0, 100% 2vw, 100% calc(100% - 2vw), calc(100% - 2vw) 100%, 2vw 100%, 0 calc(100% - 2vw));
  }
  #pelpeo_detail_page .pageContentAll .pageContent .pelpeoDetailBox > .thisBox > .contentBox .guahaoBox::before {
    content: '';
    position: absolute;
    display: block;
    top: 0;
    width: 100%;
    height: 100%;
    opacity: 0.5;
    border: 1px solid #fff;
    top: 1vw;
    left: 1vw;
    width: calc(100% - 2vw - 2px);
    height: calc(100% - 2vw - 2px);
    z-index: 2;
    pointer-events: none;
  }
}
@media (max-width:1024px) {
  #pelpeo_detail_page .pageContentAll .pageContent .pelpeoDetailBox > .thisBox > .contentBox .guahaoBox {
    padding: 6vw;
  }
}
#pelpeo_detail_page .pageContentAll .pageContent .pelpeoDetailBox > .thisBox > .contentBox .guahaoBox::before {
  border-color: rgba(171, 44, 49, 0.2);
}
#pelpeo_detail_page .pageContentAll .pageContent .pelpeoDetailBox > .thisBox > .contentBox .guahaoBox .dateTime .ul {
  gap: 1vw;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-start;
  flex-wrap: unset;
}
@media (max-width:1024px) {
  #pelpeo_detail_page .pageContentAll .pageContent .pelpeoDetailBox > .thisBox > .contentBox .guahaoBox .dateTime .ul {
    gap: 3vw;
    flex-wrap: wrap;
  }
}
#pelpeo_detail_page .pageContentAll .pageContent .pelpeoDetailBox > .thisBox > .contentBox .guahaoBox .dateTime .ul .li .box {
  background-color: #DDD6CE;
  padding: 0.4vw 1vw;
  border-radius: 0.2vw;
  cursor: pointer;
}
@media (max-width:1024px) {
  #pelpeo_detail_page .pageContentAll .pageContent .pelpeoDetailBox > .thisBox > .contentBox .guahaoBox .dateTime .ul .li .box {
    padding: 1.5vw 4vw;
    border-radius: 1vw;
  }
}
#pelpeo_detail_page .pageContentAll .pageContent .pelpeoDetailBox > .thisBox > .contentBox .guahaoBox .dateTime .ul .li.on .box {
  background-color: #AB2C31;
  color: #fff;
}
#pelpeo_detail_page .pageContentAll .pageContent .pelpeoDetailBox > .thisBox > .contentBox .guahaoBox .table {
  width: 100%;
  margin-top: 2vw;
}
@media (max-width:1024px) {
  #pelpeo_detail_page .pageContentAll .pageContent .pelpeoDetailBox > .thisBox > .contentBox .guahaoBox .table {
    margin-top: 6vw;
    overflow-x: auto;
  }
}
#pelpeo_detail_page .pageContentAll .pageContent .pelpeoDetailBox > .thisBox > .contentBox .guahaoBox .table tr {
  padding: 0.4vw 0;
  text-align: center;
}
#pelpeo_detail_page .pageContentAll .pageContent .pelpeoDetailBox > .thisBox > .contentBox .guahaoBox .table tr td {
  padding: 0.5vw 0;
}
@media (max-width:1024px) {
  #pelpeo_detail_page .pageContentAll .pageContent .pelpeoDetailBox > .thisBox > .contentBox .guahaoBox .table tr td {
    padding: 2vw 0;
  }
}
#pelpeo_detail_page .pageContentAll .pageContent .pelpeoDetailBox > .thisBox > .contentBox .guahaoBox .table tr td button {
  background-color: #AB2C31;
  color: #fff;
  padding: 0.4vw 0.4vw;
  border-radius: 0.2vw;
  cursor: pointer;
}
@media (max-width:1024px) {
  #pelpeo_detail_page .pageContentAll .pageContent .pelpeoDetailBox > .thisBox > .contentBox .guahaoBox .table tr td button {
    padding: 1.5vw 3vw;
    border-radius: 1vw;
  }
}
#pelpeo_detail_page .pageContentAll .pageContent .pelpeoDetailBox > .thisBox > .contentBox .guahaoBox .table thead tr {
  background-color: #EFEBE7;
}
#pelpeo_detail_page .pageContentAll .pageContent .pelpeoDetailBox > .thisBox > .contentBox .guahaoBox .table thead th {
  padding: 0.4vw 0;
  text-align: center;
}
@media (max-width:1024px) {
  #pelpeo_detail_page .pageContentAll .pageContent .pelpeoDetailBox > .thisBox > .contentBox .guahaoBox .table thead th {
    padding: 2vw 0;
  }
}
#pelpeo_detail_page .pageContentAll .pageContent .pelpeoDetailBox > .thisBox > .contentBox .guahaoBox .table tbody tr:nth-child(2n+1) {
  background-color: #E7E1D9;
}
#pelpeo_detail_page .pageContentAll .pageContent .pelpeoDetailBox > .thisBox > .contentBox .guahaoBox .table tbody tr:hover {
  background-color: #DDD6CE;
}
#about_history_page .pageContentAll .pageContent .history {
  position: relative;
}
#about_history_page .pageContentAll .pageContent .history > .thisBox {
  position: relative;
  z-index: 1;
}
#about_history_page .pageContentAll .pageContent .history > .thisBox > .contentBox {
  position: relative;
  width: 70vw;
  margin: 0 auto;
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  justify-content: center;
  flex-wrap: unset;
}
@media (max-width:1600px) {
  #about_history_page .pageContentAll .pageContent .history > .thisBox > .contentBox {
    width: 70vw;
  }
}
@media (max-width:1300px) {
  #about_history_page .pageContentAll .pageContent .history > .thisBox > .contentBox {
    width: 70vw;
  }
}
@media (max-width:1024px) {
  #about_history_page .pageContentAll .pageContent .history > .thisBox > .contentBox {
    width: 90vw;
  }
}
@media (max-width:1024px) {
  #about_history_page .pageContentAll .pageContent .history > .thisBox > .contentBox {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    flex-wrap: unset;
  }
}
#about_history_page .pageContentAll .pageContent .history > .thisBox > .contentBox .textCout {
  width: 70%;
  padding-right: 3vw;
}
@media (max-width:1024px) {
  #about_history_page .pageContentAll .pageContent .history > .thisBox > .contentBox .textCout {
    width: 100%;
    padding-right: 0;
    order: 2;
  }
}
#about_history_page .pageContentAll .pageContent .history > .thisBox > .contentBox .textCout .ul {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  flex-wrap: unset;
  gap: 3vw;
}
@media (max-width:1024px) {
  #about_history_page .pageContentAll .pageContent .history > .thisBox > .contentBox .textCout .ul {
    gap: 8vw;
  }
}
#about_history_page .pageContentAll .pageContent .history > .thisBox > .contentBox .textCout .ul .li {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  flex-wrap: unset;
  width: 100%;
}
#about_history_page .pageContentAll .pageContent .history > .thisBox > .contentBox .textCout .ul .li .box {
  width: 100%;
  position: relative;
  z-index: 1;
}
#about_history_page .pageContentAll .pageContent .history > .thisBox > .contentBox .textCout .ul .li .box .year {
  position: relative;
  padding-left: 4vw;
  margin-bottom: 1vw;
}
@media (max-width:1024px) {
  #about_history_page .pageContentAll .pageContent .history > .thisBox > .contentBox .textCout .ul .li .box .year {
    padding-left: 12vw;
    margin-bottom: 3vw;
  }
}
#about_history_page .pageContentAll .pageContent .history > .thisBox > .contentBox .textCout .ul .li .box .year .title {
  color: #AB2C31;
  text-transform: uppercase;
  font-size: clamp(12px, 3.7vw, 3.7vw);
}
@media (max-width:1024px) {
  #about_history_page .pageContentAll .pageContent .history > .thisBox > .contentBox .textCout .ul .li .box .year .title {
    font-size: 9.4vw;
  }
}
#about_history_page .pageContentAll .pageContent .history > .thisBox > .contentBox .textCout .ul .li .box .year::before {
  content: '';
  position: absolute;
  display: block;
  top: 50%;
  transform: translateY(-50%);
  left: -5px;
  width: 9px;
  height: 9px;
  border-radius: 50%;
  background-color: #AB2C31;
}
@media (max-width:1024px) {
  #about_history_page .pageContentAll .pageContent .history > .thisBox > .contentBox .textCout .ul .li .box .year::before {
    width: 18px;
    height: 18px;
    left: -9px;
  }
}
#about_history_page .pageContentAll .pageContent .history > .thisBox > .contentBox .textCout .ul .li .box .year::after {
  content: '';
  position: absolute;
  display: block;
  left: 0;
  width: 3vw;
  top: 50%;
  height: 1px;
  transform: translateY(-50%);
  background-color: rgba(0, 0, 0, 0.7);
}
@media (max-width:1024px) {
  #about_history_page .pageContentAll .pageContent .history > .thisBox > .contentBox .textCout .ul .li .box .year::after {
    width: 10vw;
  }
}
#about_history_page .pageContentAll .pageContent .history > .thisBox > .contentBox .textCout .ul .li .box .textBox {
  padding-left: 4vw;
}
#about_history_page .pageContentAll .pageContent .history > .thisBox > .contentBox .textCout .ul .li .box .textBox .content {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  flex-wrap: unset;
  gap: 2vw;
}
@media (max-width:1024px) {
  #about_history_page .pageContentAll .pageContent .history > .thisBox > .contentBox .textCout .ul .li .box .textBox .content {
    gap: 6vw;
  }
}
#about_history_page .pageContentAll .pageContent .history > .thisBox > .contentBox .textCout .ul .li .box .textBox .content p {
  background-color: #EFEBE7;
  box-shadow: 2px 2px 30px rgba(194, 148, 97, 0.1);
  position: relative;
  overflow: hidden;
  clip-path: polygon(0 1vw, 1vw 0, calc(100% - 1vw) 0, 100% 1vw, 100% calc(100% - 1vw), calc(100% - 1vw) 100%, 1vw 100%, 0 calc(100% - 1vw));
  padding: 2vw;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  flex-wrap: unset;
  width: 100%;
  padding-bottom: 4vw;
}
#about_history_page .pageContentAll .pageContent .history > .thisBox > .contentBox .textCout .ul .li .box .textBox .content p::before {
  content: '';
  position: absolute;
  display: block;
  top: 0;
  width: 100%;
  height: 100%;
  opacity: 0.5;
  border: 1px solid #fff;
  top: 0.5vw;
  left: 0.5vw;
  width: calc(100% - 1vw - 2px);
  height: calc(100% - 1vw - 2px);
  z-index: 2;
  pointer-events: none;
}
@media (max-width:1024px) {
  #about_history_page .pageContentAll .pageContent .history > .thisBox > .contentBox .textCout .ul .li .box .textBox .content p {
    clip-path: polygon(0 2vw, 2vw 0, calc(100% - 2vw) 0, 100% 2vw, 100% calc(100% - 2vw), calc(100% - 2vw) 100%, 2vw 100%, 0 calc(100% - 2vw));
  }
  #about_history_page .pageContentAll .pageContent .history > .thisBox > .contentBox .textCout .ul .li .box .textBox .content p::before {
    content: '';
    position: absolute;
    display: block;
    top: 0;
    width: 100%;
    height: 100%;
    opacity: 0.5;
    border: 1px solid #fff;
    top: 1vw;
    left: 1vw;
    width: calc(100% - 2vw - 2px);
    height: calc(100% - 2vw - 2px);
    z-index: 2;
    pointer-events: none;
  }
}
@media (max-width:1024px) {
  #about_history_page .pageContentAll .pageContent .history > .thisBox > .contentBox .textCout .ul .li .box .textBox .content p {
    padding: 6vw;
  }
}
#about_history_page .pageContentAll .pageContent .history > .thisBox > .contentBox .textCout .ul .li .box .textBox .content p::before {
  border-color: rgba(171, 44, 49, 0.2);
}
@media (max-width:1024px) {
  #about_history_page .pageContentAll .pageContent .history > .thisBox > .contentBox .textCout .ul .li .box .textBox .content p {
    padding: 6vw;
    padding-bottom: 12vw;
  }
}
#about_history_page .pageContentAll .pageContent .history > .thisBox > .contentBox .textCout .ul .li .box .textBox .content p .day {
  color: #AB2C31;
  position: relative;
  z-index: 1;
  margin-bottom: 1vw;
  font-size: clamp(12px, 1.2vw, 1.2vw);
  font-weight: bold;
  text-transform: uppercase;
  line-height: 1em;
}
@media (max-width:1024px) {
  #about_history_page .pageContentAll .pageContent .history > .thisBox > .contentBox .textCout .ul .li .box .textBox .content p .day {
    font-size: 4.4vw;
  }
}
@media (max-width:1024px) {
  #about_history_page .pageContentAll .pageContent .history > .thisBox > .contentBox .textCout .ul .li .box .textBox .content p .day {
    margin-bottom: 3vw;
  }
}
#about_history_page .pageContentAll .pageContent .history > .thisBox > .contentBox .textCout .ul .li .box .textBox .content p .posiGoNextBtn {
  cursor: pointer;
  position: absolute;
  left: 2vw;
  z-index: 2;
  top: calc(100% - 4vw);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  flex-wrap: unset;
}
@media (max-width:1024px) {
  #about_history_page .pageContentAll .pageContent .history > .thisBox > .contentBox .textCout .ul .li .box .textBox .content p .posiGoNextBtn {
    left: 6vw;
    top: calc(100% - 12vw);
  }
}
#about_history_page .pageContentAll .pageContent .history > .thisBox > .contentBox .textCout .ul .li .box .textBox .content p .posiGoNextBtn > div {
  z-index: 2;
}
#about_history_page .pageContentAll .pageContent .history > .thisBox > .contentBox .textCout .ul .li .box .textBox .content p .posiGoNextBtn > div .xian {
  width: 2px;
}
#about_history_page .pageContentAll .pageContent .history > .thisBox > .contentBox .textCout .ul .li .box .textBox .content p .posiGoNextBtn > div.top .xian {
  background-color: #AB2C31;
  height: 1vw;
}
@media (max-width:1024px) {
  #about_history_page .pageContentAll .pageContent .history > .thisBox > .contentBox .textCout .ul .li .box .textBox .content p .posiGoNextBtn > div.top .xian {
    height: 3vw;
  }
}
#about_history_page .pageContentAll .pageContent .history > .thisBox > .contentBox .textCout .ul .li .box .textBox .content p .posiGoNextBtn > div.bottom {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  flex-wrap: unset;
}
#about_history_page .pageContentAll .pageContent .history > .thisBox > .contentBox .textCout .ul .li .box .textBox .content p .posiGoNextBtn > div.bottom .xian {
  background-color: #ccc;
  height: 1vw;
}
@media (max-width:1024px) {
  #about_history_page .pageContentAll .pageContent .history > .thisBox > .contentBox .textCout .ul .li .box .textBox .content p .posiGoNextBtn > div.bottom .xian {
    height: 3vw;
  }
}
#about_history_page .pageContentAll .pageContent .history > .thisBox > .contentBox .textCout .ul .li .box .textBox .content p .posiGoNextBtn > div.bottom .tou {
  width: 0.6vw;
  height: 0.6vw;
  border: 2px solid #ccc;
  transform: rotate(45deg);
  border-top: none;
  border-left: none;
}
@media (max-width:1024px) {
  #about_history_page .pageContentAll .pageContent .history > .thisBox > .contentBox .textCout .ul .li .box .textBox .content p .posiGoNextBtn > div.bottom .tou {
    width: 2vw;
    height: 2vw;
  }
}
#about_history_page .pageContentAll .pageContent .history > .thisBox > .contentBox .textCout .ul .li .box .textBox .content p .txt {
  font-size: clamp(12px, 0.9vw, 0.9vw);
  text-indent: 2em;
  position: relative;
  z-index: 1;
}
@media (max-width:1024px) {
  #about_history_page .pageContentAll .pageContent .history > .thisBox > .contentBox .textCout .ul .li .box .textBox .content p .txt {
    font-size: 3.8vw;
  }
}
#about_history_page .pageContentAll .pageContent .history > .thisBox > .contentBox .textCout .ul .li .box .textBox .content p .bgImg {
  left: 0;
  top: 0;
  opacity: 0.3;
}
#about_history_page .pageContentAll .pageContent .history > .thisBox > .contentBox .yearBoxAll {
  height: calc(100vh - 5vw * 1);
  padding: 2vw 0;
  width: 30%;
  will-change: transform;
  padding: 4vw 3vw;
  position: relative;
  overflow: hidden;
  clip-path: polygon(0 1vw, 1vw 0, calc(100% - 1vw) 0, 100% 1vw, 100% calc(100% - 1vw), calc(100% - 1vw) 100%, 1vw 100%, 0 calc(100% - 1vw));
}
@media (max-width:1600px) {
  #about_history_page .pageContentAll .pageContent .history > .thisBox > .contentBox .yearBoxAll {
    height: calc(100vh - 5vw* 1);
  }
}
@media (max-width:1300px) {
  #about_history_page .pageContentAll .pageContent .history > .thisBox > .contentBox .yearBoxAll {
    height: calc(100vh - 5vw* 1);
  }
}
@media (max-width:1024px) {
  #about_history_page .pageContentAll .pageContent .history > .thisBox > .contentBox .yearBoxAll {
    height: unset;
  }
}
#about_history_page .pageContentAll .pageContent .history > .thisBox > .contentBox .yearBoxAll::before {
  content: '';
  position: absolute;
  display: block;
  top: 0;
  width: 100%;
  height: 100%;
  opacity: 0.5;
  border: 1px solid #fff;
  top: 0.5vw;
  left: 0.5vw;
  width: calc(100% - 1vw - 2px);
  height: calc(100% - 1vw - 2px);
  z-index: 2;
  pointer-events: none;
}
@media (max-width:1024px) {
  #about_history_page .pageContentAll .pageContent .history > .thisBox > .contentBox .yearBoxAll {
    clip-path: polygon(0 2vw, 2vw 0, calc(100% - 2vw) 0, 100% 2vw, 100% calc(100% - 2vw), calc(100% - 2vw) 100%, 2vw 100%, 0 calc(100% - 2vw));
  }
  #about_history_page .pageContentAll .pageContent .history > .thisBox > .contentBox .yearBoxAll::before {
    content: '';
    position: absolute;
    display: block;
    top: 0;
    width: 100%;
    height: 100%;
    opacity: 0.5;
    border: 1px solid #fff;
    top: 1vw;
    left: 1vw;
    width: calc(100% - 2vw - 2px);
    height: calc(100% - 2vw - 2px);
    z-index: 2;
    pointer-events: none;
  }
}
@media (max-width:1024px) {
  #about_history_page .pageContentAll .pageContent .history > .thisBox > .contentBox .yearBoxAll {
    width: 100%;
    height: 60vw;
    padding: 6vw;
    order: 1;
    display: none;
  }
}
#about_history_page .pageContentAll .pageContent .history > .thisBox > .contentBox .yearBoxAll .box {
  position: relative;
  z-index: 1;
  padding: 1vw 0;
}
@media (max-width:1024px) {
  #about_history_page .pageContentAll .pageContent .history > .thisBox > .contentBox .yearBoxAll .box {
    padding: 3vw 0;
  }
}
#about_history_page .pageContentAll .pageContent .history > .thisBox > .contentBox .yearBoxAll .box .ul {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  flex-wrap: unset;
  gap: 2vw;
  position: relative;
  z-index: 1;
}
@media (max-width:1024px) {
  #about_history_page .pageContentAll .pageContent .history > .thisBox > .contentBox .yearBoxAll .box .ul {
    gap: 4vw;
  }
}
#about_history_page .pageContentAll .pageContent .history > .thisBox > .contentBox .yearBoxAll .box .ul .li {
  position: relative;
  width: 100%;
  cursor: pointer;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  flex-wrap: unset;
}
#about_history_page .pageContentAll .pageContent .history > .thisBox > .contentBox .yearBoxAll .box .ul .li .year {
  position: relative;
  font-size: clamp(12px, 2.3vw, 2.3vw);
  text-transform: uppercase;
  color: #fff;
  opacity: 0.7;
  transition-duration: 0.5s;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.56, -0.01, 0.04, 1);
}
@media (max-width:1024px) {
  #about_history_page .pageContentAll .pageContent .history > .thisBox > .contentBox .yearBoxAll .box .ul .li .year {
    font-size: 6.6vw;
  }
}
#about_history_page .pageContentAll .pageContent .history > .thisBox > .contentBox .yearBoxAll .box .ul .li .xian {
  width: 55%;
  height: 0.2vw;
  width: 0;
  transition-duration: 0.5s;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.56, -0.01, 0.04, 1);
  background-color: #AB2C31;
}
#about_history_page .pageContentAll .pageContent .history > .thisBox > .contentBox .yearBoxAll .box .ul .li.on .year {
  color: #AB2C31;
  opacity: 1;
}
#about_history_page .pageContentAll .pageContent .history > .thisBox > .contentBox .yearBoxAll .box .ul .li.on .xian {
  width: 60%;
}
#about_history_page .pageContentAll .pageContent .history > .thisBox > .contentBox .yearBoxAll .box .line {
  position: absolute;
  left: 1vw;
  top: 0;
  height: 100%;
  width: 1px;
  background-color: rgba(255, 255, 255, 0.2);
}
#about_history_page .pageContentAll .pageContent .history > .thisBox > .contentBox .yearBoxAll .bgImg {
  left: 0;
}
#about_history_page .pageContentAll .pageContent .history > .thisBox > .contentBox .yearBoxAll .bgImg::after {
  content: '';
  position: absolute;
  display: block;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.3);
}
#about_history_page .pageContentAll .pageContent .history > .thisBox > .contentBox::before {
  content: '';
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  height: 100%;
  width: 1px;
  background-color: rgba(0, 0, 0, 0.3);
}
#about_company_page .pageContentAll .pageContent {
  padding-top: 0;
}
#about_company_page .pageContentAll .pageContent .jianjie {
  position: relative;
}
#about_company_page .pageContentAll .pageContent .jianjie > .thisBox {
  position: relative;
  z-index: 1;
  padding: 7vw 0;
}
@media (max-width:1024px) {
  #about_company_page .pageContentAll .pageContent .jianjie > .thisBox {
    padding: 12vw 0;
  }
}
#about_company_page .pageContentAll .pageContent .jianjie > .thisBox > .contentBox {
  width: 70vw;
  margin: 0 auto;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  flex-wrap: unset;
}
@media (max-width:1600px) {
  #about_company_page .pageContentAll .pageContent .jianjie > .thisBox > .contentBox {
    width: 70vw;
  }
}
@media (max-width:1300px) {
  #about_company_page .pageContentAll .pageContent .jianjie > .thisBox > .contentBox {
    width: 70vw;
  }
}
@media (max-width:1024px) {
  #about_company_page .pageContentAll .pageContent .jianjie > .thisBox > .contentBox {
    width: 90vw;
  }
}
@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;
  }
}
#about_company_page .pageContentAll .pageContent .jianjie > .thisBox > .contentBox .leftBox {
  width: 30%;
}
@media (max-width:1024px) {
  #about_company_page .pageContentAll .pageContent .jianjie > .thisBox > .contentBox .leftBox {
    width: 100%;
  }
}
#about_company_page .pageContentAll .pageContent .jianjie > .thisBox > .contentBox .leftBox .companyName {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  flex-wrap: unset;
  gap: 1vw;
}
#about_company_page .pageContentAll .pageContent .jianjie > .thisBox > .contentBox .leftBox .companyName .en {
  text-align: center;
  font-size: clamp(12px, 1.1vw, 1.1vw);
  opacity: 0.8;
  color: #AB2C31;
}
@media (max-width:1024px) {
  #about_company_page .pageContentAll .pageContent .jianjie > .thisBox > .contentBox .leftBox .companyName .en {
    font-size: 4.2vw;
  }
}
#about_company_page .pageContentAll .pageContent .jianjie > .thisBox > .contentBox .leftBox .companyName .cn {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  flex-wrap: unset;
}
#about_company_page .pageContentAll .pageContent .jianjie > .thisBox > .contentBox .leftBox .companyName .cn div {
  font-size: clamp(12px, 2.1vw, 2.1vw);
  line-height: 1em;
}
@media (max-width:1024px) {
  #about_company_page .pageContentAll .pageContent .jianjie > .thisBox > .contentBox .leftBox .companyName .cn div {
    font-size: 6.2vw;
  }
}
#about_company_page .pageContentAll .pageContent .jianjie > .thisBox > .contentBox .leftBox .dataBox {
  margin-top: 3vw;
  margin-top: 4vw;
}
@media (max-width:1024px) {
  #about_company_page .pageContentAll .pageContent .jianjie > .thisBox > .contentBox .leftBox .dataBox {
    margin-top: 12vw;
  }
}
#about_company_page .pageContentAll .pageContent .jianjie > .thisBox > .contentBox .leftBox .dataBox .ul {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  justify-content: center;
  flex-wrap: unset;
}
#about_company_page .pageContentAll .pageContent .jianjie > .thisBox > .contentBox .leftBox .dataBox .ul .li {
  border-right: 1px solid rgba(171, 44, 49, 0.3);
}
#about_company_page .pageContentAll .pageContent .jianjie > .thisBox > .contentBox .leftBox .dataBox .ul .li .value {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  flex-wrap: unset;
  width: 20vw;
}
@media (max-width:1024px) {
  #about_company_page .pageContentAll .pageContent .jianjie > .thisBox > .contentBox .leftBox .dataBox .ul .li .value {
    width: 30vw;
  }
}
#about_company_page .pageContentAll .pageContent .jianjie > .thisBox > .contentBox .leftBox .dataBox .ul .li .value .shuju {
  position: relative;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  flex-wrap: unset;
  gap: 0.5vw;
}
#about_company_page .pageContentAll .pageContent .jianjie > .thisBox > .contentBox .leftBox .dataBox .ul .li .value .shuju .num {
  font-size: clamp(12px, 2.3vw, 2.3vw);
  text-transform: uppercase;
  color: #AB2C31;
}
@media (max-width:1024px) {
  #about_company_page .pageContentAll .pageContent .jianjie > .thisBox > .contentBox .leftBox .dataBox .ul .li .value .shuju .num {
    font-size: 6.6vw;
  }
}
#about_company_page .pageContentAll .pageContent .jianjie > .thisBox > .contentBox .leftBox .dataBox .ul .li .value .line {
  width: 2vw;
  margin: 1vw 0;
  height: 1px;
  background-color: #AB2C31;
}
#about_company_page .pageContentAll .pageContent .jianjie > .thisBox > .contentBox .leftBox .dataBox .ul .li .value .title {
  text-align: center;
}
#about_company_page .pageContentAll .pageContent .jianjie > .thisBox > .contentBox .leftBox .dataBox .ul .li:first-child {
  border-left: 1px solid rgba(171, 44, 49, 0.3);
}
@media (max-width:1024px) {
  #about_company_page .pageContentAll .pageContent .jianjie > .thisBox > .contentBox .leftBox .dataBox {
    margin-top: 12vw;
  }
}
#about_company_page .pageContentAll .pageContent .jianjie > .thisBox > .contentBox .leftBox .dataBox .ul {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
  flex-wrap: unset;
  border-top: 1px dashed #ccc;
}
#about_company_page .pageContentAll .pageContent .jianjie > .thisBox > .contentBox .leftBox .dataBox .ul .li {
  width: 100%;
  border-right: none;
  padding: 1vw 0;
  border-bottom: 1px dashed #ccc;
}
@media (max-width:1024px) {
  #about_company_page .pageContentAll .pageContent .jianjie > .thisBox > .contentBox .leftBox .dataBox .ul .li {
    padding: 3vw 0;
  }
}
#about_company_page .pageContentAll .pageContent .jianjie > .thisBox > .contentBox .leftBox .dataBox .ul .li .value {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-start;
  flex-wrap: unset;
  width: 100%;
}
#about_company_page .pageContentAll .pageContent .jianjie > .thisBox > .contentBox .leftBox .dataBox .ul .li .value .shuju {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-start;
  flex-wrap: unset;
  width: 8vw;
}
@media (max-width:1024px) {
  #about_company_page .pageContentAll .pageContent .jianjie > .thisBox > .contentBox .leftBox .dataBox .ul .li .value .shuju {
    width: 20vw;
  }
}
#about_company_page .pageContentAll .pageContent .jianjie > .thisBox > .contentBox .leftBox .dataBox .ul .li .value .title {
  margin-left: 2vw;
}
@media (max-width:1024px) {
  #about_company_page .pageContentAll .pageContent .jianjie > .thisBox > .contentBox .leftBox .dataBox .ul .li .value .title {
    margin-left: 6vw;
  }
}
#about_company_page .pageContentAll .pageContent .jianjie > .thisBox > .contentBox .leftBox .dataBox .ul .li:first-child {
  border-left: none;
}
#about_company_page .pageContentAll .pageContent .jianjie > .thisBox > .contentBox .rightBox {
  width: 70%;
  padding-left: 12vw;
}
@media (max-width:1024px) {
  #about_company_page .pageContentAll .pageContent .jianjie > .thisBox > .contentBox .rightBox {
    margin-top: 6vw;
    padding: 0;
    width: 100%;
  }
}
#about_company_page .pageContentAll .pageContent .jianjie > .thisBox > .contentBox .rightBox .content p {
  font-size: clamp(12px, 0.9vw, 0.9vw);
  line-height: 3em;
  text-align: justify;
}
@media (max-width:1024px) {
  #about_company_page .pageContentAll .pageContent .jianjie > .thisBox > .contentBox .rightBox .content p {
    font-size: 3.8vw;
  }
}
#about_company_page .pageContentAll .pageContent .jianjie .bgImg img {
  opacity: 0.4;
}
#about_company_page .pageContentAll .pageContent .business {
  position: relative;
}
#about_company_page .pageContentAll .pageContent .business > .thisBox {
  position: relative;
  z-index: 1;
  padding: 4vw 0;
}
#about_company_page .pageContentAll .pageContent .business > .thisBox > .contentBox .swiperBox {
  height: 32vw;
  width: 100%;
  padding-left: calc(50% - 70vw * 0.5);
}
@media (max-width:1024px) {
  #about_company_page .pageContentAll .pageContent .business > .thisBox > .contentBox .swiperBox {
    height: unset;
    padding-left: 0;
  }
}
#about_company_page .pageContentAll .pageContent .business > .thisBox > .contentBox .swiperBox .swiper {
  width: 100%;
  height: 100%;
}
#about_company_page .pageContentAll .pageContent .business > .thisBox > .contentBox .swiperBox .swiper .swiper-slide {
  width: 70vw;
  margin: 0 auto;
  box-sizing: content-box;
  height: 100%;
  padding-right: 5vw;
}
@media (max-width:1600px) {
  #about_company_page .pageContentAll .pageContent .business > .thisBox > .contentBox .swiperBox .swiper .swiper-slide {
    width: 70vw;
  }
}
@media (max-width:1300px) {
  #about_company_page .pageContentAll .pageContent .business > .thisBox > .contentBox .swiperBox .swiper .swiper-slide {
    width: 70vw;
  }
}
@media (max-width:1024px) {
  #about_company_page .pageContentAll .pageContent .business > .thisBox > .contentBox .swiperBox .swiper .swiper-slide {
    width: 90vw;
  }
}
@media (max-width:1024px) {
  #about_company_page .pageContentAll .pageContent .business > .thisBox > .contentBox .swiperBox .swiper .swiper-slide {
    width: 100%;
    box-sizing: border-box;
    padding: 0 6vw;
  }
}
#about_company_page .pageContentAll .pageContent .business > .thisBox > .contentBox .swiperBox .swiper .swiper-slide .box {
  width: 100%;
  height: 100%;
  opacity: 0.8;
  transition-duration: 0.5s;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.56, -0.01, 0.04, 1);
  background-color: #E7E1D9;
  position: relative;
  overflow: hidden;
  clip-path: polygon(0 1vw, 1vw 0, calc(100% - 1vw) 0, 100% 1vw, 100% calc(100% - 1vw), calc(100% - 1vw) 100%, 1vw 100%, 0 calc(100% - 1vw));
}
#about_company_page .pageContentAll .pageContent .business > .thisBox > .contentBox .swiperBox .swiper .swiper-slide .box::before {
  content: '';
  position: absolute;
  display: block;
  top: 0;
  width: 100%;
  height: 100%;
  opacity: 0.5;
  border: 1px solid #fff;
  top: 0.5vw;
  left: 0.5vw;
  width: calc(100% - 1vw - 2px);
  height: calc(100% - 1vw - 2px);
  z-index: 2;
  pointer-events: none;
}
@media (max-width:1024px) {
  #about_company_page .pageContentAll .pageContent .business > .thisBox > .contentBox .swiperBox .swiper .swiper-slide .box {
    clip-path: polygon(0 2vw, 2vw 0, calc(100% - 2vw) 0, 100% 2vw, 100% calc(100% - 2vw), calc(100% - 2vw) 100%, 2vw 100%, 0 calc(100% - 2vw));
  }
  #about_company_page .pageContentAll .pageContent .business > .thisBox > .contentBox .swiperBox .swiper .swiper-slide .box::before {
    content: '';
    position: absolute;
    display: block;
    top: 0;
    width: 100%;
    height: 100%;
    opacity: 0.5;
    border: 1px solid #fff;
    top: 1vw;
    left: 1vw;
    width: calc(100% - 2vw - 2px);
    height: calc(100% - 2vw - 2px);
    z-index: 2;
    pointer-events: none;
  }
}
#about_company_page .pageContentAll .pageContent .business > .thisBox > .contentBox .swiperBox .swiper .swiper-slide .box .top {
  position: relative;
  height: 22vw;
  display: flex;
  flex-direction: row;
  align-items: flex-end;
  justify-content: center;
  flex-wrap: unset;
}
@media (max-width:1024px) {
  #about_company_page .pageContentAll .pageContent .business > .thisBox > .contentBox .swiperBox .swiper .swiper-slide .box .top {
    height: unset;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    flex-wrap: unset;
  }
}
#about_company_page .pageContentAll .pageContent .business > .thisBox > .contentBox .swiperBox .swiper .swiper-slide .box .top .imgBoxAll {
  position: relative;
  width: 48vw;
  height: 100%;
}
@media (max-width:1024px) {
  #about_company_page .pageContentAll .pageContent .business > .thisBox > .contentBox .swiperBox .swiper .swiper-slide .box .top .imgBoxAll {
    width: 100%;
    height: 50vw;
  }
}
#about_company_page .pageContentAll .pageContent .business > .thisBox > .contentBox .swiperBox .swiper .swiper-slide .box .top .imgBoxAll .imgBox {
  width: 100%;
  height: 100%;
  position: relative;
  overflow: hidden;
  clip-path: polygon(0 1vw, 1vw 0, calc(100% - 1vw) 0, 100% 1vw, 100% calc(100% - 1vw), calc(100% - 1vw) 100%, 1vw 100%, 0 calc(100% - 1vw));
}
#about_company_page .pageContentAll .pageContent .business > .thisBox > .contentBox .swiperBox .swiper .swiper-slide .box .top .imgBoxAll .imgBox::before {
  content: '';
  position: absolute;
  display: block;
  top: 0;
  width: 100%;
  height: 100%;
  opacity: 0.5;
  border: 1px solid #fff;
  top: 0.5vw;
  left: 0.5vw;
  width: calc(100% - 1vw - 2px);
  height: calc(100% - 1vw - 2px);
  z-index: 2;
  pointer-events: none;
}
@media (max-width:1024px) {
  #about_company_page .pageContentAll .pageContent .business > .thisBox > .contentBox .swiperBox .swiper .swiper-slide .box .top .imgBoxAll .imgBox {
    clip-path: polygon(0 2vw, 2vw 0, calc(100% - 2vw) 0, 100% 2vw, 100% calc(100% - 2vw), calc(100% - 2vw) 100%, 2vw 100%, 0 calc(100% - 2vw));
  }
  #about_company_page .pageContentAll .pageContent .business > .thisBox > .contentBox .swiperBox .swiper .swiper-slide .box .top .imgBoxAll .imgBox::before {
    content: '';
    position: absolute;
    display: block;
    top: 0;
    width: 100%;
    height: 100%;
    opacity: 0.5;
    border: 1px solid #fff;
    top: 1vw;
    left: 1vw;
    width: calc(100% - 2vw - 2px);
    height: calc(100% - 2vw - 2px);
    z-index: 2;
    pointer-events: none;
  }
}
#about_company_page .pageContentAll .pageContent .business > .thisBox > .contentBox .swiperBox .swiper .swiper-slide .box .top .imgBoxAll .imgBox img {
  object-fit: cover;
}
#about_company_page .pageContentAll .pageContent .business > .thisBox > .contentBox .swiperBox .swiper .swiper-slide .box .top .imgBoxAll .sKuai {
  position: absolute;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  flex-wrap: unset;
  bottom: -1vw;
  left: 3vw;
}
#about_company_page .pageContentAll .pageContent .business > .thisBox > .contentBox .swiperBox .swiper .swiper-slide .box .top .imgBoxAll .sKuai > div {
  overflow: hidden;
  width: 0.4vw;
  height: 1vw;
}
#about_company_page .pageContentAll .pageContent .business > .thisBox > .contentBox .swiperBox .swiper .swiper-slide .box .top .imgBoxAll .sKuai > div.k1 {
  background-color: #fff;
}
#about_company_page .pageContentAll .pageContent .business > .thisBox > .contentBox .swiperBox .swiper .swiper-slide .box .top .imgBoxAll .sKuai > div.k2 img {
  position: relative;
  left: -3vw;
  top: -21vw;
  width: 48vw;
  height: 22vw;
}
#about_company_page .pageContentAll .pageContent .business > .thisBox > .contentBox .swiperBox .swiper .swiper-slide .box .top .cout {
  width: calc(100% - 48vw);
  height: 100%;
  padding-right: 3vw;
  padding-top: 3vw;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  justify-content: flex-start;
  flex-wrap: unset;
}
@media (max-width:1024px) {
  #about_company_page .pageContentAll .pageContent .business > .thisBox > .contentBox .swiperBox .swiper .swiper-slide .box .top .cout {
    width: 100%;
    padding-right: 0;
    padding: 4vw;
    gap: 4vw;
    align-items: center;
  }
}
@media (max-width:1024px) {
  #about_company_page .pageContentAll .pageContent .business > .thisBox > .contentBox .swiperBox .swiper .swiper-slide .box .top .cout .unifyButton {
    margin-top: 0;
  }
}
#about_company_page .pageContentAll .pageContent .business > .thisBox > .contentBox .swiperBox .swiper .swiper-slide .box .top .cout .posBox {
  position: absolute;
  right: 3vw;
  bottom: 0;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  justify-content: center;
  flex-wrap: unset;
}
@media (max-width:1024px) {
  #about_company_page .pageContentAll .pageContent .business > .thisBox > .contentBox .swiperBox .swiper .swiper-slide .box .top .cout .posBox {
    position: unset;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    flex-wrap: unset;
  }
}
#about_company_page .pageContentAll .pageContent .business > .thisBox > .contentBox .swiperBox .swiper .swiper-slide .box .top .cout .posBox .def1 {
  font-size: clamp(12px, 1.2vw, 1.2vw);
  font-family: 'cn1';
}
@media (max-width:1024px) {
  #about_company_page .pageContentAll .pageContent .business > .thisBox > .contentBox .swiperBox .swiper .swiper-slide .box .top .cout .posBox .def1 {
    font-size: 4.4vw;
  }
}
#about_company_page .pageContentAll .pageContent .business > .thisBox > .contentBox .swiperBox .swiper .swiper-slide .box .top .cout .posBox .subname {
  text-transform: uppercase;
  font-size: clamp(12px, 2.7vw, 2.7vw);
  text-align: right;
  mix-blend-mode: difference;
}
@media (max-width:1024px) {
  #about_company_page .pageContentAll .pageContent .business > .thisBox > .contentBox .swiperBox .swiper .swiper-slide .box .top .cout .posBox .subname {
    font-size: 7.4vw;
  }
}
@media (max-width:1024px) {
  #about_company_page .pageContentAll .pageContent .business > .thisBox > .contentBox .swiperBox .swiper .swiper-slide .box .top .cout .posBox .subname {
    font-size: 4vw;
    text-align: center;
  }
}
#about_company_page .pageContentAll .pageContent .business > .thisBox > .contentBox .swiperBox .swiper .swiper-slide .box .bottom {
  height: calc(100% - 22vw);
  padding: 2vw 3vw;
  width: 48vw;
  padding-right: 0;
}
@media (max-width:1024px) {
  #about_company_page .pageContentAll .pageContent .business > .thisBox > .contentBox .swiperBox .swiper .swiper-slide .box .bottom {
    border-top: 1px solid #ccc;
    height: 50vw;
    padding: 4vw;
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
    flex-wrap: unset;
  }
}
#about_company_page .pageContentAll .pageContent .business > .thisBox > .contentBox .swiperBox .swiper .swiper-slide .box .bottom .name {
  font-size: clamp(12px, 1.5vw, 1.5vw);
  font-family: 'cn1';
  color: #AB2C31;
  margin-bottom: 0.4vw;
}
@media (max-width:1024px) {
  #about_company_page .pageContentAll .pageContent .business > .thisBox > .contentBox .swiperBox .swiper .swiper-slide .box .bottom .name {
    font-size: 5vw;
  }
}
@media (max-width:1024px) {
  #about_company_page .pageContentAll .pageContent .business > .thisBox > .contentBox .swiperBox .swiper .swiper-slide .box .bottom .name {
    margin-bottom: 4vw;
  }
}
#about_company_page .pageContentAll .pageContent .business > .thisBox > .contentBox .swiperBox .swiper .swiper-slide .box .bottom .def2 {
  line-height: 1.5em;
  opacity: 0.8;
  text-indent: 2em;
}
#about_company_page .pageContentAll .pageContent .business > .thisBox > .contentBox .swiperBox .swiper .swiper-slide.swiper-slide-active .box {
  opacity: 1;
}
#about_company_page .pageContentAll .pageContent .business > .thisBox > .contentBox .swiperBox .swiperControl {
  position: absolute;
  z-index: 1;
  bottom: 6vw;
  right: calc(calc(50% - 70vw * 0.5) + 3vw);
}
@media (max-width:1024px) {
  #about_company_page .pageContentAll .pageContent .business > .thisBox > .contentBox .swiperBox .swiperControl {
    position: relative;
    bottom: unset;
    right: unset;
    width: 70vw;
    margin: 0 auto;
  }
}
@media (max-width:1024px) and (max-width:1600px) {
  #about_company_page .pageContentAll .pageContent .business > .thisBox > .contentBox .swiperBox .swiperControl {
    width: 70vw;
  }
}
@media (max-width:1024px) and (max-width:1300px) {
  #about_company_page .pageContentAll .pageContent .business > .thisBox > .contentBox .swiperBox .swiperControl {
    width: 70vw;
  }
}
@media (max-width:1024px) and (max-width:1024px) {
  #about_company_page .pageContentAll .pageContent .business > .thisBox > .contentBox .swiperBox .swiperControl {
    width: 90vw;
  }
}
#about_company_page .pageContentAll .pageContent .business > .thisBox > .contentBox .swiperBox .swiperControl .navigation {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  flex-wrap: unset;
  gap: 2vw;
}
@media (max-width:1024px) {
  #about_company_page .pageContentAll .pageContent .business > .thisBox > .contentBox .swiperBox .swiperControl .navigation {
    gap: 8vw;
  }
}
#about_company_page .pageContentAll .pageContent .business > .thisBox > .contentBox .swiperBox .swiperControl .navigation > div {
  cursor: pointer;
  transition-duration: 0.5s;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.56, -0.01, 0.04, 1);
  width: 2vw;
  height: 2vw;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  flex-wrap: unset;
}
@media (max-width:1024px) {
  #about_company_page .pageContentAll .pageContent .business > .thisBox > .contentBox .swiperBox .swiperControl .navigation > div {
    width: 12vw;
    height: 12vw;
  }
}
#about_company_page .pageContentAll .pageContent .business > .thisBox > .contentBox .swiperBox .swiperControl .navigation > div i {
  font-size: clamp(12px, 2.1vw, 2.1vw);
}
@media (max-width:1024px) {
  #about_company_page .pageContentAll .pageContent .business > .thisBox > .contentBox .swiperBox .swiperControl .navigation > div i {
    font-size: 6.2vw;
  }
}
@media (max-width:1024px) {
  #about_company_page .pageContentAll .pageContent .business > .thisBox > .contentBox .swiperBox .swiperControl .navigation > div i {
    color: #fff;
  }
}
#about_company_page .pageContentAll .pageContent .business > .thisBox > .contentBox .swiperBox .swiperControl .navigation > div.leftBtn:hover {
  transform: translateX(-0.5vw);
}
@media (min-width:1024px) {
  #about_company_page .pageContentAll .pageContent .business > .thisBox > .contentBox .swiperBox .swiperControl .navigation > div.rightBtn i {
    color: #AB2C31;
  }
}
#about_company_page .pageContentAll .pageContent .business > .thisBox > .contentBox .swiperBox .swiperControl .navigation > div.rightBtn:hover {
  transform: translateX(0.5vw);
}
#about_company_page .pageContentAll .pageContent .business::after {
  content: '';
  position: absolute;
  display: block;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
}
#about_company_page .pageContentAll .pageContent .jujiao > .thisBox {
  padding-top: 7vw;
}
@media (max-width:1024px) {
  #about_company_page .pageContentAll .pageContent .jujiao > .thisBox {
    padding-top: 12vw;
  }
}
#about_company_page .pageContentAll .pageContent .jujiao > .thisBox > .contentBox {
  width: 70vw;
  margin: 0 auto;
}
@media (max-width:1600px) {
  #about_company_page .pageContentAll .pageContent .jujiao > .thisBox > .contentBox {
    width: 70vw;
  }
}
@media (max-width:1300px) {
  #about_company_page .pageContentAll .pageContent .jujiao > .thisBox > .contentBox {
    width: 70vw;
  }
}
@media (max-width:1024px) {
  #about_company_page .pageContentAll .pageContent .jujiao > .thisBox > .contentBox {
    width: 90vw;
  }
}
#about_company_page .pageContentAll .pageContent .jujiao > .thisBox > .contentBox .oneBoxAll {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-gap: 1vw;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  flex-wrap: unset;
}
#about_company_page .pageContentAll .pageContent .jujiao > .thisBox > .contentBox .oneBoxAll .oneBox .aLink {
  position: relative;
  width: 16vw;
  height: 16vw;
}
@media (max-width:1024px) {
  #about_company_page .pageContentAll .pageContent .jujiao > .thisBox > .contentBox .oneBoxAll .oneBox .aLink {
    width: 34vw;
    height: 34vw;
  }
}
#about_company_page .pageContentAll .pageContent .jujiao > .thisBox > .contentBox .oneBoxAll .oneBox .aLink .imgBox {
  width: 100%;
  height: 100%;
  position: relative;
  overflow: hidden;
  clip-path: polygon(0 1vw, 1vw 0, calc(100% - 1vw) 0, 100% 1vw, 100% calc(100% - 1vw), calc(100% - 1vw) 100%, 1vw 100%, 0 calc(100% - 1vw));
}
#about_company_page .pageContentAll .pageContent .jujiao > .thisBox > .contentBox .oneBoxAll .oneBox .aLink .imgBox::before {
  content: '';
  position: absolute;
  display: block;
  top: 0;
  width: 100%;
  height: 100%;
  opacity: 0.5;
  border: 1px solid #fff;
  top: 0.5vw;
  left: 0.5vw;
  width: calc(100% - 1vw - 2px);
  height: calc(100% - 1vw - 2px);
  z-index: 2;
  pointer-events: none;
}
@media (max-width:1024px) {
  #about_company_page .pageContentAll .pageContent .jujiao > .thisBox > .contentBox .oneBoxAll .oneBox .aLink .imgBox {
    clip-path: polygon(0 2vw, 2vw 0, calc(100% - 2vw) 0, 100% 2vw, 100% calc(100% - 2vw), calc(100% - 2vw) 100%, 2vw 100%, 0 calc(100% - 2vw));
  }
  #about_company_page .pageContentAll .pageContent .jujiao > .thisBox > .contentBox .oneBoxAll .oneBox .aLink .imgBox::before {
    content: '';
    position: absolute;
    display: block;
    top: 0;
    width: 100%;
    height: 100%;
    opacity: 0.5;
    border: 1px solid #fff;
    top: 1vw;
    left: 1vw;
    width: calc(100% - 2vw - 2px);
    height: calc(100% - 2vw - 2px);
    z-index: 2;
    pointer-events: none;
  }
}
#about_company_page .pageContentAll .pageContent .jujiao > .thisBox > .contentBox .oneBoxAll .oneBox .aLink .imgBox:after {
  content: '';
  position: absolute;
  display: block;
  top: 0;
  transition-duration: 0.5s;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.56, -0.01, 0.04, 1);
  opacity: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
}
#about_company_page .pageContentAll .pageContent .jujiao > .thisBox > .contentBox .oneBoxAll .oneBox .aLink .text {
  position: absolute;
  bottom: 2vw;
  left: 2vw;
  opacity: 0.9;
  width: 80%;
}
#about_company_page .pageContentAll .pageContent .jujiao > .thisBox > .contentBox .oneBoxAll .oneBox .aLink .text .title {
  transition-duration: 0.5s;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.56, -0.01, 0.04, 1);
  font-size: clamp(12px, 1.1vw, 1.1vw);
  color: #fff;
}
@media (max-width:1024px) {
  #about_company_page .pageContentAll .pageContent .jujiao > .thisBox > .contentBox .oneBoxAll .oneBox .aLink .text .title {
    font-size: 4.2vw;
  }
}
#about_company_page .pageContentAll .pageContent .jujiao > .thisBox > .contentBox .oneBoxAll .oneBox .aLink .text .subtitle {
  opacity: 0.5;
  color: #fff;
  text-transform: uppercase;
  font-size: clamp(12px, 1.1vw, 1.1vw);
}
@media (max-width:1024px) {
  #about_company_page .pageContentAll .pageContent .jujiao > .thisBox > .contentBox .oneBoxAll .oneBox .aLink .text .subtitle {
    font-size: 4.2vw;
  }
}
#about_company_page .pageContentAll .pageContent .jujiao > .thisBox > .contentBox .oneBoxAll .oneBox .aLink .maskIn {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  opacity: 0;
  left: 0;
  pointer-events: none;
  transition-duration: 0.5s;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.56, -0.01, 0.04, 1);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  flex-wrap: unset;
}
#about_company_page .pageContentAll .pageContent .jujiao > .thisBox > .contentBox .oneBoxAll .oneBox .aLink .maskIn .ico {
  transform: translateY(100%);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  flex-wrap: unset;
  background-color: #fff;
  transition-duration: 0.5s;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.56, -0.01, 0.04, 1);
  border-radius: 50%;
  width: 2vw;
  height: 2vw;
}
@media (max-width:1024px) {
  #about_company_page .pageContentAll .pageContent .jujiao > .thisBox > .contentBox .oneBoxAll .oneBox .aLink .maskIn .ico {
    width: 8vw;
    height: 8vw;
  }
}
#about_company_page .pageContentAll .pageContent .jujiao > .thisBox > .contentBox .oneBoxAll .oneBox .aLink .maskIn .ico i {
  color: #AB2C31;
}
#about_company_page .pageContentAll .pageContent .jujiao > .thisBox > .contentBox .oneBoxAll .oneBox .aLink:hover .imgBox::after {
  opacity: 1;
}
#about_company_page .pageContentAll .pageContent .jujiao > .thisBox > .contentBox .oneBoxAll .oneBox .aLink:hover .maskIn {
  opacity: 1;
  transition-duration: 0.5s;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.56, -0.01, 0.04, 1);
  pointer-events: auto;
}
#about_company_page .pageContentAll .pageContent .jujiao > .thisBox > .contentBox .oneBoxAll .oneBox .aLink:hover .maskIn .ico {
  transform: translateY(0);
}
#about_company_page .pageContentAll .pageContent .jujiao > .thisBox > .contentBox .oneBoxAll .oneBox:nth-child(1) {
  grid-column: span 2;
}
#about_company_page .pageContentAll .pageContent .jujiao > .thisBox > .contentBox .oneBoxAll .oneBox {
  flex: 1;
}
#about_company_page .pageContentAll .pageContent .jujiao > .thisBox > .contentBox .oneBoxAll .oneBox .aLink {
  width: 100%;
}
#recruit_list_page .pageContentAll .pageContent .recruitList > .thisBox .contentBox {
  width: 70vw;
  margin: 0 auto;
}
@media (max-width:1600px) {
  #recruit_list_page .pageContentAll .pageContent .recruitList > .thisBox .contentBox {
    width: 70vw;
  }
}
@media (max-width:1300px) {
  #recruit_list_page .pageContentAll .pageContent .recruitList > .thisBox .contentBox {
    width: 70vw;
  }
}
@media (max-width:1024px) {
  #recruit_list_page .pageContentAll .pageContent .recruitList > .thisBox .contentBox {
    width: 90vw;
  }
}
#recruit_list_page .pageContentAll .pageContent .recruitList > .thisBox .contentBox .ul {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  flex-wrap: unset;
  gap: 1vw;
}
#recruit_list_page .pageContentAll .pageContent .recruitList > .thisBox .contentBox .ul .li {
  width: 100%;
}
#recruit_list_page .pageContentAll .pageContent .recruitList > .thisBox .contentBox .ul .li .hengBox {
  padding: 2vw 4vw;
  cursor: pointer;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  flex-wrap: unset;
  background-color: #EFEBE7;
  box-shadow: 2px 2px 30px rgba(194, 148, 97, 0.1);
  position: relative;
  overflow: hidden;
  clip-path: polygon(0 1vw, 1vw 0, calc(100% - 1vw) 0, 100% 1vw, 100% calc(100% - 1vw), calc(100% - 1vw) 100%, 1vw 100%, 0 calc(100% - 1vw));
  padding: 2vw;
  transition-duration: 0.5s;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.56, -0.01, 0.04, 1);
}
#recruit_list_page .pageContentAll .pageContent .recruitList > .thisBox .contentBox .ul .li .hengBox::before {
  content: '';
  position: absolute;
  display: block;
  top: 0;
  width: 100%;
  height: 100%;
  opacity: 0.5;
  border: 1px solid #fff;
  top: 0.5vw;
  left: 0.5vw;
  width: calc(100% - 1vw - 2px);
  height: calc(100% - 1vw - 2px);
  z-index: 2;
  pointer-events: none;
}
@media (max-width:1024px) {
  #recruit_list_page .pageContentAll .pageContent .recruitList > .thisBox .contentBox .ul .li .hengBox {
    clip-path: polygon(0 2vw, 2vw 0, calc(100% - 2vw) 0, 100% 2vw, 100% calc(100% - 2vw), calc(100% - 2vw) 100%, 2vw 100%, 0 calc(100% - 2vw));
  }
  #recruit_list_page .pageContentAll .pageContent .recruitList > .thisBox .contentBox .ul .li .hengBox::before {
    content: '';
    position: absolute;
    display: block;
    top: 0;
    width: 100%;
    height: 100%;
    opacity: 0.5;
    border: 1px solid #fff;
    top: 1vw;
    left: 1vw;
    width: calc(100% - 2vw - 2px);
    height: calc(100% - 2vw - 2px);
    z-index: 2;
    pointer-events: none;
  }
}
@media (max-width:1024px) {
  #recruit_list_page .pageContentAll .pageContent .recruitList > .thisBox .contentBox .ul .li .hengBox {
    padding: 6vw;
  }
}
#recruit_list_page .pageContentAll .pageContent .recruitList > .thisBox .contentBox .ul .li .hengBox::before {
  border-color: rgba(171, 44, 49, 0.2);
}
@media (max-width:1024px) {
  #recruit_list_page .pageContentAll .pageContent .recruitList > .thisBox .contentBox .ul .li .hengBox {
    padding: 6vw;
  }
}
#recruit_list_page .pageContentAll .pageContent .recruitList > .thisBox .contentBox .ul .li .hengBox .leftBox {
  display: grid;
  grid-template-columns: 2fr 1fr 1fr 1fr 1fr;
  grid-column-gap: 3vw;
  width: 90%;
}
@media (max-width:1024px) {
  #recruit_list_page .pageContentAll .pageContent .recruitList > .thisBox .contentBox .ul .li .hengBox .leftBox {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    grid-gap: 2vw;
  }
}
#recruit_list_page .pageContentAll .pageContent .recruitList > .thisBox .contentBox .ul .li .hengBox .leftBox .boxLi {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  flex-wrap: unset;
  gap: 1.3vw;
}
@media (max-width:1024px) {
  #recruit_list_page .pageContentAll .pageContent .recruitList > .thisBox .contentBox .ul .li .hengBox .leftBox .boxLi {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: flex-start;
    flex-wrap: unset;
  }
}
#recruit_list_page .pageContentAll .pageContent .recruitList > .thisBox .contentBox .ul .li .hengBox .leftBox .boxLi .bdTitle {
  color: #666;
  transition-duration: 0.5s;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.56, -0.01, 0.04, 1);
}
@media (max-width:1024px) {
  #recruit_list_page .pageContentAll .pageContent .recruitList > .thisBox .contentBox .ul .li .hengBox .leftBox .boxLi .bdTitle {
    margin-right: 4vw;
  }
}
#recruit_list_page .pageContentAll .pageContent .recruitList > .thisBox .contentBox .ul .li .hengBox .leftBox .boxLi .cout {
  font-size: clamp(12px, 1vw, 1vw);
  transition-duration: 0.5s;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.56, -0.01, 0.04, 1);
}
@media (max-width:1024px) {
  #recruit_list_page .pageContentAll .pageContent .recruitList > .thisBox .contentBox .ul .li .hengBox .leftBox .boxLi .cout {
    font-size: 4vw;
  }
}
#recruit_list_page .pageContentAll .pageContent .recruitList > .thisBox .contentBox .ul .li .hengBox .leftBox .boxLi:first-child .cout {
  color: #AB2C31;
}
#recruit_list_page .pageContentAll .pageContent .recruitList > .thisBox .contentBox .ul .li .hengBox .leftBox .boxLi:last-child {
  margin-left: 3vw;
}
@media (max-width:1024px) {
  #recruit_list_page .pageContentAll .pageContent .recruitList > .thisBox .contentBox .ul .li .hengBox .leftBox .boxLi:last-child {
    margin-left: 0;
  }
}
#recruit_list_page .pageContentAll .pageContent .recruitList > .thisBox .contentBox .ul .li .hengBox .rightBox {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  flex-wrap: unset;
  gap: 4vw;
}
#recruit_list_page .pageContentAll .pageContent .recruitList > .thisBox .contentBox .ul .li .hengBox .rightBox .ico {
  position: relative;
  width: 3vw;
  height: 3vw;
  border-radius: 50%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  flex-wrap: unset;
}
@media (max-width:1024px) {
  #recruit_list_page .pageContentAll .pageContent .recruitList > .thisBox .contentBox .ul .li .hengBox .rightBox .ico {
    width: 8vw;
    height: 8vw;
  }
}
#recruit_list_page .pageContentAll .pageContent .recruitList > .thisBox .contentBox .ul .li .hengBox .rightBox .ico span {
  width: 1.2vw;
  position: absolute;
  border-bottom: 2px solid #AB2C31;
  left: calc(50% - 0.5vw - 1px);
  top: calc(50% - 1px);
  transition-duration: 0.5s;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.56, -0.01, 0.04, 1);
}
@media (max-width:1024px) {
  #recruit_list_page .pageContentAll .pageContent .recruitList > .thisBox .contentBox .ul .li .hengBox .rightBox .ico span {
    width: 4vw;
    left: calc(50% - 2vw);
  }
}
#recruit_list_page .pageContentAll .pageContent .recruitList > .thisBox .contentBox .ul .li .hengBox .rightBox .ico span:nth-child(2) {
  transform: rotate(90deg);
}
#recruit_list_page .pageContentAll .pageContent .recruitList > .thisBox .contentBox .ul .li .hengBox.on {
  background-color: #AB2C31;
}
#recruit_list_page .pageContentAll .pageContent .recruitList > .thisBox .contentBox .ul .li .hengBox.on .leftBox .boxLi .bdTitle {
  color: #fff;
}
#recruit_list_page .pageContentAll .pageContent .recruitList > .thisBox .contentBox .ul .li .hengBox.on .leftBox .boxLi .cout {
  color: #fff;
}
#recruit_list_page .pageContentAll .pageContent .recruitList > .thisBox .contentBox .ul .li .hengBox.on .rightBox .ico span:nth-child(1) {
  transform: rotate(180deg);
  border-color: #fff;
}
#recruit_list_page .pageContentAll .pageContent .recruitList > .thisBox .contentBox .ul .li .hengBox.on .rightBox .ico span:nth-child(2) {
  transform: rotate(360deg);
  border-color: #fff;
}
#recruit_list_page .pageContentAll .pageContent .recruitList > .thisBox .contentBox .ul .li .recruitDetailBox {
  overflow: hidden;
  height: 0;
  position: relative;
}
#recruit_list_page .pageContentAll .pageContent .recruitList > .thisBox .contentBox .ul .li .recruitDetailBox .detailContentBox {
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  border-left: none;
  border-right: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  flex-wrap: unset;
  gap: 1vw;
  padding-top: 0.5vw;
}
#recruit_list_page .pageContentAll .pageContent .recruitList > .thisBox .contentBox .ul .li .recruitDetailBox .detailContentBox .coutBox {
  background-color: #EFEBE7;
  box-shadow: 2px 2px 30px rgba(194, 148, 97, 0.1);
  position: relative;
  overflow: hidden;
  clip-path: polygon(0 1vw, 1vw 0, calc(100% - 1vw) 0, 100% 1vw, 100% calc(100% - 1vw), calc(100% - 1vw) 100%, 1vw 100%, 0 calc(100% - 1vw));
  padding: 2vw;
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  flex-wrap: unset;
  padding: 4vw;
  gap: 1vw;
}
#recruit_list_page .pageContentAll .pageContent .recruitList > .thisBox .contentBox .ul .li .recruitDetailBox .detailContentBox .coutBox::before {
  content: '';
  position: absolute;
  display: block;
  top: 0;
  width: 100%;
  height: 100%;
  opacity: 0.5;
  border: 1px solid #fff;
  top: 0.5vw;
  left: 0.5vw;
  width: calc(100% - 1vw - 2px);
  height: calc(100% - 1vw - 2px);
  z-index: 2;
  pointer-events: none;
}
@media (max-width:1024px) {
  #recruit_list_page .pageContentAll .pageContent .recruitList > .thisBox .contentBox .ul .li .recruitDetailBox .detailContentBox .coutBox {
    clip-path: polygon(0 2vw, 2vw 0, calc(100% - 2vw) 0, 100% 2vw, 100% calc(100% - 2vw), calc(100% - 2vw) 100%, 2vw 100%, 0 calc(100% - 2vw));
  }
  #recruit_list_page .pageContentAll .pageContent .recruitList > .thisBox .contentBox .ul .li .recruitDetailBox .detailContentBox .coutBox::before {
    content: '';
    position: absolute;
    display: block;
    top: 0;
    width: 100%;
    height: 100%;
    opacity: 0.5;
    border: 1px solid #fff;
    top: 1vw;
    left: 1vw;
    width: calc(100% - 2vw - 2px);
    height: calc(100% - 2vw - 2px);
    z-index: 2;
    pointer-events: none;
  }
}
@media (max-width:1024px) {
  #recruit_list_page .pageContentAll .pageContent .recruitList > .thisBox .contentBox .ul .li .recruitDetailBox .detailContentBox .coutBox {
    padding: 6vw;
  }
}
#recruit_list_page .pageContentAll .pageContent .recruitList > .thisBox .contentBox .ul .li .recruitDetailBox .detailContentBox .coutBox::before {
  border-color: rgba(171, 44, 49, 0.2);
}
#recruit_list_page .pageContentAll .pageContent .recruitList > .thisBox .contentBox .ul .li .recruitDetailBox .detailContentBox .coutBox .box .bbtt {
  position: relative;
  font-size: clamp(12px, 1.2vw, 1.2vw);
  margin-bottom: 0.4vw;
  font-weight: bold;
  width: 100%;
  padding-left: 1vw;
}
@media (max-width:1024px) {
  #recruit_list_page .pageContentAll .pageContent .recruitList > .thisBox .contentBox .ul .li .recruitDetailBox .detailContentBox .coutBox .box .bbtt {
    font-size: 4.4vw;
  }
}
@media (max-width:1024px) {
  #recruit_list_page .pageContentAll .pageContent .recruitList > .thisBox .contentBox .ul .li .recruitDetailBox .detailContentBox .coutBox .box .bbtt {
    padding-left: 4vw;
  }
}
#recruit_list_page .pageContentAll .pageContent .recruitList > .thisBox .contentBox .ul .li .recruitDetailBox .detailContentBox .coutBox .box .bbtt::before {
  left: 0;
  content: '';
  position: absolute;
  display: block;
  top: 50%;
  transform: translateY(-50%);
  width: 0.3vw;
  height: 1.4vw;
  border-radius: 1vw;
  background-color: #AB2C31;
}
@media (max-width:1024px) {
  #recruit_list_page .pageContentAll .pageContent .recruitList > .thisBox .contentBox .ul .li .recruitDetailBox .detailContentBox .coutBox .box .bbtt::before {
    width: 1vw;
    height: 5vw;
  }
}
#recruit_list_page .pageContentAll .pageContent .recruitList > .thisBox .contentBox .ul .li .recruitDetailBox .detailContentBox .coutBox .box .wenzhang {
  padding-left: 1vw;
  width: 100%;
  line-height: 2em;
}
#recruit_idea_page .pageContentAll .pageContent .recruitLinian > .thisBox > .contentBox {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  flex-wrap: unset;
  width: 70vw;
  margin: 0 auto;
  height: 24vw;
}
@media (max-width:1600px) {
  #recruit_idea_page .pageContentAll .pageContent .recruitLinian > .thisBox > .contentBox {
    width: 70vw;
  }
}
@media (max-width:1300px) {
  #recruit_idea_page .pageContentAll .pageContent .recruitLinian > .thisBox > .contentBox {
    width: 70vw;
  }
}
@media (max-width:1024px) {
  #recruit_idea_page .pageContentAll .pageContent .recruitLinian > .thisBox > .contentBox {
    width: 90vw;
  }
}
@media (max-width:1024px) {
  #recruit_idea_page .pageContentAll .pageContent .recruitLinian > .thisBox > .contentBox {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    flex-wrap: unset;
    height: unset;
  }
}
#recruit_idea_page .pageContentAll .pageContent .recruitLinian > .thisBox > .contentBox .imgBox {
  height: 100%;
  width: 50%;
  position: relative;
  overflow: hidden;
  clip-path: polygon(0 1vw, 1vw 0, calc(100% - 1vw) 0, 100% 1vw, 100% calc(100% - 1vw), calc(100% - 1vw) 100%, 1vw 100%, 0 calc(100% - 1vw));
}
#recruit_idea_page .pageContentAll .pageContent .recruitLinian > .thisBox > .contentBox .imgBox::before {
  content: '';
  position: absolute;
  display: block;
  top: 0;
  width: 100%;
  height: 100%;
  opacity: 0.5;
  border: 1px solid #fff;
  top: 0.5vw;
  left: 0.5vw;
  width: calc(100% - 1vw - 2px);
  height: calc(100% - 1vw - 2px);
  z-index: 2;
  pointer-events: none;
}
@media (max-width:1024px) {
  #recruit_idea_page .pageContentAll .pageContent .recruitLinian > .thisBox > .contentBox .imgBox {
    clip-path: polygon(0 2vw, 2vw 0, calc(100% - 2vw) 0, 100% 2vw, 100% calc(100% - 2vw), calc(100% - 2vw) 100%, 2vw 100%, 0 calc(100% - 2vw));
  }
  #recruit_idea_page .pageContentAll .pageContent .recruitLinian > .thisBox > .contentBox .imgBox::before {
    content: '';
    position: absolute;
    display: block;
    top: 0;
    width: 100%;
    height: 100%;
    opacity: 0.5;
    border: 1px solid #fff;
    top: 1vw;
    left: 1vw;
    width: calc(100% - 2vw - 2px);
    height: calc(100% - 2vw - 2px);
    z-index: 2;
    pointer-events: none;
  }
}
@media (max-width:1024px) {
  #recruit_idea_page .pageContentAll .pageContent .recruitLinian > .thisBox > .contentBox .imgBox {
    width: 100%;
    height: 50vw;
  }
}
#recruit_idea_page .pageContentAll .pageContent .recruitLinian > .thisBox > .contentBox .textBox {
  width: 50%;
  background-color: #EFEBE7;
  box-shadow: 2px 2px 30px rgba(194, 148, 97, 0.1);
  position: relative;
  overflow: hidden;
  clip-path: polygon(0 1vw, 1vw 0, calc(100% - 1vw) 0, 100% 1vw, 100% calc(100% - 1vw), calc(100% - 1vw) 100%, 1vw 100%, 0 calc(100% - 1vw));
  padding: 2vw;
  height: 100%;
  padding-left: 4vw;
}
#recruit_idea_page .pageContentAll .pageContent .recruitLinian > .thisBox > .contentBox .textBox::before {
  content: '';
  position: absolute;
  display: block;
  top: 0;
  width: 100%;
  height: 100%;
  opacity: 0.5;
  border: 1px solid #fff;
  top: 0.5vw;
  left: 0.5vw;
  width: calc(100% - 1vw - 2px);
  height: calc(100% - 1vw - 2px);
  z-index: 2;
  pointer-events: none;
}
@media (max-width:1024px) {
  #recruit_idea_page .pageContentAll .pageContent .recruitLinian > .thisBox > .contentBox .textBox {
    clip-path: polygon(0 2vw, 2vw 0, calc(100% - 2vw) 0, 100% 2vw, 100% calc(100% - 2vw), calc(100% - 2vw) 100%, 2vw 100%, 0 calc(100% - 2vw));
  }
  #recruit_idea_page .pageContentAll .pageContent .recruitLinian > .thisBox > .contentBox .textBox::before {
    content: '';
    position: absolute;
    display: block;
    top: 0;
    width: 100%;
    height: 100%;
    opacity: 0.5;
    border: 1px solid #fff;
    top: 1vw;
    left: 1vw;
    width: calc(100% - 2vw - 2px);
    height: calc(100% - 2vw - 2px);
    z-index: 2;
    pointer-events: none;
  }
}
@media (max-width:1024px) {
  #recruit_idea_page .pageContentAll .pageContent .recruitLinian > .thisBox > .contentBox .textBox {
    padding: 6vw;
  }
}
#recruit_idea_page .pageContentAll .pageContent .recruitLinian > .thisBox > .contentBox .textBox::before {
  border-color: rgba(171, 44, 49, 0.2);
}
@media (max-width:1024px) {
  #recruit_idea_page .pageContentAll .pageContent .recruitLinian > .thisBox > .contentBox .textBox {
    width: 100%;
    padding: 6vw;
  }
}
#recruit_idea_page .pageContentAll .pageContent .recruitLinian > .thisBox > .contentBox .textBox .content p {
  font-size: clamp(12px, 1vw, 1vw);
  line-height: 2em;
}
@media (max-width:1024px) {
  #recruit_idea_page .pageContentAll .pageContent .recruitLinian > .thisBox > .contentBox .textBox .content p {
    font-size: 4vw;
  }
}
#recruit_idea_page .pageContentAll .pageContent .recruitFuli > .thisBox {
  padding-top: 7vw;
}
@media (max-width:1024px) {
  #recruit_idea_page .pageContentAll .pageContent .recruitFuli > .thisBox {
    padding-top: 12vw;
  }
}
#recruit_idea_page .pageContentAll .pageContent .recruitFuli > .thisBox > .contentBox {
  width: 70vw;
  margin: 0 auto;
}
@media (max-width:1600px) {
  #recruit_idea_page .pageContentAll .pageContent .recruitFuli > .thisBox > .contentBox {
    width: 70vw;
  }
}
@media (max-width:1300px) {
  #recruit_idea_page .pageContentAll .pageContent .recruitFuli > .thisBox > .contentBox {
    width: 70vw;
  }
}
@media (max-width:1024px) {
  #recruit_idea_page .pageContentAll .pageContent .recruitFuli > .thisBox > .contentBox {
    width: 90vw;
  }
}
#recruit_idea_page .pageContentAll .pageContent .recruitFuli > .thisBox > .contentBox .ul {
  flex-direction: row;
  align-items: center;
  flex-wrap: unset;
  gap: 1vw;
  display: flex;
  flex-wrap: wrap;
  gap: 2vw;
  justify-content: center;
}
#recruit_idea_page .pageContentAll .pageContent .recruitFuli > .thisBox > .contentBox .ul > li {
  width: calc(100% / 4 - (4 - 1) * 2vw / 4);
}
@media (max-width:1024px) {
  #recruit_idea_page .pageContentAll .pageContent .recruitFuli > .thisBox > .contentBox .ul {
    display: flex;
    flex-wrap: wrap;
    gap: 4vw;
  }
  #recruit_idea_page .pageContentAll .pageContent .recruitFuli > .thisBox > .contentBox .ul > li {
    width: calc(100% / 2 - (2 - 1) * 4vw / 2);
  }
}
#recruit_idea_page .pageContentAll .pageContent .recruitFuli > .thisBox > .contentBox .ul .li {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  flex-wrap: unset;
  background-color: #EFEBE7;
  box-shadow: 2px 2px 30px rgba(194, 148, 97, 0.1);
  position: relative;
  overflow: hidden;
  clip-path: polygon(0 1vw, 1vw 0, calc(100% - 1vw) 0, 100% 1vw, 100% calc(100% - 1vw), calc(100% - 1vw) 100%, 1vw 100%, 0 calc(100% - 1vw));
  padding: 2vw;
  height: 10vw;
}
#recruit_idea_page .pageContentAll .pageContent .recruitFuli > .thisBox > .contentBox .ul .li::before {
  content: '';
  position: absolute;
  display: block;
  top: 0;
  width: 100%;
  height: 100%;
  opacity: 0.5;
  border: 1px solid #fff;
  top: 0.5vw;
  left: 0.5vw;
  width: calc(100% - 1vw - 2px);
  height: calc(100% - 1vw - 2px);
  z-index: 2;
  pointer-events: none;
}
@media (max-width:1024px) {
  #recruit_idea_page .pageContentAll .pageContent .recruitFuli > .thisBox > .contentBox .ul .li {
    clip-path: polygon(0 2vw, 2vw 0, calc(100% - 2vw) 0, 100% 2vw, 100% calc(100% - 2vw), calc(100% - 2vw) 100%, 2vw 100%, 0 calc(100% - 2vw));
  }
  #recruit_idea_page .pageContentAll .pageContent .recruitFuli > .thisBox > .contentBox .ul .li::before {
    content: '';
    position: absolute;
    display: block;
    top: 0;
    width: 100%;
    height: 100%;
    opacity: 0.5;
    border: 1px solid #fff;
    top: 1vw;
    left: 1vw;
    width: calc(100% - 2vw - 2px);
    height: calc(100% - 2vw - 2px);
    z-index: 2;
    pointer-events: none;
  }
}
@media (max-width:1024px) {
  #recruit_idea_page .pageContentAll .pageContent .recruitFuli > .thisBox > .contentBox .ul .li {
    padding: 6vw;
  }
}
#recruit_idea_page .pageContentAll .pageContent .recruitFuli > .thisBox > .contentBox .ul .li::before {
  border-color: rgba(171, 44, 49, 0.2);
}
@media (max-width:1024px) {
  #recruit_idea_page .pageContentAll .pageContent .recruitFuli > .thisBox > .contentBox .ul .li {
    padding: 6vw;
    height: unset;
    min-height: 40vw;
  }
}
#recruit_idea_page .pageContentAll .pageContent .recruitFuli > .thisBox > .contentBox .ul .li .title {
  color: #AB2C31;
  font-size: clamp(12px, 1.3vw, 1.3vw);
}
@media (max-width:1024px) {
  #recruit_idea_page .pageContentAll .pageContent .recruitFuli > .thisBox > .contentBox .ul .li .title {
    font-size: 4.6vw;
  }
}
#recruit_idea_page .pageContentAll .pageContent .recruitFuli > .thisBox > .contentBox .ul .li .xian {
  width: 100%;
  height: 1px;
  background-color: #AB2C31;
  margin: 0.6vw 0;
  width: 30%;
  opacity: 0.6;
}
@media (max-width:1024px) {
  #recruit_idea_page .pageContentAll .pageContent .recruitFuli > .thisBox > .contentBox .ul .li .xian {
    margin: 2vw 0;
  }
}
#recruit_idea_page .pageContentAll .pageContent .recruitFuli > .thisBox > .contentBox .ul .li .miaoshu {
  text-align: center;
}
#news_detail_page .pageContentAll .pageContent .wenzhangBox > .thisBox .contentBox {
  width: 70vw;
  margin: 0 auto;
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  justify-content: center;
  flex-wrap: unset;
}
@media (max-width:1600px) {
  #news_detail_page .pageContentAll .pageContent .wenzhangBox > .thisBox .contentBox {
    width: 70vw;
  }
}
@media (max-width:1300px) {
  #news_detail_page .pageContentAll .pageContent .wenzhangBox > .thisBox .contentBox {
    width: 70vw;
  }
}
@media (max-width:1024px) {
  #news_detail_page .pageContentAll .pageContent .wenzhangBox > .thisBox .contentBox {
    width: 90vw;
  }
}
@media (max-width:1024px) {
  #news_detail_page .pageContentAll .pageContent .wenzhangBox > .thisBox .contentBox {
    width: 90%;
  }
}
#news_detail_page .pageContentAll .pageContent .wenzhangBox > .thisBox .contentBox .newsCoutAll {
  padding-right: 4vw;
  width: calc(100% - 20vw);
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  flex-wrap: unset;
  gap: 1vw;
}
@media (max-width:1024px) {
  #news_detail_page .pageContentAll .pageContent .wenzhangBox > .thisBox .contentBox .newsCoutAll {
    padding-right: 0;
    width: 100%;
    gap: 3vw;
  }
}
#news_detail_page .pageContentAll .pageContent .wenzhangBox > .thisBox .contentBox .newsCoutAll .lujing {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  flex-wrap: unset;
}
#news_detail_page .pageContentAll .pageContent .wenzhangBox > .thisBox .contentBox .newsCoutAll .lujing * {
  font-size: clamp(12px, 0.7vw, 0.7vw);
  margin: 0 0.4vw;
}
@media (max-width:1024px) {
  #news_detail_page .pageContentAll .pageContent .wenzhangBox > .thisBox .contentBox .newsCoutAll .lujing * {
    font-size: 3.4vw;
  }
}
#news_detail_page .pageContentAll .pageContent .wenzhangBox > .thisBox .contentBox .newsCoutAll .lujing a {
  opacity: 0.5;
}
#news_detail_page .pageContentAll .pageContent .wenzhangBox > .thisBox .contentBox .newsCoutAll .lujing a:hover {
  color: #AB2C31;
  opacity: 1;
}
#news_detail_page .pageContentAll .pageContent .wenzhangBox > .thisBox .contentBox .newsCoutAll .wenzhangName {
  font-size: clamp(12px, 1.7vw, 1.7vw);
  font-family: 'cn1';
}
@media (max-width:1024px) {
  #news_detail_page .pageContentAll .pageContent .wenzhangBox > .thisBox .contentBox .newsCoutAll .wenzhangName {
    font-size: 5.4vw;
  }
}
#news_detail_page .pageContentAll .pageContent .wenzhangBox > .thisBox .contentBox .newsCoutAll .date {
  font-size: clamp(12px, 1vw, 1vw);
  font-family: 'cn1';
  color: #AB2C31;
}
@media (max-width:1024px) {
  #news_detail_page .pageContentAll .pageContent .wenzhangBox > .thisBox .contentBox .newsCoutAll .date {
    font-size: 4vw;
  }
}
@media (max-width:1024px) {
  #news_detail_page .pageContentAll .pageContent .wenzhangBox > .thisBox .contentBox .newsCoutAll .date {
    font-size: 5vw;
  }
}
#news_detail_page .pageContentAll .pageContent .wenzhangBox > .thisBox .contentBox .newsCoutAll .xian {
  width: 100%;
  height: 1px;
  background-color: #ccc;
  margin: 1vw 0;
}
@media (max-width:1024px) {
  #news_detail_page .pageContentAll .pageContent .wenzhangBox > .thisBox .contentBox .newsCoutAll .xian {
    margin: 3vw 0;
  }
}
#news_detail_page .pageContentAll .pageContent .wenzhangBox > .thisBox .contentBox .newsCoutAll .detailContentBox .content {
  width: 100%;
}
#news_detail_page .pageContentAll .pageContent .wenzhangBox > .thisBox .contentBox .newsCoutAll .detailContentBox .content p {
  font-size: clamp(12px, 0.9vw, 0.9vw);
  text-align: justify;
}
@media (max-width:1024px) {
  #news_detail_page .pageContentAll .pageContent .wenzhangBox > .thisBox .contentBox .newsCoutAll .detailContentBox .content p {
    font-size: 3.8vw;
  }
}
#news_detail_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) {
  #news_detail_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;
  }
}
#news_detail_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) {
  #news_detail_page .pageContentAll .pageContent .wenzhangBox > .thisBox .contentBox .newsCoutAll .moreLink .moreBox {
    gap: 3vw;
  }
}
#news_detail_page .pageContentAll .pageContent .wenzhangBox > .thisBox .contentBox .newsCoutAll .moreLink .moreBox .link {
  font-size: clamp(12px, 1vw, 1vw);
}
@media (max-width:1024px) {
  #news_detail_page .pageContentAll .pageContent .wenzhangBox > .thisBox .contentBox .newsCoutAll .moreLink .moreBox .link {
    font-size: 4vw;
  }
}
#news_detail_page .pageContentAll .pageContent .wenzhangBox > .thisBox .contentBox .newsCoutAll .moreLink .moreBox .link:hover {
  text-decoration: underline;
  color: #AB2C31;
}
#news_detail_page .pageContentAll .pageContent .wenzhangBox > .thisBox .contentBox .rightCout {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  flex-wrap: unset;
  gap: 4vw;
  background-color: #EFEBE7;
  box-shadow: 2px 2px 30px rgba(194, 148, 97, 0.1);
  position: relative;
  overflow: hidden;
  clip-path: polygon(0 1vw, 1vw 0, calc(100% - 1vw) 0, 100% 1vw, 100% calc(100% - 1vw), calc(100% - 1vw) 100%, 1vw 100%, 0 calc(100% - 1vw));
  padding: 2vw;
}
#news_detail_page .pageContentAll .pageContent .wenzhangBox > .thisBox .contentBox .rightCout::before {
  content: '';
  position: absolute;
  display: block;
  top: 0;
  width: 100%;
  height: 100%;
  opacity: 0.5;
  border: 1px solid #fff;
  top: 0.5vw;
  left: 0.5vw;
  width: calc(100% - 1vw - 2px);
  height: calc(100% - 1vw - 2px);
  z-index: 2;
  pointer-events: none;
}
@media (max-width:1024px) {
  #news_detail_page .pageContentAll .pageContent .wenzhangBox > .thisBox .contentBox .rightCout {
    clip-path: polygon(0 2vw, 2vw 0, calc(100% - 2vw) 0, 100% 2vw, 100% calc(100% - 2vw), calc(100% - 2vw) 100%, 2vw 100%, 0 calc(100% - 2vw));
  }
  #news_detail_page .pageContentAll .pageContent .wenzhangBox > .thisBox .contentBox .rightCout::before {
    content: '';
    position: absolute;
    display: block;
    top: 0;
    width: 100%;
    height: 100%;
    opacity: 0.5;
    border: 1px solid #fff;
    top: 1vw;
    left: 1vw;
    width: calc(100% - 2vw - 2px);
    height: calc(100% - 2vw - 2px);
    z-index: 2;
    pointer-events: none;
  }
}
@media (max-width:1024px) {
  #news_detail_page .pageContentAll .pageContent .wenzhangBox > .thisBox .contentBox .rightCout {
    padding: 6vw;
  }
}
#news_detail_page .pageContentAll .pageContent .wenzhangBox > .thisBox .contentBox .rightCout::before {
  border-color: rgba(171, 44, 49, 0.2);
}
@media (max-width:1024px) {
  #news_detail_page .pageContentAll .pageContent .wenzhangBox > .thisBox .contentBox .rightCout {
    display: none;
  }
}
#news_detail_page .pageContentAll .pageContent .wenzhangBox > .thisBox .contentBox .rightCout .titleBiaoti {
  width: 100%;
  font-size: clamp(12px, 1.3vw, 1.3vw);
}
@media (max-width:1024px) {
  #news_detail_page .pageContentAll .pageContent .wenzhangBox > .thisBox .contentBox .rightCout .titleBiaoti {
    font-size: 4.6vw;
  }
}
#news_detail_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;
}
#news_detail_page .pageContentAll .pageContent .wenzhangBox > .thisBox .contentBox .rightCout .hotNews .ul {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  flex-wrap: unset;
}
#news_detail_page .pageContentAll .pageContent .wenzhangBox > .thisBox .contentBox .rightCout .hotNews .ul .li {
  padding: 1vw 0;
  border-bottom: 1px solid #ddd;
  width: 100%;
}
#news_detail_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: 5vw;
}
#news_detail_page .pageContentAll .pageContent .wenzhangBox > .thisBox .contentBox .rightCout .hotNews .ul .li .aBox .imgBox {
  width: 40%;
  position: relative;
  overflow: hidden;
  clip-path: polygon(0 0.6vw, 0.6vw 0, calc(100% - 0.6vw) 0, 100% 0.6vw, 100% calc(100% - 0.6vw), calc(100% - 0.6vw) 100%, 0.6vw 100%, 0 calc(100% - 0.6vw));
  height: 100%;
}
#news_detail_page .pageContentAll .pageContent .wenzhangBox > .thisBox .contentBox .rightCout .hotNews .ul .li .aBox .imgBox::before {
  content: '';
  position: absolute;
  display: block;
  top: 0;
  width: 100%;
  height: 100%;
  opacity: 0.5;
  border: 1px solid #fff;
  top: 0.3vw;
  left: 0.3vw;
  width: calc(100% - 0.6vw - 2px);
  height: calc(100% - 0.6vw - 2px);
  z-index: 2;
  pointer-events: none;
}
@media (max-width:1024px) {
  #news_detail_page .pageContentAll .pageContent .wenzhangBox > .thisBox .contentBox .rightCout .hotNews .ul .li .aBox .imgBox {
    clip-path: polygon(0 2vw, 2vw 0, calc(100% - 2vw) 0, 100% 2vw, 100% calc(100% - 2vw), calc(100% - 2vw) 100%, 2vw 100%, 0 calc(100% - 2vw));
  }
  #news_detail_page .pageContentAll .pageContent .wenzhangBox > .thisBox .contentBox .rightCout .hotNews .ul .li .aBox .imgBox::before {
    content: '';
    position: absolute;
    display: block;
    top: 0;
    width: 100%;
    height: 100%;
    opacity: 0.5;
    border: 1px solid #fff;
    top: 1vw;
    left: 1vw;
    width: calc(100% - 2vw - 2px);
    height: calc(100% - 2vw - 2px);
    z-index: 2;
    pointer-events: none;
  }
}
#news_detail_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;
}
#news_detail_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: 2;
  -webkit-box-orient: vertical;
}
@media (max-width:1024px) {
  #news_detail_page .pageContentAll .pageContent .wenzhangBox > .thisBox .contentBox .rightCout .hotNews .ul .li .aBox .textBox .title {
    font-size: 3.8vw;
  }
}
#news_detail_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) {
  #news_detail_page .pageContentAll .pageContent .wenzhangBox > .thisBox .contentBox .rightCout .hotNews .ul .li .aBox .textBox .date {
    font-size: 3.4vw;
  }
}
#news_detail_page .pageContentAll .pageContent .wenzhangBox > .thisBox .contentBox .rightCout .hotNews .ul .li .aBox:hover .textBox .title {
  color: #AB2C31;
}
#news_detail_page .pageContentAll .pageContent .wenzhangBox > .thisBox .contentBox .rightCout .contact {
  width: 100%;
}
#news_detail_page .pageContentAll .pageContent .wenzhangBox > .thisBox .contentBox .rightCout .contact .cout {
  margin-top: 1vw;
  background-color: rgba(171, 44, 49, 0.05);
  padding: 2vw;
  border-radius: 1vw;
}
#news_detail_page .pageContentAll .pageContent .wenzhangBox > .thisBox .contentBox .rightCout .contact .cout .txt {
  font-size: clamp(12px, 1.1vw, 1.1vw);
}
@media (max-width:1024px) {
  #news_detail_page .pageContentAll .pageContent .wenzhangBox > .thisBox .contentBox .rightCout .contact .cout .txt {
    font-size: 4.2vw;
  }
}
#product_page .pageContentAll .pageContent .productList > .thisBox > .contentBox {
  width: 70vw;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  flex-wrap: unset;
}
@media (max-width:1600px) {
  #product_page .pageContentAll .pageContent .productList > .thisBox > .contentBox {
    width: 70vw;
  }
}
@media (max-width:1300px) {
  #product_page .pageContentAll .pageContent .productList > .thisBox > .contentBox {
    width: 70vw;
  }
}
@media (max-width:1024px) {
  #product_page .pageContentAll .pageContent .productList > .thisBox > .contentBox {
    width: 90vw;
  }
}
#product_page .pageContentAll .pageContent .productList > .thisBox > .contentBox .ul {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  gap: 2vw;
}
#product_page .pageContentAll .pageContent .productList > .thisBox > .contentBox .ul > li {
  width: calc(100% / 3 - (3 - 1) * 2vw / 3);
}
@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: #EFEBE7;
  box-shadow: 2px 2px 30px rgba(194, 148, 97, 0.1);
  position: relative;
  overflow: hidden;
  clip-path: polygon(0 1vw, 1vw 0, calc(100% - 1vw) 0, 100% 1vw, 100% calc(100% - 1vw), calc(100% - 1vw) 100%, 1vw 100%, 0 calc(100% - 1vw));
  padding: 2vw;
  padding: 3vw 2vw 2vw 2vw;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  flex-wrap: unset;
  transition-duration: 0.5s;
  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::before {
  content: '';
  position: absolute;
  display: block;
  top: 0;
  width: 100%;
  height: 100%;
  opacity: 0.5;
  border: 1px solid #fff;
  top: 0.5vw;
  left: 0.5vw;
  width: calc(100% - 1vw - 2px);
  height: calc(100% - 1vw - 2px);
  z-index: 2;
  pointer-events: none;
}
@media (max-width:1024px) {
  #product_page .pageContentAll .pageContent .productList > .thisBox > .contentBox .ul .li .aBox {
    clip-path: polygon(0 2vw, 2vw 0, calc(100% - 2vw) 0, 100% 2vw, 100% calc(100% - 2vw), calc(100% - 2vw) 100%, 2vw 100%, 0 calc(100% - 2vw));
  }
  #product_page .pageContentAll .pageContent .productList > .thisBox > .contentBox .ul .li .aBox::before {
    content: '';
    position: absolute;
    display: block;
    top: 0;
    width: 100%;
    height: 100%;
    opacity: 0.5;
    border: 1px solid #fff;
    top: 1vw;
    left: 1vw;
    width: calc(100% - 2vw - 2px);
    height: calc(100% - 2vw - 2px);
    z-index: 2;
    pointer-events: none;
  }
}
@media (max-width:1024px) {
  #product_page .pageContentAll .pageContent .productList > .thisBox > .contentBox .ul .li .aBox {
    padding: 6vw;
  }
}
#product_page .pageContentAll .pageContent .productList > .thisBox > .contentBox .ul .li .aBox::before {
  border-color: rgba(171, 44, 49, 0.2);
}
@media (max-width:1024px) {
  #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.1vw, 1.1vw);
}
@media (max-width:1024px) {
  #product_page .pageContentAll .pageContent .productList > .thisBox > .contentBox .ul .li .aBox .title {
    font-size: 4.2vw;
  }
}
#product_page .pageContentAll .pageContent .productList > .thisBox > .contentBox .ul .li .aBox .subtitle {
  text-transform: uppercase;
}
#product_page .pageContentAll .pageContent .productList > .thisBox > .contentBox .ul .li .aBox .imgBox {
  margin: 2vw 0;
  width: 100%;
  height: 12vw;
  transition-duration: 0.5s;
  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: 50vw;
    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 #ccc;
  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.5s;
  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.5s;
  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.5s;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.56, -0.01, 0.04, 1);
  width: 0;
  height: 100%;
  background-color: #AB2C31;
}
@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: #E8C68E;
  }
  #product_page .pageContentAll .pageContent .productList > .thisBox > .contentBox .ul .li .aBox:hover .proMore i {
    color: #E8C68E;
  }
  #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: #E8C68E;
  }
  #product_page .pageContentAll .pageContent .productList > .thisBox > .contentBox .ul .li .aBox .proMore i {
    color: #E8C68E;
  }
  #product_page .pageContentAll .pageContent .productList > .thisBox > .contentBox .ul .li .aBox .proMore::after {
    width: 100%;
  }
}
#product_detail_page .pageContentAll {
  padding-top: 5vw;
}
@media (max-width:1600px) {
  #product_detail_page .pageContentAll {
    padding-top: 5vw;
  }
}
@media (max-width:1300px) {
  #product_detail_page .pageContentAll {
    padding-top: 5vw;
  }
}
@media (max-width:1024px) {
  #product_detail_page .pageContentAll {
    padding-top: 14vw;
  }
}
#product_detail_page .pageContentAll .pageContent .proDetail > .thisBox .contentBox {
  width: 70vw;
  margin: 0 auto;
}
@media (max-width:1600px) {
  #product_detail_page .pageContentAll .pageContent .proDetail > .thisBox .contentBox {
    width: 70vw;
  }
}
@media (max-width:1300px) {
  #product_detail_page .pageContentAll .pageContent .proDetail > .thisBox .contentBox {
    width: 70vw;
  }
}
@media (max-width:1024px) {
  #product_detail_page .pageContentAll .pageContent .proDetail > .thisBox .contentBox {
    width: 90vw;
  }
}
#product_detail_page .pageContentAll .pageContent .proDetail > .thisBox .contentBox .topInfoCout {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  justify-content: space-between;
  flex-wrap: unset;
}
@media (max-width:1024px) {
  #product_detail_page .pageContentAll .pageContent .proDetail > .thisBox .contentBox .topInfoCout {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    flex-wrap: unset;
  }
}
#product_detail_page .pageContentAll .pageContent .proDetail > .thisBox .contentBox .topInfoCout .leftCout {
  width: 45%;
  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 .proDetail > .thisBox .contentBox .topInfoCout .leftCout {
    width: 100%;
    gap: 4vw;
  }
}
#product_detail_page .pageContentAll .pageContent .proDetail > .thisBox .contentBox .topInfoCout .leftCout .imgBoxAll {
  width: 100%;
  height: calc(100% - 4svw);
  background-color: #EFEBE7;
  box-shadow: 2px 2px 30px rgba(194, 148, 97, 0.1);
  position: relative;
  overflow: hidden;
  clip-path: polygon(0 1vw, 1vw 0, calc(100% - 1vw) 0, 100% 1vw, 100% calc(100% - 1vw), calc(100% - 1vw) 100%, 1vw 100%, 0 calc(100% - 1vw));
  padding: 2vw;
}
@media (max-width:1024px) {
  #product_detail_page .pageContentAll .pageContent .proDetail > .thisBox .contentBox .topInfoCout .leftCout .imgBoxAll {
    height: 80vw;
  }
}
#product_detail_page .pageContentAll .pageContent .proDetail > .thisBox .contentBox .topInfoCout .leftCout .imgBoxAll::before {
  content: '';
  position: absolute;
  display: block;
  top: 0;
  width: 100%;
  height: 100%;
  opacity: 0.5;
  border: 1px solid #fff;
  top: 0.5vw;
  left: 0.5vw;
  width: calc(100% - 1vw - 2px);
  height: calc(100% - 1vw - 2px);
  z-index: 2;
  pointer-events: none;
}
@media (max-width:1024px) {
  #product_detail_page .pageContentAll .pageContent .proDetail > .thisBox .contentBox .topInfoCout .leftCout .imgBoxAll {
    clip-path: polygon(0 2vw, 2vw 0, calc(100% - 2vw) 0, 100% 2vw, 100% calc(100% - 2vw), calc(100% - 2vw) 100%, 2vw 100%, 0 calc(100% - 2vw));
  }
  #product_detail_page .pageContentAll .pageContent .proDetail > .thisBox .contentBox .topInfoCout .leftCout .imgBoxAll::before {
    content: '';
    position: absolute;
    display: block;
    top: 0;
    width: 100%;
    height: 100%;
    opacity: 0.5;
    border: 1px solid #fff;
    top: 1vw;
    left: 1vw;
    width: calc(100% - 2vw - 2px);
    height: calc(100% - 2vw - 2px);
    z-index: 2;
    pointer-events: none;
  }
}
@media (max-width:1024px) {
  #product_detail_page .pageContentAll .pageContent .proDetail > .thisBox .contentBox .topInfoCout .leftCout .imgBoxAll {
    padding: 6vw;
  }
}
#product_detail_page .pageContentAll .pageContent .proDetail > .thisBox .contentBox .topInfoCout .leftCout .imgBoxAll::before {
  border-color: rgba(171, 44, 49, 0.2);
}
#product_detail_page .pageContentAll .pageContent .proDetail > .thisBox .contentBox .topInfoCout .leftCout .imgBoxAll .oneImg {
  width: 100%;
  height: 100%;
}
#product_detail_page .pageContentAll .pageContent .proDetail > .thisBox .contentBox .topInfoCout .leftCout .imgBoxAll .oneImg .imgBox {
  width: 100%;
  height: 100%;
}
#product_detail_page .pageContentAll .pageContent .proDetail > .thisBox .contentBox .topInfoCout .leftCout .imgBoxAll .oneImg .imgBox img {
  object-fit: contain;
}
#product_detail_page .pageContentAll .pageContent .proDetail > .thisBox .contentBox .topInfoCout .rightCout {
  width: 45%;
}
@media (max-width:1024px) {
  #product_detail_page .pageContentAll .pageContent .proDetail > .thisBox .contentBox .topInfoCout .rightCout {
    width: 100%;
    padding: 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    flex-wrap: unset;
    margin-top: 6vw;
  }
}
#product_detail_page .pageContentAll .pageContent .proDetail > .thisBox .contentBox .topInfoCout .rightCout .top {
  position: relative;
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  flex-wrap: unset;
  gap: 1vw;
}
@media (max-width:1024px) {
  #product_detail_page .pageContentAll .pageContent .proDetail > .thisBox .contentBox .topInfoCout .rightCout .top {
    gap: 6vw;
    align-items: center;
  }
}
#product_detail_page .pageContentAll .pageContent .proDetail > .thisBox .contentBox .topInfoCout .rightCout .top .title {
  font-size: clamp(12px, 1.7vw, 1.7vw);
  font-family: 'cn1';
}
@media (max-width:1024px) {
  #product_detail_page .pageContentAll .pageContent .proDetail > .thisBox .contentBox .topInfoCout .rightCout .top .title {
    font-size: 5.4vw;
  }
}
#product_detail_page .pageContentAll .pageContent .proDetail > .thisBox .contentBox .topInfoCout .rightCout .top .subtitle {
  position: relative;
}
#product_detail_page .pageContentAll .pageContent .proDetail > .thisBox .contentBox .topInfoCout .rightCout .top .subtitle .txt {
  font-size: clamp(12px, 0.9vw, 0.9vw);
  color: #AB2C31;
  text-transform: uppercase;
}
@media (max-width:1024px) {
  #product_detail_page .pageContentAll .pageContent .proDetail > .thisBox .contentBox .topInfoCout .rightCout .top .subtitle .txt {
    font-size: 3.8vw;
  }
}
#product_detail_page .pageContentAll .pageContent .proDetail > .thisBox .contentBox .topInfoCout .rightCout .top .xian {
  width: 100%;
  border-top: 1px dashed #ccc;
}
#product_detail_page .pageContentAll .pageContent .proDetail > .thisBox .contentBox .topInfoCout .rightCout .top .miaoshu {
  margin-top: 2vw;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
  flex-wrap: unset;
  width: 100%;
}
#product_detail_page .pageContentAll .pageContent .proDetail > .thisBox .contentBox .topInfoCout .rightCout .top .miaoshu .bdTitle {
  margin-bottom: 1vw;
  border: 1px solid var(--fontCor20);
  padding: 0.2vw 1vw;
}
@media (max-width:1024px) {
  #product_detail_page .pageContentAll .pageContent .proDetail > .thisBox .contentBox .topInfoCout .rightCout .top .miaoshu .bdTitle {
    padding: 2vw 8vw;
  }
}
#product_detail_page .pageContentAll .pageContent .proDetail > .thisBox .contentBox .topInfoCout .rightCout .top .miaoshu .bdCout {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
  flex-wrap: unset;
  width: 100%;
}
#product_detail_page .pageContentAll .pageContent .proDetail > .thisBox .contentBox .topInfoCout .rightCout .top .miaoshu .bdCout .one {
  padding: 0.6vw 0;
  border-bottom: 1px dashed rgba(0, 0, 0, 0.2);
  padding-left: 0.7vw;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-start;
  flex-wrap: unset;
  position: relative;
  width: 100%;
  color: var(--fontCor90);
  font-size: clamp(12px, 0.9vw, 0.9vw);
}
@media (max-width:1024px) {
  #product_detail_page .pageContentAll .pageContent .proDetail > .thisBox .contentBox .topInfoCout .rightCout .top .miaoshu .bdCout .one {
    font-size: 3.8vw;
  }
}
@media (max-width:1024px) {
  #product_detail_page .pageContentAll .pageContent .proDetail > .thisBox .contentBox .topInfoCout .rightCout .top .miaoshu .bdCout .one {
    padding: 4vw 0;
    padding-left: 4vw;
  }
}
#product_detail_page .pageContentAll .pageContent .proDetail > .thisBox .contentBox .topInfoCout .rightCout .top .miaoshu .bdCout .one .itemTitle {
  width: 5vw;
  background-color: #AB2C31;
  color: #fff;
  font-family: 'cn1';
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  flex-wrap: unset;
  clip-path: polygon(0 0, 90% 0, 100% 50%, 90% 100%, 0 100%);
}
@media (max-width:1024px) {
  #product_detail_page .pageContentAll .pageContent .proDetail > .thisBox .contentBox .topInfoCout .rightCout .top .miaoshu .bdCout .one .itemTitle {
    width: 20vw;
  }
}
#product_detail_page .pageContentAll .pageContent .proDetail > .thisBox .contentBox .topInfoCout .rightCout .top .miaoshu .bdCout .one .itemTxt {
  padding-left: 2vw;
  width: calc(100% - 5vw);
}
@media (max-width:1024px) {
  #product_detail_page .pageContentAll .pageContent .proDetail > .thisBox .contentBox .topInfoCout .rightCout .top .miaoshu .bdCout .one .itemTxt {
    padding-left: 6vw;
    width: calc(100% - 20vw);
  }
}
#product_detail_page .pageContentAll .pageContent .proDetail > .thisBox .contentBox .topInfoCout .rightCout .top .miaoshu .bdCout .one::after {
  content: '';
  position: absolute;
  display: block;
  left: 0;
  top: 50%;
  transform: translate(0, -50%);
  width: 0.3vw;
  height: 0.3vw;
  border-radius: 50%;
  background-color: #AB2C31;
}
@media (max-width:1024px) {
  #product_detail_page .pageContentAll .pageContent .proDetail > .thisBox .contentBox .topInfoCout .rightCout .top .miaoshu .bdCout .one::after {
    width: 2vw;
    height: 2vw;
  }
}
#product_detail_page .pageContentAll .pageContent .proDetail > .thisBox .contentBox .topInfoCout .rightCout .top .moreA {
  height: 2.2vw;
  padding: 0 1.8vw;
  background-color: #AB2C31;
  width: 100%;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  flex-wrap: unset;
  gap: 1vw;
  margin-top: 2vw;
}
@media (max-width:1024px) {
  #product_detail_page .pageContentAll .pageContent .proDetail > .thisBox .contentBox .topInfoCout .rightCout .top .moreA {
    height: 12vw;
    padding: 0 10vw;
  }
}
#product_detail_page .pageContentAll .pageContent .proDetail > .thisBox .contentBox .topInfoCout .rightCout .top .moreA .txt {
  color: #ffff;
  font-family: 'cn1';
}
#product_detail_page .pageContentAll .pageContent .proDetail > .thisBox .contentBox .topInfoCout .rightCout .top .moreA .xian {
  background-color: var(--siteCor);
  height: 1px;
  width: 3vw;
}
#product_detail_page .pageContentAll .pageContent .proDetail > .thisBox .contentBox .topInfoCout .rightCout .top .moreA .yuan {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background-color: #fff;
}
#product_detail_page .pageContentAll .pageContent .proDetail > .thisBox .contentBox .topInfoCout .rightCout .top .moreA i {
  color: #fff;
  font-size: clamp(12px, 0.9vw, 0.9vw);
}
@media (max-width:1024px) {
  #product_detail_page .pageContentAll .pageContent .proDetail > .thisBox .contentBox .topInfoCout .rightCout .top .moreA i {
    font-size: 3.8vw;
  }
}
#product_detail_page .pageContentAll .pageContent .proDetail > .thisBox .contentBox .topInfoCout .rightCout .wenzhang {
  padding: 2vw 0;
  margin-top: 2vw;
  border-left: none;
  border-right: none;
  will-change: transform;
}
@media (max-width:1024px) {
  #product_detail_page .pageContentAll .pageContent .proDetail > .thisBox .contentBox .topInfoCout .rightCout .wenzhang {
    padding: 6vw 0;
    margin-top: 6vw;
  }
}
#product_detail_page .pageContentAll .pageContent .proDetail > .thisBox .contentBox .topInfoCout .rightCout .wenzhang p {
  padding: 0;
}
#product_detail_page .pageContentAll .pageContent .proDetail > .thisBox .contentBox .topInfoCout .rightCout .wenzhang p img {
  margin: 0;
}
#product_detail_page .pageContentAll .pageContent .proDetail > .thisBox .contentBox .topInfoCout .rightCout .hint {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  flex-wrap: unset;
  margin-top: 2vw;
}
@media (max-width:1024px) {
  #product_detail_page .pageContentAll .pageContent .proDetail > .thisBox .contentBox .topInfoCout .rightCout .hint {
    margin-top: 4vw;
  }
}
#product_detail_page .pageContentAll .pageContent .proDetail > .thisBox .contentBox .wenzahngBox {
  padding-top: 7vw;
}
@media (max-width:1024px) {
  #product_detail_page .pageContentAll .pageContent .proDetail > .thisBox .contentBox .wenzahngBox {
    padding-top: 12vw;
  }
}
#product_detail_page .pageContentAll .pageContent .proDetail > .thisBox .contentBox .wenzahngBox .wenzhang {
  width: 100%;
  background-color: #EFEBE7;
  box-shadow: 2px 2px 30px rgba(194, 148, 97, 0.1);
  position: relative;
  overflow: hidden;
  clip-path: polygon(0 1vw, 1vw 0, calc(100% - 1vw) 0, 100% 1vw, 100% calc(100% - 1vw), calc(100% - 1vw) 100%, 1vw 100%, 0 calc(100% - 1vw));
  padding: 2vw;
}
#product_detail_page .pageContentAll .pageContent .proDetail > .thisBox .contentBox .wenzahngBox .wenzhang::before {
  content: '';
  position: absolute;
  display: block;
  top: 0;
  width: 100%;
  height: 100%;
  opacity: 0.5;
  border: 1px solid #fff;
  top: 0.5vw;
  left: 0.5vw;
  width: calc(100% - 1vw - 2px);
  height: calc(100% - 1vw - 2px);
  z-index: 2;
  pointer-events: none;
}
@media (max-width:1024px) {
  #product_detail_page .pageContentAll .pageContent .proDetail > .thisBox .contentBox .wenzahngBox .wenzhang {
    clip-path: polygon(0 2vw, 2vw 0, calc(100% - 2vw) 0, 100% 2vw, 100% calc(100% - 2vw), calc(100% - 2vw) 100%, 2vw 100%, 0 calc(100% - 2vw));
  }
  #product_detail_page .pageContentAll .pageContent .proDetail > .thisBox .contentBox .wenzahngBox .wenzhang::before {
    content: '';
    position: absolute;
    display: block;
    top: 0;
    width: 100%;
    height: 100%;
    opacity: 0.5;
    border: 1px solid #fff;
    top: 1vw;
    left: 1vw;
    width: calc(100% - 2vw - 2px);
    height: calc(100% - 2vw - 2px);
    z-index: 2;
    pointer-events: none;
  }
}
@media (max-width:1024px) {
  #product_detail_page .pageContentAll .pageContent .proDetail > .thisBox .contentBox .wenzahngBox .wenzhang {
    padding: 6vw;
  }
}
#product_detail_page .pageContentAll .pageContent .proDetail > .thisBox .contentBox .wenzahngBox .wenzhang::before {
  border-color: rgba(171, 44, 49, 0.2);
}
#wenzhang_page .pageContentAll .pageContent {
  padding-top: 3.5vw;
}
@media (max-width:1024px) {
  #wenzhang_page .pageContentAll .pageContent {
    padding-top: 6vw;
  }
}
#wenzhang_page .pageContentAll .pageContent .wenzhangBox > .thisBox .contentBox {
  width: 70vw;
  margin: 0 auto;
}
@media (max-width:1600px) {
  #wenzhang_page .pageContentAll .pageContent .wenzhangBox > .thisBox .contentBox {
    width: 70vw;
  }
}
@media (max-width:1300px) {
  #wenzhang_page .pageContentAll .pageContent .wenzhangBox > .thisBox .contentBox {
    width: 70vw;
  }
}
@media (max-width:1024px) {
  #wenzhang_page .pageContentAll .pageContent .wenzhangBox > .thisBox .contentBox {
    width: 90vw;
  }
}
@media (max-width:1024px) {
  #wenzhang_page .pageContentAll .pageContent .wenzhangBox > .thisBox .contentBox {
    width: 90%;
  }
}
#wenzhang_page .pageContentAll .pageContent .wenzhangBox > .thisBox .contentBox .newsCoutAll {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  flex-wrap: unset;
  gap: 1vw;
}
@media (max-width:1024px) {
  #wenzhang_page .pageContentAll .pageContent .wenzhangBox > .thisBox .contentBox .newsCoutAll {
    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;
}
#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 .lujing a {
  opacity: 0.5;
}
#wenzhang_page .pageContentAll .pageContent .wenzhangBox > .thisBox .contentBox .newsCoutAll .lujing a:hover {
  color: #AB2C31;
  opacity: 1;
}
#wenzhang_page .pageContentAll .pageContent .wenzhangBox > .thisBox .contentBox .newsCoutAll .wenzhangName {
  font-size: clamp(12px, 1.7vw, 1.7vw);
  font-family: 'cn1';
}
@media (max-width:1024px) {
  #wenzhang_page .pageContentAll .pageContent .wenzhangBox > .thisBox .contentBox .newsCoutAll .wenzhangName {
    font-size: 5.4vw;
  }
}
#wenzhang_page .pageContentAll .pageContent .wenzhangBox > .thisBox .contentBox .newsCoutAll .date {
  font-size: clamp(12px, 1vw, 1vw);
  font-family: 'cn1';
  color: #AB2C31;
}
@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;
}
@media (max-width:1024px) {
  #wenzhang_page .pageContentAll .pageContent .wenzhangBox > .thisBox .contentBox .newsCoutAll .xian {
    margin: 3vw 0;
  }
}
#wenzhang_page .pageContentAll .pageContent .wenzhangBox > .thisBox .contentBox .newsCoutAll .detailContentBox {
  background-color: #EFEBE7;
  box-shadow: 2px 2px 30px rgba(194, 148, 97, 0.1);
  position: relative;
  overflow: hidden;
  clip-path: polygon(0 1vw, 1vw 0, calc(100% - 1vw) 0, 100% 1vw, 100% calc(100% - 1vw), calc(100% - 1vw) 100%, 1vw 100%, 0 calc(100% - 1vw));
  padding: 2vw;
  width: 100%;
  margin-top: 2vw;
}
#wenzhang_page .pageContentAll .pageContent .wenzhangBox > .thisBox .contentBox .newsCoutAll .detailContentBox::before {
  content: '';
  position: absolute;
  display: block;
  top: 0;
  width: 100%;
  height: 100%;
  opacity: 0.5;
  border: 1px solid #fff;
  top: 0.5vw;
  left: 0.5vw;
  width: calc(100% - 1vw - 2px);
  height: calc(100% - 1vw - 2px);
  z-index: 2;
  pointer-events: none;
}
@media (max-width:1024px) {
  #wenzhang_page .pageContentAll .pageContent .wenzhangBox > .thisBox .contentBox .newsCoutAll .detailContentBox {
    clip-path: polygon(0 2vw, 2vw 0, calc(100% - 2vw) 0, 100% 2vw, 100% calc(100% - 2vw), calc(100% - 2vw) 100%, 2vw 100%, 0 calc(100% - 2vw));
  }
  #wenzhang_page .pageContentAll .pageContent .wenzhangBox > .thisBox .contentBox .newsCoutAll .detailContentBox::before {
    content: '';
    position: absolute;
    display: block;
    top: 0;
    width: 100%;
    height: 100%;
    opacity: 0.5;
    border: 1px solid #fff;
    top: 1vw;
    left: 1vw;
    width: calc(100% - 2vw - 2px);
    height: calc(100% - 2vw - 2px);
    z-index: 2;
    pointer-events: none;
  }
}
@media (max-width:1024px) {
  #wenzhang_page .pageContentAll .pageContent .wenzhangBox > .thisBox .contentBox .newsCoutAll .detailContentBox {
    padding: 6vw;
  }
}
#wenzhang_page .pageContentAll .pageContent .wenzhangBox > .thisBox .contentBox .newsCoutAll .detailContentBox::before {
  border-color: rgba(171, 44, 49, 0.2);
}
#wenzhang_page .pageContentAll .pageContent .wenzhangBox > .thisBox .contentBox .newsCoutAll .detailContentBox .content {
  width: 100%;
}
#wenzhang_page .pageContentAll .pageContent .wenzhangBox > .thisBox .contentBox .newsCoutAll .detailContentBox .content .downloadBox {
  margin-top: 2vw;
}
#wenzhang_page .pageContentAll .pageContent .wenzhangBox > .thisBox .contentBox .newsCoutAll .detailContentBox .content .downloadBox .downloadLink {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  flex-wrap: unset;
  background-color: #AB2C31;
  padding: 0.5vw 2vw;
  border-radius: 1vw;
  transition-duration: 0.3s;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.56, -0.01, 0.04, 1);
}
@media (max-width:1024px) {
  #wenzhang_page .pageContentAll .pageContent .wenzhangBox > .thisBox .contentBox .newsCoutAll .detailContentBox .content .downloadBox .downloadLink {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    flex-wrap: unset;
    padding: 2vw 4vw;
    gap: 4vw;
  }
}
#wenzhang_page .pageContentAll .pageContent .wenzhangBox > .thisBox .contentBox .newsCoutAll .detailContentBox .content .downloadBox .downloadLink .title {
  font-size: clamp(12px, 0.9vw, 0.9vw);
  color: #fff;
}
@media (max-width:1024px) {
  #wenzhang_page .pageContentAll .pageContent .wenzhangBox > .thisBox .contentBox .newsCoutAll .detailContentBox .content .downloadBox .downloadLink .title {
    font-size: 3.8vw;
  }
}
#wenzhang_page .pageContentAll .pageContent .wenzhangBox > .thisBox .contentBox .newsCoutAll .detailContentBox .content .downloadBox .downloadLink .txt {
  font-size: clamp(12px, 0.9vw, 0.9vw);
  color: #fff;
}
@media (max-width:1024px) {
  #wenzhang_page .pageContentAll .pageContent .wenzhangBox > .thisBox .contentBox .newsCoutAll .detailContentBox .content .downloadBox .downloadLink .txt {
    font-size: 3.8vw;
  }
}
#wenzhang_page .pageContentAll .pageContent .wenzhangBox > .thisBox .contentBox .newsCoutAll .detailContentBox .content .downloadBox .downloadLink:hover {
  opacity: 0.8;
}
#wenzhang_page .pageContentAll .pageContent .wenzhangBox > .thisBox .contentBox .newsCoutAll .detailContentBox .content p {
  font-size: clamp(12px, 0.9vw, 0.9vw);
  text-align: justify;
}
@media (max-width:1024px) {
  #wenzhang_page .pageContentAll .pageContent .wenzhangBox > .thisBox .contentBox .newsCoutAll .detailContentBox .content 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: #AB2C31;
}
#video_page .pageContentAll .pageContent .videoList {
  position: relative;
  z-index: 1;
}
#video_page .pageContentAll .pageContent .videoList > .thisBox > .contentBox {
  width: 70vw;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  flex-wrap: unset;
}
@media (max-width:1600px) {
  #video_page .pageContentAll .pageContent .videoList > .thisBox > .contentBox {
    width: 70vw;
  }
}
@media (max-width:1300px) {
  #video_page .pageContentAll .pageContent .videoList > .thisBox > .contentBox {
    width: 70vw;
  }
}
@media (max-width:1024px) {
  #video_page .pageContentAll .pageContent .videoList > .thisBox > .contentBox {
    width: 90vw;
  }
}
#video_page .pageContentAll .pageContent .videoList > .thisBox > .contentBox .ul {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  gap: 2vw;
}
#video_page .pageContentAll .pageContent .videoList > .thisBox > .contentBox .ul > li {
  width: calc(100% / 3 - (3 - 1) * 2vw / 3);
}
@media (max-width:1024px) {
  #video_page .pageContentAll .pageContent .videoList > .thisBox > .contentBox .ul {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    flex-wrap: unset;
  }
}
@media (max-width:1024px) {
  #video_page .pageContentAll .pageContent .videoList > .thisBox > .contentBox .ul .li {
    width: 100%;
  }
}
#video_page .pageContentAll .pageContent .videoList > .thisBox > .contentBox .ul .li .aBox {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  flex-wrap: unset;
  gap: 1vw;
}
@media (max-width:1024px) {
  #video_page .pageContentAll .pageContent .videoList > .thisBox > .contentBox .ul .li .aBox {
    width: 100%;
  }
}
#video_page .pageContentAll .pageContent .videoList > .thisBox > .contentBox .ul .li .aBox .mediaBox {
  height: 14vw;
  position: relative;
  overflow: hidden;
  clip-path: polygon(0 1vw, 1vw 0, calc(100% - 1vw) 0, 100% 1vw, 100% calc(100% - 1vw), calc(100% - 1vw) 100%, 1vw 100%, 0 calc(100% - 1vw));
  width: 100%;
}
#video_page .pageContentAll .pageContent .videoList > .thisBox > .contentBox .ul .li .aBox .mediaBox::before {
  content: '';
  position: absolute;
  display: block;
  top: 0;
  width: 100%;
  height: 100%;
  opacity: 0.5;
  border: 1px solid #fff;
  top: 0.5vw;
  left: 0.5vw;
  width: calc(100% - 1vw - 2px);
  height: calc(100% - 1vw - 2px);
  z-index: 2;
  pointer-events: none;
}
@media (max-width:1024px) {
  #video_page .pageContentAll .pageContent .videoList > .thisBox > .contentBox .ul .li .aBox .mediaBox {
    clip-path: polygon(0 2vw, 2vw 0, calc(100% - 2vw) 0, 100% 2vw, 100% calc(100% - 2vw), calc(100% - 2vw) 100%, 2vw 100%, 0 calc(100% - 2vw));
  }
  #video_page .pageContentAll .pageContent .videoList > .thisBox > .contentBox .ul .li .aBox .mediaBox::before {
    content: '';
    position: absolute;
    display: block;
    top: 0;
    width: 100%;
    height: 100%;
    opacity: 0.5;
    border: 1px solid #fff;
    top: 1vw;
    left: 1vw;
    width: calc(100% - 2vw - 2px);
    height: calc(100% - 2vw - 2px);
    z-index: 2;
    pointer-events: none;
  }
}
@media (max-width:1024px) {
  #video_page .pageContentAll .pageContent .videoList > .thisBox > .contentBox .ul .li .aBox .mediaBox {
    height: 40vw;
  }
}
#video_page .pageContentAll .pageContent .videoList > .thisBox > .contentBox .ul .li .aBox .title {
  font-size: clamp(12px, 1vw, 1vw);
}
@media (max-width:1024px) {
  #video_page .pageContentAll .pageContent .videoList > .thisBox > .contentBox .ul .li .aBox .title {
    font-size: 4vw;
  }
}
#video_page .pageContentAll .pageContent .videoList > .thisBox > .contentBox .ul .li .aBox:hover .title {
  color: #AB2C31;
}
#video_page .pageContentAll .pageContent .videoList > .thisBox > .contentBox .ul .li[type="video"] .aBox .mediaBox {
  position: relative;
}
#video_page .pageContentAll .pageContent .videoList > .thisBox > .contentBox .ul .li[type="video"] .aBox .mediaBox video {
  object-fit: cover;
  width: 100%;
  height: 100%;
}
#video_page .pageContentAll .pageContent .videoList > .thisBox > .contentBox .ul .li[type="video"] .aBox .mediaBox .playBtn {
  position: absolute;
  width: 3vw;
  height: 3vw;
  z-index: 2;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  flex-wrap: unset;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  border-radius: 50%;
  background-color: #AB2C31;
}
#video_page .pageContentAll .pageContent .videoList > .thisBox > .contentBox .ul .li[type="video"] .aBox .mediaBox .playBtn i {
  color: #fff;
  font-size: clamp(12px, 1.1vw, 1.1vw);
}
@media (max-width:1024px) {
  #video_page .pageContentAll .pageContent .videoList > .thisBox > .contentBox .ul .li[type="video"] .aBox .mediaBox .playBtn i {
    font-size: 4.2vw;
  }
}
#video_page .pageContentAll .pageContent .videoList > .thisBox > .contentBox .ul .li[type="video"] .aBox .mediaBox::after {
  content: '';
  position: absolute;
  display: block;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
}
