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

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

*/
@font-face {
  font-family: 'cn1';
  src: url('../fonts/cn/jyhphy1.01.ttf');
}
.cn1 {
  /* font-family: 'cn1'; */
}
@font-face {
  font-family: 'en1';
  src: url('../fonts/en/AbhayaLibre-ExtraBold.ttf');
}
.en1 {
  /* font-family: 'en1'; */
}
@font-face {
  font-family: 'en2';
  src: url('../fonts/en/Archivo-Bold.ttf');
}
.en2 {
  font-family: 'en2';
}
@font-face {
  font-family: 'en3';
  src: url('../fonts/en/Caveat.ttf');
}
.en3 {
  font-family: 'en3';
}
@font-face {
  font-family: 'en4';
  src: url('../fonts/en/MontserratAlternates-BlackItalic.ttf');
}
.en4 {
  font-family: 'en4';
}
@font-face {
  font-family: 'en5';
  src: url('../fonts/en/NewBaskerville.ttf');
}
.en5 {
  font-family: 'en5';
}
@font-face {
  font-family: 'en6';
  src: url('../fonts/en/utile.woff2');
}
.en6 {
  font-family: 'en6';
}
@font-face {
  font-family: 'en7';
  src: url('../fonts/en/OpenSans-Light.ttf');
}
.en7 {
  font-family: 'en7';
}
@font-face {
  font-family: 'en8';
  src: url('../fonts/en/Square721BT.ttf');
}
.en8 {
  font-family: 'en8';
}
@font-face {
  font-family: 'en9';
  src: url('../fonts/en/D-DIN-PRO-900-Heavy.otf');
}
.en9 {
  font-family: 'en9';
}
@font-face {
  font-family: 'en10';
  src: url('../fonts/en/NewBaskerville Italic.ttf');
}
.en10 {
  font-family: 'en10';
}
@font-face {
  font-family: 'en11';
  src: url('../fonts/en/RoslindaleDisplay-Regular.woff2');
}
.en11 {
  font-family: 'en11';
}
/* 弹跳 */
@keyframes myBounce {
  0% {
    transform: translate3d(0, 0, 0);
    /* text-shadow: rgba(255, 255, 255, 0.4) 0 0 0.05em; */
  }
  100% {
    transform: translate3d(0, -0.5em, 0);
    /* text-shadow: rgba(255, 255, 255, 0.4) 0 1em 0.35em; */
  }
}
/* 旋转 */
@keyframes xuanzhuan {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(-360deg);
  }
}
/* 波浪 */
@keyframes ripple {
  0% {
    box-shadow: 0 0 0 0 rgba(108, 170, 53, 0.15), 0 0 0 1vw rgba(108, 170, 53, 0.15), 0 0 0 2vw rgba(108, 170, 53, 0.15);
  }
  100% {
    box-shadow: 0 0 0 1vw rgba(108, 170, 53, 0.15), 0 0 0 2vw rgba(108, 170, 53, 0.15), 0 0 0 4vw rgba(108, 170, 53, 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: #555;
  background-repeat: no-repeat;
}
@media (max-width:1024px) {
  a,
  div,
  section,
  p,
  button,
  ul,
  li,
  body,
  html,
  img,
  textarea,
  input {
    font-size: 3.4vw;
  }
}
a {
  display: block;
  text-decoration: none;
  outline: none;
}
img {
  border: 0;
  display: block;
}
body {
  margin: 0 auto;
  background-repeat: repeat;
}
#smooth-wrapper{
background-color: #fff;
}
ul,
li {
  list-style-type: none;
}
button {
  border: none;
  outline: none;
  background-color: transparent;
  box-sizing: content-box;
}
p {
  line-height: 2em;
}
video {
  object-fit: cover;
  width: 100%;
  height: 100%;
}
.wenzhang p {
  line-height: 2em;
  text-indent: 2em;
  padding: 4px 0;
}
.wenzhang p img {
  max-width: 100%;
  margin: 20px auto;
  display: block;
}
@media (max-width:1024px) {
  .wenzhang p img {
    width: 100% !important;
    height: unset !important;
  }
}
.content p {
  color: #666;
}
table {
  border: none;
  border-collapse: collapse;
  border: 0;
}
tr {
  border: none;
  border: 1px solid #DDD;
}
td {
  border: none;
  border: 1px solid #DDD;
}
input {
  outline: none;
  border: none;
}
.fancybox__container * {
  color: #fff !important;
}
.buttonLink {
  display: none;
}
.pageBox {
  max-width: 100%;
  margin: 0 auto;
  overflow: hidden;
}
mod {
  display: block;
}
.cn {
  /* font-family: 'cn1'; */
}
.en {
  /* font-family: 'en3'; */
  font-weight: bold;
  text-transform: uppercase;
}
.imgBox img {
  object-fit: cover;
  width: 100%;
  height: 100%;
      border-radius: 1vw;
}
.cenBox {
  width: 80%;
  margin: 0 auto;
}
@media (max-width:1024px) {
  .cenBox {
    width: 84%;
  }
}
.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: #de1a1b;
}
::-webkit-scrollbar-track {
  /*滚动条里面轨道*/
  border-radius: 10px;
  background: rgba(255, 255, 255, 0.2);
}
.mapGoOpenBoxMask {
  backdrop-filter: blur(15px);
  background-color: rgba(255, 255, 255, 0.1);
  position: fixed;
  opacity: 0;
  pointer-events: none;
  transition-duration: 0.4s;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.56, -0.01, 0.04, 1);
  width: 100%;
  height: 100%;
  top: 0;
  z-index: 15;
}
.mapGoOpenBoxMask.show {
  opacity: 1;
  pointer-events: auto;
}
.mapGoOpenBox {
  position: fixed;
  bottom: 0;
  transition-duration: 0.4s;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.56, -0.01, 0.04, 1);
  width: 100%;
  z-index: 16;
  padding: 10vw;
  transform: translateY(100%);
  pointer-events: none;
}
.mapGoOpenBox .box {
  border-radius: 2vw;
  background-color: #de1a1b;
  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: #de1a1b;
  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.4s;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.56, -0.01, 0.04, 1);
}
.tongzhi .kuangjia .box {
  width: 400px;
  padding: 20px 0;
  background-color: #fff;
  box-shadow: 2px 2px 30px rgba(255, 255, 255, 0.5);
  transform: translateY(50px);
  transition-duration: 0.4s;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.56, -0.01, 0.04, 1);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  flex-wrap: unset;
  border-radius: 10px;
}
@media (max-width:1024px) {
  .tongzhi .kuangjia .box {
    width: 90%;
  }
}
.tongzhi .kuangjia .box i {
  font-size: 80px;
  margin-bottom: 20px;
}
@media (max-width:1024px) {
  .tongzhi .kuangjia .box i {
    font-size: 18vw;
  }
}
.tongzhi .kuangjia .box i.icon-zhengque {
  color: #46ad75;
}
.tongzhi .kuangjia .box i.icon-cuowu {
  color: #b62c2c;
}
.tongzhi .kuangjia .box span {
  font-size: 18px;
  color: #666;
}
.tongzhi .kuangjia .box .jishi {
  margin-top: 20px;
  color: #666;
  font-size: 14px;
  transition-duration: 0.4s;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.56, -0.01, 0.04, 1);
}
.tongzhi .kuangjia.on .box {
  transform: translateY(0px);
}
.pageBox::after {
  content: '';
  position: absolute;
  display: block;
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  z-index: -1;
  background-image: url('../img/allBg.jpg');
  background-size: 100% auto;
  background-repeat: repeat-y;
}
@media (max-width:1024px) {
  .pageBox::after {
    background-size: 200% auto;
  }
}
.pageBox .pageContent {
  position: relative;
  z-index: 4;
  padding-bottom: 6vw;
  padding-top: 4vw;
}
@media (max-width:1600px) {
  .pageBox .pageContent {
    padding-bottom: 6vw;
  }
}
@media (max-width:1300px) {
  .pageBox .pageContent {
    padding-bottom: 6vw;
  }
}
@media (max-width:1024px) {
  .pageBox .pageContent {
    padding-bottom: 12vw;
  }
}
@media (max-width:1024px) {
  .pageBox .pageContent {
    padding-top: 12vw;
  }
}
.artImg {
  width: 100%;
  height: 100%;
}
.artImg picture {
  width: 100%;
  height: 100%;
}
.artImg picture img {
  width: 100%;
  height: 100%;
}
@keyframes moveWavePc {
  0% {
    background-position: 0 center;
  }
  100% {
    background-position: -1600px center;
  }
}
.bolangBg::before {
  content: '';
  position: absolute;
  display: block;
  width: 100%;
  height: 26px;
  background-repeat: repeat-x;
  background-size: 1600px 26px;
  top: 0;
  animation: moveWavePc 6s linear infinite;
  background-image: url('../img/unify/wave_bottom_pc.svg');
}
.bolangBg::after {
  width: 100%;
  height: 26px;
  background-repeat: repeat-x;
  background-size: 1600px 26px;
  content: '';
  position: absolute;
  display: block;
  bottom: 0;
  animation: moveWavePc 6s linear infinite reverse;
  background-image: url('../img/unify/wave_top_pc.svg');
}
.unifyButton {
  width: fit-content;
  margin-top: 2vw;
}
.unifyButton .unifyButtonThis > .thisBox {
  padding: 0.6vw 2vw;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  flex-wrap: unset;
  gap: 1vw;
  transition-duration: 0.3s;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.56, -0.01, 0.04, 1);
  border-radius: 2vw;
  background-color: #de1a1b;
  border: 2px solid #de1a1b;
}
.unifyButton .unifyButtonThis > .thisBox .buttonTxt {
  overflow: hidden;
  position: relative;
}
.unifyButton .unifyButtonThis > .thisBox .buttonTxt .txt {
  color: #fff;
  transition: color 0.3s cubic-bezier(0.22, 1, 0.36, 1), transform 1.05s cubic-bezier(0.22, 1, 0.36, 1);
  font-size: clamp(12px, 0.7vw, 0.7vw);
}
@media (max-width:1024px) {
  .unifyButton .unifyButtonThis > .thisBox .buttonTxt .txt {
    font-size: 3.2vw;
  }
}
.unifyButton .unifyButtonThis > .thisBox .buttonTxt .txt:nth-child(1) {
  opacity: 1;
}
.unifyButton .unifyButtonThis > .thisBox .buttonTxt .txt:nth-child(2) {
  position: absolute;
  top: 100%;
  left: 0;
  opacity: 0;
}
.unifyButton .unifyButtonThis > .thisBox .ico {
  width: 1.4vw;
  height: 1.4vw;
  border-radius: 50%;
  transition-duration: 0.3;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.56, -0.01, 0.04, 1);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  flex-wrap: unset;
  background-color: #fff;
  border-color: #fff;
}
.unifyButton .unifyButtonThis > .thisBox .ico i {
  font-size: clamp(12px, 0.7vw, 0.7vw);
  transition-duration: 0.3;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.56, -0.01, 0.04, 1);
  color: #de1a1b;
}
@media (max-width:1024px) {
  .unifyButton .unifyButtonThis > .thisBox .ico i {
    font-size: 3.2vw;
  }
}
.unifyButton_hover:hover .unifyButtonThis > .thisBox {
  background-color: #f3c01a;
}
.unifyButton_hover:hover .unifyButtonThis > .thisBox .buttonTxt .txt {
  color: #de1a1b;
}
.unifyButton_hover:hover .unifyButtonThis > .thisBox .ico {
  background-color: #de1a1b;
}
.unifyButton_hover:hover .unifyButtonThis > .thisBox .ico i {
  color: #f3c01a;
}
.fenye {
  margin-top: 5vw;
}
.fenye .fenyeThis > .thisBox .box {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  flex-wrap: unset;
  gap: 1vw;
}
@media (max-width:1024px) {
  .fenye .fenyeThis > .thisBox .box {
    gap: 4vw;
  }
}
.fenye .fenyeThis > .thisBox .box .page_numbar {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  flex-wrap: unset;
  gap: 1vw;
}
@media (max-width:1024px) {
  .fenye .fenyeThis > .thisBox .box .page_numbar {
    gap: 4vw;
  }
}
.fenye .fenyeThis > .thisBox .box a {
  width: 2.4vw;
  height: 2.4vw;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  flex-wrap: unset;
  font-family: 'en3';
  font-weight: bold;
  text-transform: uppercase;
  font-size: clamp(12px, 1.1vw, 1.1vw);
  border: 1px solid #ddd;
}
@media (max-width:1024px) {
  .fenye .fenyeThis > .thisBox .box a {
    font-size: 4vw;
  }
}
@media (max-width:1024px) {
  .fenye .fenyeThis > .thisBox .box a {
    width: 10vw;
    height: 10vw;
  }
}
.fenye .fenyeThis > .thisBox .box a:hover {
  background-color: rgba(108, 170, 53, 0.1);
}
.fenye .fenyeThis > .thisBox .box a.page-num-current {
  background-color: #de1a1b;
  color: #fff;
}
.ani_txt_hover.ani_txt,
.ani_txt_hover .ani_txt {
  position: relative;
}
.ani_txt_hover.ani_txt div,
.ani_txt_hover .ani_txt div {
  font-size: clamp(12px, 1vw, 1vw);
  transition-duration: 0.3s;
  font-weight: bold;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.56, -0.01, 0.04, 1);
}
.ani_txt_hover.ani_txt .t1,
.ani_txt_hover .ani_txt .t1 {
  clip-path: inset(0 0 0 0);
}
.ani_txt_hover.ani_txt .t2,
.ani_txt_hover .ani_txt .t2 {
  position: absolute;
  top: 0;
  left: 0;
  color: #de1a1b;
  clip-path: inset(0 100% 0 0);
}
.ani_txt_hover.ani_txt.white .t1,
.ani_txt_hover .ani_txt.white .t1 {
  color: #000;
}
.ani_txt_hover:hover.ani_txt .t1,
.ani_txt_hover:hover .ani_txt .t1 {
  clip-path: inset(0 0 0 100%);
}
.ani_txt_hover:hover.ani_txt .t2,
.ani_txt_hover:hover .ani_txt .t2 {
  clip-path: inset(0 0 0 0);
}
.bianK {
  position: relative;
}
/* .bianK::before {
  content: '';
  position: absolute;
  display: block;
  width: 100%;
  height: 0.5vw;
  background-image: url(../img/unify/bianK.png);
  transform: rotate(180deg);
  background-size: 100% 100%;
  top: -1px;
  z-index: 1;
} */
.bianK::after {
  content: '';
  position: absolute;
  display: block;
  width: 100%;
  height: 0.5vw;
  /* background-image: url(../img/unify/bianK.png); */
  background-size: 100% 100%;
  bottom: -1px;
  z-index: 1;
}
.unifyTitle {
  margin-bottom: 3vw;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  flex-wrap: unset;
}
@media (max-width:1024px) {
  .unifyTitle {
    margin-bottom: 10vw;
  }
}
.unifyTitle .unifyTitleThis {
  width: 100%;
}
.unifyTitle .unifyTitleThis > .thisBox {
  width: 100%;
  position: relative;
}
.unifyTitle .unifyTitleThis > .thisBox .bgHuawen {
  position: absolute;
  top: 0;
  left: 50%;
  translate: -50% 0;
}
.unifyTitle .unifyTitleThis > .thisBox .bgHuawen svg {
  height: 3vw;
}
.unifyTitle .unifyTitleThis > .thisBox .bgHuawen svg path {
  fill: rgba(0, 0, 0, 0.05);
}
.unifyTitle .unifyTitleThis > .thisBox .unifyCout {
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  flex-wrap: unset;
  gap: 1vw;
}
.unifyTitle .unifyTitleThis > .thisBox .unifyCout .en {
  font-size: clamp(12px, 1.8vw, 1.8vw);
  color: #de1a1b;
}
@media (max-width:1024px) {
  .unifyTitle .unifyTitleThis > .thisBox .unifyCout .en {
    font-size: 4.8vw;
  }
}
.unifyTitle .unifyTitleThis > .thisBox .unifyCout .cn {
font-size: clamp(12px, 2.5vw, 2.5vw);
    color: #000;
    font-weight: bold;
}
@media (max-width:1024px) {
  .unifyTitle .unifyTitleThis > .thisBox .unifyCout .cn {
    font-size: 5.2vw;
  }
}
@keyframes ripple {
  0% {
    opacity: 0.5;
    scale: 1;
  }
  to {
    opacity: 0;
    scale: 3;
  }
}
.topNav {
  position: fixed;
  z-index: 20;
  top: 0;
  left: 0;
  transition-duration: 0.4s;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.56, -0.01, 0.04, 1);
  width: 100%;
  height: 5vw;

}
@media (max-width:1600px) {
  .topNav {
    height: 5vw;
  }
}
@media (max-width:1300px) {
  .topNav {
    height: 5vw;
  }
}
@media (max-width:1024px) {
  .topNav {
    height: 16vw;
  }
}
.topNav .topNavThis {
  position: relative;
  z-index: 2;
  width: 100%;
  height: 100%;
}
.topNav .topNavThis > .thisBox {
  background-color: #FFEB3B;
  width: 100%;
  height: 100%;
  padding: 0 12vw;
  transition-duration: 0.4s;
  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: space-between;
  flex-wrap: unset;
}
@media (max-width:1024px) {
  .topNav .topNavThis > .thisBox {
    padding: 0 8vw;
  }
}
.topNav .topNavThis > .thisBox .topLogoBox {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  flex-wrap: unset;
  gap: 1vw;
  height: 60%;
  transition-duration: 0.4s;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.56, -0.01, 0.04, 1);
}
.topNav .topNavThis > .thisBox .topLogoBox .topLogo {
  height: 100%;
}
.topNav .topNavThis > .thisBox .topLogoBox .ico {
  opacity: 0;
  transition-duration: 0.4s;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.56, -0.01, 0.04, 1);
  border: 50%;
  width: 2.6vw;
  height: 2.6vw;
  border: 1px solid #de1a1b;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  flex-wrap: unset;
}
.topNav .topNavThis > .thisBox .topLogoBox .ico i {
  font-size: clamp(12px, 1.5vw, 1.5vw);
  color: #de1a1b;
}
@media (max-width:1024px) {
  .topNav .topNavThis > .thisBox .topLogoBox .ico i {
    font-size: 4.8vw;
  }
}
.topNav .topNavThis > .thisBox .topLogoBox .logoBox {
  transition-duration: 0.4s;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.56, -0.01, 0.04, 1);
  width: 15vw;
  height: 4.5vw;
  -webkit-mask-image: none;
  -webkit-mask-size: 100% 100%;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center;
  -webkit-mask-size: contain;
  -webkit-mask-position: left;
}
.topNav .topNavThis > .thisBox .topLogoBox .logoBox .color {
  background-color: #de1a1b;
  width: 100%;
  height: 100%;
}
.topNav .topNavThis > .thisBox .topLogoBox .logoBox::after {
  content: '';
  position: absolute;
  display: block;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: #000;
}
@media (max-width:1024px) {
  .topNav .topNavThis > .thisBox .topLogoBox .logoBox {
    width: 55vw;
    height: 8vw;
  }
}
.topNav .topNavThis > .thisBox .navBar {
  transition-duration: 0.4s;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.56, -0.01, 0.04, 1);
  height: 100%;
}
@media (max-width:1024px) {
  .topNav .topNavThis > .thisBox .navBar {
    display: none;
  }
}
.topNav .topNavThis > .thisBox .navBar .ul {
  height: 100%;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  flex-wrap: unset;
}
.topNav .topNavThis > .thisBox .navBar .ul .li {
  height: 100%;
  position: relative;
}
.topNav .topNavThis > .thisBox .navBar .ul .li .a1 {
  position: relative;

  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  flex-wrap: unset;
  height: 100%;
  padding: 0 1.5vw;
}
.topNav .topNavThis > .thisBox .navBar .ul .li .a1 .txt {
  position: relative;
      font-size: clamp(12px, 1vw, 1vw);
}
.topNav .topNavThis > .thisBox .navBar .ul .li .a1 .txt::after {
  content: '';
  position: absolute;
  display: block;
  bottom: -0.2vw;
  right: 0;
  width: 0;
  height: 1px;
  background-color: #de1a1b;
  transition-duration: 0.3s;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.56, -0.01, 0.04, 1);
}
.topNav .topNavThis > .thisBox .navBar .ul .li .twoNav {
  position: absolute;
  top: 100%;
  width: max-content;
  padding-top: 1vw;
  left: 50%;
  transform: translateX(-50%);
  pointer-events: none;
}
.topNav .topNavThis > .thisBox .navBar .ul .li .twoNav .ul2 {
  padding: 1vw 2vw;
  opacity: 0;
  transition-duration: 0.4s;
  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);
}
.topNav .topNavThis > .thisBox .navBar .ul .li:hover .twoNav {
  pointer-events: auto;
}
.topNav .topNavThis > .thisBox .navBar .ul .li:hover .twoNav .ul2 {
  opacity: 1;
  transform: translateY(0);
}
.topNav .topNavThis > .thisBox .navBar .ul .li:hover .a1 .txt::after {
  width: 100%;
}
.topNav .topNavThis > .thisBox .navBar .ul .li.on .a1 .txt .t1 {
  clip-path: inset(0 0 0 100%);
}
.topNav .topNavThis > .thisBox .navBar .ul .li.on .a1 .txt .t2 {
  clip-path: inset(0 0 0 0);
}
.topNav .topNavThis > .thisBox .navBar .ul .li.on .a1 .txt::after {
  width: 100%;
}
.topNav .topNavThis > .thisBox .navRight {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  flex-wrap: unset;
  gap: 2vw;
}
@media (min-width:1024px) {
  .topNav .topNavThis > .thisBox .navRight {
    display: none;
  }
}
.topNav .topNavThis > .thisBox .navRight .onlineShop > .thisBox .lineBox {
  position: relative;
  width: 8vw;
  height: 2.2vw;
}
.topNav .topNavThis > .thisBox .navRight .onlineShop > .thisBox .lineBox .posiBox {
  cursor: pointer;
  position: absolute;
  overflow: hidden;
  top: 0;
  border-radius: 1.1vw;
  border: 1px solid #333;
  left: 0;
  background-color: #fff;
}
.topNav .topNavThis > .thisBox .navRight .onlineShop > .thisBox .lineBox .posiBox .initText {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  flex-wrap: unset;
  gap: 0.4vw;
  width: 8vw;
  height: 2.2vw;
}
.topNav .topNavThis > .thisBox .navRight .onlineShop > .thisBox .lineBox .posiBox .initText .ico {
  width: 1.2vw;
  height: 1.2vw;
}
.topNav .topNavThis > .thisBox .navRight .onlineShop > .thisBox .lineBox .posiBox .initText .ico i {
  font-size: clamp(12px, 1.1vw, 1.1vw);
}
@media (max-width:1024px) {
  .topNav .topNavThis > .thisBox .navRight .onlineShop > .thisBox .lineBox .posiBox .initText .ico i {
    font-size: 4vw;
  }
}
.topNav .topNavThis > .thisBox .navRight .onlineShop > .thisBox .lineBox .posiBox .showBox {
  position: relative;
  padding: 1vw;
}
.topNav .topNavThis > .thisBox .navRight .onlineShop > .thisBox .lineBox .posiBox .showBox .ul {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  flex-wrap: unset;
  gap: 0.6vw;
}
.topNav .topNavThis > .thisBox .navRight .onlineShop > .thisBox .lineBox .posiBox .showBox .ul .li .shopA {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-start;
  flex-wrap: unset;
  gap: 0.4vw;
}
.topNav .topNavThis > .thisBox .navRight .onlineShop > .thisBox .lineBox .posiBox .showBox .ul .li .shopA .ico {
  width: 1vw;
  height: 1vw;
}
.topNav .topNavThis > .thisBox .navRight .onlineShop > .thisBox .lineBox .posiBox .showBox .ul .li .shopA .ico img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.topNav .topNavThis > .thisBox .navRight .onlineShop > .thisBox .lineBox .posiBox .showBox .ul .li .shopA:hover .txt {
  color: #de1a1b;
}
.topNav .topNavThis > .thisBox .navRight .onlineShop > .thisBox .lineBox .posiBox .showBox::before {
  content: '';
  position: absolute;
  display: block;
  top: 0;
  left: 1vw;
  right: 1vw;
  border-top: 1px solid #ccc;
}
@media (min-width:1024px) {
  .topNav .topNavThis > .thisBox .navRight .openBtn {
    display: none;
  }
}
.topNav .topNavThis > .thisBox .navRight .openBtn .openNavBtn {
  position: relative;
  z-index: 13;
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  flex-wrap: unset;
}
.topNav .topNavThis > .thisBox .navRight .openBtn .openNavBtn .menuBtn {
  position: relative;
  padding: 6px;
  cursor: pointer;
  width: 5vw;
  height: 5vw;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  flex-wrap: unset;
}
.topNav .topNavThis > .thisBox .navRight .openBtn .openNavBtn .menuBtn .btns {
  width: 40px;
  height: 11px;
  position: relative;
}
.topNav .topNavThis > .thisBox .navRight .openBtn .openNavBtn .menuBtn .btns::before {
  content: '';
  position: absolute;
  display: block;
  width: 100%;
  height: 1px;
  background-color: #333;
  left: 0;
  transition: transform 320ms cubic-bezier(0.165, 0.84, 0.44, 1), top 360ms 420ms cubic-bezier(0.165, 0.84, 0.44, 1);
  top: 0;
}
.topNav .topNavThis > .thisBox .navRight .openBtn .openNavBtn .menuBtn .btns:after {
  content: '';
  position: absolute;
  display: block;
  width: 100%;
  height: 1px;
  background-color: #333;
  left: 0;
  transition: transform 320ms cubic-bezier(0.165, 0.84, 0.44, 1), top 360ms 420ms cubic-bezier(0.165, 0.84, 0.44, 1);
  bottom: 0;
}
@media (min-width:1024px) {
  .topNav .topNavThis > .thisBox .navRight .openBtn .openNavBtn .menuBtn.hasHover:hover .btns::before {
    animation: mo_line 0.73s cubic-bezier(0.25, 0.46, 0.45, 0.94) 1;
  }
  .topNav .topNavThis > .thisBox .navRight .openBtn .openNavBtn .menuBtn.hasHover:hover .btns:after {
    animation: mo_line 0.75s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.12s 1;
  }
}
@keyframes mo_line {
  0%,
  46.3% {
    transform-origin: right;
  }
  46.6%,
  to {
    transform-origin: left;
  }
  46%,
  47% {
    transform: scaleX(0);
  }
  to {
    transform: scaleX(1);
  }
}
.topNav.scrollShow {
  transform: translateY(0);
}
.topNav.openNavShow .topNavThis > .thisBox {
  background-color: #de1a1b;
}
.topNav.openNavShow .topNavThis > .thisBox .topLogoBox {
  opacity: 0;
  pointer-events: none;
}
.topNav.openNavShow .topNavThis > .thisBox .navRight .openBtn .openNavBtn .menuBtn .btns::before {
  transition: top 320ms cubic-bezier(0.165, 0.84, 0.44, 1), transform 360ms 420ms cubic-bezier(0.165, 0.84, 0.44, 1), background-color 360ms 420ms cubic-bezier(0.165, 0.84, 0.44, 1);
  top: 50%;
  background-color: #fff;
  transform: rotate(24deg);
}
.topNav.openNavShow .topNavThis > .thisBox .navRight .openBtn .openNavBtn .menuBtn .btns:after {
  transition: bottom 320ms cubic-bezier(0.165, 0.84, 0.44, 1), transform 360ms 420ms cubic-bezier(0.165, 0.84, 0.44, 1), background-color 360ms 420ms cubic-bezier(0.165, 0.84, 0.44, 1);
  bottom: 50%;
  transform: rotate(-24deg);
  background-color: #fff;
}
.topNav.openNavShow .topNavThis > .thisBox .navRight .openBtn .openNavBtn .menuBtn:hover .btns::before {
  transform: rotate(45deg);
  transition-duration: 0.4s;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.56, -0.01, 0.04, 1);
}
.topNav.openNavShow .topNavThis > .thisBox .navRight .openBtn .openNavBtn .menuBtn:hover .btns::after {
  transform: rotate(-45deg);
  transition-duration: 0.4s;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.56, -0.01, 0.04, 1);
}
.openNav {
  position: fixed;
  z-index: 10;
  width: 100%;
  height: 100%;
  top: 0;
  pointer-events: none;
}
.openNav .openNavThis {
  position: relative;
  z-index: 1;
  top: 0;
  transition-duration: 0.4s;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.56, -0.01, 0.04, 1);
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
}
.openNav .openNavThis > .thisBox {
  padding-top: 16vw;
  padding-bottom: 20vw;
}
.openNav .openNavThis > .thisBox .contentBox {
  width: 70%;
  margin: 0 auto;
  padding-top: 10vw;
}
.openNav .openNavThis > .thisBox .contentBox .logoBox {
  transition-duration: 0.4s;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.56, -0.01, 0.04, 1);
  margin-bottom: 6vw;
  width: 40vw;
  height: 20vw;
  -webkit-mask-image: none;
  -webkit-mask-size: 100% 100%;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center;
  -webkit-mask-size: contain;
}
.openNav .openNavThis > .thisBox .contentBox .logoBox .color {
  background-color: #de1a1b;
  width: 100%;
  height: 100%;
}
.openNav .openNavThis > .thisBox .contentBox .logoBox::after {
  content: '';
  position: absolute;
  display: block;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: #fff;
}
.openNav .openNavThis > .thisBox .contentBox .navBar {
  width: 100%;
}
.openNav .openNavThis > .thisBox .contentBox .navBar .ul {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  flex-wrap: unset;
  gap: 2vw;
}
.openNav .openNavThis > .thisBox .contentBox .navBar .ul .li {
  position: relative;
  border-bottom: 1px dashed #ccc;
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  flex-wrap: unset;
}
.openNav .openNavThis > .thisBox .contentBox .navBar .ul .li .a1 {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  flex-wrap: unset;
  padding: 4vw 0;
}
.openNav .openNavThis > .thisBox .contentBox .navBar .ul .li .a1 .txt div {
  font-size: clamp(12px, 1.5vw, 1.5vw);
  color: #fff;
  font-family: 'cn1';
}
@media (max-width:1024px) {
  .openNav .openNavThis > .thisBox .contentBox .navBar .ul .li .a1 .txt div {
    font-size: 4.8vw;
  }
}
.openNav .openNavThis > .thisBox .contentBox .navBar .ul .li .openTwoBtn {
  border-radius: 50%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  flex-wrap: unset;
  border: 1px solid #fff;
  width: 10vw;
  height: 10vw;
  transition-duration: 0.4s;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.56, -0.01, 0.04, 1);
  position: absolute;
  right: 0;
  top: 2vw;
}
.openNav .openNavThis > .thisBox .contentBox .navBar .ul .li .openTwoBtn i {
  transition-duration: 0.4s;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.56, -0.01, 0.04, 1);
  color: #fff;
}
.openNav .openNavThis > .thisBox .contentBox .navBar .ul .li .openTwoBtn.on {
  transform: rotate(180deg);
  background-color: #f3c01a;
  border-color: #f3c01a;
}
.openNav .openNavThis > .thisBox .contentBox .navBar .ul .li .openTwoBtn.on i {
  color: #de1a1b;
}
.openNav .openNavThis > .thisBox .contentBox .navBar .ul .li .twoNav {
  width: 100%;
  display: none;
}
.openNav .openNavThis > .thisBox .contentBox .navBar .ul .li .twoNav .ul2 {
  padding-top: 2vw;
  padding-bottom: 4vw;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  flex-wrap: unset;
}
.openNav .openNavThis > .thisBox .contentBox .navBar .ul .li .twoNav .ul2 .li2 {
  padding-left: 8vw;
}
.openNav .openNavThis > .thisBox .contentBox .navBar .ul .li .twoNav .ul2 .li2 .a2 {
  padding: 3vw 0;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-start;
  flex-wrap: unset;
  gap: 2vw;
}
.openNav .openNavThis > .thisBox .contentBox .navBar .ul .li .twoNav .ul2 .li2 .a2 .txt div {
  font-size: clamp(12px, 1.3vw, 1.3vw);
  color: #fff;
}
@media (max-width:1024px) {
  .openNav .openNavThis > .thisBox .contentBox .navBar .ul .li .twoNav .ul2 .li2 .a2 .txt div {
    font-size: 4.4vw;
  }
}
.openNav .openNavThis > .thisBox .contentBox .navBar .ul .li .twoNav .ul2 .li2 .a2 .ico i {
  color: #fff;
}
.openNav .openOverLay {
  background-color: #de1a1b;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  transition-duration: 0.4s;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.56, -0.01, 0.04, 1);
  transform: translateX(-100%);
}
.openNav.openNavShow {
  pointer-events: auto;
}
.openNav.openNavShow .openNavThis {
  opacity: 1;
}
.openNav.openNavShow .openOverLay {
  transform: translateX(0);
}
.sortNav {
  margin-bottom: 4vw;
}
@media (max-width:1024px) {
  .sortNav {
    margin-bottom: 10vw;
  }
}
.sortNav .sortNavThis > .thisBox .contentBox {
  width: 80%;
  margin: 0 auto;
}
@media (max-width:1024px) {
  .sortNav .sortNavThis > .thisBox .contentBox {
    width: 84%;
  }
}
@media (max-width:1024px) {
  .sortNav .sortNavThis > .thisBox .contentBox {
    width: 100%;
  }
}
.sortNav .sortNavThis > .thisBox .contentBox .navBox .ul {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-start;
  flex-wrap: unset;
  gap: 4vw;
}
@media (max-width:1024px) {
  .sortNav .sortNavThis > .thisBox .contentBox .navBox .ul {
    gap: 0;
  }
}
@media (max-width:1024px) {
  .sortNav .sortNavThis > .thisBox .contentBox .navBox .ul .li {
    width: fit-content;
    padding: 0 6vw;
  }
}
.sortNav .sortNavThis > .thisBox .contentBox .navBox .ul .li .aBox .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) {
  .sortNav .sortNavThis > .thisBox .contentBox .navBox .ul .li .aBox .title {
    padding-bottom: 3vw;
  }
}
.sortNav .sortNavThis > .thisBox .contentBox .navBox .ul .li .aBox .title .cn {
  font-size: clamp(12px, 1.2vw, 1.2vw);
}
@media (max-width:1024px) {
  .sortNav .sortNavThis > .thisBox .contentBox .navBox .ul .li .aBox .title .cn {
    font-size: 4.2vw;
  }
}
.sortNav .sortNavThis > .thisBox .contentBox .navBox .ul .li .aBox .title .fenge {
  margin: 0 0.4vw;
}
.sortNav .sortNavThis > .thisBox .contentBox .navBox .ul .li .aBox .title .en {
  font-size: clamp(12px, 1vw, 1vw);
}
@media (max-width:1024px) {
  .sortNav .sortNavThis > .thisBox .contentBox .navBox .ul .li .aBox .title .en {
    font-size: 3.8vw;
  }
}
.sortNav .sortNavThis > .thisBox .contentBox .navBox .ul .li .aBox .title::after {
  content: '';
  position: absolute;
  display: block;
  left: 50%;
  bottom: 0;
  translate: -50% 0;
  width: 0.6vw;
  height: 0.6vw;
  opacity: 0;
  transform: translateY(-1vw);
  background-color: #de1a1b;
  transition-duration: 0.4s;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.56, -0.01, 0.04, 1);
  border-radius: 50%;
}
@media (max-width:1024px) {
  .sortNav .sortNavThis > .thisBox .contentBox .navBox .ul .li .aBox .title::after {
    width: 2vw;
    height: 2vw;
  }
}
.sortNav .sortNavThis > .thisBox .contentBox .navBox .ul .li.on .aBox .title {
  opacity: 1;
}
.sortNav .sortNavThis > .thisBox .contentBox .navBox .ul .li.on .aBox .title * {
  color: #de1a1b;
}
.sortNav .sortNavThis > .thisBox .contentBox .navBox .ul .li.on .aBox .title::after {
  opacity: 1;
  transform: translateY(0);
}
.para {
  overflow: hidden;
}
.para img {
  height: 120%;
}
.mouseCursor {
  pointer-events: none;
  position: fixed;
}
.mouseCursor .dianBox {
  opacity: 0.5;
  position: relative;
}
.mouseCursor .dianBox .dian {
  position: absolute;
  transform: translate(-50%, -50%);
  top: 0;
  left: 0;
}
.mouseCursor .dianBox .dian > div {
  width: 3vw;
  height: 3vw;
  border-radius: 50%;
  transition-duration: 0.4s;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.56, -0.01, 0.04, 1);
  border: 1px solid #de1a1b;
}
.mouseCursor .dianBox .kuoQuan {
  position: absolute;
  top: 0;
  left: 0;
  transform: translate(-50%, -50%);
}
.mouseCursor .dianBox .kuoQuan > div {
  border-radius: 50%;
  width: 8vw;
  height: 8vw;
  background-color: rgba(108, 170, 53, 0.1);
  transition-duration: 0.4s;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.56, -0.01, 0.04, 1);
  transform: scale(0);
}
.mouseCursor.hoverA .dianBox .dian > div {
  transform: scale(0);
}
.mouseCursor.hoverA .dianBox .kuoQuan > div {
  transform: scale(1);
}
.mouseCursorPoint {
  pointer-events: none;
  position: fixed;
}
.mouseCursorPoint > div {
  background-color: #de1a1b;
  transition-duration: 0.4s;
  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;
}
.txtMask {
  overflow: hidden;
}
.shan_txt div {
  transition: 0.3s cubic-bezier(0.4, 0.4, 0, 1);
}
.foot .footThis {
  position: relative;
}
.foot *{color: #000;}
.foot .footThis > .thisBox {
  position: relative;
  background-color: rgb(255 235 59 / 90%);
  z-index: 1;
}
.foot .footThis > .thisBox .contentBox {
  width: 80%;
  margin: 0 auto;
}
@media (max-width:1024px) {
  .foot .footThis > .thisBox .contentBox {
    width: 84%;
  }
}
@media (max-width:1024px) {
  .foot .footThis > .thisBox .contentBox {
    padding-top: 6vw;
  }
}
@media (max-width:1024px) and (max-width:1600px) {
  .foot .footThis > .thisBox .contentBox {
    padding-top: 6vw;
  }
}
@media (max-width:1024px) and (max-width:1300px) {
  .foot .footThis > .thisBox .contentBox {
    padding-top: 6vw;
  }
}
@media (max-width:1024px) and (max-width:1024px) {
  .foot .footThis > .thisBox .contentBox {
    padding-top: 12vw;
  }
}
.foot .footThis > .thisBox .contentBox .cenCout {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  flex-wrap: unset;
  padding: 4vw 0;
}
@media (max-width:1024px) {
  .foot .footThis > .thisBox .contentBox .cenCout {
    padding: 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    flex-wrap: unset;
  }
}
@media (max-width:1024px) {
  .foot .footThis > .thisBox .contentBox .cenCout .leftBox {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    flex-wrap: unset;
  }
}
.foot .footThis > .thisBox .contentBox .cenCout .leftBox .logoBox {
  margin-bottom: 2vw;
  width: 10vw;
  height: 5vw;
  -webkit-mask-image: none;
  -webkit-mask-size: 100% 100%;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center;
  -webkit-mask-size: contain;
  -webkit-mask-position: left;
}
.foot .footThis > .thisBox .contentBox .cenCout .leftBox .logoBox .color {
  background-color: #000;
  width: 100%;
  height: 100%;
}
@media (max-width:1024px) {
  .foot .footThis > .thisBox .contentBox .cenCout .leftBox .logoBox {
    width: 30vw;
    height: 15vw;
  }
}
.foot .footThis > .thisBox .contentBox .cenCout .leftBox .logoBox .color {
  background-color: #000;
  width: 100%;
  height: 100%;
}
@media (max-width:1024px) {
  .foot .footThis > .thisBox .contentBox .cenCout .leftBox .footContact {
    padding: 4vw 0;
    border: 1px dashed rgba(255, 255, 255, 0.5);
    border-left: none;
    border-right: none;
  }
}
.foot .footThis > .thisBox .contentBox .cenCout .leftBox .footContact .ulBox {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  flex-wrap: unset;
  gap: 1vw;
}
@media (max-width:1024px) {
  .foot .footThis > .thisBox .contentBox .cenCout .leftBox .footContact .ulBox {
    gap: 4vw;
  }
}
.foot .footThis > .thisBox .contentBox .cenCout .leftBox .footContact .ulBox .box {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  flex-wrap: unset;
}
.foot .footThis > .thisBox .contentBox .cenCout .leftBox .footContact .ulBox .box .bTiao {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  flex-wrap: unset;
}
.foot .footThis > .thisBox .contentBox .cenCout .leftBox .footContact .ulBox .box .bTiao i {
  font-size: clamp(12px, 1vw, 1vw);

}
@media (max-width:1024px) {
  .foot .footThis > .thisBox .contentBox .cenCout .leftBox .footContact .ulBox .box .bTiao i {
    font-size: 3.8vw;
  }
}
.foot .footThis > .thisBox .contentBox .cenCout .leftBox .footContact .ulBox .box .bTiao .txt {
  margin-left: 0.4vw;

}
.foot .footThis > .thisBox .contentBox .cenCout .leftBox .footContact .ulBox .box .cout {
  margin-top: 0.4vw;

}
@media (max-width:1024px) {
  .foot .footThis > .thisBox .contentBox .cenCout .leftBox .footContact .ulBox .box .cout {
    font-size: 4vw;
  }
}
.foot .footThis > .thisBox .contentBox .cenCout .rigthBox {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  justify-content: flex-start;
  flex-wrap: unset;
  gap: 8vw;
}
@media (max-width:1024px) {
  .foot .footThis > .thisBox .contentBox .cenCout .rigthBox {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    flex-wrap: unset;
    padding-top: 8vw;
  }
}
.foot .footThis > .thisBox .contentBox .cenCout .rigthBox .footNavBar {
  border-left: 1px dotted rgba(255, 255, 255, 0.2);
  padding-left: 4vw;
}
@media (max-width:1024px) {
  .foot .footThis > .thisBox .contentBox .cenCout .rigthBox .footNavBar {
    border-left: none;
    padding-left: 0;
    width: 100%;
  }
}
.foot .footThis > .thisBox .contentBox .cenCout .rigthBox .footNavBar .ul1 {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  flex-wrap: unset;
  gap: 1vw;
}
@media (max-width:1024px) {
  .foot .footThis > .thisBox .contentBox .cenCout .rigthBox .footNavBar .ul1 {
    display: flex;
    flex-wrap: wrap;
    gap: 4vw;
    flex-direction: row;
    width: 100%;
  }
  .foot .footThis > .thisBox .contentBox .cenCout .rigthBox .footNavBar .ul1 li {
    flex: unset;
    width: calc(100% / 3 - (3 - 1) * 4vw / 3);
  }
}
.foot .footThis > .thisBox .contentBox .cenCout .rigthBox .footNavBar .ul1 .li1 {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  flex-wrap: unset;
}
.foot .footThis > .thisBox .contentBox .cenCout .rigthBox .footNavBar .ul1 .li1 .a1 .txt div {
  font-size: clamp(12px, 1vw, 1vw);
  font-family: 'cn1';
}
@media (max-width:1024px) {
  .foot .footThis > .thisBox .contentBox .cenCout .rigthBox .footNavBar .ul1 .li1 .a1 .txt div {
    font-size: 3.8vw;
  }
}
.foot .footThis > .thisBox .contentBox .cenCout .rigthBox .footNavBar .ul1 .li1 .twoNav {
  margin-top: 1vw;
}
.foot .footThis > .thisBox .contentBox .cenCout .rigthBox .footNavBar .ul1 .li1 .twoNav .ul2 {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  flex-wrap: unset;
  gap: 1vw;
}
.foot .footThis > .thisBox .contentBox .cenCout .rigthBox .footNavBar .ul1 .li1 .twoNav .ul2 .li2 .a2 {
  opacity: 0.5;
}
.foot .footThis > .thisBox .contentBox .cenCout .rigthBox .erweima .ul {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  flex-wrap: unset;
  gap: 1vw;
}
@media (max-width:1024px) {
  .foot .footThis > .thisBox .contentBox .cenCout .rigthBox .erweima .ul {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    flex-wrap: unset;
    gap: 4vw;
  }
}
.foot .footThis > .thisBox .contentBox .cenCout .rigthBox .erweima .ul .li {
  position: relative;
  cursor: pointer;
}
.foot .footThis > .thisBox .contentBox .cenCout .rigthBox .erweima .ul .li .ico {
  width: 3vw;
  height: 3vw;
  border-radius: 50%;
  background-color: #fff;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  flex-wrap: unset;
}
.foot .footThis > .thisBox .contentBox .cenCout .rigthBox .erweima .ul .li .ico img{
      width: 100%;
    object-fit: cover;
    height: 100%;
      border-radius: 50%;
}

@media (max-width:1024px) {
  .foot .footThis > .thisBox .contentBox .cenCout .rigthBox .erweima .ul .li .ico {
    width: 12vw;
    height: 12vw;
  }
}
.foot .footThis > .thisBox .contentBox .cenCout .rigthBox .erweima .ul .li .ico i {
  font-size: clamp(12px, 1.1vw, 1.1vw);
}
@media (max-width:1024px) {
  .foot .footThis > .thisBox .contentBox .cenCout .rigthBox .erweima .ul .li .ico i {
    font-size: 4vw;
  }
}
.foot .footThis > .thisBox .contentBox .cenCout .rigthBox .erweima .ul .li .hovBox {
  opacity: 0;
  pointer-events: none;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: calc(100% + 1vw);
  background-color: #fff;
  padding: 0.6vw;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  flex-wrap: unset;
}
@media (max-width:1024px) {
  .foot .footThis > .thisBox .contentBox .cenCout .rigthBox .erweima .ul .li .hovBox {
    padding: 2vw;
    left: 50%;
    transform: translate(-50%, 0);
    top: unset;
    right: unset;
    bottom: calc(100% + 4vw);
  }
}
.foot .footThis > .thisBox .contentBox .cenCout .rigthBox .erweima .ul .li .hovBox .imgBox {
  width: 6vw;
  height: 6vw;
  margin-bottom: 0.4vw;
}
@media (max-width:1024px) {
  .foot .footThis > .thisBox .contentBox .cenCout .rigthBox .erweima .ul .li .hovBox .imgBox {
    width: 30vw;
    height: 30vw;
  }
}
.foot .footThis > .thisBox .contentBox .cenCout .rigthBox .erweima .ul .li:hover .ico {
  background-color: #de1a1b;
}
.foot .footThis > .thisBox .contentBox .cenCout .rigthBox .erweima .ul .li:hover .ico i {
  color: #fff;
}
.foot .footThis > .thisBox .contentBox .cenCout .rigthBox .erweima .ul .li:hover .hovBox {
  opacity: 1;
  pointer-events: auto;
}
.foot .footThis > .thisBox .footEnAni {
  width: 80%;
  margin: 0 auto;
  padding: 3vw 0 2vw;
  border-top: 1px solid rgba(255, 255, 255, 0.2);
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  flex-wrap: unset;
}
@media (max-width:1024px) {
  .foot .footThis > .thisBox .footEnAni {
    width: 84%;
  }
}
.foot .footThis > .thisBox .footEnAni .en,
.foot .footThis > .thisBox .footEnAni .en div {
  color: #eee;
  font-size: clamp(12px, 5.7vw, 5.7vw);
}
@media (max-width:1024px) {
  .foot .footThis > .thisBox .footEnAni .en,
  .foot .footThis > .thisBox .footEnAni .en div {
    font-size: 13.2vw;
  }
}
.foot .footThis > .thisBox .footEnAni .cnTxt p {
  color: #eee;
  font-size: clamp(12px, 1.5vw, 1.5vw);
}
@media (max-width:1024px) {
  .foot .footThis > .thisBox .footEnAni .cnTxt p {
    font-size: 4.8vw;
  }
}
.foot .footThis > .thisBox .footBottomInfo {
  width: 100%;
  padding: 1vw 0;
  border-top: 1px solid rgba(255, 255, 255, 0.2);
}
.foot .footThis > .thisBox .footBottomInfo * {

}
@media (max-width:1024px) {
  .foot .footThis > .thisBox .footBottomInfo {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    flex-wrap: unset;
    margin-top: 8vw;
    padding: 6vw 0;
  }
}
.foot .footThis > .thisBox .footBottomInfo * {
  font-size: clamp(12px, 0.7vw, 0.7vw);
}
@media (max-width:1024px) {
  .foot .footThis > .thisBox .footBottomInfo * {
    font-size: 3.2vw;
  }
}
.foot .footThis > .thisBox .footBottomInfo a:hover {
  color: #de1a1b;
}
.foot .footThis > .thisBox .footBottomInfo > .thisBox {
  padding: 1vw 0;
  width: 80%;
  margin: 0 auto;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  flex-wrap: unset;
}
@media (max-width:1024px) {
  .foot .footThis > .thisBox .footBottomInfo > .thisBox {
    width: 84%;
  }
}
@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::after {
  content: '';
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
  top: 0;
  background-repeat: repeat;
  background-image: url(../img/unify/videoWenli.png);
}
.foot .footThis::before {
  content: '';
  position: absolute;
  display: block;
  width: 100%;
  height: 0.5vw;
  background-image: url(../img/unify/bianK.png);
  transform: rotate(180deg);
  background-size: 100% 100%;
  top: -1px;
  z-index: 2;
}
.mouseStalker {
  pointer-events: none;
  position: fixed;
}
.mouseStalker .dianBox {
  position: relative;
}
.mouseStalker .dianBox .dian {
  position: absolute;
  width: 1vw;
  height: 1vw;
  border-radius: 50%;
  background-color: #de1a1b;
  transition-duration: 0.4s;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.56, -0.01, 0.04, 1);
  translate: -50% -50%;
  top: 0;
  left: 0;
}
.mouseStalker .dianBox .kuoQuan {
  position: absolute;
  top: 0;
  left: 0;
  translate: -50% -50%;
  border-radius: 50%;
  width: 8vw;
  height: 8vw;
  background-color: rgba(108, 170, 53, 0.3);
  transition-duration: 0.4s;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.56, -0.01, 0.04, 1);
  transform: scale(0);
}
.mouseStalker .dianBox.hoverA .dian {
  transform: scale(0);
}
.mouseStalker .dianBox.hoverA .kuoQuan {
  transform: scale(1);
}
.intro {
  position: absolute;
  top: 0;
  left: 0;
  background-color: #fff;
  width: 100%;
  height: 16vw;
}
.intro::before {
  content: '';
  position: absolute;
  display: block;
  width: 100%;
  height: 26px;
  bottom: calc(100% - 1px);
  background-image: url(../img/unify/wave_top_pc.svg);
  background-position: 0 center;
  animation: moveWavePc 6s linear infinite;
  left: 0;
  background-repeat: repeat-x;
  background-size: 1600px 26px;
}
.intro::after {
  content: '';
  position: absolute;
  display: block;
  top: calc(100% - 1px);
  background-image: url(../img/unify/wave_bottom_pc.svg);
  background-position: 0 center;
  animation: moveWavePc 6s linear infinite reverse;
  left: 0;
  width: 100%;
  height: 26px;
  background-repeat: repeat-x;
  background-size: 1600px 26px;
}
@keyframes moveWavePc {
  0% {
    background-position: 0 center;
  }
  100% {
    background-position: -1600px center;
  }
}
.swiperControl .scrollbar .scrollbarThis {
  position: relative;
  width: 30vw;
  height: 10px;
}
.swiperControl .scrollbar .scrollbarThis .swiper-scrollbar-drag {
  background-color: #de1a1b;
  cursor: pointer;
  z-index: 1;
}
.swiperControl .scrollbar .scrollbarThis .swiper-scrollbar-drag:hover {
  background-color: #f3c01a;
}
.swiperControl .scrollbar .scrollbarThis::after {
  content: '';
  position: absolute;
  display: block;
    background-color: rgb(222 26 27 / 37%);
  top: 50%;
  translate: 0 -50%;
  height: 4px;
  width: 100%;
}
.swiperControl .navigation .navigationThis {
  z-index: 1;
  cursor: pointer;
  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 {
  z-index: 1;
  border-radius: 50%;
  transition-duration: 0.4s;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.56, -0.01, 0.04, 1);
  width: 4vw;
  height: 4vw;
  background-color: #de1a1b;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  flex-wrap: unset;
}
@media (max-width:1024px) {
  .swiperControl .navigation .navigationThis .btn {
    width: 10vw;
    height: 10vw;
  }
}
.swiperControl .navigation .navigationThis .btn i {
  font-size: clamp(12px, 1.2vw, 1.2vw);
  color: #fff;
}
@media (max-width:1024px) {
  .swiperControl .navigation .navigationThis .btn i {
    font-size: 4vw;
  }
}
.swiperControl .navigation .navigationThis .btn.leftBtn i {
  transform: rotateY(180deg);
}
.swiperControl .navigation .navigationThis .btn:hover {
  background-color: #f3c01a;
}
.swiperControl .navigation .navigationThis .btn.swiper-button-disabled {
  pointer-events: none;
  cursor: default;
  transform: scale(0.7);
}
.twoPageBox .pageContentAll .twoBanner .twoBannerThis > .thisBox {
  padding-top: 5vw;
}
@media (max-width:1600px) {
  .twoPageBox .pageContentAll .twoBanner .twoBannerThis > .thisBox {
    padding-top: 5vw;
  }
}
@media (max-width:1300px) {
  .twoPageBox .pageContentAll .twoBanner .twoBannerThis > .thisBox {
    padding-top: 5vw;
  }
}
@media (max-width:1024px) {
  .twoPageBox .pageContentAll .twoBanner .twoBannerThis > .thisBox {
    padding-top: 16vw;
  }
}
.twoPageBox .pageContentAll .twoBanner .twoBannerThis > .thisBox .contentBox {
  position: relative;
  width: 100%;
}
.twoPageBox .pageContentAll .twoBanner .twoBannerThis > .thisBox .contentBox .imgBox {
  overflow: hidden;
  width: 100%;
  height: 30vw;
  margin: 0 auto;
}
.twoPageBox .pageContentAll .twoBanner .twoBannerThis > .thisBox .contentBox .imgBox::after {
  content: '';
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
    background-color: #00000057;
  pointer-events: none;
}
@media (max-width:1024px) {
  .twoPageBox .pageContentAll .twoBanner .twoBannerThis > .thisBox .contentBox .imgBox {
    height: 60vw;
  }
}
@media (max-width:1024px) {
  .twoPageBox .pageContentAll .twoBanner .twoBannerThis > .thisBox .contentBox .imgBox img {
    height: 100%;
  }
}
.twoPageBox .pageContentAll .twoBanner .twoBannerThis > .thisBox .contentBox .textBox {
  position: absolute;
  left: 15vw;
  top: 50%;
  left: 50%;
  translate: -50% -50%;
  width: 80%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  flex-wrap: unset;
  z-index: 1;
}
.twoPageBox .pageContentAll .twoBanner .twoBannerThis > .thisBox .contentBox .textBox .sortname,
.twoPageBox .pageContentAll .twoBanner .twoBannerThis > .thisBox .contentBox .textBox .sortname {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  flex-wrap: unset;
  gap: 1vw;
}
.twoPageBox .pageContentAll .twoBanner .twoBannerThis > .thisBox .contentBox .textBox .sortname > div div,
.twoPageBox .pageContentAll .twoBanner .twoBannerThis > .thisBox .contentBox .textBox .sortname > div div {
  text-align: center;
  font-size: clamp(12px, 2.5vw, 2.5vw);
  font-family: 'cn1';
  color: #fff;
  width: 4vw;
  height: 4vw;
  border-radius: 50%;
  background-color: #de1a1b;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  flex-wrap: unset;
}
@media (max-width:1024px) {
  .twoPageBox .pageContentAll .twoBanner .twoBannerThis > .thisBox .contentBox .textBox .sortname > div div,
  .twoPageBox .pageContentAll .twoBanner .twoBannerThis > .thisBox .contentBox .textBox .sortname > div div {
    font-size: 5.6vw;
  }
}
@media (max-width:1024px) {
  .twoPageBox .pageContentAll .twoBanner .twoBannerThis > .thisBox .contentBox .textBox .sortname > div div,
  .twoPageBox .pageContentAll .twoBanner .twoBannerThis > .thisBox .contentBox .textBox .sortname > div div {
    width: 10vw;
    height: 10vw;
  }
}
.twoPageBox .pageContentAll .twoBanner .twoBannerThis > .thisBox .contentBox .textBox .subname,
.twoPageBox .pageContentAll .twoBanner .twoBannerThis > .thisBox .contentBox .textBox .subname div {
  font-size: clamp(12px, 3.7vw, 3.7vw);
  font-family: 'en3';
  font-weight: bold;
  text-transform: uppercase;
  color: #de1a1b;
}
@media (max-width:1024px) {
  .twoPageBox .pageContentAll .twoBanner .twoBannerThis > .thisBox .contentBox .textBox .subname,
  .twoPageBox .pageContentAll .twoBanner .twoBannerThis > .thisBox .contentBox .textBox .subname div {
    font-size: 9.2vw;
  }
}
@media (max-width:1024px) {
  .twoPageBox .pageContentAll .twoBanner .twoBannerThis > .thisBox .contentBox .textBox .subname,
  .twoPageBox .pageContentAll .twoBanner .twoBannerThis > .thisBox .contentBox .textBox .subname div {
    font-size: 6vw;
  }
}
.tongzhi {
  position: fixed;
  z-index: 1111;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: none;
}
.tongzhi .kuangjia {
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  flex-wrap: unset;
  transition-duration: 0.4s;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.56, -0.01, 0.04, 1);
}
.tongzhi .kuangjia .box {
  width: 400px;
  padding: 20px 0;
  background-color: #fff;
  box-shadow: 2px 2px 30px rgba(255, 255, 255, 0.5);
  transform: translateY(50px);
  transition-duration: 0.4s;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.56, -0.01, 0.04, 1);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  flex-wrap: unset;
  border-radius: 10px;
}
@media (max-width:1024px) {
  .tongzhi .kuangjia .box {
    width: 90%;
  }
}
.tongzhi .kuangjia .box i {
  font-size: 80px;
  margin-bottom: 20px;
}
@media (max-width:1024px) {
  .tongzhi .kuangjia .box i {
    font-size: 18vw;
  }
}
.tongzhi .kuangjia .box i.icon-zhengque {
  color: #46ad75;
}
.tongzhi .kuangjia .box i.icon-cuowu {
  color: #b62c2c;
}
.tongzhi .kuangjia .box span {
  font-size: 18px;
  color: #666;
}
.tongzhi .kuangjia .box .jishi {
  margin-top: 20px;
  color: #666;
  font-size: 14px;
  transition-duration: 0.4s;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.56, -0.01, 0.04, 1);
}
.tongzhi .kuangjia.on .box {
  transform: translateY(0px);
}
.goTopBtn {
  position: fixed;
  bottom: 6vw;
  right: 3vw;
  z-index: 5;
  cursor: pointer;
  opacity: 0;
  transition-duration: 0.4s;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.56, -0.01, 0.04, 1);
}
@media (max-width:1024px) {
  .goTopBtn {
    right: 0;
    bottom: 0;
  }
}
.goTopBtn > .thisBox {
  position: relative;
  width: 4.7vw;
  height: 100%;
}
@media (max-width:1024px) {
  .goTopBtn > .thisBox {
    width: 18vw;
    height: 18vw;
  }
}
.goTopBtn > .thisBox .box {
  width: 3vw;
  height: 3vw;
  border-radius: 50%;
  transition-duration: 0.4s;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.56, -0.01, 0.04, 1);
  background-color: #de1a1b;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  flex-wrap: unset;
}
@media (max-width:1024px) {
  .goTopBtn > .thisBox .box {
    width: 10vw;
    height: 10vw;
  }
}
.goTopBtn > .thisBox .box i {
  color: #fff;
  font-size: clamp(12px, 1.3vw, 1.3vw);
}
@media (max-width:1024px) {
  .goTopBtn > .thisBox .box i {
    font-size: 4.4vw;
  }
}
.goTopBtn > .thisBox .box .svgBox {
  position: absolute;
  width: 100%;
  height: 100%;
  transition-duration: 0.4s;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.56, -0.01, 0.04, 1);
}
.goTopBtn > .thisBox .box .svgBox svg {
  width: 100%;
  height: 100%;
  animation: xuanzhuan 30s linear 0s infinite normal;
}
.goTopBtn > .thisBox:hover .box {
  background-color: #de1a1b;
}
.goTopBtn > .thisBox:hover .box .svgBox {
  transform: scale(1.2);
}
.goTopBtn.show {
  opacity: 1;
}
#txt-pagetop-curves-lg path {
  fill: #333;
}
.changePageMoveBox {
  position: fixed;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 200;
  opacity: 1;
}
.changePageMoveBox .box {
  position: relative;
  width: 100%;
  height: 100%;
}
.changePageMoveBox .box .ul {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  flex-wrap: unset;
  height: 100%;
}
.changePageMoveBox .box .ul li {
  flex: 1;
  height: 100%;
  background-color: #fff;
  transform-origin: right;
}
.changePageMoveBox .box .logoBox {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 20vw;
  height: 4vw;
  -webkit-mask-image: none;
  -webkit-mask-size: 100% 100%;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center;
  -webkit-mask-size: contain;
}
.changePageMoveBox .box .logoBox .color {
  background-color: #de1a1b;
  width: 100%;
  height: 100%;
}
@media (max-width:1024px) {
  .changePageMoveBox .box .logoBox {
    width: 55vw;
    height: 5vw;
  }
}
.changePageMoveBox .box .logoBox .color {
  background-color: #de1a1b;
}
@media (max-width:1024px) {
  #index_page .pageContentAll {
    overflow: hidden;
    padding-top: 5vw;
  }
}
@media (max-width:1024px) and (max-width:1600px) {
  #index_page .pageContentAll {
    padding-top: 5vw;
  }
}
@media (max-width:1024px) and (max-width:1300px) {
  #index_page .pageContentAll {
    padding-top: 5vw;
  }
}
@media (max-width:1024px) and (max-width:1024px) {
  #index_page .pageContentAll {
    padding-top: 16vw;
  }
}
#index_page .pageContentAll .inxBanner > .thisBox {
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 100%;
  height: 100vh;
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  justify-content: center;
  flex-wrap: unset;
}
@media (max-width:1024px) {
  #index_page .pageContentAll .inxBanner > .thisBox {
    height: 80vw;
  }
}
#index_page .pageContentAll .inxBanner > .thisBox .swiperBox {
  position: relative;
  width: 100%;
  height: 100%;
}
#index_page .pageContentAll .inxBanner > .thisBox .swiperBox #inxBanner {
  width: 100%;
  height: 100%;
}
#index_page .pageContentAll .inxBanner > .thisBox .swiperBox #inxBanner .swiper-slide {
  overflow: hidden;
}
#index_page .pageContentAll .inxBanner > .thisBox .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 .swiperBox #inxBanner .swiper-slide .slide-inner .banCoutBox {
  width: 100%;
  height: 100%;
}
#index_page .pageContentAll .inxBanner > .thisBox .swiperBox #inxBanner .swiper-slide .slide-inner .banCoutBox .img {
  object-fit: cover;
  width: 100%;
  height: 100%;
}
#index_page .pageContentAll .inxBanner > .thisBox .swiperBox #inxBanner .swiper-slide .slide-inner .banCoutBox .text {
  position: absolute;
  left: 14%;
  top: 30%;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  flex-wrap: unset;
  gap: 1vw;
}
@media (max-width:1024px) {
  #index_page .pageContentAll .inxBanner > .thisBox .swiperBox #inxBanner .swiper-slide .slide-inner .banCoutBox .text {
    top: 40%;
  }
}
#index_page .pageContentAll .inxBanner > .thisBox .swiperBox #inxBanner .swiper-slide .slide-inner .banCoutBox .text .cn {
  font-weight: bold;
  font-size: clamp(12px, 2.1vw, 2.1vw);
  transform: translateY(2vw);
  opacity: 0;
  transition-duration: 0.4s;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.56, -0.01, 0.04, 1);
}
@media (max-width:1024px) {
  #index_page .pageContentAll .inxBanner > .thisBox .swiperBox #inxBanner .swiper-slide .slide-inner .banCoutBox .text .cn {
    font-size: 6vw;
  }
}
#index_page .pageContentAll .inxBanner > .thisBox .swiperBox #inxBanner .swiper-slide .slide-inner .banCoutBox .text .en {
  line-height: unset;
  opacity: 0;
  font-size: clamp(12px, 1.1vw, 1.1vw);
  transform: translateY(2vw);
  transition-duration: 0.4s;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.56, -0.01, 0.04, 1);
}
@media (max-width:1024px) {
  #index_page .pageContentAll .inxBanner > .thisBox .swiperBox #inxBanner .swiper-slide .slide-inner .banCoutBox .text .en {
    font-size: 4vw;
  }
}
#index_page .pageContentAll .inxBanner > .thisBox .swiperBox #inxBanner .swiper-slide .slide-inner .banCoutBox .text .unifyButton {
  transform: translateY(2vw);
  transition-duration: 0.4s;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.56, -0.01, 0.04, 1);
  opacity: 0;
}
#index_page .pageContentAll .inxBanner > .thisBox .swiperBox #inxBanner .swiper-slide .slide-inner .banCoutBox .text.fff .cn {
  color: #fff;
}
#index_page .pageContentAll .inxBanner > .thisBox .swiperBox #inxBanner .swiper-slide .slide-inner .banCoutBox .text.fff .en {
  color: #fff;
}
#index_page .pageContentAll .inxBanner > .thisBox .swiperBox #inxBanner .swiper-slide.on .slide-inner .banCoutBox .text .cn {
  transform: translateY(0);
  opacity: 1;
}
#index_page .pageContentAll .inxBanner > .thisBox .swiperBox #inxBanner .swiper-slide.on .slide-inner .banCoutBox .text .en {
  transform: translateY(0);
  transition-delay: 0.1s;
  opacity: 1;
}
#index_page .pageContentAll .inxBanner > .thisBox .swiperBox #inxBanner .swiper-slide.on .slide-inner .banCoutBox .text .unifyButton {
  transform: translateY(0);
  transition-delay: 0.2s;
  opacity: 1;
}
#index_page .pageContentAll .inxBanner > .thisBox .swiperBox #inxBanner .swiper-slide.on .slide-inner .banCoutBox .banMore {
  opacity: 1;
  transform: translateY(0);
  transition-delay: 0.2s;
}
#index_page .pageContentAll .inxBanner > .thisBox .swiperBox::after {
  content: '';
  position: absolute;
  display: block;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: #000;
  opacity: 0;
  z-index: 1;
  pointer-events: none;
}
#index_page .pageContentAll .inxBanner > .thisBox .swiperBox::before {
  content: '';
  position: absolute;
  display: block;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
  opacity: 0.1;
  background-repeat: repeat;
  background-image: url(../img/unify/xianWL.png);
  pointer-events: none;
  filter: grayscale(1) brightness(10);
}
#index_page .pageContentAll .inxBanner > .thisBox .bottomTextBox {
  position: absolute;
  padding-right: 6vw;
  bottom: 0;
  width: 100%;
  height: 2.6vw;
  background-color: rgb(255 236 26);
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-end;
  flex-wrap: unset;
}
@media (max-width:1024px) {
  #index_page .pageContentAll .inxBanner > .thisBox .bottomTextBox {
    height: 7vw;
    justify-content: center;
    padding-right: 0;
  }
}
#index_page .pageContentAll .inxBanner > .thisBox .bottomTextBox .navbarBox {
  position: absolute;
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  justify-content: center;
  flex-wrap: unset;
  left: 6vw;
  bottom: 1vw;
}
@media (max-width:1024px) {
  #index_page .pageContentAll .inxBanner > .thisBox .bottomTextBox .navbarBox {
    display: none;
  }
}
#index_page .pageContentAll .inxBanner > .thisBox .bottomTextBox .navbarBox .name {
  padding-right: 1vw;
  font-size: clamp(12px, 0.9vw, 0.9vw);
  font-weight: bold;
  font-family: 'cn1';
  letter-spacing: 0.5em;
  color: #de1a1b;
  writing-mode: vertical-rl;
}
@media (max-width:1024px) {
  #index_page .pageContentAll .inxBanner > .thisBox .bottomTextBox .navbarBox .name {
    font-size: 3.6vw;
  }
}
#index_page .pageContentAll .inxBanner > .thisBox .bottomTextBox .navbarBox .navbar {
  padding-bottom: 3vw;
  border-left: 1px solid #fff;
}
#index_page .pageContentAll .inxBanner > .thisBox .bottomTextBox .navbarBox .navbar .ul {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  flex-wrap: unset;
  gap: 1vw;
}
#index_page .pageContentAll .inxBanner > .thisBox .bottomTextBox .navbarBox .navbar .ul .li {
  position: relative;
  padding-left: 1.6vw;
}
#index_page .pageContentAll .inxBanner > .thisBox .bottomTextBox .navbarBox .navbar .ul .li .a1 {
  position: relative;
  z-index: 1;
}
#index_page .pageContentAll .inxBanner > .thisBox .bottomTextBox .navbarBox .navbar .ul .li .a1 .t {
  font-family: 'cn1';
  font-size: clamp(12px, 1vw, 1vw);
  color: #de1a1b;
  transition-duration: 0.3s;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.56, -0.01, 0.04, 1);
}
@media (max-width:1024px) {
  #index_page .pageContentAll .inxBanner > .thisBox .bottomTextBox .navbarBox .navbar .ul .li .a1 .t {
    font-size: 3.8vw;
  }
}
#index_page .pageContentAll .inxBanner > .thisBox .bottomTextBox .navbarBox .navbar .ul .li::before {
  content: '';
  position: absolute;
  display: block;
  left: -1px;
  top: 50%;
  transition-duration: 0.3s;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.56, -0.01, 0.04, 1);
  transform: scaleY(0);
  height: 1vw;
  translate: 0 -50%;
  background-color: #de1a1b;
  width: 4px;
}
#index_page .pageContentAll .inxBanner > .thisBox .bottomTextBox .navbarBox .navbar .ul .li::after {
  content: '';
  position: absolute;
  display: block;
  top: 50%;
  left: 1vw;
  translate: 0 -50%;
  border-radius: 0.4vw;
  background-color: rgba(255, 255, 255, 0.8);
  backdrop-filter: blur(10px);
  transition-duration: 0.4s;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.56, -0.01, 0.04, 1);
  width: 100%;
  height: 100%;
}
#index_page .pageContentAll .inxBanner > .thisBox .bottomTextBox .navbarBox .navbar .ul .li:hover .a1 .t {
  color: #f3c01a;
}
#index_page .pageContentAll .inxBanner > .thisBox .bottomTextBox .navbarBox .navbar .ul .li:hover::before {
  transform: scaleY(1);
}
#index_page .pageContentAll .inxBanner > .thisBox .bottomTextBox .navbarBox .navbar .ul .li:hover::after {
  background-color: #de1a1b;
}
#index_page .pageContentAll .inxBanner > .thisBox .bottomTextBox .navbarBox .navbar .ul .li:hover .a1 .t {
  color: #f3c01a;
}
#index_page .pageContentAll .inxBanner > .thisBox .bottomTextBox .navbarBox .navbar .ul .li:hover::before {
  transform: scaleY(1);
}
#index_page .pageContentAll .inxBanner > .thisBox .bottomTextBox .navbarBox .navbar .ul .li:hover::after {
  background-color: #de1a1b;
}
#index_page .pageContentAll .inxBanner > .thisBox .bottomTextBox .navbarBox .navbar .ul .li.on .a1 .t {
  color: #f3c01a;
}
#index_page .pageContentAll .inxBanner > .thisBox .bottomTextBox .navbarBox .navbar .ul .li.on::before {
  transform: scaleY(1);
}
#index_page .pageContentAll .inxBanner > .thisBox .bottomTextBox .navbarBox .navbar .ul .li.on::after {
  background-color: #de1a1b;
}
#index_page .pageContentAll .inxBanner > .thisBox .bottomTextBox .swiperControl {
  position: relative;
  z-index: 2;
  display: flex;
  flex-direction: row;
  align-items: flex-end;
  justify-content: center;
  flex-wrap: unset;
  gap: 2vw;
  bottom: 0.9vw;
}
@media (max-width:1024px) {
  #index_page .pageContentAll .inxBanner > .thisBox .bottomTextBox .swiperControl .navigation {
    display: none;
  }
}
#index_page .pageContentAll .inxBanner > .thisBox .bottomTextBox .swiperControl .navigation .navigationThis .btn {
  border: 2px solid #f3c01a;
}
#index_page .pageContentAll .inxBanner > .thisBox .bottomTextBox .swiperControl .pagination .paginationThis {
  width: fit-content;
}
#index_page .pageContentAll .inxBanner > .thisBox .bottomTextBox .swiperControl .pagination .paginationThis .swiper-pagination-bullet {
  border-radius: 1vw;
  width: 4vw;
  height: 4px;
  background-color: #ff5151;
}
@media (max-width:1024px) {
  #index_page .pageContentAll .inxBanner > .thisBox .bottomTextBox .swiperControl .pagination .paginationThis .swiper-pagination-bullet {
    width: 12vw;
    height: 6px;
  }
}
#index_page .pageContentAll .inxBanner > .thisBox .bottomTextBox .swiperControl .pagination .paginationThis .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background-color: #de1a1b;
}
#index_page .pageContentAll .inxBanner > .thisBox .bannerLogo {
  position: absolute;
  left: 5vw;
  top: 2vw;
  width: 14vw;
  height: 7vw;
}
@media (max-width:1024px) {
  #index_page .pageContentAll .inxBanner > .thisBox .bannerLogo {
    display: none;
  }
}
#index_page .pageContentAll .inxBanner > .thisBox .bannerLogo .logoImg {
  position: relative;
  width: 100%;
  height: 100%;
  -webkit-mask-image: none;
  -webkit-mask-size: 100% 100%;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center;
  -webkit-mask-size: contain;
  -webkit-mask-position: left top;
}
#index_page .pageContentAll .inxBanner > .thisBox .bannerLogo .logoImg .color {
  background-color: #de1a1b;
  width: 100%;
  height: 100%;
}
#index_page .pageContentAll .inxBanner > .thisBox .bannerLogo .logoImg::after {
  content: '';
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #de1a1b;
}
#index_page .pageContentAll .inxBanner > .thisBox .bannerLogo::after {
  content: '';
  position: absolute;
  display: block;
  border-radius: 50%;
  background-color: rgba(255, 255, 255, 0.8);
  translate: 0 -50%;
}
#index_page .pageContentAll .inxBanner > .thisBox .slogenText {
  position: absolute;
  top: 3vw;
  right: 5vw;
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  justify-content: center;
  flex-wrap: unset;
  gap: 1vw;
}
@media (max-width:1024px) {
  #index_page .pageContentAll .inxBanner > .thisBox .slogenText {
    top: 16vw;
  }
}
#index_page .pageContentAll .inxBanner > .thisBox .slogenText > div {
  position: relative;
}
#index_page .pageContentAll .inxBanner > .thisBox .slogenText > div .t {
  position: relative;
  z-index: 1;
  font-size: clamp(12px, 2.7vw, 2.7vw);
  font-family: 'cn1';
  color: #de1a1b;
  writing-mode: vertical-rl;
}
@media (max-width:1024px) {
  #index_page .pageContentAll .inxBanner > .thisBox .slogenText > div .t {
    font-size: 7.2vw;
  }
}
#index_page .pageContentAll .inxBanner > .thisBox .slogenText > div::after {
  content: '';
  position: absolute;
  display: block;
  bottom: -1vw;
  left: -0.2vw;
  background-color: rgba(255, 255, 255, 0.8);
  border-radius: 0.2vw;
  width: 70%;
  height: 10vw;
}
#index_page .pageContentAll .inxBanner > .thisBox .slogenText > div.t2 {
  padding-top: 4vw;
}
#index_page .pageContentAll .inxAbout > .thisBox {
  position: relative;
  padding-top: 6vw;
}
@media (max-width:1600px) {
  #index_page .pageContentAll .inxAbout > .thisBox {
    padding-top: 6vw;
  }
}
@media (max-width:1300px) {
  #index_page .pageContentAll .inxAbout > .thisBox {
    padding-top: 6vw;
  }
}
@media (max-width:1024px) {
  #index_page .pageContentAll .inxAbout > .thisBox {
    padding-top: 12vw;
  }
}
@media (max-width:1024px) {
  #index_page .pageContentAll .inxAbout > .thisBox {
    overflow: hidden;
  }
}
#index_page .pageContentAll .inxAbout > .thisBox .contentBox {
  position: relative;
  width: 100%;
}
#index_page .pageContentAll .inxAbout > .thisBox .contentBox .textBoxAll {
  position: relative;
  z-index: 2;
  margin-bottom: 4vw;
  padding-left: 16vw;
}
@media (max-width:1024px) {
  #index_page .pageContentAll .inxAbout > .thisBox .contentBox .textBoxAll {
    padding-left: 0;
    width: 80%;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    flex-wrap: unset;
  }
}
@media (max-width:1024px) and (max-width:1024px) {
  #index_page .pageContentAll .inxAbout > .thisBox .contentBox .textBoxAll {
    width: 84%;
  }
}
#index_page .pageContentAll .inxAbout > .thisBox .contentBox .textBoxAll .textBox .miaoshu {
  text-align: justify;
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  justify-content: flex-start;
  flex-wrap: unset;
  gap: 6vw;
  text-decoration: underline;
}
@media (max-width:1024px) {
  #index_page .pageContentAll .inxAbout > .thisBox .contentBox .textBoxAll .textBox .miaoshu {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    flex-wrap: unset;
  }
}
#index_page .pageContentAll .inxAbout > .thisBox .contentBox .textBoxAll .textBox .miaoshu p {
  line-height: 2.4em;
  width: 21vw;
  color: #444;
}
@media (max-width:1024px) {
  #index_page .pageContentAll .inxAbout > .thisBox .contentBox .textBoxAll .textBox .miaoshu p {
    width: 100%;
  }
}
#index_page .pageContentAll .inxAbout > .thisBox .contentBox .textBoxAll .aboutMore {
  position: absolute;
  z-index: 2;
  bottom: -8vw;
  left: 50%;
  transform: translateX(-50%);
}
@media (max-width:1024px) {
  #index_page .pageContentAll .inxAbout > .thisBox .contentBox .textBoxAll .aboutMore {
    position: unset;
    transform: translateX(0);
  }
}
#index_page .pageContentAll .inxAbout > .thisBox .contentBox .textBoxAll .aboutMore .quan {
  width: 8vw;
  height: 8vw;
}
@media (max-width:1024px) {
  #index_page .pageContentAll .inxAbout > .thisBox .contentBox .textBoxAll .aboutMore .quan {
    width: 30vw;
    height: 30vw;
  }
}
#index_page .pageContentAll .inxAbout > .thisBox .contentBox .textBoxAll .aboutMore .quan .quanImgAll {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
#index_page .pageContentAll .inxAbout > .thisBox .contentBox .textBoxAll .aboutMore .quan .quanImgAll .quanImg {
  -webkit-mask-image: url(../img/textQuan.png);
  -webkit-mask-size: 100% 100%;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center;
  width: 100%;
  height: 100%;
}
#index_page .pageContentAll .inxAbout > .thisBox .contentBox .textBoxAll .aboutMore .quan .quanImgAll .quanImg .color {
  background-color: #de1a1b;
  width: 100%;
  height: 100%;
}
#index_page .pageContentAll .inxAbout > .thisBox .contentBox .textBoxAll .aboutMore .quan .quanImgAll .quanImg::after {
  content: '';
  position: absolute;
  display: block;
  top: 50%;
  width: 100%;
  height: 100%;
  background-color: #de1a1b;
  left: 50%;
  translate: -50% -50%;
}
#index_page .pageContentAll .inxAbout > .thisBox .contentBox .textBoxAll .aboutMore .quan .cenCout {
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  flex-wrap: unset;
  width: 100%;
  height: 100%;
}
#index_page .pageContentAll .inxAbout > .thisBox .contentBox .textBoxAll .aboutMore .quan .cenCout .txt {
  position: relative;
}
#index_page .pageContentAll .inxAbout > .thisBox .contentBox .textBoxAll .aboutMore .quan .cenCout .txt div {
  font-size: clamp(12px, 1.2vw, 1.2vw);
  transition-duration: 0.4s;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.56, -0.01, 0.04, 1);
}
@media (max-width:1024px) {
  #index_page .pageContentAll .inxAbout > .thisBox .contentBox .textBoxAll .aboutMore .quan .cenCout .txt div {
    font-size: 4.2vw;
  }
}
#index_page .pageContentAll .inxAbout > .thisBox .contentBox .textBoxAll .aboutMore .quan .cenCout .txt i {
  position: absolute;
  top: 50%;
  left: 50%;
  translate: -50% -50%;
  opacity: 0;
  font-size: clamp(12px, 1.3vw, 1.3vw);
  transition-duration: 0.4s;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.56, -0.01, 0.04, 1);
  color: #de1a1b;
}
@media (max-width:1024px) {
  #index_page .pageContentAll .inxAbout > .thisBox .contentBox .textBoxAll .aboutMore .quan .cenCout .txt i {
    font-size: 4.4vw;
  }
}
#index_page .pageContentAll .inxAbout > .thisBox .contentBox .textBoxAll .aboutMore .quan:hover .cenCout .txt div:first-child {
  transform: translateY(-0.6vw);
}
#index_page .pageContentAll .inxAbout > .thisBox .contentBox .textBoxAll .aboutMore .quan:hover .cenCout .txt div:last-child {
  transform: translateY(0.6vw);
}
#index_page .pageContentAll .inxAbout > .thisBox .contentBox .textBoxAll .aboutMore .quan:hover .cenCout .txt i {
  opacity: 1;
}
#index_page .pageContentAll .inxAbout > .thisBox .contentBox .imgBoxAll {
  width: 100%;
  height: 30vw;
  padding-left: 16vw;
}
@media (max-width:1024px) {
  #index_page .pageContentAll .inxAbout > .thisBox .contentBox .imgBoxAll {
    margin-top: -15vw;
    height: 50vw;
  }
}
#index_page .pageContentAll .inxAbout > .thisBox .contentBox .imgBoxAll .imgBox {
  width: 100%;
  height: 100%;
}
#index_page .pageContentAll .inxAbout > .thisBox .contentBox .imgBoxAll .imgBox img {
  width: 100%;
  height: 120%;
  object-fit: cover;
}
#index_page .pageContentAll .inxAbout > .thisBox .contentBox .imgBoxAll.joinAni {
  transition-duration: 1.5s;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.56, -0.01, 0.04, 1);
  clip-path: inset(0 0 0 100%);
}
#index_page .pageContentAll .inxAbout > .thisBox .contentBox .imgBoxAll.joinAni.joinAni_on {
  clip-path: inset(0 0 0 0);
}
#index_page .pageContentAll .inxAbout > .thisBox .contentBox .slogenPos {
  position: absolute;
  bottom: 2vw;
  left: 8vw;
}
@media (max-width:1024px) {
  #index_page .pageContentAll .inxAbout > .thisBox .contentBox .slogenPos {
    left: 5vw;
  }
}
#index_page .pageContentAll .inxAbout > .thisBox .contentBox .slogenPos div {
  font-family: 'cn1';
  color: #de1a1b;
  font-size: clamp(12px, 3.7vw, 3.7vw);
  font-weight: bold;
}
@media (max-width:1024px) {
  #index_page .pageContentAll .inxAbout > .thisBox .contentBox .slogenPos div {
    font-size: 9.2vw;
  }
}
#index_page .pageContentAll .inxAbout > .thisBox .contentBox .slogenPos div:nth-child(2) {
  padding-left: 6vw;
}
@media (max-width:1024px) {
  #index_page .pageContentAll .inxAbout > .thisBox .contentBox .slogenPos div {
    font-size: 8vw;
  }
}
#index_page .pageContentAll .inxAbout > .thisBox .contentBox .slogenPos::before {
  content: '';
  position: absolute;
  display: block;
  right: 120%;
  bottom: 0;
  width: 2vw;
  height: 6vw;
  clip-path: polygon(0 10%, 100% 0, 100% 100%);
  background: linear-gradient(to top, transparent, #f3c01a);
}
@media (max-width:1024px) {
  #index_page .pageContentAll .inxAbout > .thisBox .contentBox .slogenPos::before {
    width: 4vw;
    height: 12vw;
    right: 100%;
  }
}
#index_page .pageContentAll .inxAbout > .thisBox .contentBox .slogenPos::after {
  content: '';
  position: absolute;
  display: block;
  left: 120%;
  bottom: 0;
  width: 2vw;
  height: 10vw;
  transform: rotate(10deg);
  clip-path: polygon(0 0, 100% 10%, 10% 100%);
  background: linear-gradient(to top, transparent, #f3c01a);
}
@media (max-width:1024px) {
  #index_page .pageContentAll .inxAbout > .thisBox .contentBox .slogenPos::after {
    width: 4vw;
    height: 20vw;
    left: 100%;
  }
}
#index_page .pageContentAll .inxAbout > .thisBox .posImg .img1 {
  position: absolute;
  right: -10vw;
  top: 8vw;
  z-index: 1;
  width: 36vw;
}
#index_page .pageContentAll .inxAbout > .thisBox .posImg .img1 img {
  width: 100%;
}
#index_page .pageContentAll .inxAbout > .thisBox .posImg .img1 img.joinAni {
  transform: translate(80%, -20%);
  transition-duration: 1s;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.56, -0.01, 0.04, 1);
}
#index_page .pageContentAll .inxAbout > .thisBox .posImg .img1 img.joinAni.joinAni_on {
  transform: translate(0, 0);
}
#index_page .pageContentAll .inxProduct {
  position: relative;
}
#index_page .pageContentAll .inxProduct > .thisBox {
  position: relative;
  z-index: 1;
  padding: 6vw 0;
}
@media (max-width:1600px) {
  #index_page .pageContentAll .inxProduct > .thisBox {
    padding: 6vw 0;
  }
}
@media (max-width:1300px) {
  #index_page .pageContentAll .inxProduct > .thisBox {
    padding: 6vw 0;
  }
}
@media (max-width:1024px) {
  #index_page .pageContentAll .inxProduct > .thisBox {
    padding: 12vw 0;
  }
}
#index_page .pageContentAll .inxProduct > .thisBox .contentBox {
  width: 80%;
  margin: 0 auto;
}
@media (max-width:1024px) {
  #index_page .pageContentAll .inxProduct > .thisBox .contentBox {
    width: 84%;
  }
}
#index_page .pageContentAll .inxProduct > .thisBox .contentBox .tabsBox {
  margin-bottom: 2vw;
}
@media (max-width:1024px) {
  #index_page .pageContentAll .inxProduct > .thisBox .contentBox .tabsBox {
    margin-bottom: 8vw;
  }
}
#index_page .pageContentAll .inxProduct > .thisBox .contentBox .tabsBox .ul {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  flex-wrap: unset;
  gap: 4vw;
}
#index_page .pageContentAll .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 .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 .inxProduct > .thisBox .contentBox .tabsBox .ul .li .title .cn {
  font-size: clamp(12px, 1.2vw, 1.2vw);
}
@media (max-width:1024px) {
  #index_page .pageContentAll .inxProduct > .thisBox .contentBox .tabsBox .ul .li .title .cn {
    font-size: 4.2vw;
  }
}
#index_page .pageContentAll .inxProduct > .thisBox .contentBox .tabsBox .ul .li .title .fenge {
  margin: 0 0.4vw;
}
@media (max-width:1024px) {
  #index_page .pageContentAll .inxProduct > .thisBox .contentBox .tabsBox .ul .li .title .fenge {
    display: none;
  }
}
#index_page .pageContentAll .inxProduct > .thisBox .contentBox .tabsBox .ul .li .title .en {
  font-size: clamp(12px, 1vw, 1vw);
}
@media (max-width:1024px) {
  #index_page .pageContentAll .inxProduct > .thisBox .contentBox .tabsBox .ul .li .title .en {
    font-size: 3.8vw;
  }
}
#index_page .pageContentAll .inxProduct > .thisBox .contentBox .tabsBox .ul .li .title::after {
  content: '';
  position: absolute;
  display: block;
  left: 50%;
  bottom: 0;
  translate: -50% 0;
  width: 0.6vw;
  height: 0.6vw;
  opacity: 0;
  transform: translateY(-1vw);
  background-color: #de1a1b;
  transition-duration: 0.4s;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.56, -0.01, 0.04, 1);
  border-radius: 50%;
}
@media (max-width:1024px) {
  #index_page .pageContentAll .inxProduct > .thisBox .contentBox .tabsBox .ul .li .title::after {
    width: 2vw;
    height: 2vw;
    transform: translateY(0);
  }
}
#index_page .pageContentAll .inxProduct > .thisBox .contentBox .tabsBox .ul .li.on .title {
  opacity: 1;
}
#index_page .pageContentAll .inxProduct > .thisBox .contentBox .tabsBox .ul .li.on .title * {
  color: #de1a1b;
}
#index_page .pageContentAll .inxProduct > .thisBox .contentBox .tabsBox .ul .li.on .title::after {
  opacity: 1;
  transform: translateY(0);
}
#index_page .pageContentAll .inxProduct > .thisBox .contentBox .coutsBox {
  position: relative;
}
#index_page .pageContentAll .inxProduct > .thisBox .contentBox .coutsBox .changeBox {
  pointer-events: none;
  position: absolute;
  left: 0;
  width: 100%;
}
#index_page .pageContentAll .inxProduct > .thisBox .contentBox .coutsBox .changeBox .coutThis .ul {
  display: flex;
  flex-wrap: wrap;
  gap: 4vw;
  flex-direction: row;
}
#index_page .pageContentAll .inxProduct > .thisBox .contentBox .coutsBox .changeBox .coutThis .ul li {
  flex: 1;
  width: calc(100% / 3 - (3- 1) * 4vw / 3);
}
@media (max-width:1024px) {
  #index_page .pageContentAll .inxProduct > .thisBox .contentBox .coutsBox .changeBox .coutThis .ul {
    display: flex;
    flex-wrap: wrap;
    gap: 8vw;
    flex-direction: row;
  }
  #index_page .pageContentAll .inxProduct > .thisBox .contentBox .coutsBox .changeBox .coutThis .ul li {
    flex: unset;
    width: calc(100% / 2 - (2 - 1) * 8vw / 2);
  }
}
#index_page .pageContentAll .inxProduct > .thisBox .contentBox .coutsBox .changeBox .coutThis .ul .li {
  position: relative;
  opacity: 0;
}
#index_page .pageContentAll .inxProduct > .thisBox .contentBox .coutsBox .changeBox .coutThis .ul .li .aBox {
  position: relative;
  width: 100%;
  transition-duration: 0.4s;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.56, -0.01, 0.04, 1);
}
#index_page .pageContentAll .inxProduct > .thisBox .contentBox .coutsBox .changeBox .coutThis .ul .li .aBox .proBox {
  position: relative;
}
#index_page .pageContentAll .inxProduct > .thisBox .contentBox .coutsBox .changeBox .coutThis .ul .li .aBox .proBox .imgBoxAll {
  width: 100%;
  aspect-ratio: 1/1;
  transition-duration: 0.4s;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.56, -0.01, 0.04, 1);
  will-change: transform;
  -webkit-mask-image: url(../img/proMask.svg);
  -webkit-mask-size: 100% 100%;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center;
}
#index_page .pageContentAll .inxProduct > .thisBox .contentBox .coutsBox .changeBox .coutThis .ul .li .aBox .proBox .imgBoxAll .color {
  background-color: #de1a1b;
  width: 100%;
  height: 100%;
}
#index_page .pageContentAll .inxProduct > .thisBox .contentBox .coutsBox .changeBox .coutThis .ul .li .aBox .proBox .imgBoxAll .imgBox {
  width: 100%;
  height: 100%;
  transition-duration: 0.4s;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.56, -0.01, 0.04, 1);
}
#index_page .pageContentAll .inxProduct > .thisBox .contentBox .coutsBox .changeBox .coutThis .ul .li .aBox .proBox .textBox {
  position: absolute;
  bottom: 1vw;
  left: 50%;
  translate: -50% 0;
  font-family: 'cn1';
  font-size: clamp(12px, 1vw, 1vw);
  background-color: #de1a1b;
  border-radius: 0.3vw;
  width: max-content;
  padding: 0.1vw 1vw;
}
@media (max-width:1024px) {
  #index_page .pageContentAll .inxProduct > .thisBox .contentBox .coutsBox .changeBox .coutThis .ul .li .aBox .proBox .textBox {
    font-size: 3.8vw;
  }
}
#index_page .pageContentAll .inxProduct > .thisBox .contentBox .coutsBox .changeBox .coutThis .ul .li .aBox .proBox .textBox .title {
  color: #fff;
  font-size: clamp(12px, 1vw, 1vw);
  letter-spacing: 0.1em;
}
@media (max-width:1024px) {
  #index_page .pageContentAll .inxProduct > .thisBox .contentBox .coutsBox .changeBox .coutThis .ul .li .aBox .proBox .textBox .title {
    font-size: 3.8vw;
  }
}
@media (max-width:1024px) {
  #index_page .pageContentAll .inxProduct > .thisBox .contentBox .coutsBox .changeBox .coutThis .ul .li .aBox .proBox .textBox .title {
    font-size: 3.4vw;
  }
}
#index_page .pageContentAll .inxProduct > .thisBox .contentBox .coutsBox .changeBox .coutThis .ul .li .aBox .moveKuangT {
  position: absolute;
  opacity: 0;
  transition-duration: 0.4s;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.56, -0.01, 0.04, 1);
  left: 50%;
  top: 50%;
  translate: -50% -50%;
  pointer-events: none;
  width: calc(100% + 2vw);
  height: calc(100% + 2vw);
}
@media (max-width:1024px) {
  #index_page .pageContentAll .inxProduct > .thisBox .contentBox .coutsBox .changeBox .coutThis .ul .li .aBox .moveKuangT {
    width: calc(100% + 8vw);
    height: calc(100% + 8vw);
  }
}
#index_page .pageContentAll .inxProduct > .thisBox .contentBox .coutsBox .changeBox .coutThis .ul .li .aBox .moveKuangT .m {
  will-change: transform;
  position: absolute;
  overflow: hidden;
  left: 50%;
  top: 50%;
  translate: -50% -50%;
  width: 86%;
  height: 100%;
}
@media (max-width:1024px) {
  #index_page .pageContentAll .inxProduct > .thisBox .contentBox .coutsBox .changeBox .coutThis .ul .li .aBox .moveKuangT .m {
    width: 86%;
  }
}
#index_page .pageContentAll .inxProduct > .thisBox .contentBox .coutsBox .changeBox .coutThis .ul .li .aBox .moveKuangT .m .move {
  position: absolute;
  top: 0;
  left: 0;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  flex-wrap: unset;
}
#index_page .pageContentAll .inxProduct > .thisBox .contentBox .coutsBox .changeBox .coutThis .ul .li .aBox .moveKuangT .m .move > div {
  font-size: clamp(12px, 1vw, 1vw);
  padding: 0 0.5vw;
  width: max-content;
  color: #de1a1b;
}
@media (max-width:1024px) {
  #index_page .pageContentAll .inxProduct > .thisBox .contentBox .coutsBox .changeBox .coutThis .ul .li .aBox .moveKuangT .m .move > div {
    font-size: 3.8vw;
  }
}
@media (max-width:1024px) {
  #index_page .pageContentAll .inxProduct > .thisBox .contentBox .coutsBox .changeBox .coutThis .ul .li .aBox .moveKuangT .m .move > div {
    font-size: 3.2vw;
  }
}
#index_page .pageContentAll .inxProduct > .thisBox .contentBox .coutsBox .changeBox .coutThis .ul .li .aBox .moveKuangT .m:nth-child(1) {
  transform: rotate(0deg);
}
#index_page .pageContentAll .inxProduct > .thisBox .contentBox .coutsBox .changeBox .coutThis .ul .li .aBox .moveKuangT .m:nth-child(2) {
  transform: rotate(90deg);
}
#index_page .pageContentAll .inxProduct > .thisBox .contentBox .coutsBox .changeBox .coutThis .ul .li .aBox .moveKuangT .m:nth-child(3) {
  transform: rotate(180deg);
}
#index_page .pageContentAll .inxProduct > .thisBox .contentBox .coutsBox .changeBox .coutThis .ul .li .aBox .moveKuangT .m:nth-child(4) {
  transform: rotate(270deg);
}
#index_page .pageContentAll .inxProduct > .thisBox .contentBox .coutsBox .changeBox .coutThis .ul .li .aBox:hover {
  transform: scale(0.9);
}
#index_page .pageContentAll .inxProduct > .thisBox .contentBox .coutsBox .changeBox .coutThis .ul .li .aBox:hover .proBox .imgBoxAll {
  transform: rotate(10deg);
}
#index_page .pageContentAll .inxProduct > .thisBox .contentBox .coutsBox .changeBox .coutThis .ul .li .aBox:hover .proBox .imgBoxAll .imgBox {
  /* transform: rotate(-10deg) scale(1.2); */
}
#index_page .pageContentAll .inxProduct > .thisBox .contentBox .coutsBox .changeBox .coutThis .ul .li .aBox:hover .moveKuangT {
  opacity: 1;
  transform: rotate(-10deg);
}
#index_page .pageContentAll .inxProduct > .thisBox .contentBox .coutsBox .changeBox.on {
  pointer-events: auto;
}
#index_page .pageContentAll .inxProduct .bgImg {
  top: unset;
  bottom: 0;
  width: 100%;
  height: 100%;
  -webkit-mask-image: url(../img/unify/jianbianTop.png);
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center;
  -webkit-mask-size: 100% 100%;
  opacity: 0.15;
}
#index_page .pageContentAll .inxProduct .bgImg .color {
  background-color: #de1a1b;
  width: 100%;
  height: 100%;
}
#index_page .pageContentAll .inxProduct .bgImg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
#index_page .pageContentAll .inxInvestment > .thisBox {
  position: relative;
}
#index_page .pageContentAll .inxInvestment > .thisBox .contentBox {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  flex-wrap: unset;
}
#index_page .pageContentAll .inxInvestment > .thisBox .contentBox .imgBoxAll {
  width: 100%;
  height: 30vw;
}
@media (max-width:1024px) {
  #index_page .pageContentAll .inxInvestment > .thisBox .contentBox .imgBoxAll {
    height: 55vw;
  }
}
#index_page .pageContentAll .inxInvestment > .thisBox .contentBox .imgBoxAll .imgBox {
  width: 100%;
  height: 100%;
}
#index_page .pageContentAll .inxInvestment > .thisBox .contentBox .imgBoxAll.joinAni {
  clip-path: inset(0 50%);
  transition-duration: 1s;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.56, -0.01, 0.04, 1);
}
#index_page .pageContentAll .inxInvestment > .thisBox .contentBox .imgBoxAll.joinAni.joinAni_on {
  clip-path: inset(0 0);
}
#index_page .pageContentAll .inxInvestment > .thisBox .contentBox .textBoxAll {
  position: relative;
  z-index: 1;
  border: 3px solid #000000;
  background-color: #ffeb3b;
  width: 44vw;
  padding: 3vw 4vw;
  display: flex;
  flex-direction: column;
  align-items: center;
  border-radius: 2vw;
  justify-content: center;
  flex-wrap: unset;
  margin-top: -14vw;
}
@media (max-width:1024px) {
  #index_page .pageContentAll .inxInvestment > .thisBox .contentBox .textBoxAll {
    width: 90vw;
    padding: 8vw 4vw;
  }
}
#index_page .pageContentAll .inxInvestment > .thisBox .contentBox .textBoxAll .subname {
  margin-bottom: 1vw;
  letter-spacing: 0.6em;
}
@media (max-width:1024px) {
  #index_page .pageContentAll .inxInvestment > .thisBox .contentBox .textBoxAll .subname {
    letter-spacing: 0.3em;
  }
}
#index_page .pageContentAll .inxInvestment > .thisBox .contentBox .textBoxAll .subname div {
  font-size: clamp(12px, 2vw, 2vw);

  font-weight: bold;
  text-transform: uppercase;
}
@media (max-width:1024px) {
  #index_page .pageContentAll .inxInvestment > .thisBox .contentBox .textBoxAll .subname div {
    font-size: 6.4vw;
  }
}
@media (max-width:1024px) {
  #index_page .pageContentAll .inxInvestment > .thisBox .contentBox .textBoxAll .subname div {
    font-size: 5vw;
  }
}
#index_page .pageContentAll .inxInvestment > .thisBox .contentBox .textBoxAll .subname div img {
  height: 2vw;
  position: relative;
  top: 0.1em;
}
@media (max-width:1024px) {
  #index_page .pageContentAll .inxInvestment > .thisBox .contentBox .textBoxAll .subname div img {
    height: 5vw;
    top: 0.3em;
  }
}
#index_page .pageContentAll .inxInvestment > .thisBox .contentBox .textBoxAll .title {
  font-size: clamp(12px, 2vw, 2vw);

}
@media (max-width:1024px) {
  #index_page .pageContentAll .inxInvestment > .thisBox .contentBox .textBoxAll .title {
    font-size: 5.2vw;
  }
}
#index_page .pageContentAll .inxInvestment > .thisBox .contentBox .textBoxAll .subtitle {
  font-size: clamp(12px, 0.9vw, 0.9vw);
  color: #de1a1b;
  margin-top: 0.6vw;
}
@media (max-width:1024px) {
  #index_page .pageContentAll .inxInvestment > .thisBox .contentBox .textBoxAll .subtitle {
    font-size: 3.6vw;
  }
}
#index_page .pageContentAll .inxNews {
  position: relative;
  z-index: 1;
}
#index_page .pageContentAll .inxNews > .thisBox {
  position: relative;
  z-index: 1;
  padding: 6vw 0;
}
@media (max-width:1600px) {
  #index_page .pageContentAll .inxNews > .thisBox {
    padding: 6vw 0;
  }
}
@media (max-width:1300px) {
  #index_page .pageContentAll .inxNews > .thisBox {
    padding: 6vw 0;
  }
}
@media (max-width:1024px) {
  #index_page .pageContentAll .inxNews > .thisBox {
    padding: 12vw 0;
  }
}
#index_page .pageContentAll .inxNews > .thisBox .contentBox {
  width: 80%;
  margin: 0 auto;
}
@media (max-width:1024px) {
  #index_page .pageContentAll .inxNews > .thisBox .contentBox {
    width: 84%;
  }
}
#index_page .pageContentAll .inxNews > .thisBox .contentBox .tabsBox {
  margin-bottom: 2vw;
}
#index_page .pageContentAll .inxNews > .thisBox .contentBox .tabsBox .ul {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  flex-wrap: unset;
  gap: 4vw;
}
@media (max-width:1024px) {
  #index_page .pageContentAll .inxNews > .thisBox .contentBox .tabsBox .ul {
    gap: 8vw;
  }
}
#index_page .pageContentAll .inxNews > .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 .inxNews > .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 .inxNews > .thisBox .contentBox .tabsBox .ul .li .title .cn {
  font-size: clamp(12px, 1.2vw, 1.2vw);
}
@media (max-width:1024px) {
  #index_page .pageContentAll .inxNews > .thisBox .contentBox .tabsBox .ul .li .title .cn {
    font-size: 4.2vw;
  }
}
#index_page .pageContentAll .inxNews > .thisBox .contentBox .tabsBox .ul .li .title .fenge {
  margin: 0 0.4vw;
}
@media (max-width:1024px) {
  #index_page .pageContentAll .inxNews > .thisBox .contentBox .tabsBox .ul .li .title .fenge {
    display: none;
  }
}
#index_page .pageContentAll .inxNews > .thisBox .contentBox .tabsBox .ul .li .title .en {
  font-size: clamp(12px, 1vw, 1vw);
}
@media (max-width:1024px) {
  #index_page .pageContentAll .inxNews > .thisBox .contentBox .tabsBox .ul .li .title .en {
    font-size: 3.8vw;
  }
}
#index_page .pageContentAll .inxNews > .thisBox .contentBox .tabsBox .ul .li .title::after {
  content: '';
  position: absolute;
  display: block;
  left: 50%;
  bottom: 0;
  translate: -50% 0;
  width: 0.6vw;
  height: 0.6vw;
  opacity: 0;
  transform: translateY(-1vw);
  background-color: #de1a1b;
  transition-duration: 0.4s;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.56, -0.01, 0.04, 1);
  border-radius: 50%;
}
@media (max-width:1024px) {
  #index_page .pageContentAll .inxNews > .thisBox .contentBox .tabsBox .ul .li .title::after {
    width: 2vw;
    height: 2vw;
    transform: translateY(0);
  }
}
#index_page .pageContentAll .inxNews > .thisBox .contentBox .tabsBox .ul .li.on .title {
  opacity: 1;
}
#index_page .pageContentAll .inxNews > .thisBox .contentBox .tabsBox .ul .li.on .title * {
  color: #de1a1b;
}
#index_page .pageContentAll .inxNews > .thisBox .contentBox .tabsBox .ul .li.on .title::after {
  opacity: 1;
  transform: translateY(0);
}
#index_page .pageContentAll .inxNews > .thisBox .contentBox .coutsBox {
  position: relative;
}
#index_page .pageContentAll .inxNews > .thisBox .contentBox .coutsBox .changeBox {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  pointer-events: none;
}
#index_page .pageContentAll .inxNews > .thisBox .contentBox .coutsBox .changeBox .swiper .swiper-slide {
  padding-bottom: 6vw;
}
@media (max-width:1600px) {
  #index_page .pageContentAll .inxNews > .thisBox .contentBox .coutsBox .changeBox .swiper .swiper-slide {
    padding-bottom: 6vw;
  }
}
@media (max-width:1300px) {
  #index_page .pageContentAll .inxNews > .thisBox .contentBox .coutsBox .changeBox .swiper .swiper-slide {
    padding-bottom: 6vw;
  }
}
@media (max-width:1024px) {
  #index_page .pageContentAll .inxNews > .thisBox .contentBox .coutsBox .changeBox .swiper .swiper-slide {
    padding-bottom: 12vw;
  }
}
@media (max-width:1024px) {
  #index_page .pageContentAll .inxNews > .thisBox .contentBox .coutsBox .changeBox .swiper .swiper-slide {
    padding-bottom: 20vw;
  }
}
#index_page .pageContentAll .inxNews > .thisBox .contentBox .coutsBox .changeBox .swiper .swiper-slide .aBox {
  opacity: 0;
}
#index_page .pageContentAll .inxNews > .thisBox .contentBox .coutsBox .changeBox .swiper .swiper-slide .aBox .imgBoxAll {
  border-radius: 0.4vw;
  overflow: hidden;
  height: 16vw;
}
@media (max-width:1024px) {
  #index_page .pageContentAll .inxNews > .thisBox .contentBox .coutsBox .changeBox .swiper .swiper-slide .aBox .imgBoxAll {
    height: 50vw;
  }
}
#index_page .pageContentAll .inxNews > .thisBox .contentBox .coutsBox .changeBox .swiper .swiper-slide .aBox .imgBoxAll .imgBox {
  width: 100%;
  height: 100%;
  transition-duration: 0.4s;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.56, -0.01, 0.04, 1);
}
#index_page .pageContentAll .inxNews > .thisBox .contentBox .coutsBox .changeBox .swiper .swiper-slide .aBox .textBoxAll {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  flex-wrap: unset;
}
#index_page .pageContentAll .inxNews > .thisBox .contentBox .coutsBox .changeBox .swiper .swiper-slide .aBox .textBoxAll .info {
  margin: 1vw 0 0.4vw;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  flex-wrap: unset;
  gap: 1vw;
}
@media (max-width:1024px) {
  #index_page .pageContentAll .inxNews > .thisBox .contentBox .coutsBox .changeBox .swiper .swiper-slide .aBox .textBoxAll .info {
    margin: 2vw 0;
  }
}
#index_page .pageContentAll .inxNews > .thisBox .contentBox .coutsBox .changeBox .swiper .swiper-slide .aBox .textBoxAll .info .sortOf {
  color: #de1a1b;
  height: 1.2vw;
  font-size: clamp(12px, 0.7vw, 0.7vw);
  padding: 0 1vw;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  flex-wrap: unset;
  border-radius: 1vw;
  border: 1px solid #de1a1b;
}
@media (max-width:1024px) {
  #index_page .pageContentAll .inxNews > .thisBox .contentBox .coutsBox .changeBox .swiper .swiper-slide .aBox .textBoxAll .info .sortOf {
    font-size: 3.2vw;
  }
}
@media (max-width:1024px) {
  #index_page .pageContentAll .inxNews > .thisBox .contentBox .coutsBox .changeBox .swiper .swiper-slide .aBox .textBoxAll .info .sortOf {
    height: 7vw;
    padding: 0 4vw;
    border-radius: 4vw;
  }
}
#index_page .pageContentAll .inxNews > .thisBox .contentBox .coutsBox .changeBox .swiper .swiper-slide .aBox .textBoxAll .info .time {
  font-size: clamp(14px, 1vw, 1vw);
  font-family: 'en3';
  font-weight: bold;
  text-transform: uppercase;
}
@media (max-width:1024px) {
  #index_page .pageContentAll .inxNews > .thisBox .contentBox .coutsBox .changeBox .swiper .swiper-slide .aBox .textBoxAll .info .time {
    font-size: 3.6vw;
  }
}
@media (max-width:1024px) {
  #index_page .pageContentAll .inxNews > .thisBox .contentBox .coutsBox .changeBox .swiper .swiper-slide .aBox .textBoxAll .info .time {
    font-size: 5vw;
  }
}
#index_page .pageContentAll .inxNews > .thisBox .contentBox .coutsBox .changeBox .swiper .swiper-slide .aBox .textBoxAll .title {
  line-height: 1.5em;
  transition-duration: 0.4s;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.56, -0.01, 0.04, 1);
  font-size: clamp(12px, 1vw, 1vw);
  font-family: 'cn1';
}
@media (max-width:1024px) {
  #index_page .pageContentAll .inxNews > .thisBox .contentBox .coutsBox .changeBox .swiper .swiper-slide .aBox .textBoxAll .title {
    font-size: 3.6vw;
  }
}
@media (max-width:1024px) {
  #index_page .pageContentAll .inxNews > .thisBox .contentBox .coutsBox .changeBox .swiper .swiper-slide .aBox .textBoxAll .title {
    font-size: 4.6vw;
  }
}
#index_page .pageContentAll .inxNews > .thisBox .contentBox .coutsBox .changeBox .swiper .swiper-slide .aBox:hover .imgBoxAll .imgBox {
  transform: scale(1.1);
}
#index_page .pageContentAll .inxNews > .thisBox .contentBox .coutsBox .changeBox .swiper .swiper-slide .aBox:hover .textBoxAll .title {
  color: #de1a1b;
}
#index_page .pageContentAll .inxNews > .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 .inxNews > .thisBox .contentBox .coutsBox .changeBox .swiperControl {
    gap: 6vw;
  }
}
#index_page .pageContentAll .inxNews > .thisBox .contentBox .coutsBox .changeBox.on {
  pointer-events: auto;
}
#index_page .pageContentAll .inxNews > .thisBox .contentBox .coutsBox .changeBox.on .swiperControl {
  opacity: 1;
}
#index_page .pageContentAll .inxNews .posImg .img1 {
  position: absolute;
  left: -14vw;
  top: -8vw;
  transform: rotate(10deg);
  width: 30vw;
}
#index_page .pageContentAll .inxNews .posImg .img2 {
  position: absolute;
  right: -2vw;
  top: -8vw;
  transform: rotate(-10deg);
  width: 20vw;
}
#index_page .pageContentAll .inxNews .bgImg {
  top: unset;
  bottom: 0;
  width: 100%;
  height: 100%;
  -webkit-mask-image: url(../img/unify/jianbianTop.png);
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center;
  -webkit-mask-size: 100% 100%;
  opacity: 0.15;
}
#index_page .pageContentAll .inxNews .bgImg .color {
  background-color: #de1a1b;
  width: 100%;
  height: 100%;
}
#index_page .pageContentAll .inxNews .bgImg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
#news_page .pageContentAll .pageContent .newsList > .thisBox > .contentBox {
  width: 80%;
  margin: 0 auto;
}
@media (max-width:1024px) {
  #news_page .pageContentAll .pageContent .newsList > .thisBox > .contentBox {
    width: 84%;
  }
}
#news_page .pageContentAll .pageContent .newsList > .thisBox > .contentBox .ul {
  display: flex;
  flex-wrap: wrap;
  gap: 3vw;
  flex-direction: row;
}
#news_page .pageContentAll .pageContent .newsList > .thisBox > .contentBox .ul li {
  flex: unset;
  width: calc(100% / 4 - (4 - 1) * 3vw / 4);
}
@media (max-width:1024px) {
  #news_page .pageContentAll .pageContent .newsList > .thisBox > .contentBox .ul {
    display: flex;
    flex-wrap: wrap;
    gap: 8vw;
    flex-direction: row;
  }
  #news_page .pageContentAll .pageContent .newsList > .thisBox > .contentBox .ul li {
    flex: unset;
    width: calc(100% / 1 - (1 - 1) * 8vw / 1);
  }
}
#news_page .pageContentAll .pageContent .newsList > .thisBox > .contentBox .ul .li .aBox {
  opacity: 0;
}
#news_page .pageContentAll .pageContent .newsList > .thisBox > .contentBox .ul .li .aBox .imgBoxAll {
  border-radius: 0.4vw;
  overflow: hidden;
  height: 20vw;
}
@media (max-width:1024px) {
  #news_page .pageContentAll .pageContent .newsList > .thisBox > .contentBox .ul .li .aBox .imgBoxAll {
    height: 50vw;
  }
}
#news_page .pageContentAll .pageContent .newsList > .thisBox > .contentBox .ul .li .aBox .imgBoxAll .imgBox {
  width: 100%;
  height: 100%;
  transition-duration: 0.4s;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.56, -0.01, 0.04, 1);
}
#news_page .pageContentAll .pageContent .newsList > .thisBox > .contentBox .ul .li .aBox .textBoxAll {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  flex-wrap: unset;
}
#news_page .pageContentAll .pageContent .newsList > .thisBox > .contentBox .ul .li .aBox .textBoxAll .info {
  margin: 1vw 0 0.4vw;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  flex-wrap: unset;
  gap: 1vw;
}
@media (max-width:1024px) {
  #news_page .pageContentAll .pageContent .newsList > .thisBox > .contentBox .ul .li .aBox .textBoxAll .info {
    margin: 2vw 0;
  }
}
#news_page .pageContentAll .pageContent .newsList > .thisBox > .contentBox .ul .li .aBox .textBoxAll .info .sortOf {
  color: #de1a1b;
  height: 1.2vw;
  font-size: clamp(12px, 0.7vw, 0.7vw);
  padding: 0 1vw;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  flex-wrap: unset;
  border-radius: 1vw;
  border: 1px solid #de1a1b;
}
@media (max-width:1024px) {
  #news_page .pageContentAll .pageContent .newsList > .thisBox > .contentBox .ul .li .aBox .textBoxAll .info .sortOf {
    font-size: 3.2vw;
  }
}
@media (max-width:1024px) {
  #news_page .pageContentAll .pageContent .newsList > .thisBox > .contentBox .ul .li .aBox .textBoxAll .info .sortOf {
    height: 7vw;
    padding: 0 4vw;
    border-radius: 4vw;
  }
}
#news_page .pageContentAll .pageContent .newsList > .thisBox > .contentBox .ul .li .aBox .textBoxAll .info .time {
  font-size: clamp(12px, 0.9vw, 0.9vw);
  font-family: 'en3';
  font-weight: bold;
  text-transform: uppercase;
}
@media (max-width:1024px) {
  #news_page .pageContentAll .pageContent .newsList > .thisBox > .contentBox .ul .li .aBox .textBoxAll .info .time {
    font-size: 3.6vw;
  }
}
@media (max-width:1024px) {
  #news_page .pageContentAll .pageContent .newsList > .thisBox > .contentBox .ul .li .aBox .textBoxAll .info .time {
    font-size: 5vw;
  }
}
#news_page .pageContentAll .pageContent .newsList > .thisBox > .contentBox .ul .li .aBox .textBoxAll .title {
  line-height: 1.5em;
  transition-duration: 0.4s;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.56, -0.01, 0.04, 1);
  font-size: clamp(12px, 0.9vw, 0.9vw);
  font-family: 'cn1';
}
@media (max-width:1024px) {
  #news_page .pageContentAll .pageContent .newsList > .thisBox > .contentBox .ul .li .aBox .textBoxAll .title {
    font-size: 3.6vw;
  }
}
@media (max-width:1024px) {
  #news_page .pageContentAll .pageContent .newsList > .thisBox > .contentBox .ul .li .aBox .textBoxAll .title {
    font-size: 4.6vw;
  }
}
#news_page .pageContentAll .pageContent .newsList > .thisBox > .contentBox .ul .li .aBox:hover .imgBoxAll .imgBox {
  transform: scale(1.1);
}
#news_page .pageContentAll .pageContent .newsList > .thisBox > .contentBox .ul .li .aBox:hover .textBoxAll .title {
  color: #de1a1b;
}
#product_page .pageContentAll .pageContent .productList > .thisBox > .contentBox {
  width: 80%;
  margin: 0 auto;
}
@media (max-width:1024px) {
  #product_page .pageContentAll .pageContent .productList > .thisBox > .contentBox {
    width: 84%;
  }
}
#product_page .pageContentAll .pageContent .productList > .thisBox > .contentBox .ul {
  display: flex;
  flex-wrap: wrap;
  gap: 4vw;
  flex-direction: row;
}
#product_page .pageContentAll .pageContent .productList > .thisBox > .contentBox .ul li {
  flex: unset;
  width: calc(100% / 4 - (4 - 1) * 4vw / 4);
}
@media (max-width:1024px) {
  #product_page .pageContentAll .pageContent .productList > .thisBox > .contentBox .ul {
    display: flex;
    flex-wrap: wrap;
    gap: 8vw;
    flex-direction: row;
  }
  #product_page .pageContentAll .pageContent .productList > .thisBox > .contentBox .ul li {
    flex: unset;
    width: calc(100% / 2 - (2 - 1) * 8vw / 2);
  }
}
#product_page .pageContentAll .pageContent .productList > .thisBox > .contentBox .ul .li {
  position: relative;
  opacity: 0;
}
#product_page .pageContentAll .pageContent .productList > .thisBox > .contentBox .ul .li .aBox {
  position: relative;
  width: 100%;
  transition-duration: 0.4s;
  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 .proBox {
  position: relative;
}
#product_page .pageContentAll .pageContent .productList > .thisBox > .contentBox .ul .li .aBox .proBox .imgBoxAll {
  width: 100%;
  aspect-ratio: 1/1;
  transition-duration: 0.4s;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.56, -0.01, 0.04, 1);
  /* will-change: transform;
  -webkit-mask-image: url(../img/proMask.svg);
  -webkit-mask-size: 100% 100%;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center; */
}
#product_page .pageContentAll .pageContent .productList > .thisBox > .contentBox .ul .li .aBox .proBox .imgBoxAll .color {
  background-color: #de1a1b;
  width: 100%;
  height: 100%;
}
#product_page .pageContentAll .pageContent .productList > .thisBox > .contentBox .ul .li .aBox .proBox .imgBoxAll .imgBox {
  width: 100%;
  height: 100%;
  transition-duration: 0.4s;
  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 .proBox .textBox {
  position: absolute;
  bottom: 1vw;
  left: 50%;
  translate: -50% 0;
  font-family: 'cn1';
  font-size: clamp(12px, 1vw, 1vw);
  background-color: #de1a1b;
  border-radius: 0.3vw;
  width: max-content;
  padding: 0.1vw 1vw;
}
@media (max-width:1024px) {
  #product_page .pageContentAll .pageContent .productList > .thisBox > .contentBox .ul .li .aBox .proBox .textBox {
    font-size: 3.8vw;
  }
}
#product_page .pageContentAll .pageContent .productList > .thisBox > .contentBox .ul .li .aBox .proBox .textBox .title {
  color: #fff;
  font-size: clamp(12px, 1vw, 1vw);
  letter-spacing: 0.1em;
}
@media (max-width:1024px) {
  #product_page .pageContentAll .pageContent .productList > .thisBox > .contentBox .ul .li .aBox .proBox .textBox .title {
    font-size: 3.8vw;
  }
}
@media (max-width:1024px) {
  #product_page .pageContentAll .pageContent .productList > .thisBox > .contentBox .ul .li .aBox .proBox .textBox .title {
    font-size: 3.4vw;
  }
}
#product_page .pageContentAll .pageContent .productList > .thisBox > .contentBox .ul .li .aBox .moveKuangT {
  position: absolute;
  opacity: 0;
  transition-duration: 0.4s;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.56, -0.01, 0.04, 1);
  left: 50%;
  top: 50%;
  translate: -50% -50%;
  pointer-events: none;
  width: calc(100% + 2vw);
  height: calc(100% + 2vw);
}
@media (max-width:1024px) {
  #product_page .pageContentAll .pageContent .productList > .thisBox > .contentBox .ul .li .aBox .moveKuangT {
    width: calc(100% + 8vw);
    height: calc(100% + 8vw);
  }
}
#product_page .pageContentAll .pageContent .productList > .thisBox > .contentBox .ul .li .aBox .moveKuangT .m {
  will-change: transform;
  position: absolute;
  overflow: hidden;
  left: 50%;
  top: 50%;
  translate: -50% -50%;
  width: 86%;
  height: 100%;
}
@media (max-width:1024px) {
  #product_page .pageContentAll .pageContent .productList > .thisBox > .contentBox .ul .li .aBox .moveKuangT .m {
    width: 86%;
  }
}
#product_page .pageContentAll .pageContent .productList > .thisBox > .contentBox .ul .li .aBox .moveKuangT .m .move {
  position: absolute;
  top: 0;
  left: 0;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  flex-wrap: unset;
}
#product_page .pageContentAll .pageContent .productList > .thisBox > .contentBox .ul .li .aBox .moveKuangT .m .move > div {
  font-size: clamp(12px, 1vw, 1vw);
  padding: 0 0.5vw;
  width: max-content;
  color: #de1a1b;
}
@media (max-width:1024px) {
  #product_page .pageContentAll .pageContent .productList > .thisBox > .contentBox .ul .li .aBox .moveKuangT .m .move > div {
    font-size: 3.8vw;
  }
}
@media (max-width:1024px) {
  #product_page .pageContentAll .pageContent .productList > .thisBox > .contentBox .ul .li .aBox .moveKuangT .m .move > div {
    font-size: 3.2vw;
  }
}
#product_page .pageContentAll .pageContent .productList > .thisBox > .contentBox .ul .li .aBox .moveKuangT .m:nth-child(1) {
  transform: rotate(0deg);
}
#product_page .pageContentAll .pageContent .productList > .thisBox > .contentBox .ul .li .aBox .moveKuangT .m:nth-child(2) {
  transform: rotate(90deg);
}
#product_page .pageContentAll .pageContent .productList > .thisBox > .contentBox .ul .li .aBox .moveKuangT .m:nth-child(3) {
  transform: rotate(180deg);
}
#product_page .pageContentAll .pageContent .productList > .thisBox > .contentBox .ul .li .aBox .moveKuangT .m:nth-child(4) {
  transform: rotate(270deg);
}
#product_page .pageContentAll .pageContent .productList > .thisBox > .contentBox .ul .li .aBox:hover {
  transform: scale(0.9);
}
#product_page .pageContentAll .pageContent .productList > .thisBox > .contentBox .ul .li .aBox:hover .proBox .imgBoxAll {
  transform: rotate(10deg);
}
#product_page .pageContentAll .pageContent .productList > .thisBox > .contentBox .ul .li .aBox:hover .proBox .imgBoxAll .imgBox {
  transform: rotate(-10deg) scale(1.2);
}
#product_page .pageContentAll .pageContent .productList > .thisBox > .contentBox .ul .li .aBox:hover .moveKuangT {
  opacity: 1;
  transform: rotate(-10deg);
}
#contact_page .pageContentAll .pageContent .contactInfo {
  position: relative;
}
#contact_page .pageContentAll .pageContent .contactInfo > .thisBox {
  padding: 0;
  position: relative;
  z-index: 1;
  padding-bottom: 6vw;
}
@media (max-width:1600px) {
  #contact_page .pageContentAll .pageContent .contactInfo > .thisBox {
    padding-bottom: 6vw;
  }
}
@media (max-width:1300px) {
  #contact_page .pageContentAll .pageContent .contactInfo > .thisBox {
    padding-bottom: 6vw;
  }
}
@media (max-width:1024px) {
  #contact_page .pageContentAll .pageContent .contactInfo > .thisBox {
    padding-bottom: 12vw;
  }
}
#contact_page .pageContentAll .pageContent .contactInfo > .thisBox .contentBox {
  position: relative;
  z-index: 1;
  width: 80%;
  margin: auto;
  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: 0;
  padding-right: 0;
}
@media (max-width:1024px) {
  #contact_page .pageContentAll .pageContent .contactInfo > .thisBox .contentBox .lianxi {
    width: 100%;
  }
}
#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%;
}
#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;
  padding: 2vw 0;
  width: 100%;
  gap: 1vw;
  border-bottom: 1px dashed #ddd;
}
@media (max-width:1024px) {
  #contact_page .pageContentAll .pageContent .contactInfo > .thisBox .contentBox .lianxi .ulBox .box {
    padding: 6vw 0;
  }
}
#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: #de1a1b;
  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.2vw;
  }
}
#contact_page .pageContentAll .pageContent .contactInfo > .thisBox .contentBox .lianxi .ulBox .box .label .txt {
  font-size: clamp(12px, 1.1vw, 1.1vw);
  margin-left: 1vw;
  font-family: 'en3';
  text-transform: uppercase;
  font-weight: bold;
}
@media (max-width:1024px) {
  #contact_page .pageContentAll .pageContent .contactInfo > .thisBox .contentBox .lianxi .ulBox .box .label .txt {
    font-size: 4vw;
  }
}
#contact_page .pageContentAll .pageContent .contactInfo > .thisBox .contentBox .lianxi .ulBox .box .cout {
  font-size: clamp(12px, 1.1vw, 1.1vw);
  padding-left: 3vw;
  font-weight: bold;
}
@media (max-width:1024px) {
  #contact_page .pageContentAll .pageContent .contactInfo > .thisBox .contentBox .lianxi .ulBox .box .cout {
    font-size: 4vw;
  }
}
@media (max-width:1024px) {
  #contact_page .pageContentAll .pageContent .contactInfo > .thisBox .contentBox .lianxi .ulBox .box .cout {
    padding-left: 10vw;
    font-size: 5vw;
    margin-top: 2vw;
  }
}
#contact_page .pageContentAll .pageContent .contactInfo > .thisBox .contentBox .lianxi .ulBox .box:first-child {
  border-top: 1px dashed #ddd;
}
#contact_page .pageContentAll .pageContent .contactInfo > .thisBox .contentBox .imgBoxAll {
  width: 50%;
  height: 30vw;
}
@media (max-width:1024px) {
  #contact_page .pageContentAll .pageContent .contactInfo > .thisBox .contentBox .imgBoxAll {
    width: 100%;
    height: 50vw;
    margin-top: 8vw;
  }
}
#contact_page .pageContentAll .pageContent .contactInfo > .thisBox .contentBox .imgBoxAll .imgBox {
  width: 100%;
  height: 100%;
}

#contact_page .pageContentAll .pageContent .messageBox {
  position: relative;
  margin: 0 auto;
  border-radius: 2vw;
  overflow: hidden;
}
#contact_page .pageContentAll .pageContent .messageBox > .thisBox {
  position: relative;
  z-index: 1;
  width: 100%;
  height: 100%;
}
#contact_page .pageContentAll .pageContent .messageBox > .thisBox .contentBox {
  position: relative;
  height: 40vw;
  width: 80%;
  margin: 0 auto;
}
@media (max-width:1024px) {
  #contact_page .pageContentAll .pageContent .messageBox > .thisBox .contentBox {
    width: 84%;
  }
}
@media (max-width:1024px) {
  #contact_page .pageContentAll .pageContent .messageBox > .thisBox .contentBox {
    height: unset;
  }
}
#contact_page .pageContentAll .pageContent .messageBox > .thisBox .contentBox .cenCout {
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  flex-wrap: unset;
  width: 100%;
  height: 100%;
}
#contact_page .pageContentAll .pageContent .messageBox > .thisBox .contentBox .cenCout .leftBox {
  overflow: hidden;
  width: 50%;
  height: 100%;
}
#contact_page .pageContentAll .pageContent .messageBox > .thisBox .contentBox .cenCout .leftBox .imgBox {
  width: 100%;
  height: 100%;
}
#contact_page .pageContentAll .pageContent .messageBox > .thisBox .contentBox .cenCout .leftBox .imgBox img {
  object-position: 0 65%;
}
@media (max-width:1024px) {
  #contact_page .pageContentAll .pageContent .messageBox > .thisBox .contentBox .cenCout .leftBox {
    display: none;
  }
}
#contact_page .pageContentAll .pageContent .messageBox > .thisBox .contentBox .cenCout .rightBox {
  padding: 0 6vw;
  width: 50%;
}
@media (max-width:1024px) {
  #contact_page .pageContentAll .pageContent .messageBox > .thisBox .contentBox .cenCout .rightBox {
    width: 100%;
    padding: 0;
  }
}
#contact_page .pageContentAll .pageContent .messageBox > .thisBox .contentBox .cenCout .rightBox .mesSort {
  margin-bottom: 2vw;
}
#contact_page .pageContentAll .pageContent .messageBox > .thisBox .contentBox .cenCout .rightBox .mesSort .en {
  font-size: clamp(12px, 1vw, 1vw);
}
@media (max-width:1024px) {
  #contact_page .pageContentAll .pageContent .messageBox > .thisBox .contentBox .cenCout .rightBox .mesSort .en {
    font-size: 3.8vw;
  }
}
#contact_page .pageContentAll .pageContent .messageBox > .thisBox .contentBox .cenCout .rightBox .mesSort .cn {
  font-family: 'cn1';
  font-size: clamp(12px, 1.7vw, 1.7vw);
}
@media (max-width:1024px) {
  #contact_page .pageContentAll .pageContent .messageBox > .thisBox .contentBox .cenCout .rightBox .mesSort .cn {
    font-size: 5.2vw;
  }
}
#contact_page .pageContentAll .pageContent .messageBox > .thisBox .contentBox .cenCout .rightBox .biaodan {
  width: 100%;
}
#contact_page .pageContentAll .pageContent .messageBox > .thisBox .contentBox .cenCout .rightBox .biaodan form {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  flex-wrap: unset;
}
#contact_page .pageContentAll .pageContent .messageBox > .thisBox .contentBox .cenCout .rightBox .biaodan form .inputBox {
  position: relative;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-start;
  flex-wrap: unset;
  width: 100%;
  border-bottom: 1px dashed rgba(0, 0, 0, 0.1);
  padding: 1vw 0;
}
@media (max-width:1024px) {
  #contact_page .pageContentAll .pageContent .messageBox > .thisBox .contentBox .cenCout .rightBox .biaodan form .inputBox {
    margin-bottom: 6vw;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    flex-wrap: unset;
  }
}
#contact_page .pageContentAll .pageContent .messageBox > .thisBox .contentBox .cenCout .rightBox .biaodan form .inputBox .bdTitle {
  position: relative;
  display: block;
  width: 6vw;
  font-size: clamp(12px, 0.9vw, 0.9vw);
  font-family: 'cn1';
}
@media (max-width:1024px) {
  #contact_page .pageContentAll .pageContent .messageBox > .thisBox .contentBox .cenCout .rightBox .biaodan form .inputBox .bdTitle {
    font-size: 3.6vw;
  }
}
@media (max-width:1024px) {
  #contact_page .pageContentAll .pageContent .messageBox > .thisBox .contentBox .cenCout .rightBox .biaodan form .inputBox .bdTitle {
    width: 100%;
  }
}
#contact_page .pageContentAll .pageContent .messageBox > .thisBox .contentBox .cenCout .rightBox .biaodan form .inputBox .input {
  position: relative;
  width: 100%;
}
@media (max-width:1024px) {
  #contact_page .pageContentAll .pageContent .messageBox > .thisBox .contentBox .cenCout .rightBox .biaodan form .inputBox .input {
    width: 100%;
  }
}
#contact_page .pageContentAll .pageContent .messageBox > .thisBox .contentBox .cenCout .rightBox .biaodan form .inputBox .input input {
  transition-duration: 0.4s;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.56, -0.01, 0.04, 1);
  width: 100%;
  background-color: transparent;
  height: 100%;
  padding-left: 2vw;
  background-color: rgba(255, 255, 255, 0.8);
  height: 2.8vw;
}
@media (max-width:1024px) {
  #contact_page .pageContentAll .pageContent .messageBox > .thisBox .contentBox .cenCout .rightBox .biaodan form .inputBox .input input {
    padding-left: 4vw;
  }
}
#contact_page .pageContentAll .pageContent .messageBox > .thisBox .contentBox .cenCout .rightBox .biaodan form .inputBox .input input:focus {
  border: 1px solid #de1a1b;
}
@media (max-width:1024px) {
  #contact_page .pageContentAll .pageContent .messageBox > .thisBox .contentBox .cenCout .rightBox .biaodan form .inputBox .input input {
    height: 12vw;
  }
}
#contact_page .pageContentAll .pageContent .messageBox > .thisBox .contentBox .cenCout .rightBox .biaodan form .inputBox .input textarea {
  transition-duration: 0.4s;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.56, -0.01, 0.04, 1);
  width: 100%;
  background-color: transparent;
  height: 100%;
  padding-left: 2vw;
  background-color: rgba(255, 255, 255, 0.8);
  height: 6vw;
}
@media (max-width:1024px) {
  #contact_page .pageContentAll .pageContent .messageBox > .thisBox .contentBox .cenCout .rightBox .biaodan form .inputBox .input textarea {
    padding-left: 4vw;
  }
}
#contact_page .pageContentAll .pageContent .messageBox > .thisBox .contentBox .cenCout .rightBox .biaodan form .inputBox .input textarea:focus {
  border: 1px solid #de1a1b;
}
#contact_page .pageContentAll .pageContent .messageBox > .thisBox .contentBox .cenCout .rightBox .biaodan form .inputBox.textarea {
  width: 100%;
}
#contact_page .pageContentAll .pageContent .messageBox > .thisBox .contentBox .cenCout .rightBox .biaodan form .inputBox.textarea .input {
  height: 6vw;
}
@media (max-width:1024px) {
  #contact_page .pageContentAll .pageContent .messageBox > .thisBox .contentBox .cenCout .rightBox .biaodan form .inputBox.textarea .input {
    height: 40vw;
  }
}
#contact_page .pageContentAll .pageContent .messageBox > .thisBox .contentBox .cenCout .rightBox .biaodan form .inputBox.textarea .input textarea {
  height: 100%;
  border: none;
  font-family: auto;
  padding: 1vw 2vw;
  width: 100%;
  outline: none;
}
@media (max-width:1024px) {
  #contact_page .pageContentAll .pageContent .messageBox > .thisBox .contentBox .cenCout .rightBox .biaodan form .inputBox.textarea .input textarea {
    padding: 4vw;
  }
}
#contact_page .pageContentAll .pageContent .messageBox > .thisBox .contentBox .cenCout .rightBox .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 .messageBox > .thisBox .contentBox .cenCout .rightBox .biaodan form .inputBox.yanzhengma .yanz {
  position: absolute;
  right: 0;
  top: 0;
  height: 100%;
}
#contact_page .pageContentAll .pageContent .messageBox > .thisBox .contentBox .cenCout .rightBox .biaodan form .inputBox.yanzhengma .yanz img {
  height: 100%;
}
#contact_page .pageContentAll .pageContent .messageBox > .thisBox .contentBox .cenCout .rightBox .biaodan form .inputBox.must .bdTitle::after {
  content: '*';
  position: absolute;
  color: red;
}
#contact_page .pageContentAll .pageContent .messageBox > .thisBox .contentBox .cenCout .rightBox .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 .messageBox > .thisBox .contentBox .cenCout .rightBox .biaodan form .inputBox.zhengque .tianxieInfo i {
  color: green;
}
#contact_page .pageContentAll .pageContent .messageBox > .thisBox .contentBox .cenCout .rightBox .biaodan form .inputBox.zhengque .tianxieInfo .txt {
  color: green;
}
#contact_page .pageContentAll .pageContent .messageBox > .thisBox .contentBox .cenCout .rightBox .biaodan form .inputBox.cuowu .tianxieInfo i {
  color: red;
}
#contact_page .pageContentAll .pageContent .messageBox > .thisBox .contentBox .cenCout .rightBox .biaodan form .inputBox.cuowu .tianxieInfo .txt {
  color: red;
}
#contact_page .pageContentAll .pageContent .messageBox > .thisBox .contentBox .cenCout .rightBox .biaodan form .button {
  margin: 0 auto;
  margin-top: 2vw;
  width: 100%;
}
#contact_page .pageContentAll .pageContent .messageBox > .thisBox .contentBox .cenCout .rightBox .biaodan form .button .submit {
  cursor: pointer;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  flex-wrap: unset;
  width: 16vw;
  height: 3vw;
  border-radius: 10vw;
  background-color: #de1a1b;
  box-shadow: 2px 2px 30px rgba(0, 0, 0, 0.08);
  transition-duration: 0.3s;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.56, -0.01, 0.04, 1);
}
@media (max-width:1024px) {
  #contact_page .pageContentAll .pageContent .messageBox > .thisBox .contentBox .cenCout .rightBox .biaodan form .button .submit {
    width: 80vw;
    height: 12vw;
  }
}
#contact_page .pageContentAll .pageContent .messageBox > .thisBox .contentBox .cenCout .rightBox .biaodan form .button .submit .txt {
  color: #de1a1b;
  font-size: clamp(12px, 1vw, 1vw);
  transition-duration: 0.3s;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.56, -0.01, 0.04, 1);
  color: #fff;
}
@media (max-width:1024px) {
  #contact_page .pageContentAll .pageContent .messageBox > .thisBox .contentBox .cenCout .rightBox .biaodan form .button .submit .txt {
    font-size: 3.8vw;
  }
}
#contact_page .pageContentAll .pageContent .messageBox > .thisBox .contentBox .cenCout .rightBox .biaodan form .button .submit i {
  color: #de1a1b;
  transition-duration: 0.3s;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.56, -0.01, 0.04, 1);
  color: #fff;
}
#about_page .pageContentAll .pageContent .jieshao > .thisBox {
  position: relative;
  padding-bottom: 6vw;
}
@media (max-width:1600px) {
  #about_page .pageContentAll .pageContent .jieshao > .thisBox {
    padding-bottom: 6vw;
  }
}
@media (max-width:1300px) {
  #about_page .pageContentAll .pageContent .jieshao > .thisBox {
    padding-bottom: 6vw;
  }
}
@media (max-width:1024px) {
  #about_page .pageContentAll .pageContent .jieshao > .thisBox {
    padding-bottom: 12vw;
  }
}
#about_page .pageContentAll .pageContent .jieshao > .thisBox .contentBox {
  position: relative;
  z-index: 1;
  width: 80%;
  margin: 0 auto;
  height: 43vw;
}
@media (max-width:1024px) {
  #about_page .pageContentAll .pageContent .jieshao > .thisBox .contentBox {
    width: 84%;
  }
}
@media (max-width:1024px) {
  #about_page .pageContentAll .pageContent .jieshao > .thisBox .contentBox {
    height: unset;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    flex-wrap: unset;
  }
}
#about_page .pageContentAll .pageContent .jieshao > .thisBox .contentBox .logoBox {
  position: absolute;
  top: 0;
  left: 0;
  width: 20vw;
  height: 6vw;
  -webkit-mask-image: none;
  -webkit-mask-size: 100% 100%;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center;
  -webkit-mask-size: contain;
}
#about_page .pageContentAll .pageContent .jieshao > .thisBox .contentBox .logoBox .color {
  background-color: #de1a1b;
  width: 100%;
  height: 100%;
}
@media (max-width:1024px) {
  #about_page .pageContentAll .pageContent .jieshao > .thisBox .contentBox .logoBox {
    position: unset;
    margin-bottom: 6vw;
    width: 50vw;
    height: 12vw;
  }
}
#about_page .pageContentAll .pageContent .jieshao > .thisBox .contentBox .logoBox::after {
  content: '';
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
  top: 0;
  background-color: #de1a1b;
}
#about_page .pageContentAll .pageContent .jieshao > .thisBox .contentBox .textBox {
  position: absolute;
    right: 0vw;
    top: 7vw;
    width: 45vw;
}
#about_page .pageContentAll .pageContent .jieshao > .thisBox .contentBox .title{
  font-size: clamp(12px, 2.7vw, 2.7vw);
    font-family: 'cn1';
}
@media (max-width:1024px) {
  #about_page .pageContentAll .pageContent .jieshao > .thisBox .contentBox .textBox {
    position: unset;
    width: 100%;
  }
}
#about_page .pageContentAll .pageContent .jieshao > .thisBox .contentBox .textBox p {
  text-indent: 2em;
  line-height: 2.5em;
    font-size: clamp(12px, 1vw, 1vw);
}
#about_page .pageContentAll .pageContent .jieshao > .thisBox .contentBox .miaoshu {
  font-size: clamp(12px, 10.7vw, 10.7vw);
  pointer-events: none;
  letter-spacing: -0.2em;
  opacity: 0.1;
  line-height: 1em;
  position: absolute;
  right: -3vw;
  color: #de1a1b;
  writing-mode: vertical-rl;
  font-family: 'cn1';
  text-indent: 0.5em;
  top: -8vw;
}
@media (max-width:1024px) {
  #about_page .pageContentAll .pageContent .jieshao > .thisBox .contentBox .miaoshu {
    font-size: 23.2vw;
  }
}
@media (max-width:1024px) {
  #about_page .pageContentAll .pageContent .jieshao > .thisBox .contentBox .miaoshu {
    top: 8vw;
  }
}
@media (max-width:1024px) {
  #about_page .pageContentAll .pageContent .jieshao > .thisBox .contentBox .imgBoxAll {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    flex-wrap: unset;
    width: 100%;
  }
}
#about_page .pageContentAll .pageContent .jieshao > .thisBox .contentBox .imgBoxAll .imgBox {
  position: absolute;
  z-index: 2;
  border-radius: 2vw;
  overflow: hidden;
}
@media (max-width:1024px) {
  #about_page .pageContentAll .pageContent .jieshao > .thisBox .contentBox .imgBoxAll .imgBox {
    position: relative;
  }
}
#about_page .pageContentAll .pageContent .jieshao > .thisBox .contentBox .imgBoxAll .imgBox:nth-child(1) {
  top: 7vw;
  left: 0;
  width: 30vw;
  height: 30vw;
}
@media (max-width:1024px) {
  #about_page .pageContentAll .pageContent .jieshao > .thisBox .contentBox .imgBoxAll .imgBox:nth-child(1) {
    width: 70vw;
    height: 50vw;
    align-self: flex-start;
    top: 0;
  }
}
#about_page .pageContentAll .pageContent .jieshao > .thisBox .contentBox .imgBoxAll .imgBox:nth-child(2) {
  bottom: 0vw;
  right: 12vw;
  width: 40vw;
  height: 18vw;
}
@media (max-width:1024px) {
  #about_page .pageContentAll .pageContent .jieshao > .thisBox .contentBox .imgBoxAll .imgBox:nth-child(2) {
    width: 60vw;
    height: 30vw;
    right: 0;
    top: 0;
    margin-top: -16vw;
    align-self: flex-end;
  }
}
#about_page .pageContentAll .pageContent .jieshao > .thisBox::after {
    content: '';
    position: absolute;
    display: block;
    left: 0;
    width: 47%;
    height: 40%;
    background-color: #de1a1b;
    opacity: 0.07;
    top: 24%;
}
#about_page .pageContentAll .pageContent .youshi > .thisBox {
  padding: 6vw 0;
}
@media (max-width:1600px) {
  #about_page .pageContentAll .pageContent .youshi > .thisBox {
    padding: 6vw 0;
  }
}
@media (max-width:1300px) {
  #about_page .pageContentAll .pageContent .youshi > .thisBox {
    padding: 6vw 0;
  }
}
@media (max-width:1024px) {
  #about_page .pageContentAll .pageContent .youshi > .thisBox {
    padding: 12vw 0;
  }
}
#about_page .pageContentAll .pageContent .youshi > .thisBox > .contentBox {
  width: 100%;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-start;
  flex-wrap: unset;
}
#about_page .pageContentAll .pageContent .youshi > .thisBox > .contentBox .pinBox {
  padding: 0 10vw;
  width: max-content;
  will-change: transform;
}
#about_page .pageContentAll .pageContent .youshi > .thisBox > .contentBox .pinBox .ul {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  flex-wrap: unset;
  gap: 10vw;
}
@media (max-width:1024px) {
  #about_page .pageContentAll .pageContent .youshi > .thisBox > .contentBox .pinBox .ul {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    flex-wrap: unset;
  }
}
#about_page .pageContentAll .pageContent .youshi > .thisBox > .contentBox .pinBox .ul .li .box {
  position: relative;
  width: 55vw;
  height: 30vw;
  padding-top: 4vw;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  flex-wrap: unset;
}
@media (max-width:1024px) {
  #about_page .pageContentAll .pageContent .youshi > .thisBox > .contentBox .pinBox .ul .li .box {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    flex-wrap: unset;
    width: 100%;
    height: unset;
  }
}
#about_page .pageContentAll .pageContent .youshi > .thisBox > .contentBox .pinBox .ul .li .box .textBoxAll {
  padding-right: 4vw;
  width: calc(100% - 30vw);
}
@media (max-width:1024px) {
  #about_page .pageContentAll .pageContent .youshi > .thisBox > .contentBox .pinBox .ul .li .box .textBoxAll {
    padding-right: 0;
    width: 100%;
  }
}
#about_page .pageContentAll .pageContent .youshi > .thisBox > .contentBox .pinBox .ul .li .box .textBoxAll .subtitle {
  color: #de1a1b;
  font-family: 'en3';
  font-weight: bold;
  text-transform: uppercase;
  font-size: clamp(12px, 1.1vw, 1.1vw);
}
@media (max-width:1024px) {
  #about_page .pageContentAll .pageContent .youshi > .thisBox > .contentBox .pinBox .ul .li .box .textBoxAll .subtitle {
    font-size: 4vw;
  }
}
@media (max-width:1024px) {
  #about_page .pageContentAll .pageContent .youshi > .thisBox > .contentBox .pinBox .ul .li .box .textBoxAll .subtitle {
    font-size: 6vw;
  }
}
#about_page .pageContentAll .pageContent .youshi > .thisBox > .contentBox .pinBox .ul .li .box .textBoxAll .xian {
  margin: 1vw 0;
  width: 2vw;
  height: 2px;
  background-color: #de1a1b;
}
#about_page .pageContentAll .pageContent .youshi > .thisBox > .contentBox .pinBox .ul .li .box .textBoxAll .title {
  font-size: clamp(12px, 2.7vw, 2.7vw);
  font-family: 'cn1';
}
@media (max-width:1024px) {
  #about_page .pageContentAll .pageContent .youshi > .thisBox > .contentBox .pinBox .ul .li .box .textBoxAll .title {
    font-size: 7.2vw;
  }
}
#about_page .pageContentAll .pageContent .youshi > .thisBox > .contentBox .pinBox .ul .li .box .textBoxAll .content {
  margin-top: 2vw;
}
#about_page .pageContentAll .pageContent .youshi > .thisBox > .contentBox .pinBox .ul .li .box .imgBoxAll {
  width: 30vw;
  height: 100%;
}
@media (max-width:1024px) {
  #about_page .pageContentAll .pageContent .youshi > .thisBox > .contentBox .pinBox .ul .li .box .imgBoxAll {
    margin-top: 10vw;
    width: 100%;
    height: 50vw;
  }
}
#about_page .pageContentAll .pageContent .youshi > .thisBox > .contentBox .pinBox .ul .li .box .imgBoxAll .imgBox {
  width: 100%;
  height: 100%;
}
#about_page .pageContentAll .pageContent .youshi > .thisBox > .contentBox .pinBox .ul .li .box .special {
position: absolute;
    right: 0;
    top: 0;
    font-size: clamp(12px, 4.7vw, 4.7vw);
    color: transparent;
    -webkit-text-stroke: 3px #de1a1b;
    z-index: 1;
}
@media (max-width:1024px) {
  #about_page .pageContentAll .pageContent .youshi > .thisBox > .contentBox .pinBox .ul .li .box .special {
    font-size: 11.2vw;
  }
}
@media (max-width:1024px) {
  #about_page .pageContentAll .pageContent .youshi > .thisBox > .contentBox .pinBox .ul .li .box .special {
    top: unset;
    bottom: 44vw;
  }
}
#building .pageContentAll .pageContent .building > .thisBox .contentBox {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  flex-wrap: unset;
  padding-top: 6vw;
  font-size: clamp(12px, 1.9vw, 1.9vw);
  font-family: 'cn1';
}
#building .pageContentAll .pageContent .building > .thisBox .contentBox li .imgBox .title{
      text-align: center;
          padding-top: 1vw;
    font-size: clamp(12px, 1vw, 1vw);
}
#building .pageContentAll .pageContent .building > .thisBox .contentBox li{
    padding: 2vw;
}

@media (max-width:1600px) {
  #building .pageContentAll .pageContent .building > .thisBox .contentBox {
    padding-top: 6vw;
  }
}
@media (max-width:1300px) {
  #building .pageContentAll .pageContent .building > .thisBox .contentBox {
    padding-top: 6vw;
  }
}
@media (max-width:1024px) {
  #building .pageContentAll .pageContent .building > .thisBox .contentBox {
    padding-top: 12vw;
  }
}
@media (max-width:1024px) {
  #building .pageContentAll .pageContent .building > .thisBox .contentBox {
    font-size: 5.6vw;
  }
}
#wenzhang_page .pageContentAll {
  padding-top: 5vw;
}
@media (max-width:1600px) {
  #wenzhang_page .pageContentAll {
    padding-top: 5vw;
  }
}
@media (max-width:1300px) {
  #wenzhang_page .pageContentAll {
    padding-top: 5vw;
  }
}
@media (max-width:1024px) {
  #wenzhang_page .pageContentAll {
    padding-top: 16vw;
  }
}
#wenzhang_page .pageContentAll .pageContent {
  padding-top: 0;
}
#wenzhang_page .pageContentAll .pageContent .wenzhangBox > .thisBox {
  padding-top: 4vw;
}
#wenzhang_page .pageContentAll .pageContent .wenzhangBox > .thisBox .contentBox {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  flex-wrap: unset;
  width: 50vw;
  margin: 0 auto;
}
@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: 80%;
    margin: 0 auto;
  }
}
@media (max-width:1024px) and (max-width:1024px) {
  #wenzhang_page .pageContentAll .pageContent .wenzhangBox > .thisBox .contentBox {
    width: 84%;
  }
}
#wenzhang_page .pageContentAll .pageContent .wenzhangBox > .thisBox .contentBox .newsCoutAll {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  flex-wrap: unset;
  gap: 1vw;
}
@media (max-width:1024px) {
  #wenzhang_page .pageContentAll .pageContent .wenzhangBox > .thisBox .contentBox .newsCoutAll {
    gap: 5vw;
  }
}
#wenzhang_page .pageContentAll .pageContent .wenzhangBox > .thisBox .contentBox .newsCoutAll .lujing {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  flex-wrap: unset;
  gap: 1vw;
  margin-bottom: 1vw;
  width: 100%;
  padding-bottom: 1vw;
  border-bottom: 1px dashed rgba(0, 0, 0, 0.2);
}
@media (max-width:1024px) {
  #wenzhang_page .pageContentAll .pageContent .wenzhangBox > .thisBox .contentBox .newsCoutAll .lujing {
    padding-bottom: 4vw;
    margin-bottom: 4vw;
  }
}
#wenzhang_page .pageContentAll .pageContent .wenzhangBox > .thisBox .contentBox .newsCoutAll .lujing a {
  text-decoration: underline;
}
#wenzhang_page .pageContentAll .pageContent .wenzhangBox > .thisBox .contentBox .newsCoutAll .lujing i {
  font-size: clamp(12px, 1.1vw, 1.1vw);
}
@media (max-width:1024px) {
  #wenzhang_page .pageContentAll .pageContent .wenzhangBox > .thisBox .contentBox .newsCoutAll .lujing i {
    font-size: 4vw;
  }
}
#wenzhang_page .pageContentAll .pageContent .wenzhangBox > .thisBox .contentBox .newsCoutAll .lujing * {
  font-size: clamp(12px, 0.7vw, 0.7vw);
}
@media (max-width:1024px) {
  #wenzhang_page .pageContentAll .pageContent .wenzhangBox > .thisBox .contentBox .newsCoutAll .lujing * {
    font-size: 3.2vw;
  }
}
@media (max-width:1024px) {
  #wenzhang_page .pageContentAll .pageContent .wenzhangBox > .thisBox .contentBox .newsCoutAll .lujing * {
    font-size: 4vw;
  }
}
#wenzhang_page .pageContentAll .pageContent .wenzhangBox > .thisBox .contentBox .newsCoutAll .lujing *:hover {
  color: #de1a1b;
}
#wenzhang_page .pageContentAll .pageContent .wenzhangBox > .thisBox .contentBox .newsCoutAll .wenzhangName {
  font-size: clamp(12px, 1.5vw, 1.5vw);
  font-family: 'cn1';
}
@media (max-width:1024px) {
  #wenzhang_page .pageContentAll .pageContent .wenzhangBox > .thisBox .contentBox .newsCoutAll .wenzhangName {
    font-size: 4.8vw;
  }
}
@media (max-width:1024px) {
  #wenzhang_page .pageContentAll .pageContent .wenzhangBox > .thisBox .contentBox .newsCoutAll .wenzhangName {
    font-size: 7vw;
  }
}
#wenzhang_page .pageContentAll .pageContent .wenzhangBox > .thisBox .contentBox .newsCoutAll .info {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  flex-wrap: unset;
  gap: 1vw;
}
@media (max-width:1024px) {
  #wenzhang_page .pageContentAll .pageContent .wenzhangBox > .thisBox .contentBox .newsCoutAll .info {
    gap: 4vw;
  }
}
#wenzhang_page .pageContentAll .pageContent .wenzhangBox > .thisBox .contentBox .newsCoutAll .info .sortOf {
  color: #de1a1b;
  height: 1.2vw;
  font-size: clamp(12px, 0.7vw, 0.7vw);
  padding: 0 1vw;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  flex-wrap: unset;
  border-radius: 1vw;
  border: 1px solid #de1a1b;
}
@media (max-width:1024px) {
  #wenzhang_page .pageContentAll .pageContent .wenzhangBox > .thisBox .contentBox .newsCoutAll .info .sortOf {
    font-size: 3.2vw;
  }
}
@media (max-width:1024px) {
  #wenzhang_page .pageContentAll .pageContent .wenzhangBox > .thisBox .contentBox .newsCoutAll .info .sortOf {
    height: 8vw;
    padding: 0 4vw;
    border-radius: 6vw;
  }
}
#wenzhang_page .pageContentAll .pageContent .wenzhangBox > .thisBox .contentBox .newsCoutAll .info .time {
  font-size: clamp(12px, 0.9vw, 0.9vw);
  font-family: 'en3';
  font-weight: bold;
  text-transform: uppercase;
}
@media (max-width:1024px) {
  #wenzhang_page .pageContentAll .pageContent .wenzhangBox > .thisBox .contentBox .newsCoutAll .info .time {
    font-size: 3.6vw;
  }
}
@media (max-width:1024px) {
  #wenzhang_page .pageContentAll .pageContent .wenzhangBox > .thisBox .contentBox .newsCoutAll .info .time {
    font-size: 5vw;
  }
}
#wenzhang_page .pageContentAll .pageContent .wenzhangBox > .thisBox .contentBox .newsCoutAll .imgBox {
  width: 100%;
  height: 30vw;
  border-radius: 1vw;
  overflow: hidden;
}
@media (max-width:1024px) {
  #wenzhang_page .pageContentAll .pageContent .wenzhangBox > .thisBox .contentBox .newsCoutAll .imgBox {
    height: 50vw;
  }
}
#wenzhang_page .pageContentAll .pageContent .wenzhangBox > .thisBox .contentBox .newsCoutAll .detailContentBox {
  width: 100%;
  padding-bottom: 2vw;
}
#wenzhang_page .pageContentAll .pageContent .wenzhangBox > .thisBox .contentBox .newsCoutAll .detailContentBox .wenzhang {
  border: 1px solid var(--fontCor10);
  width: 100%;
  background-color: var(--siteCor);
}
#wenzhang_page .pageContentAll .pageContent .wenzhangBox > .thisBox .contentBox .newsCoutAll .moreLink {
  padding-top: 2vw;
  border-top: 1px dashed rgba(0, 0, 0, 0.2);
  width: 100%;
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  justify-content: space-between;
  flex-wrap: unset;
}
@media (max-width:1024px) {
  #wenzhang_page .pageContentAll .pageContent .wenzhangBox > .thisBox .contentBox .newsCoutAll .moreLink {
    padding-top: 4vw;
    gap: 6vw;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    flex-wrap: unset;
  }
}
#wenzhang_page .pageContentAll .pageContent .wenzhangBox > .thisBox .contentBox .newsCoutAll .moreLink .moreBox {
  max-width: 48%;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  flex-wrap: unset;
  gap: 0.5vw;
}
@media (max-width:1024px) {
  #wenzhang_page .pageContentAll .pageContent .wenzhangBox > .thisBox .contentBox .newsCoutAll .moreLink .moreBox {
    gap: 3vw;
    max-width: 100%;
  }
}
#wenzhang_page .pageContentAll .pageContent .wenzhangBox > .thisBox .contentBox .newsCoutAll .moreLink .moreBox .link:hover {
  text-decoration: underline;
  color: #de1a1b;
}
#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: 16vw;
  }
}
#product_detail_page .pageContentAll .pageContent {
  padding-top: 0;
  padding-bottom: 0;
}
#product_detail_page .pageContentAll .pageContent .proDetail > .thisBox .contentBox {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  justify-content: space-between;
  flex-wrap: unset;
  width: 100%;
}
@media (max-width:1024px) {
  #product_detail_page .pageContentAll .pageContent .proDetail > .thisBox .contentBox {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    flex-wrap: unset;
  }
}
#product_detail_page .pageContentAll .pageContent .proDetail > .thisBox .contentBox .leftCout {
  width: 50%;
  will-change: transform;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  flex-wrap: unset;
  height: calc(100vh - 5vw * 1);
  border-right: 1px solid var(--fontCor20);
}
@media (max-width:1600px) {
  #product_detail_page .pageContentAll .pageContent .proDetail > .thisBox .contentBox .leftCout {
    height: calc(100vh - 5vw* 1);
  }
}
@media (max-width:1300px) {
  #product_detail_page .pageContentAll .pageContent .proDetail > .thisBox .contentBox .leftCout {
    height: calc(100vh - 5vw* 1);
  }
}
@media (max-width:1024px) {
  #product_detail_page .pageContentAll .pageContent .proDetail > .thisBox .contentBox .leftCout {
    height: unset;
  }
}
@media (max-width:1024px) {
  #product_detail_page .pageContentAll .pageContent .proDetail > .thisBox .contentBox .leftCout {
    width: 100%;
    gap: 4vw;
  }
}
#product_detail_page .pageContentAll .pageContent .proDetail > .thisBox .contentBox .leftCout .top {
  width: 100%;
  height: 100%;
}
#product_detail_page .pageContentAll .pageContent .proDetail > .thisBox .contentBox .leftCout .top .mianbao {
  display: flex;
  flex-direction: row;
  align-items: flex-end;
  justify-content: flex-start;
  flex-wrap: unset;
  padding-left: 4vw;
  position: absolute;
  top: 2vw;
  left: 2vw;
  width: 100%;
}
#product_detail_page .pageContentAll .pageContent .proDetail > .thisBox .contentBox .leftCout .top .mianbao .box {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-start;
  flex-wrap: unset;
  gap: 0.4vw;
}
#product_detail_page .pageContentAll .pageContent .proDetail > .thisBox .contentBox .leftCout .top .mianbao .box * {
  color: #333;
  text-decoration: underline;
}
#product_detail_page .pageContentAll .pageContent .proDetail > .thisBox .contentBox .leftCout .top .mianbao .box *:hover {
  color: #de1a1b;
}
#product_detail_page .pageContentAll .pageContent .proDetail > .thisBox .contentBox .leftCout .top .imgBoxAll {
  width: 100%;
  height: 100%;
}
#product_detail_page .pageContentAll .pageContent .proDetail > .thisBox .contentBox .leftCout .top .imgBoxAll .oneImg {
  width: 100%;
  height: 100%;
}
#product_detail_page .pageContentAll .pageContent .proDetail > .thisBox .contentBox .leftCout .top .imgBoxAll .oneImg .imgBox {
  width: 100%;
  height: 100%;
  padding: 5vw
}
#product_detail_page .pageContentAll .pageContent .proDetail > .thisBox .contentBox .leftCout .top .imgBoxAll .picsImg {
  position: relative;
  width: 100%;
  height: 100%;
}
#product_detail_page .pageContentAll .pageContent .proDetail > .thisBox .contentBox .leftCout .top .imgBoxAll .picsImg #proDetailPics {
  width: 100%;
  height: 100%;
}
#product_detail_page .pageContentAll .pageContent .proDetail > .thisBox .contentBox .leftCout .top .imgBoxAll .picsImg #proDetailPics .swiper-slide .imgBox {
  width: 100%;
  height: 100%;
}
#product_detail_page .pageContentAll .pageContent .proDetail > .thisBox .contentBox .leftCout .top .imgBoxAll .picsImg .swiperControl .navigation .navigationThis > div {
  top: 50%;
  transform: translate(0, -50%);
  background-color: #333;
  position: absolute;
  z-index: 1;
}
#product_detail_page .pageContentAll .pageContent .proDetail > .thisBox .contentBox .leftCout .top .imgBoxAll .picsImg .swiperControl .navigation .navigationThis > div i {
  color: #fff;
}
#product_detail_page .pageContentAll .pageContent .proDetail > .thisBox .contentBox .leftCout .top .imgBoxAll .picsImg .swiperControl .navigation .navigationThis > div:hover {
  background-color: #de1a1b;
}
#product_detail_page .pageContentAll .pageContent .proDetail > .thisBox .contentBox .leftCout .top .imgBoxAll .picsImg .swiperControl .navigation .navigationThis .leftBtn {
  left: 2vw;
}
#product_detail_page .pageContentAll .pageContent .proDetail > .thisBox .contentBox .leftCout .top .imgBoxAll .picsImg .swiperControl .navigation .navigationThis .rightBtn {
  right: 2vw;
}
#product_detail_page .pageContentAll .pageContent .proDetail > .thisBox .contentBox .leftCout .bottom {
  width: 100%;
  height: 8vw;
  position: absolute;
  bottom: 0;
  z-index: 1;
  padding: 0 1vw 1vw 1vw;
}
#product_detail_page .pageContentAll .pageContent .proDetail > .thisBox .contentBox .leftCout .bottom .swiperBox {
  width: 100%;
  height: 100%;
}
#product_detail_page .pageContentAll .pageContent .proDetail > .thisBox .contentBox .leftCout .bottom .swiperBox #tabsImgSwiper {
  height: 100%;
}
#product_detail_page .pageContentAll .pageContent .proDetail > .thisBox .contentBox .leftCout .bottom .swiperBox #tabsImgSwiper .swiper-slide {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  flex-wrap: unset;
}
#product_detail_page .pageContentAll .pageContent .proDetail > .thisBox .contentBox .leftCout .bottom .swiperBox #tabsImgSwiper .swiper-slide .imgBox {
  cursor: pointer;
  border: 4px solid #fff;
  aspect-ratio: 1;
  height: 100%;
}
#product_detail_page .pageContentAll .pageContent .proDetail > .thisBox .contentBox .leftCout .bottom .swiperBox #tabsImgSwiper .swiper-slide .imgBox img {
  object-fit: cover;
}
#product_detail_page .pageContentAll .pageContent .proDetail > .thisBox .contentBox .leftCout .bottom .swiperBox #tabsImgSwiper .swiper-slide.on .imgBox {
  border-color: #de1a1b;
}
#product_detail_page .pageContentAll .pageContent .proDetail > .thisBox .contentBox .rightCout {
  padding: 0 8vw;
  padding-top: 6vw;
  width: 50%;
}
@media (max-width:1024px) {
  #product_detail_page .pageContentAll .pageContent .proDetail > .thisBox .contentBox .rightCout {
    width: 100%;
    padding: 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    flex-wrap: unset;
    width: 80%;
    margin: 0 auto;
    padding-top: 8vw;
  }
}
@media (max-width:1024px) and (max-width:1024px) {
  #product_detail_page .pageContentAll .pageContent .proDetail > .thisBox .contentBox .rightCout {
    width: 84%;
  }
}
#product_detail_page .pageContentAll .pageContent .proDetail > .thisBox .contentBox .rightCout .top {
  position: relative;
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  flex-wrap: unset;
  gap: 1vw;
}
@media (max-width:1024px) {
  #product_detail_page .pageContentAll .pageContent .proDetail > .thisBox .contentBox .rightCout .top {
    gap: 6vw;
    align-items: center;
  }
}
#product_detail_page .pageContentAll .pageContent .proDetail > .thisBox .contentBox .rightCout .top .title {
  font-size: clamp(12px, 1.8vw, 1.8vw);
}
@media (max-width:1024px) {
  #product_detail_page .pageContentAll .pageContent .proDetail > .thisBox .contentBox .rightCout .top .title {
    font-size: 4.8vw;
  }
}
@media (max-width:1024px) {
  #product_detail_page .pageContentAll .pageContent .proDetail > .thisBox .contentBox .rightCout .top .title {
    font-size: 7vw;
  }
}
#product_detail_page .pageContentAll .pageContent .proDetail > .thisBox .contentBox .rightCout .top .subtitle {
  position: relative;
}
#product_detail_page .pageContentAll .pageContent .proDetail > .thisBox .contentBox .rightCout .top .subtitle .txt {
  font-size: clamp(12px, 1.5vw, 1.5vw);
  color: #de1a1b;
}
@media (max-width:1024px) {
  #product_detail_page .pageContentAll .pageContent .proDetail > .thisBox .contentBox .rightCout .top .subtitle .txt {
    font-size: 3.4vw;
  }
}
#product_detail_page .pageContentAll .pageContent .proDetail > .thisBox .contentBox .rightCout .top .xian {
  width: 100%;
  border-top: 1px dashed #ccc;
}
#product_detail_page .pageContentAll .pageContent .proDetail > .thisBox .contentBox .rightCout .top .miaoshu {
  line-height: 2.5em;
  font-size: clamp(12px, 0.7vw, 0.7vw);
  opacity: 0.8;
}
@media (max-width:1024px) {
  #product_detail_page .pageContentAll .pageContent .proDetail > .thisBox .contentBox .rightCout .top .miaoshu {
    font-size: 3.2vw;
  }
}
#product_detail_page .pageContentAll .pageContent .proDetail > .thisBox .contentBox .rightCout .top .crowd {
  margin-top: 2vw;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
  flex-wrap: unset;
  width: 100%;
}
@media (max-width:1024px) {
  #product_detail_page .pageContentAll .pageContent .proDetail > .thisBox .contentBox .rightCout .top .crowd {
    margin-top: 6vw;
  }
}
#product_detail_page .pageContentAll .pageContent .proDetail > .thisBox .contentBox .rightCout .top .crowd .bdTitle {
  margin-bottom: 1vw;
  border: 1px solid #de1a1b;
  padding: 0.2vw 1vw;
  color: #de1a1b;
}
@media (max-width:1024px) {
  #product_detail_page .pageContentAll .pageContent .proDetail > .thisBox .contentBox .rightCout .top .crowd .bdTitle {
    margin-bottom: 4vw;
    padding: 2vw 5vw;
    font-size: 4vw;
  }
}
#product_detail_page .pageContentAll .pageContent .proDetail > .thisBox .contentBox .rightCout .top .crowd .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 .rightCout .top .crowd .bdCout div {
  padding: 0.6vw 0;
  border-bottom: 1px dashed #ccc;
  padding-left: 0.7vw;
  position: relative;
  width: 100%;
  font-size: clamp(12px, 0.7vw, 0.7vw);
}
@media (max-width:1024px) {
  #product_detail_page .pageContentAll .pageContent .proDetail > .thisBox .contentBox .rightCout .top .crowd .bdCout div {
    font-size: 3.2vw;
  }
}
@media (max-width:1024px) {
  #product_detail_page .pageContentAll .pageContent .proDetail > .thisBox .contentBox .rightCout .top .crowd .bdCout div {
    font-size: 3.6vw;
    padding: 3vw 0;
  }
}
#product_detail_page .pageContentAll .pageContent .proDetail > .thisBox .contentBox .rightCout .top .crowd .bdCout div::after {
  content: '';
  position: absolute;
  display: block;
  left: 0;
  top: 50%;
  transform: translate(0, -50%);
  width: 0.3vw;
  height: 0.3vw;
  border-radius: 50%;
  background-color: #de1a1b;
}
#product_detail_page .pageContentAll .pageContent .proDetail > .thisBox .contentBox .rightCout .top .moreA {
  height: 2.2vw;
  padding: 0 1.8vw;
  background-color: #de1a1b;
  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 .rightCout .top .moreA {
    height: 12vw;
    padding: 0 10vw;
  }
}
#product_detail_page .pageContentAll .pageContent .proDetail > .thisBox .contentBox .rightCout .top .moreA .txt {
  color: #fff;
  font-family: 'cn1';
}
#product_detail_page .pageContentAll .pageContent .proDetail > .thisBox .contentBox .rightCout .top .moreA .xian {
  background-color: #de1a1b;
  height: 1px;
  width: 3vw;
}
#product_detail_page .pageContentAll .pageContent .proDetail > .thisBox .contentBox .rightCout .top .moreA .yuan {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background-color: #de1a1b;
}
#product_detail_page .pageContentAll .pageContent .proDetail > .thisBox .contentBox .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 .rightCout .top .moreA i {
    font-size: 3.6vw;
  }
}
#product_detail_page .pageContentAll .pageContent .proDetail > .thisBox .contentBox .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 .rightCout .wenzhang {
    padding: 6vw 0;
    margin-top: 6vw;
  }
}
#product_detail_page .pageContentAll .pageContent .proDetail > .thisBox .contentBox .rightCout .wenzhang p {
  padding: 0;
}
#product_detail_page .pageContentAll .pageContent .proDetail > .thisBox .contentBox .rightCout .wenzhang p img {
  margin: 0;
}
#product_detail_page .pageContentAll .pageContent .proDetail > .thisBox .contentBox .rightCout .hint {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  flex-wrap: unset;
  margin-top: 2vw;
}
@media (max-width:1024px) {
  #product_detail_page .pageContentAll .pageContent .proDetail > .thisBox .contentBox .rightCout .hint {
    margin-top: 4vw;
  }
}
#cooperation_page .pageContentAll .pageContent .cooperUsers > .thisBox > .contentBox {
  width: 80%;
  margin: 0 auto;
}
@media (max-width:1024px) {
  #cooperation_page .pageContentAll .pageContent .cooperUsers > .thisBox > .contentBox {
    width: 84%;
  }
}
#cooperation_page .pageContentAll .pageContent .cooperUsers > .thisBox > .contentBox .ul {
  display: flex;
  flex-wrap: wrap;
  gap: 4vw;
  flex-direction: row;
}
#cooperation_page .pageContentAll .pageContent .cooperUsers > .thisBox > .contentBox .ul li {
  flex: unset;
  width: calc(100% / 4 - (4 - 1) * 4vw / 4);
}
@media (max-width:1024px) {
  #cooperation_page .pageContentAll .pageContent .cooperUsers > .thisBox > .contentBox .ul {
    display: flex;
    flex-wrap: wrap;
    gap: 4vw;
    flex-direction: row;
  }
  #cooperation_page .pageContentAll .pageContent .cooperUsers > .thisBox > .contentBox .ul li {
    flex: unset;
    width: calc(100% / 2 - (2 - 1) * 4vw / 2);
  }
}
#cooperation_page .pageContentAll .pageContent .cooperUsers > .thisBox > .contentBox .ul .li .box {
  cursor: pointer;
  height: 10vw;
  width: 100%;
  height: 100%;
  border: 1px solid #ccc;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  flex-wrap: unset;
  padding: 2vw;
}
@media (max-width:1024px) {
  #cooperation_page .pageContentAll .pageContent .cooperUsers > .thisBox > .contentBox .ul .li .box {
    height: 40vw;
  }
}
#cooperation_page .pageContentAll .pageContent .cooperUsers > .thisBox > .contentBox .ul .li .box .imgBox {
  width: 100%;
  height: 100%;
}
#cooperation_page .pageContentAll .pageContent .cooperUsers > .thisBox > .contentBox .ul .li .box .imgBox img {
  object-fit: contain;
}



/* 夹米粉食物 */
#index_page .inxProShow {
    position: relative;
    margin-top: -10vw;
    padding-top: 18vw;
    width: 100%;
    overflow:hidden;
}

@media (max-width:1024px) {
    #index_page .inxProShow {
        padding-top: 28vw
    }
}

#index_page .inxProShow>.thisBox {
    position: relative;
    z-index: 1;
    width: 100%;
    height: 80vw
}

@media (max-width:1024px) {
    #index_page .inxProShow>.thisBox {
        height: unset
    }
}

#index_page .inxProShow>.thisBox .realBoxShow {
    position: relative;
    width: 100%;
    height: 100%
}

#index_page .inxProShow>.thisBox .realBoxShow .xiangchanginit {
    pointer-events: none;
    position: absolute;
    top: 0;
    width: 100%;
    height: 50%
}

@media (max-width:1024px) {
    #index_page .inxProShow>.thisBox .realBoxShow .xiangchanginit {
        height: 51%
    }
}

#index_page .inxProShow>.thisBox .realBoxShow .xiangchanginit img {
    position: absolute;
    bottom: 7vw;
    right: 10vw;
    width: 40vw
}

@media (max-width:1024px) {
    #index_page .inxProShow>.thisBox .realBoxShow .xiangchanginit img {
        width: 70vw
    }
}

#index_page .inxProShow>.thisBox .realBoxShow .xiangchangMask {
    pointer-events: none;
    position: absolute;
    z-index: 3;
    top: 0;
    width: 100%;
    height: 50%
}

@media (max-width:1024px) {
    #index_page .inxProShow>.thisBox .realBoxShow .xiangchangMask {
        height: 110vw;
            z-index: -1;
            display: none;
    }
}

#index_page .inxProShow>.thisBox .realBoxShow .xiangchangMask img {
    position: absolute;
    bottom: 17.7vw;
    right: 23.5vw;
    width: 16vw
}

@media (max-width:1024px) {
    #index_page .inxProShow>.thisBox .realBoxShow .xiangchangMask img {
        bottom: 20.7vw;
        right: 29.4vw;
        width: 29.4vw
    }
}

#index_page .inxProShow>.thisBox .realBoxShow .aniBoxFirst {
    z-index: 2;
    position: absolute;
    top: 0;
    pointer-events: none;
    width: 100%;
    height: 50%
}

@media (max-width:1024px) {
    #index_page .inxProShow>.thisBox .realBoxShow .aniBoxFirst {
        height: 110vw
    }
}

#index_page .inxProShow>.thisBox .realBoxShow .aniBoxFirst .aniBox {
    width: 100%;
    height: 100%
}

#index_page .inxProShow>.thisBox .realBoxShow .aniBoxFirst .aniBox .k1k2x {
    position: absolute;
    width: 58vw;
    height: 58vw;
    pointer-events: none;
    right: -20vw;
    bottom: 19vw
}

@media (max-width:1024px) {
    #index_page .inxProShow>.thisBox .realBoxShow .aniBoxFirst .aniBox .k1k2x {
        width: 81.2vw;
        height: 81.2vw;
        right: -34vw;
        bottom: 23vw
    }
}

#index_page .inxProShow>.thisBox .realBoxShow .aniBoxFirst .aniBox .k1k2x .k1k2xBox {
    position: relative;
    width: 100%;
    height: 100%
}

#index_page .inxProShow>.thisBox .realBoxShow .aniBoxFirst .aniBox .k1k2x .k1k2xBox>div {
    position: absolute;
    bottom: 0
}

#index_page .inxProShow>.thisBox .realBoxShow .aniBoxFirst .aniBox .k1k2x .k1k2xBox>div.kuaizi1 {
    width: 100%;
    bottom: 5vw;
    right: 0;
    z-index: 1
}

#index_page .inxProShow>.thisBox .realBoxShow .aniBoxFirst .aniBox .k1k2x .k1k2xBox>div.kuaizi1 img {
    width: 100%;
    height: 100%
}

#index_page .inxProShow>.thisBox .realBoxShow .aniBoxFirst .aniBox .k1k2x .k1k2xBox>div.kuaizi2 {
    width: 100%;
    bottom: 1vw;
    right: -2vw;
    z-index: 0
}

#index_page .inxProShow>.thisBox .realBoxShow .aniBoxFirst .aniBox .k1k2x .k1k2xBox>div.kuaizi2 img {
    width: 100%;
    height: 100%
}

#index_page .inxProShow>.thisBox .realBoxShow .aniBoxFirst .aniBox .k1k2x .k1k2xBox>div.xiangchangMove {
      bottom: 0;
    right: 38vw;
    width: 23vw;
}

@media (max-width:1024px) {
    #index_page .inxProShow>.thisBox .realBoxShow .aniBoxFirst .aniBox .k1k2x .k1k2xBox>div.xiangchangMove {
        width: 21vw;
        right: 62vw
    }
}

#index_page .inxProShow>.thisBox .realBoxShow .aniBoxFirst .aniBox .k1k2x .k1k2xBox>div.xiangchangMove img {
    width: 100%;
    height: 100%
}

#index_page .inxProShow>.thisBox .realBoxShow .firstBox {
    width: 100%;
    height: 50%;
    padding-left: 10vw
}

@media (max-width:1024px) {
    #index_page .inxProShow>.thisBox .realBoxShow .firstBox {
        height: 115vw;
        padding: 0 10vw
    }
}

#index_page .inxProShow>.thisBox .realBoxShow .firstBox .leftText {
    width: 45%
}

@media (max-width:1024px) {
    #index_page .inxProShow>.thisBox .realBoxShow .firstBox .leftText {
        width: 100%
    }
}

@media (max-width:1024px) {
    #index_page .inxProShow>.thisBox .realBoxShow .firstBox .leftText .proBiaoti {
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        flex-wrap: unset
    }
}

#index_page .inxProShow>.thisBox .realBoxShow .firstBox .leftText .proBiaoti .cn {
    font-size: 4.7vw
}

@media (max-width:1600px) {
    #index_page .inxProShow>.thisBox .realBoxShow .firstBox .leftText .proBiaoti .cn {
        font-size: 4.8vw
    }
}

@media (max-width:1360px) {
    #index_page .inxProShow>.thisBox .realBoxShow .firstBox .leftText .proBiaoti .cn {
        font-size: 4.9vw
    }
}

@media (max-width:1024px) {
    #index_page .inxProShow>.thisBox .realBoxShow .firstBox .leftText .proBiaoti .cn {
        font-size: 15vw
    }
}

@media (max-width:1024px) {
    #index_page .inxProShow>.thisBox .realBoxShow .firstBox .leftText .proBiaoti .cn {
        font-size: 10vw
    }
}

#index_page .inxProShow>.thisBox .realBoxShow .firstBox .leftText .proBiaoti .en {
    font-size: 3.2vw;
    font-size: 2.3vw
}

@media (max-width:1600px) {
    #index_page .inxProShow>.thisBox .realBoxShow .firstBox .leftText .proBiaoti .en {
        font-size: 2.4vw
    }
}

@media (max-width:1360px) {
    #index_page .inxProShow>.thisBox .realBoxShow .firstBox .leftText .proBiaoti .en {
        font-size: 2.5vw
    }
}

@media (max-width:1024px) {
    #index_page .inxProShow>.thisBox .realBoxShow .firstBox .leftText .proBiaoti .en {
        font-size: 7.8vw
    }
}

@media (max-width:1024px) {
    #index_page .inxProShow>.thisBox .realBoxShow .firstBox .leftText .proBiaoti .en {
        font-size: 6vw
    }
}

#index_page .inxProShow>.thisBox .realBoxShow .firstBox .leftText .content {
    margin-top: 2vw;
    font-size: 1vw;
    line-height: 2em;

}

#index_page .inxProShow>.thisBox .realBoxShow .firstBox .leftText .content p {
    font-size: 1.1vw
}

@media (max-width:1600px) {
    #index_page .inxProShow>.thisBox .realBoxShow .firstBox .leftText .content p {
        font-size: 1.2vw
    }
}

@media (max-width:1360px) {
    #index_page .inxProShow>.thisBox .realBoxShow .firstBox .leftText .content p {
        font-size: 1.3vw
    }
}

@media (max-width:1024px) {
    #index_page .inxProShow>.thisBox .realBoxShow .firstBox .leftText .content p {
        font-size: 4.2vw
    }
    #index_page .inxProShow>.thisBox .realBoxShow .firstBox .leftText .unifyTitle-this .cn{
        color: #fff;
    }
       #index_page .inxProShow>.thisBox .realBoxShow .firstBox .leftText .unifyTitle-this .en{
        color: #fff;
    }
    #index_page .inxProShow>.thisBox .realBoxShow .firstBox .leftText .content {
    margin-top: 3vw;
    font-size: 16px;
    color: #fff;
    line-height: 2em;

}

}

@media (max-width:1024px) {
    #index_page .inxProShow>.thisBox .realBoxShow .firstBox .leftText .unifyButton {
        display: none
    }
}

#index_page .inxProShow>.thisBox .realBoxShow .youshiBox {
    position: relative;
    width: 100%;
    height: 50%
}
#index_page .inxProShow>.thisBox .realBoxShow .youshiBox .unifyTitle-this .cn{
    color: #fff;
}


#index_page .inxProShow>.thisBox .realBoxShow .youshiBox .unifyTitle-this .en{
    color: #fff;
}
@media (max-width:1024px) {
    #index_page .inxProShow>.thisBox .realBoxShow .youshiBox {
        padding-top: 90vw;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        flex-wrap: unset
    }
}

#index_page .inxProShow>.thisBox .realBoxShow .youshiBox .listBox {
    position: absolute;
    z-index: 3;
    width: 100%;
    height: 100%;
    top: 0
}

@media (max-width:1024px) {
    #index_page .inxProShow>.thisBox .realBoxShow .youshiBox .listBox {
        position: unset;
        height: unset;
        padding: 4vw 6vw 10vw 6vw
    }
}

#index_page .inxProShow>.thisBox .realBoxShow .youshiBox .listBox .ul {
    position: relative;
    width: 100%;
    height: 100%
}

@media (max-width:1024px) {
    #index_page .inxProShow>.thisBox .realBoxShow .youshiBox .listBox .ul {
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        justify-content: center;
        flex-wrap: unset;
        gap: 4vw
    }
}

#index_page .inxProShow>.thisBox .realBoxShow .youshiBox .listBox .ul .li {
    position: absolute;
    top: calc(50% - 5vw / 2);
    left: calc(50% - 5vw / 2)
}

@media (max-width:1024px) {
    #index_page .inxProShow>.thisBox .realBoxShow .youshiBox .listBox .ul .li {
        width: 100%;
        position: unset
    }
}

#index_page .inxProShow>.thisBox .realBoxShow .youshiBox .listBox .ul .li .box {
    position: relative;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    flex-wrap: unset
}

@media (max-width:1024px) {
    #index_page .inxProShow>.thisBox .realBoxShow .youshiBox .listBox .ul .li .box {
        justify-content: flex-start;
        gap: 2vw
    }
}

#index_page .inxProShow>.thisBox .realBoxShow .youshiBox .listBox .ul .li .box .yuanIco {
    position: relative;
    width: 4vw;
    height: 5vw
}

@media (max-width:1024px) {
    #index_page .inxProShow>.thisBox .realBoxShow .youshiBox .listBox .ul .li .box .yuanIco {
        width: 14vw;
        height: 14vw
    }
}

#index_page .inxProShow>.thisBox .realBoxShow .youshiBox .listBox .ul .li .box .yuanIco .imgBox {
    overflow: hidden;
    border-radius: 50%
}

#index_page .inxProShow>.thisBox .realBoxShow .youshiBox .listBox .ul .li .box .yuanIco .num {
    border-radius: 50%;
    position: absolute;
    top: 0;
    background-color: #cf000e;
    text-align: center;
    color: #fff;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    flex-wrap: unset;
    font-family: 'cn1';
    font-size: 1.5vw;
    width: 100%;
    height: 100%;
}

@media (max-width:1600px) {
    #index_page .inxProShow>.thisBox .realBoxShow .youshiBox .listBox .ul .li .box .yuanIco .num {
        font-size: 1.6vw
    }
}

@media (max-width:1360px) {
    #index_page .inxProShow>.thisBox .realBoxShow .youshiBox .listBox .ul .li .box .yuanIco .num {
        font-size: 1.7vw
    }
}

@media (max-width:1024px) {
    #index_page .inxProShow>.thisBox .realBoxShow .youshiBox .listBox .ul .li .box .yuanIco .num {
        font-size: 5.4vw
    }
}

#index_page .inxProShow>.thisBox .realBoxShow .youshiBox .listBox .ul .li .box .yuanIco .youshiYuanImg {
    width: 100%;
    height: 100%;
    object-fit: contain
}

#index_page .inxProShow>.thisBox .realBoxShow .youshiBox .listBox .ul .li .box .textBox {
  width: 22vw;
    padding: 0 2vw;
    border-radius: 3vw;
    display: flex;
    color: #000;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    border: 3px solid #000000;
    flex-wrap: unset;
    text-align: center;
    background: linear-gradient(to bottom, #FFEB3B, #FFEB3B);
    top: 0;
    height: 6vw;
    position: absolute;
}

@media (max-width:1600px) {
    #index_page .inxProShow>.thisBox .realBoxShow .youshiBox .listBox .ul .li .box .textBox {
        width: 26vw
    }
}

@media (max-width:1024px) {
    #index_page .inxProShow>.thisBox .realBoxShow .youshiBox .listBox .ul .li .box .textBox {
        width: calc(100% - 14vw);
        position: unset;
        height: 20vw;
        border-radius: 14vw / 2
    }
}

#index_page .inxProShow>.thisBox .realBoxShow .youshiBox .listBox .ul .li .box .textBox p {
    font-size: .9vw;
    line-height: 1.5em;
    color: #000;
}

@media (max-width:1600px) {
    #index_page .inxProShow>.thisBox .realBoxShow .youshiBox .listBox .ul .li .box .textBox p {
        font-size: 1vw
    }
}

@media (max-width:1360px) {
    #index_page .inxProShow>.thisBox .realBoxShow .youshiBox .listBox .ul .li .box .textBox p {
        font-size: 1.1vw
    }
}

@media (max-width:1024px) {
    #index_page .inxProShow>.thisBox .realBoxShow .youshiBox .listBox .ul .li .box .textBox p {
        font-size: 3.6vw
    }
}

@media (max-width:1360px) {
    #index_page .inxProShow>.thisBox .realBoxShow .youshiBox .listBox .ul .li .box .textBox p {
        line-height: 1.5em
    }
}

@media (min-width:1024px) {
    #index_page .inxProShow>.thisBox .realBoxShow .youshiBox .listBox .ul .li:nth-child(1) .box .textBox {
        flex-direction: row-reverse;
        right: 6vw
    }

    #index_page .inxProShow>.thisBox .realBoxShow .youshiBox .listBox .ul .li:nth-child(7) .box .textBox {
        flex-direction: row;
        left: 6vw
    }

    #index_page .inxProShow>.thisBox .realBoxShow .youshiBox .listBox .ul .li:nth-child(2) .box .textBox {
        flex-direction: row-reverse;
        right: 6vw
    }

    #index_page .inxProShow>.thisBox .realBoxShow .youshiBox .listBox .ul .li:nth-child(6) .box .textBox {
        flex-direction: row;
        left: 6vw
    }

    #index_page .inxProShow>.thisBox .realBoxShow .youshiBox .listBox .ul .li:nth-child(3) .box .textBox {
        flex-direction: row-reverse;
        right: 6vw
    }

    #index_page .inxProShow>.thisBox .realBoxShow .youshiBox .listBox .ul .li:nth-child(5) .box .textBox {
        flex-direction: row;
        left: 6vw
    }

    #index_page .inxProShow>.thisBox .realBoxShow .youshiBox .listBox .ul .li:nth-child(4) .box .textBox {
        top: 6vw;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        flex-wrap: unset;
        text-align: center
    }
}

#index_page .inxProShow>.thisBox .realBoxShow .youshiBox .youshiCenYuanImg {
position: absolute;
    left: 50%;
    z-index: 3;
    top: 73%;
    transform: translate(-52%, -100%);
    width: 30vw;
    height: 30vw;
}

@media (max-width:1024px) {
    #index_page .inxProShow>.thisBox .realBoxShow .youshiBox .youshiCenYuanImg {
        width: 50vw;
        height: 50vw;
        position: unset;
        transform: translate(0)
    }
}

#index_page .inxProShow>.thisBox .realBoxShow .youshiBox .youshiCenYuanImg .moveYuanBox {
    position: relative;
    width: 100%;
    height: 100%
}

#index_page .inxProShow>.thisBox .realBoxShow .youshiBox .youshiCenYuanImg .moveYuanBox .imgBox {
    width: 100%;
    height: 100%;
    border: 10px solid #FFEB3B;
    border-radius: 50%;
    overflow: hidden
}

#index_page .inxProShow>.thisBox .realBoxShow .youshiBox .youshiCenYuanImg .moveYuanBox .imgBox img {
    object-fit: cover;
    width: 100%;
    height: 100%
}

#index_page .inxProShow>.thisBox .realBoxShow .youshiBox .youshiCenYuanImg .moveYuanBox .yuankuang {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0
}

#index_page .inxProShow>.thisBox .realBoxShow .youshiBox .youshiCenYuanImg .moveYuanBox .yuankuang img {
    width: 100%;
    height: 100%
}

#index_page .inxProShow>.thisBox .realBoxShow .youshiBox .bgWenLi {
    position: absolute;
    bottom: 0;
    left: 0;
    opacity: .2
}

#index_page .inxProShow>.thisBox .realBoxShow .youshiBox .bgWenLi img {
    object-fit: contain;
    width: 100%;
    height: 100%
}

#index_page .inxProShow .proShowDi {
    position: absolute;
    top: 0;
    width: 100%;
    height: 55%;
    background-image: url(../img/inxProBgMaskBg.png);
    background-size: 100% 100%
}

@media (max-width:1024px) {
    #index_page .inxProShow .proShowDi {
        height: 140vw;
        background-image: url(../img/inxProBgMaskBg-m.png)
    }
}

#index_page .inxProShow .proShowDi .proShowDiMask {
    position: relative;
    width: 100%;
    height: 100%;
    -webkit-mask-image: url(../img/inxProBgMask.png);
    -webkit-mask-size: 100% 100%;
    -webkit-mask-repeat: no-repeat
}

#index_page .inxProShow .proShowDi .proShowDiMask img {
    height: 120%
}

@media (max-width:1024px) {
    #index_page .inxProShow .proShowDi .proShowDiMask {
        -webkit-mask-image: url(../img/inxProBgMask-m.png);
        -webkit-mask-size: 100% 100%;
        -webkit-mask-repeat: no-repeat
    }
}

#index_page .inxProShow .proShowDi .proShowDiMask .bgImg .bgImgMask {
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgb(253 22 38 / 0%);
}

#index_page .inxProShow .proShowDi .proShowDiMask .bgImg .bgImgMask .proShowWenLi {
    width: 100%;
    height: 100%;
    opacity: .3
}


#index_page .pageContentAll .yx {
  
            overflow: hidden;
   
}

/* 结束 */




.profile-container {
    max-width: 1000px;
    margin: 0 auto;
    background: white;
    border-radius: 12px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
    padding: 40px;
}

/* 头部 */
.profile-header {
    text-align: center;
    margin-bottom: 50px;
    border-bottom: 2px solid #eaeaea;
    padding-bottom: 30px;
}

.profile-name {
    font-size: 3rem;
    margin-bottom: 10px;
    color: #1a1a1a;
}

.profile-tagline {
    font-size: 1.3rem;
    color: #666;
    margin-bottom: 20px;
}

.profile-meta {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 20px;
    font-size: 0.95rem;
    color: #777;
}

.meta-item {
    padding: 5px 15px;
    background: #f0f0f0;
    border-radius: 20px;
}

/* 通用区块样式 */
.section-title {
    font-size: 1.8rem;
    color: #2c3e50;
    margin-bottom: 25px;
    padding-bottom: 10px;
    border-bottom: 2px solid #de1a1b;
}

/* 核心优势 */
.core-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 25px;
    margin-bottom: 40px;
}

.core-card {
    background: #f8fafc;
    padding: 25px;
    border-radius: 10px;
    border-left: 5px solid #de1a1b;
}

.core-card h3 {
    margin-top: 0;
    color: #2c3e50;
}

/* 行业经验 */
.industry-desc {
    font-size: 1.1rem;
    line-height: 1.8;
    margin-bottom: 40px;
}

/* 时间线履历 */
.timeline {
    position: relative;
    padding-left: 30px;
    margin-bottom: 40px;
}

.timeline::before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    width: 3px;
    background: #de1a1b;
}

.timeline-item {
    position: relative;
    margin-bottom: 30px;
    padding-left: 25px;
}

/*.timeline-item::before {*/
/*    content: '';*/
/*    position: absolute;*/
/*    left: -32px;*/
/*    top: 5px;*/
/*    width: 12px;*/
/*    height: 12px;*/
/*    border-radius: 50%;*/
/*    background: #de1a1b;*/
/*    border: 3px solid white;*/
/*    box-shadow: 0 0 0 3px #de1a1b;*/
/*}*/

.timeline-period {
    font-weight: bold;
    color: #de1a1b;
    margin-bottom: 5px;
}

.timeline-content h3 {
    margin-top: 0;
    color: #2c3e50;
}

/* 奖项与荣誉 */
.awards-list {
    list-style: none;
    padding-left: 0;
}

.awards-list li {
    margin-bottom: 15px;
    padding-left: 20px;
    position: relative;
}

.awards-list li::before {
    content: '🏆';
    position: absolute;
    left: 0;
}

/* 教育背景 */
.education-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
    gap: 25px;
}

.education-item {
    background: #f1f8ff;
    padding: 20px;
    border-radius: 10px;
}

.education-item h3 {
    margin-top: 0;
    color: #2c3e50;
}

/* 社会服务 */
.service-list {
    list-style: none;
    padding-left: 0;
}

.service-list li {
    margin-bottom: 10px;
    padding-left: 25px;
    position: relative;
}

.service-list li::before {
    content: '👥';
    position: absolute;
    left: 0;
}

/* 响应式 */
@media (max-width: 768px) {
    .profile-container {
        padding: 20px;
    }

    .profile-name {
        font-size: 2.2rem;
    }

    .profile-meta {
        flex-direction: column;
        align-items: center;
        gap: 10px;
    }

    .section-title {
        font-size: 1.5rem;
    }
}








#from_page .pageContentAll .pageContent .messageBox {
  position: relative;
  margin: 0 auto;
  border-radius: 2vw;
  overflow: hidden;
}
#from_page .pageContentAll .pageContent .messageBox > .thisBox {
  position: relative;
  z-index: 1;
  width: 100%;
  height: 100%;
}
#from_page .pageContentAll .pageContent .messageBox > .thisBox .contentBox {
  position: relative;
  height: 40vw;
  width: 80%;
  margin: 0 auto;
}
@media (max-width:1024px) {
  #from_page .pageContentAll .pageContent .messageBox > .thisBox .contentBox {
    width: 84%;
  }
}
@media (max-width:1024px) {
  #from_page .pageContentAll .pageContent .messageBox > .thisBox .contentBox {
    height: unset;
  }
}
#from_page .pageContentAll .pageContent .messageBox > .thisBox .contentBox .cenCout {
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  flex-wrap: unset;
  width: 100%;
  height: 100%;
}
#from_page .pageContentAll .pageContent .messageBox > .thisBox .contentBox .cenCout .leftBox {
  overflow: hidden;
  width: 50%;
  height: 100%;
}
#from_page .pageContentAll .pageContent .messageBox > .thisBox .contentBox .cenCout .leftBox .imgBox {
  width: 100%;
  height: 100%;
}
#from_page .pageContentAll .pageContent .messageBox > .thisBox .contentBox .cenCout .leftBox .imgBox img {
  object-position: 0 65%;
}
@media (max-width:1024px) {
  #from_page .pageContentAll .pageContent .messageBox > .thisBox .contentBox .cenCout .leftBox {
    display: none;
  }
}
#from_page .pageContentAll .pageContent .messageBox > .thisBox .contentBox .cenCout .rightBox {
  padding: 0 6vw;
  width: 50%;
}
@media (max-width:1024px) {
  #from_page .pageContentAll .pageContent .messageBox > .thisBox .contentBox .cenCout .rightBox {
    width: 100%;
    padding: 0;
  }
}
#from_page .pageContentAll .pageContent .messageBox > .thisBox .contentBox .cenCout .rightBox .mesSort {
  margin-bottom: 2vw;
}
#from_page .pageContentAll .pageContent .messageBox > .thisBox .contentBox .cenCout .rightBox .mesSort .en {
  font-size: clamp(12px, 1vw, 1vw);
}
@media (max-width:1024px) {
  #from_page .pageContentAll .pageContent .messageBox > .thisBox .contentBox .cenCout .rightBox .mesSort .en {
    font-size: 3.8vw;
  }
}
#from_page .pageContentAll .pageContent .messageBox > .thisBox .contentBox .cenCout .rightBox .mesSort .cn {
  font-family: 'cn1';
  font-size: clamp(12px, 1.7vw, 1.7vw);
}
@media (max-width:1024px) {
  #from_page .pageContentAll .pageContent .messageBox > .thisBox .contentBox .cenCout .rightBox .mesSort .cn {
    font-size: 5.2vw;
  }
}
#from_page .pageContentAll .pageContent .messageBox > .thisBox .contentBox .cenCout .rightBox .biaodan {
  width: 100%;
}
#from_page .pageContentAll .pageContent .messageBox > .thisBox .contentBox .cenCout .rightBox .biaodan form {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  flex-wrap: unset;
}
#from_page .pageContentAll .pageContent .messageBox > .thisBox .contentBox .cenCout .rightBox .biaodan form .inputBox {
  position: relative;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-start;
  flex-wrap: unset;
  width: 100%;
  border-bottom: 1px dashed rgba(0, 0, 0, 0.1);
  padding: 1vw 0;
}
@media (max-width:1024px) {
  #from_page .pageContentAll .pageContent .messageBox > .thisBox .contentBox .cenCout .rightBox .biaodan form .inputBox {
    margin-bottom: 6vw;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    flex-wrap: unset;
  }
}
#from_page .pageContentAll .pageContent .messageBox > .thisBox .contentBox .cenCout .rightBox .biaodan form .inputBox .bdTitle {
  position: relative;
  display: block;
  width: 6vw;
  font-size: clamp(12px, 0.9vw, 0.9vw);
  font-family: 'cn1';
}
@media (max-width:1024px) {
  #from_page .pageContentAll .pageContent .messageBox > .thisBox .contentBox .cenCout .rightBox .biaodan form .inputBox .bdTitle {
    font-size: 3.6vw;
  }
}
@media (max-width:1024px) {
  #from_page .pageContentAll .pageContent .messageBox > .thisBox .contentBox .cenCout .rightBox .biaodan form .inputBox .bdTitle {
    width: 100%;
  }
}
#from_page .pageContentAll .pageContent .messageBox > .thisBox .contentBox .cenCout .rightBox .biaodan form .inputBox .input {
  position: relative;
  width: 100%;
}
@media (max-width:1024px) {
  #from_page .pageContentAll .pageContent .messageBox > .thisBox .contentBox .cenCout .rightBox .biaodan form .inputBox .input {
    width: 100%;
  }
}
#from_page .pageContentAll .pageContent .messageBox > .thisBox .contentBox .cenCout .rightBox .biaodan form .inputBox .input input {
  transition-duration: 0.4s;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.56, -0.01, 0.04, 1);
  width: 100%;
  background-color: transparent;
  height: 100%;
  padding-left: 2vw;
  background-color: rgba(255, 255, 255, 0.8);
  height: 2.8vw;
}
@media (max-width:1024px) {
  #from_page .pageContentAll .pageContent .messageBox > .thisBox .contentBox .cenCout .rightBox .biaodan form .inputBox .input input {
    padding-left: 4vw;
  }
}
#from_page .pageContentAll .pageContent .messageBox > .thisBox .contentBox .cenCout .rightBox .biaodan form .inputBox .input input:focus {
  border: 1px solid #de1a1b;
}
@media (max-width:1024px) {
  #from_page .pageContentAll .pageContent .messageBox > .thisBox .contentBox .cenCout .rightBox .biaodan form .inputBox .input input {
    height: 12vw;
  }
}
#from_page .pageContentAll .pageContent .messageBox > .thisBox .contentBox .cenCout .rightBox .biaodan form .inputBox .input textarea {
  transition-duration: 0.4s;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.56, -0.01, 0.04, 1);
  width: 100%;
  background-color: transparent;
  height: 100%;
  padding-left: 2vw;
  background-color: rgba(255, 255, 255, 0.8);
  height: 6vw;
}
@media (max-width:1024px) {
  #from_page .pageContentAll .pageContent .messageBox > .thisBox .contentBox .cenCout .rightBox .biaodan form .inputBox .input textarea {
    padding-left: 4vw;
  }
}
#from_page .pageContentAll .pageContent .messageBox > .thisBox .contentBox .cenCout .rightBox .biaodan form .inputBox .input textarea:focus {
  border: 1px solid #de1a1b;
}
#from_page .pageContentAll .pageContent .messageBox > .thisBox .contentBox .cenCout .rightBox .biaodan form .inputBox.textarea {
  width: 100%;
}
#from_page .pageContentAll .pageContent .messageBox > .thisBox .contentBox .cenCout .rightBox .biaodan form .inputBox.textarea .input {
  height: 6vw;
}
@media (max-width:1024px) {
  #from_page .pageContentAll .pageContent .messageBox > .thisBox .contentBox .cenCout .rightBox .biaodan form .inputBox.textarea .input {
    height: 40vw;
  }
}
#from_page .pageContentAll .pageContent .messageBox > .thisBox .contentBox .cenCout .rightBox .biaodan form .inputBox.textarea .input textarea {
  height: 100%;
  border: none;
  font-family: auto;
  padding: 1vw 2vw;
  width: 100%;
  outline: none;
}
@media (max-width:1024px) {
  #from_page .pageContentAll .pageContent .messageBox > .thisBox .contentBox .cenCout .rightBox .biaodan form .inputBox.textarea .input textarea {
    padding: 4vw;
  }
}
#from_page .pageContentAll .pageContent .messageBox > .thisBox .contentBox .cenCout .rightBox .biaodan form .inputBox.yanzhengma .input {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  flex-wrap: unset;
  gap: 1vw;
}
#from_page .pageContentAll .pageContent .messageBox > .thisBox .contentBox .cenCout .rightBox .biaodan form .inputBox.yanzhengma .yanz {
  position: absolute;
  right: 0;
  top: 0;
  height: 100%;
}
#from_page .pageContentAll .pageContent .messageBox > .thisBox .contentBox .cenCout .rightBox .biaodan form .inputBox.yanzhengma .yanz img {
  height: 100%;
}
#from_page .pageContentAll .pageContent .messageBox > .thisBox .contentBox .cenCout .rightBox .biaodan form .inputBox.must .bdTitle::after {
  content: '*';
  position: absolute;
  color: red;
}
#from_page .pageContentAll .pageContent .messageBox > .thisBox .contentBox .cenCout .rightBox .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;
}
#from_page .pageContentAll .pageContent .messageBox > .thisBox .contentBox .cenCout .rightBox .biaodan form .inputBox.zhengque .tianxieInfo i {
  color: green;
}
#from_page .pageContentAll .pageContent .messageBox > .thisBox .contentBox .cenCout .rightBox .biaodan form .inputBox.zhengque .tianxieInfo .txt {
  color: green;
}
#from_page .pageContentAll .pageContent .messageBox > .thisBox .contentBox .cenCout .rightBox .biaodan form .inputBox.cuowu .tianxieInfo i {
  color: red;
}
#from_page .pageContentAll .pageContent .messageBox > .thisBox .contentBox .cenCout .rightBox .biaodan form .inputBox.cuowu .tianxieInfo .txt {
  color: red;
}
#from_page .pageContentAll .pageContent .messageBox > .thisBox .contentBox .cenCout .rightBox .biaodan form .button {
  margin: 0 auto;
  margin-top: 2vw;
  width: 100%;
}
#from_page .pageContentAll .pageContent .messageBox > .thisBox .contentBox .cenCout .rightBox .biaodan form .button .submit {
  cursor: pointer;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  flex-wrap: unset;
  width: 16vw;
  height: 3vw;
  border-radius: 10vw;
  background-color: #de1a1b;
  box-shadow: 2px 2px 30px rgba(0, 0, 0, 0.08);
  transition-duration: 0.3s;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.56, -0.01, 0.04, 1);
}
@media (max-width:1024px) {
  #from_page .pageContentAll .pageContent .messageBox > .thisBox .contentBox .cenCout .rightBox .biaodan form .button .submit {
    width: 80vw;
    height: 12vw;
  }
}
#from_page .pageContentAll .pageContent .messageBox > .thisBox .contentBox .cenCout .rightBox .biaodan form .button .submit .txt {
  color: #de1a1b;
  font-size: clamp(12px, 1vw, 1vw);
  transition-duration: 0.3s;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.56, -0.01, 0.04, 1);
  color: #fff;
}
@media (max-width:1024px) {
  #from_page .pageContentAll .pageContent .messageBox > .thisBox .contentBox .cenCout .rightBox .biaodan form .button .submit .txt {
    font-size: 3.8vw;
  }
}
#from_page .pageContentAll .pageContent .messageBox > .thisBox .contentBox .cenCout .rightBox .biaodan form .button .submit i {
  color: #de1a1b;
  transition-duration: 0.3s;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.56, -0.01, 0.04, 1);
  color: #fff;
}




#from_page .pageContentAll .pageContent .chinaMap .thisBox {
  padding-top: 6vw;
}
@media (max-width:1600px) {
  #from_page .pageContentAll .pageContent .chinaMap .thisBox {
    padding-top: 6vw;
  }
}
@media (max-width:1300px) {
  #from_page .pageContentAll .pageContent .chinaMap .thisBox {
    padding-top: 6vw;
  }
}
@media (max-width:1024px) {
  #from_page .pageContentAll .pageContent .chinaMap .thisBox {
    padding-top: 18vw;
  }
}
#from_page .pageContentAll .pageContent .chinaMap .thisBox .contentBox {
  position: relative;
}
#from_page .pageContentAll .pageContent .chinaMap .thisBox .contentBox .mapBoxAll {
  width: 80%;
  margin: 0 auto;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  flex-wrap: unset;
  height: 35vw;
}
@media (max-width:1600px) {
  #from_page .pageContentAll .pageContent .chinaMap .thisBox .contentBox .mapBoxAll {
    width: 80%;
  }
}
@media (max-width:1300px) {
  #from_page .pageContentAll .pageContent .chinaMap .thisBox .contentBox .mapBoxAll {
    width: 80%;
  }
}
@media (max-width:1024px) {
  #from_page .pageContentAll .pageContent .chinaMap .thisBox .contentBox .mapBoxAll {
    width: 86%;
  }
}
@media (max-width:1024px) {
  #from_page .pageContentAll .pageContent .chinaMap .thisBox .contentBox .mapBoxAll {
    height: 100vw;
    position: unset;
    width: 100%;
  }
}
#from_page .pageContentAll .pageContent .chinaMap .thisBox .contentBox .mapBoxAll .mapBox {
  background-color: #f9f9f9;
  width: 100%;
  position: relative;
  height: 100%;
}
#from_page .pageContentAll .pageContent .chinaMap .thisBox .contentBox .mapBoxAll .mapBox #map {
  width: 100%;
  height: 100%;
}
#from_page .pageContentAll .pageContent .chinaMap .thisBox .contentBox .mapBoxAll .mapBox .tooltip {
  position: absolute;
  pointer-events: none;
  transform: translate(-50%, -100%);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  flex-wrap: unset;
  padding-bottom: 2vw;
}
#from_page .pageContentAll .pageContent .chinaMap .thisBox .contentBox .mapBoxAll .mapBox .tooltip .box {
  height: 5vw;
  width: 100%;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  flex-wrap: unset;
}
@media (max-width:1024px) {
  #from_page .pageContentAll .pageContent .chinaMap .thisBox .contentBox .mapBoxAll .mapBox .tooltip .box {
    height: unset;
    width: 90vw;
    height: 24vw;
  }
}
#from_page .pageContentAll .pageContent .chinaMap .thisBox .contentBox .mapBoxAll .mapBox .tooltip .box img {
  width: 7vw;
  height: 100%;
  object-fit: cover;
}
@media (max-width:1024px) {
  #from_page .pageContentAll .pageContent .chinaMap .thisBox .contentBox .mapBoxAll .mapBox .tooltip .box img {
    width: 24vw;
    height: 100%;
  }
}
#from_page .pageContentAll .pageContent .chinaMap .thisBox .contentBox .mapBoxAll .mapBox .tooltip .box .textBox {
  height: 100%;
  padding: 0.8vw;
  background-color: #fff;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  flex-wrap: unset;
  width: max-content;
}
@media (max-width:1024px) {
  #from_page .pageContentAll .pageContent .chinaMap .thisBox .contentBox .mapBoxAll .mapBox .tooltip .box .textBox {
    width: calc(100% - 24vw);
  }
}
#from_page .pageContentAll .pageContent .chinaMap .thisBox .contentBox .mapBoxAll .mapBox .tooltip .box .textBox .title {
  font-family: 'cn1';
  font-size: 0.9vw;
  margin-bottom: 0.4vw;
}
@media (max-width:1600px) {
  #from_page .pageContentAll .pageContent .chinaMap .thisBox .contentBox .mapBoxAll .mapBox .tooltip .box .textBox .title {
    font-size: clamp(12px, 1vw, 1vw);
  }
}
@media (max-width:1300px) {
  #from_page .pageContentAll .pageContent .chinaMap .thisBox .contentBox .mapBoxAll .mapBox .tooltip .box .textBox .title {
    font-size: clamp(12px, 1.1vw, 1.1vw);
  }
}
@media (max-width:1024px) {
  #from_page .pageContentAll .pageContent .chinaMap .thisBox .contentBox .mapBoxAll .mapBox .tooltip .box .textBox .title {
    font-size: 3.6vw;
  }
}
@media (max-width:1024px) {
  #from_page .pageContentAll .pageContent .chinaMap .thisBox .contentBox .mapBoxAll .mapBox .tooltip .box .textBox .add {
    font-size: 3.2vw;
  }
}
@media (max-width:1024px) {
  #from_page .pageContentAll .pageContent .chinaMap .thisBox .contentBox .mapBoxAll .mapBox .tooltip .box .textBox .phone {
    font-size: 3.2vw;
  }
}
#from_page .pageContentAll .pageContent .chinaMap .thisBox .contentBox .mapBoxAll .mapBox .btnBox {
  position: absolute;
  right: 0vw;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  flex-wrap: unset;
  gap: 0.4vw;
  bottom: 0vw;
}
@media (max-width:1024px) {
  #from_page .pageContentAll .pageContent .chinaMap .thisBox .contentBox .mapBoxAll .mapBox .btnBox {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    flex-wrap: unset;
    gap: 1vw;
    left: 0;
  }
}
#from_page .pageContentAll .pageContent .chinaMap .thisBox .contentBox .mapBoxAll .mapBox .btnBox div {
  cursor: pointer;
  width: 2.5vw;
  height: 2.5vw;
  border-radius: 2px;
  background-color: #5e442c;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  flex-wrap: unset;
}
@media (max-width:1024px) {
  #from_page .pageContentAll .pageContent .chinaMap .thisBox .contentBox .mapBoxAll .mapBox .btnBox div {
    width: 10vw;
    height: 10vw;
  }
}
#from_page .pageContentAll .pageContent .chinaMap .thisBox .contentBox .mapBoxAll .mapBox .btnBox div i {
  color: #fff;
  font-size: 1.2vw;
}
@media (max-width:1600px) {
  #from_page .pageContentAll .pageContent .chinaMap .thisBox .contentBox .mapBoxAll .mapBox .btnBox div i {
    font-size: clamp(12px, 1.3vw, 1.3vw);
  }
}
@media (max-width:1300px) {
  #from_page .pageContentAll .pageContent .chinaMap .thisBox .contentBox .mapBoxAll .mapBox .btnBox div i {
    font-size: clamp(12px, 1.4vw, 1.4vw);
  }
}
@media (max-width:1024px) {
  #from_page .pageContentAll .pageContent .chinaMap .thisBox .contentBox .mapBoxAll .mapBox .btnBox div i {
    font-size: 4.2vw;
  }
}
#from_page .pageContentAll .pageContent .chinaMap .thisBox .contentBox .mapBoxAll .mapBox .btnBox div#canMove-btn {
  width: unset!important;
  transition-duration: 0.4s;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.56, -0.01, 0.04, 1);
  padding: 0 4vw;
  color: #fff;
}
@media (min-width:1024px) {
  #from_page .pageContentAll .pageContent .chinaMap .thisBox .contentBox .mapBoxAll .mapBox .btnBox div#canMove-btn {
    display: none;
  }
}
#from_page .pageContentAll .pageContent .chinaMap .thisBox .contentBox .mapBoxAll .mapBox .btnBox div#canMove-btn[control="open"] {
  opacity: 0.5;
}
#from_page .pageContentAll .pageContent .chinaMap .thisBox .contentBox .infoListAll {
  width: 80%;
  margin: 0 auto;
  margin-top: 2vw;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  flex-wrap: unset;
}
@media (max-width:1600px) {
  #from_page .pageContentAll .pageContent .chinaMap .thisBox .contentBox .infoListAll {
    width: 80%;
  }
}
@media (max-width:1300px) {
  #from_page .pageContentAll .pageContent .chinaMap .thisBox .contentBox .infoListAll {
    width: 80%;
  }
}
@media (max-width:1024px) {
  #from_page .pageContentAll .pageContent .chinaMap .thisBox .contentBox .infoListAll {
    width: 86%;
  }
}
@media (max-width:1024px) {
  #from_page .pageContentAll .pageContent .chinaMap .thisBox .contentBox .infoListAll {
    margin-top: 10vw;
  }
}
#from_page .pageContentAll .pageContent .chinaMap .thisBox .contentBox .infoListAll .searchBox {
  width: 30vw;
  height: 2.4vw;
  border-radius: 2vw;
  border: 1px solid #ddd;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  flex-wrap: unset;
  margin-bottom: 2vw;
}
@media (max-width:1024px) {
  #from_page .pageContentAll .pageContent .chinaMap .thisBox .contentBox .infoListAll .searchBox {
    width: 70vw;
    height: 12vw;
    border-radius: 10vw;
  }
}
#from_page .pageContentAll .pageContent .chinaMap .thisBox .contentBox .infoListAll .searchBox input {
  padding-left: 1vw;
  height: 70%;
  background-color: unset;
  width: calc(100% - 2.4vw);
}
@media (max-width:1024px) {
  #from_page .pageContentAll .pageContent .chinaMap .thisBox .contentBox .infoListAll .searchBox input {
    padding-left: 4vw;
    width: calc(100% - 12vw);
  }
}
#from_page .pageContentAll .pageContent .chinaMap .thisBox .contentBox .infoListAll .searchBox button {
  width: 2.4vw;
  height: 2.4vw;
  background-color: #5e442c;
  border-radius: 50%;
  cursor: pointer;
}
@media (max-width:1024px) {
  #from_page .pageContentAll .pageContent .chinaMap .thisBox .contentBox .infoListAll .searchBox button {
    width: 12vw;
    height: 12vw;
  }
}
#from_page .pageContentAll .pageContent .chinaMap .thisBox .contentBox .infoListAll .searchBox button i {
  color: #fff;
}
#from_page .pageContentAll .pageContent .chinaMap .thisBox .contentBox .infoListAll .ul {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 2vw;
  width: 100%;
}
@media (max-width:1024px) {
  #from_page .pageContentAll .pageContent .chinaMap .thisBox .contentBox .infoListAll .ul {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    grid-gap: 6vw;
  }
}
#from_page .pageContentAll .pageContent .chinaMap .thisBox .contentBox .infoListAll .ul .icon-jiazai {
  position: absolute;
  left: 47%;
  font-size: 1.7vw;
  color: #999;
  animation: xuanzhuan 1s linear 0s infinite normal;
  width: fit-content;
  margin: 0 2vw;
  display: block;
}
@media (max-width:1600px) {
  #from_page .pageContentAll .pageContent .chinaMap .thisBox .contentBox .infoListAll .ul .icon-jiazai {
    font-size: clamp(12px, 1.8vw, 1.8vw);
  }
}
@media (max-width:1300px) {
  #from_page .pageContentAll .pageContent .chinaMap .thisBox .contentBox .infoListAll .ul .icon-jiazai {
    font-size: clamp(12px, 1.9vw, 1.9vw);
  }
}
@media (max-width:1024px) {
  #from_page .pageContentAll .pageContent .chinaMap .thisBox .contentBox .infoListAll .ul .icon-jiazai {
    font-size: 5.2vw;
  }
}
#from_page .pageContentAll .pageContent .chinaMap .thisBox .contentBox .infoListAll .ul .li .box {
  position: relative;
  transition-duration: 0.4s;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.56, -0.01, 0.04, 1);
  background-color: #fff;
  width: 100%;
  height: 100%;
  border: 1px solid #ccc;
  padding: 2vw;
}
@media (max-width:1024px) {
  #from_page .pageContentAll .pageContent .chinaMap .thisBox .contentBox .infoListAll .ul .li .box {
    padding: 6vw;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    flex-wrap: unset;
    gap: 2vw;
  }
}
#from_page .pageContentAll .pageContent .chinaMap .thisBox .contentBox .infoListAll .ul .li .box .title {
  font-family: 'cn1';
  font-size: 1.3vw;
  margin-bottom: 1vw;
}
@media (max-width:1600px) {
  #from_page .pageContentAll .pageContent .chinaMap .thisBox .contentBox .infoListAll .ul .li .box .title {
    font-size: clamp(12px, 1.4vw, 1.4vw);
  }
}
@media (max-width:1300px) {
  #from_page .pageContentAll .pageContent .chinaMap .thisBox .contentBox .infoListAll .ul .li .box .title {
    font-size: clamp(12px, 1.5vw, 1.5vw);
  }
}
@media (max-width:1024px) {
  #from_page .pageContentAll .pageContent .chinaMap .thisBox .contentBox .infoListAll .ul .li .box .title {
    font-size: 4.4vw;
  }
}
#from_page .pageContentAll .pageContent .chinaMap .thisBox .contentBox .infoListAll .ul .li .box .title span {
  color: red;
}
@media (max-width:1024px) {
  #from_page .pageContentAll .pageContent .chinaMap .thisBox .contentBox .infoListAll .ul .li .box .title {
    margin-bottom: 2vw;
  }
}
#from_page .pageContentAll .pageContent .chinaMap .thisBox .contentBox .infoListAll .ul .li .box .lianxiInfo {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  flex-wrap: unset;
  gap: 0.4vw;
}
@media (max-width:1024px) {
  #from_page .pageContentAll .pageContent .chinaMap .thisBox .contentBox .infoListAll .ul .li .box .lianxiInfo {
    gap: 2vw;
  }
}
#from_page .pageContentAll .pageContent .chinaMap .thisBox .contentBox .infoListAll .ul .li .box .lianxiInfo div:nth-child(1) span {
  color: red;
}
#from_page .pageContentAll .pageContent .chinaMap .thisBox .contentBox .infoListAll .ul .li .box .mapGo {
  margin-top: 1vw;
  cursor: pointer;
  width: 6vw;
  height: 2vw;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  flex-wrap: unset;
  background-color: #5e442c;
}
@media (max-width:1024px) {
  #from_page .pageContentAll .pageContent .chinaMap .thisBox .contentBox .infoListAll .ul .li .box .mapGo {
    width: 40vw;
    height: 10vw;
  }
}
#from_page .pageContentAll .pageContent .chinaMap .thisBox .contentBox .infoListAll .ul .li .box .mapGo .txt {
  font-size: 0.7vw;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  flex-wrap: unset;
  gap: 0.3vw;
  color: #fff;
}
@media (max-width:1600px) {
  #from_page .pageContentAll .pageContent .chinaMap .thisBox .contentBox .infoListAll .ul .li .box .mapGo .txt {
    font-size: clamp(12px, 0.8vw, 0.8vw);
  }
}
@media (max-width:1300px) {
  #from_page .pageContentAll .pageContent .chinaMap .thisBox .contentBox .infoListAll .ul .li .box .mapGo .txt {
    font-size: clamp(12px, 0.9vw, 0.9vw);
  }
}
@media (max-width:1024px) {
  #from_page .pageContentAll .pageContent .chinaMap .thisBox .contentBox .infoListAll .ul .li .box .mapGo .txt {
    font-size: 3.2vw;
  }
}
#from_page .pageContentAll .pageContent .chinaMap .thisBox .contentBox .infoListAll .ul .li .box .mapGo .txt i {
  color: #fff;
}
#from_page .pageContentAll .pageContent .chinaMap .thisBox .contentBox .infoListAll .ul .li .box::after {
  width: 0;
  content: '';
  position: absolute;
  display: block;
  height: 0.2vw;
  transition-duration: 0.4s;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.56, -0.01, 0.04, 1);
  bottom: 0;
  left: 0;
  background: linear-gradient(-90deg, #5e442c, #5e442c);
}
#from_page .pageContentAll .pageContent .chinaMap .thisBox .contentBox .infoListAll .ul .li .box:hover {
  border-color: #fff;
  box-shadow: 2px 2px 20px rgba(0, 0, 0, 0.08);
}
#from_page .pageContentAll .pageContent .chinaMap .thisBox .contentBox .infoListAll .ul .li .box:hover::after {
  width: 100%;
}
#from_page .pageContentAll .pageContent .chinaMap .thisBox .contentBox .infoListAll .searchFenye {
  margin-top: 2vw;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  flex-wrap: unset;
  gap: 1vw;
}
#from_page .pageContentAll .pageContent .chinaMap .thisBox .contentBox .infoListAll .searchFenye .pre,
#from_page .pageContentAll .pageContent .chinaMap .thisBox .contentBox .infoListAll .searchFenye .next,
#from_page .pageContentAll .pageContent .chinaMap .thisBox .contentBox .infoListAll .searchFenye .num {
  border: 1px solid #999;
  padding: 0.5vw 1vw;
  cursor: pointer;
}
@media (max-width:1024px) {
  #from_page .pageContentAll .pageContent .chinaMap .thisBox .contentBox .infoListAll .searchFenye .pre,
  #from_page .pageContentAll .pageContent .chinaMap .thisBox .contentBox .infoListAll .searchFenye .next,
  #from_page .pageContentAll .pageContent .chinaMap .thisBox .contentBox .infoListAll .searchFenye .num {
    padding: 2vw 4vw;
  }
}
#from_page .pageContentAll .pageContent .chinaMap .thisBox .contentBox .infoListAll .searchFenye .pre:hover,
#from_page .pageContentAll .pageContent .chinaMap .thisBox .contentBox .infoListAll .searchFenye .next:hover,
#from_page .pageContentAll .pageContent .chinaMap .thisBox .contentBox .infoListAll .searchFenye .num:hover {
  background-color: rgba(94, 68, 44, 0.2);
  border-color: #5e442c;
}
#from_page .pageContentAll .pageContent .chinaMap .thisBox .contentBox .infoListAll .searchFenye .numBox {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  flex-wrap: unset;
  gap: 1vw;
}
#from_page .pageContentAll .pageContent .chinaMap .thisBox .contentBox .infoListAll .searchFenye .numBox .num.on {
  background-color: #5e442c;
  color: #fff;
  border-color: #5e442c;
}

#renwu_page .pageContentAll .pageContent .newsList > .thisBox > .contentBox {
  width: 80%;
  margin: 0 auto;
}
@media (max-width:1024px) {
  #renwu_page .pageContentAll .pageContent .newsList > .thisBox > .contentBox {
    width: 84%;
  }
}
#renwu_page .pageContentAll .pageContent .newsList > .thisBox > .contentBox .ul {
  display: flex;
  flex-wrap: wrap;
  gap: 3vw;
  flex-direction: row;
}
#renwu_page .pageContentAll .pageContent .newsList > .thisBox > .contentBox .ul li {
  flex: unset;
  width: calc(100% / 4 - (4 - 1) * 3vw / 4);
}
@media (max-width:1024px) {
  #renwu_page .pageContentAll .pageContent .newsList > .thisBox > .contentBox .ul {
    display: flex;
    flex-wrap: wrap;
    gap: 8vw;
    flex-direction: row;
  }
  #renwu_page .pageContentAll .pageContent .newsList > .thisBox > .contentBox .ul li {
    flex: unset;
    width: calc(100% / 1 - (1 - 1) * 8vw / 1);
  }
}
#renwu_page .pageContentAll .pageContent .newsList > .thisBox > .contentBox .ul .li .aBox {
  opacity: 1;
}
#renwu_page .pageContentAll .pageContent .newsList > .thisBox > .contentBox .ul .li .aBox .imgBoxAll {
  border-radius: 0.4vw;
  overflow: hidden;
  height: 20vw;
}
@media (max-width:1024px) {
  #renwu_page .pageContentAll .pageContent .newsList > .thisBox > .contentBox .ul .li .aBox .imgBoxAll {
    height: 50vw;
  }
}
#renwu_page .pageContentAll .pageContent .newsList > .thisBox > .contentBox .ul .li .aBox .imgBoxAll .imgBox {
  width: 100%;
  height: 100%;
  transition-duration: 0.4s;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.56, -0.01, 0.04, 1);
}
#renwu_page .pageContentAll .pageContent .newsList > .thisBox > .contentBox .ul .li .aBox .textBoxAll {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  flex-wrap: unset;
}
#renwu_page .pageContentAll .pageContent .newsList > .thisBox > .contentBox .ul .li .aBox .textBoxAll .info {
  margin: 1vw 0 0.4vw;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  flex-wrap: unset;
  gap: 1vw;
}
@media (max-width:1024px) {
  #renwu_page .pageContentAll .pageContent .newsList > .thisBox > .contentBox .ul .li .aBox .textBoxAll .info {
    margin: 2vw 0;
  }
}
#renwu_page .pageContentAll .pageContent .newsList > .thisBox > .contentBox .ul .li .aBox .textBoxAll .info .sortOf {
  color: #de1a1b;
  height: 1.2vw;
  font-size: clamp(12px, 0.7vw, 0.7vw);
  padding: 0 1vw;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  flex-wrap: unset;
  border-radius: 1vw;
  border: 1px solid #de1a1b;
}
@media (max-width:1024px) {
  #renwu_page .pageContentAll .pageContent .newsList > .thisBox > .contentBox .ul .li .aBox .textBoxAll .info .sortOf {
    font-size: 3.2vw;
  }
}
@media (max-width:1024px) {
  #renwu_page .pageContentAll .pageContent .newsList > .thisBox > .contentBox .ul .li .aBox .textBoxAll .info .sortOf {
    height: 7vw;
    padding: 0 4vw;
    border-radius: 4vw;
  }
}
#renwu_page .pageContentAll .pageContent .newsList > .thisBox > .contentBox .ul .li .aBox .textBoxAll .info .time {
  font-size: clamp(12px, 0.9vw, 0.9vw);
  font-family: 'en3';
  font-weight: bold;
  text-transform: uppercase;
}
@media (max-width:1024px) {
  #renwu_page .pageContentAll .pageContent .newsList > .thisBox > .contentBox .ul .li .aBox .textBoxAll .info .time {
    font-size: 3.6vw;
  }
}
@media (max-width:1024px) {
  #renwu_page .pageContentAll .pageContent .newsList > .thisBox > .contentBox .ul .li .aBox .textBoxAll .info .time {
    font-size: 5vw;
  }
}
#renwu_page .pageContentAll .pageContent .newsList > .thisBox > .contentBox .ul .li .aBox .textBoxAll .title {
  line-height: 1.5em;
  transition-duration: 0.4s;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.56, -0.01, 0.04, 1);
  font-size: clamp(12px, 0.9vw, 0.9vw);
  font-family: 'cn1';
}
@media (max-width:1024px) {
  #renwu_page .pageContentAll .pageContent .newsList > .thisBox > .contentBox .ul .li .aBox .textBoxAll .title {
    font-size: 3.6vw;
  }
}
@media (max-width:1024px) {
  #renwu_page .pageContentAll .pageContent .newsList > .thisBox > .contentBox .ul .li .aBox .textBoxAll .title {
    font-size: 4.6vw;
  }
}
#renwu_page .pageContentAll .pageContent .newsList > .thisBox > .contentBox .ul .li .aBox:hover .imgBoxAll .imgBox {
  transform: scale(1.1);
}
#renwu_page .pageContentAll .pageContent .newsList > .thisBox > .contentBox .ul .li .aBox:hover .textBoxAll .title {
  color: #de1a1b;
}

.rgmod_module_imgText_normal_mod_2 {
  position: relative
}

.rgmod_module_imgText_normal_mod_2>.thisBox {
  position: relative;
  z-index: 1;
  padding: 6vw 0
}

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

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

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

.rgmod_module_imgText_normal_mod_2>.thisBox .coutBox {
  position: relative;
  z-index: 2
}

.rgmod_module_imgText_normal_mod_2>.thisBox .coutBox .cenBox {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  justify-content: space-between;
  flex-wrap: unset;
  gap: 6vw;
  height: 22vw
}

@media (max-width:1024px) {
  .rgmod_module_imgText_normal_mod_2>.thisBox .coutBox .cenBox {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    flex-wrap: unset;
    height: unset
  }
}

.rgmod_module_imgText_normal_mod_2>.thisBox .coutBox .cenBox .left {
  width: 45%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  flex-wrap: unset;
  height: 100%
}

@media (max-width:1024px) {
  .rgmod_module_imgText_normal_mod_2>.thisBox .coutBox .cenBox .left {
    width: 100%;
    padding: 0;
    margin-top: 4vw;
    margin-bottom: 10vw
  }
}

.rgmod_module_imgText_normal_mod_2>.thisBox .coutBox .cenBox .left .box {
  width: 100%
}

.rgmod_module_imgText_normal_mod_2>.thisBox .coutBox .cenBox .left .box .sub {
  font-size: 2.1vw;
  margin-bottom: 1vw;
  font-family: 'en6';
  text-transform: uppercase;
  line-height: 1.5em;
  color: #e19221
}

@media (max-width:1024px) {
  .rgmod_module_imgText_normal_mod_2>.thisBox .coutBox .cenBox .left .box .sub {
    font-size: 5.8vw
  }
}

.rgmod_module_imgText_normal_mod_2>.thisBox .coutBox .cenBox .left .box .title {
  font-size: 1.4vw;
  font-weight: bold;
  color: #333;
  margin-bottom: 2vw
}

@media (max-width:1360px) {
  .rgmod_module_imgText_normal_mod_2>.thisBox .coutBox .cenBox .left .box .title {
    font-size: 1.8vw
  }
}

@media (max-width:1360px) and (max-width:1024px) {
  .rgmod_module_imgText_normal_mod_2>.thisBox .coutBox .cenBox .left .box .title {
    font-size: 6vw
  }
}

.rgmod_module_imgText_normal_mod_2>.thisBox .coutBox .cenBox .left .box .content {
  text-indent: 0;
  line-height: 2em;
  font-size: 1vw
}

@media (max-width:1360px) {
  .rgmod_module_imgText_normal_mod_2>.thisBox .coutBox .cenBox .left .box .content {
    font-size: 14px
  }
}

@media (max-width:1024px) {
  .rgmod_module_imgText_normal_mod_2>.thisBox .coutBox .cenBox .left .box .content {
    font-size: 4.4vw
  }
}

.rgmod_module_imgText_normal_mod_2>.thisBox .coutBox .cenBox .left .box .moreA {
  margin-left: 0
}

.rgmod_module_imgText_normal_mod_2>.thisBox .coutBox .cenBox .right {
  height: 100%;
  width: 30vw
}

@media (max-width:1024px) {
  .rgmod_module_imgText_normal_mod_2>.thisBox .coutBox .cenBox .right {
    width: 100%;
    height: 50vw
  }
}

.rgmod_module_imgText_normal_mod_2>.thisBox .coutBox .cenBox .right .imgAllBox {
  border-radius: 1vw;
  overflow: hidden;
  width: 100%;
  height: 100%
}

.rgmod_module_imgText_normal_mod_2>.thisBox .coutBox .cenBox .right .imgAllBox .imgBox {
  width: 100%;
  height: 120%
}
.rgmod_module_listBox_normal_mod_1>.thisBox {
  padding: 6vw 0
}

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

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

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

.rgmod_module_listBox_normal_mod_1>.thisBox .cenBox .ul {
  width: 100%;
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  justify-content: flex-start;
  flex-wrap: wrap;
  gap: 2vw;
  justify-content: center
}

.rgmod_module_listBox_normal_mod_1>.thisBox .cenBox .ul .li {
  width: calc(100%/4 - 6vw/4);
  height: 20vw;
  background-color: #ffeb3b;
}

@media (max-width:1024px) {
  .rgmod_module_listBox_normal_mod_1>.thisBox .cenBox .ul {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 2vw
  }
}

@media (max-width:1024px) {
  .rgmod_module_listBox_normal_mod_1>.thisBox .cenBox .ul .li {
    width: 100%
  }
}

.rgmod_module_listBox_normal_mod_1>.thisBox .cenBox .ul .li .box {
  width: 100%;
      margin: 3vw 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  flex-wrap: unset
}

.rgmod_module_listBox_normal_mod_1>.thisBox .cenBox .ul .li .box .imgBox {
  width: 100%;
  height: 12vw;
  border-radius: 1vw;
  overflow: hidden
}

@media (max-width:1024px) {
  .rgmod_module_listBox_normal_mod_1>.thisBox .cenBox .ul .li .box .imgBox {
    height: 30vw
  }
}

.rgmod_module_listBox_normal_mod_1>.thisBox .cenBox .ul .li .box .title {
  font-size: 1.5vw;
  color: #000;
  font-weight: bold;
  margin: 1vw 0
}
.rgmod_module_listBox_normal_mod_1>.thisBox .cenBox .ul .li .box .content{
    width: 80%;
}
.rgmod_module_listBox_normal_mod_1>.thisBox .cenBox .ul .li .box .content p{
     font-size: 1vw;
  color: #333;
}
@media (max-width:1024px) {
  .rgmod_module_listBox_normal_mod_1>.thisBox .cenBox .ul .li .box .title {
    font-size: 4vw
  }
}

.rgmod_list_news_mod_1>.thisBox .cenBox .ul {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-gap: 2vw
}

@media (max-width:1024px) {
  .rgmod_list_news_mod_1>.thisBox .cenBox .ul {
    width: 100%;
    grid-template-columns: repeat(1, 1fr);
    grid-gap: 6vw
  }
}

.rgmod_list_news_mod_1>.thisBox .cenBox .ul .li {
  height: fit-content
}

.rgmod_list_news_mod_1>.thisBox .cenBox .ul .li .aBox {
  border: 1px solid #eee;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: space-between;
  flex-wrap: unset;
  height: 100%
}

.rgmod_list_news_mod_1>.thisBox .cenBox .ul .li .aBox .coutBoxTop {
  width: 100%
}

.rgmod_list_news_mod_1>.thisBox .cenBox .ul .li .aBox .coutBoxTop .imgBox {
  height: 18vw
}

@media (max-width:1360px) {
  .rgmod_list_news_mod_1>.thisBox .cenBox .ul .li .aBox .coutBoxTop .imgBox {
    height: 24vw
  }
}

@media (max-width:1024px) {
  .rgmod_list_news_mod_1>.thisBox .cenBox .ul .li .aBox .coutBoxTop .imgBox {
    height: 50vw
  }
}

.rgmod_list_news_mod_1>.thisBox .cenBox .ul .li .aBox .coutBoxTop .coutBox {
  padding: 2vw;
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
  flex-wrap: unset
}

@media (max-width:1600px) and (max-width:1024px) {
  .rgmod_list_news_mod_1>.thisBox .cenBox .ul .li .aBox .coutBoxTop .coutBox {
    padding: 5vw
  }
}

.rgmod_list_news_mod_1>.thisBox .cenBox .ul .li .aBox .coutBoxTop .coutBox .topBox {
  width: 100%;
  margin-top: 1vw;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  flex-wrap: unset
}

.rgmod_list_news_mod_1>.thisBox .cenBox .ul .li .aBox .coutBoxTop .coutBox .topBox .date {
  line-height: 1em;
  color: #666;
  font-size: .8vw
}

@media (max-width:1360px) {
  .rgmod_list_news_mod_1>.thisBox .cenBox .ul .li .aBox .coutBoxTop .coutBox .topBox .date {
    font-size: 12px
  }
}

@media (max-width:1024px) {
  .rgmod_list_news_mod_1>.thisBox .cenBox .ul .li .aBox .coutBoxTop .coutBox .topBox .date {
    font-size: 3.2vw
  }
}

.rgmod_list_news_mod_1>.thisBox .cenBox .ul .li .aBox .coutBoxTop .coutBox .topBox .sortname {
  font-size: .8vw;
  color: #aaa
}

@media (max-width:1360px) {
  .rgmod_list_news_mod_1>.thisBox .cenBox .ul .li .aBox .coutBoxTop .coutBox .topBox .sortname {
    font-size: 12px
  }
}

@media (max-width:1024px) {
  .rgmod_list_news_mod_1>.thisBox .cenBox .ul .li .aBox .coutBoxTop .coutBox .topBox .sortname {
    font-size: 3.2vw
  }
}

.rgmod_list_news_mod_1>.thisBox .cenBox .ul .li .aBox .coutBoxTop .coutBox .title {
  font-weight: bold;
  font-size: 1.4vw;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical
}

@media (max-width:1024px) {
  .rgmod_list_news_mod_1>.thisBox .cenBox .ul .li .aBox .coutBoxTop .coutBox .title {
    font-size: 4.4vw
  }
}

@media (max-width:1024px) {
  .rgmod_list_news_mod_1>.thisBox .cenBox .ul .li .aBox .coutBoxTop .coutBox .title {
    font-size: 5vw
  }
}

.rgmod_list_news_mod_1>.thisBox .cenBox .ul .li .aBox .moreK {
  position: relative;
  width: 100%;
  height: 50px;
  border-top: 1px solid #eee;
  padding: 0 40px;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  flex-wrap: unset
}

@media (max-width:1024px) {
  .rgmod_list_news_mod_1>.thisBox .cenBox .ul .li .aBox .moreK {
    display: none
  }
}

.rgmod_list_news_mod_1>.thisBox .cenBox .ul .li .aBox .moreK .txt {
  font-size: 14px;
  position: relative;
  z-index: 1;
  transition-duration: .5s;
  transition-property: all;
  transition-timing-function: cubic-bezier(.56, -0.01, .04, 1)
}

.rgmod_list_news_mod_1>.thisBox .cenBox .ul .li .aBox .moreK i {
  transition-duration: .5s;
  transition-property: all;
  transition-timing-function: cubic-bezier(.56, -0.01, .04, 1);
  position: relative;
  z-index: 1
}

.rgmod_list_news_mod_1>.thisBox .cenBox .ul .li .aBox .moreK::after {
  content: '';
  position: absolute;
  display: block;
  width: 0;
  height: 100%;
  background-color: #e19221;
  right: 0;
  top: 0;
  transition-duration: .5s;
  transition-property: all;
  transition-timing-function: cubic-bezier(.56, -0.01, .04, 1)
}

.rgmod_list_news_mod_1>.thisBox .cenBox .ul .li .aBox:hover .moreK .txt {
  color: #fff
}

.rgmod_list_news_mod_1>.thisBox .cenBox .ul .li .aBox:hover .moreK i {
  color: #fff
}

.rgmod_list_news_mod_1>.thisBox .cenBox .ul .li .aBox:hover .moreK::after {
  left: 0;
  width: 100%
}

.rgmod_list_product_mod_2>.thisBox .coutBox {
  width: 70%;
  margin: 0 auto
}

@media (max-width:1600px) {
  .rgmod_list_product_mod_2>.thisBox .coutBox {
    width: 70%
  }
}

@media (max-width:1360px) {
  .rgmod_list_product_mod_2>.thisBox .coutBox {
    width: 80%
  }
}

@media (max-width:1024px) {
  .rgmod_list_product_mod_2>.thisBox .coutBox {
    width: 86%
  }
}

.rgmod_list_product_mod_2>.thisBox .coutBox .ul {
  width: 100%;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 2vw
}

@media (max-width:1024px) {
  .rgmod_list_product_mod_2>.thisBox .coutBox .ul {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    grid-gap: 6vw
  }
}

.rgmod_list_product_mod_2>.thisBox .coutBox .ul .li .aBox {
  background-color: rgba(255, 255, 255, 0.9);
  border-radius: 2vw;
  padding: 3vw;
  box-shadow: 0 0 2vw rgba(225, 146, 33, 0.08);
  height: 26vw
}

@media (max-width:1024px) {
  .rgmod_list_product_mod_2>.thisBox .coutBox .ul .li .aBox {
    height: 76vw;
    padding: 6vw
  }
}

.rgmod_list_product_mod_2>.thisBox .coutBox .ul .li .aBox .imgBox {
  width: 100%;
  height: 13vw
}

@media (max-width:1024px) {
  .rgmod_list_product_mod_2>.thisBox .coutBox .ul .li .aBox .imgBox {
    height: 36vw
  }
}

.rgmod_list_product_mod_2>.thisBox .coutBox .ul .li .aBox .imgBox img {
  object-fit: contain
}

.rgmod_list_product_mod_2>.thisBox .coutBox .ul .li .aBox .textBox {
  margin-top: 1vw;
  padding-top: 1vw;
  border-top: 1px solid #ddd;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  flex-wrap: unset;
  gap: 1vw
}

@media (max-width:1024px) {
  .rgmod_list_product_mod_2>.thisBox .coutBox .ul .li .aBox .textBox {
    margin-top: 4vw;
    padding-top: 4vw;
    gap: 4vw
  }
}

.rgmod_list_product_mod_2>.thisBox .coutBox .ul .li .aBox .textBox .title {
  font-size: 1.1vw;
  font-weight: bold
}

@media (max-width:1024px) {
  .rgmod_list_product_mod_2>.thisBox .coutBox .ul .li .aBox .textBox .title {
    font-size: 3.8vw
  }
}

.rgmod_list_product_mod_2>.thisBox .coutBox .ul .li .aBox .textBox .miaoshu {
  text-align: center;
  height: 3.2vw;
  overflow: auto;
  line-height: 1.5em
}

@media (max-width:1024px) {
  .rgmod_list_product_mod_2>.thisBox .coutBox .ul .li .aBox .textBox .miaoshu {
    height: 12vw
  }
