@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、图片形状遮罩
inxData
*/
@font-face {
  font-family: 'cn1';
  src: url('../fonts/cn/NewBaskerville Italic.ttf');
}
.cn1 {
  font-family: 'cn1';
}
@font-face {
  font-family: 'en1';
  src: url('../fonts/en/AbhayaLibre-ExtraBold.ttf');
}
.en1 {
  font-family: 'en1';
}
@font-face {
  font-family: 'en2';
  src: url('../fonts/en/Archivo-Bold.ttf');
}
.en2 {
  font-family: 'en2';
}
@font-face {
  font-family: 'en3';
  src: url('../fonts/en/Caveat.ttf');
}
.en3 {
  font-family: 'en3';
}
@font-face {
  font-family: 'en4';
  src: url('../fonts/en/MontserratAlternates-BlackItalic.ttf');
}
.en4 {
  font-family: 'en4';
}
@font-face {
  font-family: 'en5';
  src: url('../fonts/en/NewBaskerville.ttf');
}
.en5 {
  font-family: 'en5';
}
@font-face {
  font-family: 'en6';
  src: url('../fonts/en/utile.woff2');
}
.en6 {
  font-family: 'en6';
}
@font-face {
  font-family: 'en7';
  src: url('../fonts/en/OpenSans-Light.ttf');
}
.en7 {
  font-family: 'en7';
}
@font-face {
  font-family: 'en8';
  src: url('../fonts/en/Square721BT.ttf');
}
.en8 {
  font-family: 'en8';
}
@font-face {
  font-family: 'en9';
  src: url('../fonts/en/D-DIN-PRO-900-Heavy.otf');
}
.en9 {
  font-family: 'en9';
}
@font-face {
  font-family: 'en10';
  src: url('../fonts/en/NewBaskerville Italic.ttf');
}
.en10 {
  font-family: 'en10';
}
/* 弹跳 */
@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(189, 49, 41, 0.15), 0 0 0 1vw rgba(189, 49, 41, 0.15), 0 0 0 2vw rgba(189, 49, 41, 0.15);
  }
  100% {
    box-shadow: 0 0 0 1vw rgba(189, 49, 41, 0.15), 0 0 0 2vw rgba(189, 49, 41, 0.15), 0 0 0 4vw rgba(189, 49, 41, 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, 1vw, 1vw);
  color: #333;
}
@media (max-width:1024px) {
  a,
  div,
  section,
  p,
  button,
  ul,
  li,
  body,
  html,
  img,
  textarea,
  input {
    font-size: 3.4vw;
  }
}
a {
  display: block;
  text-decoration: none;
  outline: none;
}
img {
  border: 0;
  display: block;
}
body {
  margin: 0 auto;
  background-repeat: repeat;
}
ul,
li {
  list-style-type: none;
}
button {
  border: none;
  outline: none;
  background-color: transparent;
  box-sizing: content-box;
}
p {
  line-height: 2em;
}
video {
  object-fit: cover;
  width: 100%;
  height: 100%;
}
.wenzhang p {
  line-height: 2em;
  text-indent: 2em;
  padding: 4px 0;
}
.wenzhang p img {
  max-width: 100%;
  margin: 20px auto;
  display: block;
}
@media (max-width:1024px) {
  .wenzhang p img {
    margin: 2vw 0;
    width: 100% !important;
    height: unset !important;
  }
}
table {
  border: none;
  border-collapse: collapse;
  border: 0;
}
tr {
  border: none;
  border: 1px solid #DDD;
}
td {
  border: none;
  border: 1px solid #DDD;
}
input {
  outline: none;
  border: none;
}
.fancybox__container * {
  color: #fff !important;
}
.fancybox__container * .fancybox__content {
  width: 80vw!important;
}
.fancybox__container * .fancybox__content video {
  max-height: 80vh;
}
.buttonLink {
  display: none;
}
.pageBox {
  max-width: 100%;
  margin: 0 auto;
}
mod {
  display: block;
}
.cn {
  font-family: 'cn1';
}
.en {
  font-family: 'en9';
  text-transform: uppercase;
}
.imgBox img {
  object-fit: cover;
  width: 100%;
  height: 100%;
}
.cenBox {
  width: 75%;
  margin: 0 auto;
}
@media (max-width:1024px) {
  .cenBox {
    width: 86%;
  }
}
.bgImg {
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
}
.bgImg img {
  object-fit: cover;
  width: 100%;
  height: 100%;
}
::-webkit-scrollbar {
  /*滚动条整体样式*/
  width: 4px;
  /*高宽分别对应横竖滚动条的尺寸*/
  height: 1px;
  background-color: rgba(0, 0, 0, 0.1);
}
::-webkit-scrollbar-thumb {
  /*滚动条里面小方块*/
  width: 4px;
  border-radius: 10px;
  background-color: #e60013;
}
::-webkit-scrollbar-track {
  /*滚动条里面轨道*/
  border-radius: 10px;
  background: rgba(255, 255, 255, 0.2);
}
.mapGoOpenBoxMask {
  backdrop-filter: blur(15px);
  background-color: rgba(255, 255, 255, 0.1);
  position: fixed;
  opacity: 0;
  pointer-events: none;
  transition-duration: 0.8s;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.56, -0.01, 0.04, 1);
  width: 100%;
  height: 100%;
  top: 0;
  z-index: 15;
}
.mapGoOpenBoxMask.show {
  opacity: 1;
  pointer-events: auto;
}
.mapGoOpenBox {
  position: fixed;
  bottom: 0;
  transition-duration: 0.8s;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.56, -0.01, 0.04, 1);
  width: 100%;
  z-index: 16;
  padding: 10vw;
  transform: translateY(100%);
  pointer-events: none;
}
.mapGoOpenBox .box {
  border-radius: 2vw;
  background-color: #e60013;
  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: #e60013;
  background-color: #fff;
}
.mapGoOpenBox.show {
  transform: translateY(0);
  pointer-events: auto;
}
.unifyButton {
  margin-top: 2vw;
}
.unifyButton .unifyButtonThis > .thisBox {
  position: relative;
  background-color: #e60013;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  flex-wrap: unset;
  height: 2.4vw;
  padding: 0 2vw;
  border-radius: 4px;
}
@media (max-width:1024px) {
  .unifyButton .unifyButtonThis > .thisBox {
    height: 10vw;
    padding: 0 10vw;
  }
}
.unifyButton .unifyButtonThis > .thisBox .btnTxt {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  flex-wrap: unset;
  gap: 0.6vw;
}
.unifyButton .unifyButtonThis > .thisBox .btnTxt .txt .initTxt.initTxt div {
  color: #fff;
}
.unifyButton .unifyButtonThis > .thisBox .btnTxt .txt .initTxt.hovTxt div {
  color: #fff;
}
.unifyButton .unifyButtonThis > .thisBox .btnTxt .ico i {
  color: #fff;
}
.unifyButton .unifyButtonThis > .thisBox::after {
  content: '';
  position: absolute;
  display: block;
  width: 0;
  height: 100%;
  top: 0;
  transition-duration: 0.8s;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.56, -0.01, 0.04, 1);
  left: 0;
  background-color: rgba(255, 255, 255, 0.2);
}
.unifyButton .unifyButtonThis:hover > .thisBox::after {
  width: 100%;
}
.unifyButton.white .unifyButtonThis > .thisBox .txt {
  color: #fff;
}
.unifyButton.white .unifyButtonThis > .thisBox .ico i {
  color: #fff;
}
.fenye {
  margin-top: 5vw;
}
.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: 'en9';
  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: #e60013;
  color: #fff;
}
.fenye .fenyeThis > .thisBox .box a.page-num-current {
  background-color: #e60013;
  color: #fff;
}


.ani_txt {
  position: relative;
}
.ani_txt .initTxt {
  overflow: hidden;
}
.ani_txt .initTxt div {
  font-family: 'cn1';
}
.ani_txt .initTxt.initTxt div {
  will-change: transform;
      color: #000;
}
.ani_txt .initTxt.hovTxt {
  position: absolute;
  top: 0;
}
.ani_txt .initTxt.hovTxt div {
  color: #e60013;
  will-change: transform;
}


.unifyButtonThis .thisBox .ani_txt .initTxt.initTxt div {
   color: #fff;
}
.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 > .thisBox {
  position: relative;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  flex-wrap: unset;
}
@media (max-width:1024px) {
  .unifyTitle .unifyTitleThis > .thisBox {
    width: 100%;
    margin: 0 auto;
  }
}
.unifyTitle .unifyTitleThis > .thisBox .text {
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  flex-wrap: unset;
  gap: 0.4vw;
}
@media (max-width:1024px) {
  .unifyTitle .unifyTitleThis > .thisBox .text {
    gap: 1vw;
  }
}
.unifyTitle .unifyTitleThis > .thisBox .text .cn {
  font-size: clamp(12px, 1.1vw, 1.1vw);
  font-weight: bold;
  padding: 0.2vw 2vw;
  background-color: #e60013;
  color: #fff;
  border-bottom-left-radius: 0.6vw;
  border-top-right-radius: 0.6vw;
}
@media (max-width:1024px) {
  .unifyTitle .unifyTitleThis > .thisBox .text .cn {
    font-size: 4vw;
  }
}
@media (max-width:1024px) {
  .unifyTitle .unifyTitleThis > .thisBox .text .cn {
    padding: 1vw 6vw;
  }
}
.unifyTitle .unifyTitleThis > .thisBox .text .subtitle {
  font-size: clamp(12px, 2.1vw, 2.1vw);
}
@media (max-width:1024px) {
  .unifyTitle .unifyTitleThis > .thisBox .text .subtitle {
    font-size: 6vw;
  }
}
@media (max-width:1024px) {
  .unifyTitle .unifyTitleThis > .thisBox .text .subtitle {
    text-align: center;
  }
}
.unifyTitle .unifyTitleThis > .thisBox .text .xian {
  width: 3vw;
  height: 2px;
  border-radius: 1vw;
  background-color: #e60013;
}
.unifyTitle.fff .unifyTitleThis > .thisBox .text .cn {
  color: #fff;
}
.unifyTitle.fff .unifyTitleThis > .thisBox .text .subtitle {
  color: #fff;
}
.unifyTitle.fff .unifyTitleThis > .thisBox .text .xian {
  background-color: #e60013;
}
.topNav {
  position: fixed;
  z-index: 20;
  top: 0;
  left: 0;
  transition-duration: 0.8s;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.56, -0.01, 0.04, 1);
  width: 100%;
  height: 5vw;
}
@media (max-width:1600px) {
  .topNav {
    height: 5vw;
  }
}
@media (max-width:1300px) {
  .topNav {
    height: 5vw;
  }
}
@media (max-width:1024px) {
  .topNav {
    height: 14vw;
  }
}
.topNav .topNavThis {
  position: relative;
  z-index: 2;
  background-color: #fff;
  width: 100%;
  height: 100%;
  transition-duration: 0.8s;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.56, -0.01, 0.04, 1);
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}
.topNav .topNavThis .thisBox {
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  flex-wrap: unset;
}

.topNav .topNavThis .showBox ul li .shopA .ico{width:50px;
padding: 5px;
}
.topNav .topNavThis .thisBox .logoBox {
  width: auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  flex-wrap: unset;
  height: 100%;
  padding: 0.8vw;
  border-right: 1px solid rgba(255, 255, 255, 0.2);
}
@media (max-width:1024px) {
  .topNav .topNavThis .thisBox .logoBox {
    width: 40vw;
  }
  .topNav .topNavThis .thisBox {
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: row;
  align-items: center;
 justify-content: space-between;
  flex-wrap: unset;
}
}
.topNav .topNavThis .thisBox .logoBox img {
  width: 100%;
  height: 100%;
  object-fit: contain;

  transition-duration: 0.8s;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.56, -0.01, 0.04, 1);
}
.topNav .topNavThis .thisBox .navBar {
    padding: 0 3vw;
  transition-duration: 0.8s;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.56, -0.01, 0.04, 1);
  height: 100%;
}
@media (max-width:1024px) {
  .topNav .topNavThis .thisBox .navBar {
    display: none;
  }
}
.topNav .topNavThis .thisBox .navBar .ul {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  flex-wrap: unset;
  height: 100%;
}
.topNav .topNavThis .thisBox .navBar .ul .li {
  padding: 0 2vw;
  height: 100%;
  position: relative;
}
.topNav .topNavThis .thisBox .navBar .ul .li .a1 {
  height: 100%;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  flex-wrap: unset;
}
.topNav .topNavThis .thisBox .navBar .ul .li .a1 .txt .initTxt div,
.topNav .topNavThis .thisBox .navBar .ul .li .a1 .ani_txt .initTxt div {
  font-size: clamp(12px, 1.2vw, 1.2vw);
  transition-duration: 0.8s;
  transition-property: color;
  color: #000;
}
@media (max-width:1024px) {
  .topNav .topNavThis .thisBox .navBar .ul .li .a1 .txt .initTxt div,
  .topNav .topNavThis .thisBox .navBar .ul .li .a1 .ani_txt .initTxt div {
    font-size: 3.6vw;
  }
}
.topNav .topNavThis .thisBox .navBar .ul .li .a1 .txt .initTxt.hovTxt div,
.topNav .topNavThis .thisBox .navBar .ul .li .a1 .ani_txt .initTxt.hovTxt div {
  color: #e60013;
}
.topNav .topNavThis .thisBox .navBar .ul .li .twoNav {
  position: absolute;
  top: 100%;
  padding-top: 1vw;
  width: 90%;
  left: 5%;
  pointer-events: none;
}
.topNav .topNavThis .thisBox .navBar .ul .li .twoNav .ul2 {
  padding: 1vw;
  opacity: 0;
  transition-duration: 0.8s;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.56, -0.01, 0.04, 1);
  border-radius: 0.6vw;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  flex-wrap: unset;
  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::before {
  content: '';
  position: absolute;
  display: block;
  width: 4px;
  height: 4px;
  border-radius: 2px;
  background-color: #fff;
  left: -2px;
  transition-duration: 0.8s;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.56, -0.01, 0.04, 1);
  top: calc(50% - 2px);
}
.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::before {
  background-color: #e60013;
}
.topNav .topNavThis .thisBox .navRight {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  flex-wrap: unset;
  height: 100%;
}
.topNav .topNavThis .thisBox .navRight .search {
  position: relative;
  cursor: pointer;
  height: 100%;
  aspect-ratio: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  flex-wrap: unset;
  border-left: 1px solid rgba(255, 255, 255, 0.2);
}
.topNav .topNavThis .thisBox .navRight .search i {
  color: #fff;
  font-size: clamp(12px, 1vw, 1vw);
  transition-duration: 0.8s;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.56, -0.01, 0.04, 1);
}
@media (max-width:1024px) {
  .topNav .topNavThis .thisBox .navRight .search i {
    font-size: 3.8vw;
  }
}
.topNav .topNavThis .thisBox .navRight .search::before {
  content: '';
  position: absolute;
  display: block;
  width: 3px;
  height: 1vw;
  border-radius: 2px;
  background-color: #fff;
  transition-duration: 0.8s;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.56, -0.01, 0.04, 1);
  left: -2px;
  top: calc(50% - .5vw);
}
.topNav .topNavThis .thisBox .navRight .openBtn {
  position: relative;
  height: 100%;
  aspect-ratio: 1;
  border-left: 1px solid rgba(255, 255, 255, 0.2);
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}
.topNav .topNavThis .thisBox .navRight .openBtn .menuBtn {
  cursor: pointer;
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  flex-wrap: unset;
}
.topNav .topNavThis .thisBox .navRight .openBtn .menuBtn .ul {
  width: 40px;
  height: 40px;
  transition-duration: 0.8s;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.56, -0.01, 0.04, 1);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  flex-wrap: unset;
}
@media (max-width:1300px) {
  .topNav .topNavThis .thisBox .navRight .openBtn .menuBtn .ul {
    width: 30px;
    height: 30px;
  }
}
.topNav .topNavThis .thisBox .navRight .openBtn .menuBtn .ul .li {
  width: 20px;
  height: 1px;
  background-color: #fff;
  transition-duration: 0.8s;
  transition-property: background-color;
  display: block;
}
@media (max-width:1300px) {
  .topNav .topNavThis .thisBox .navRight .openBtn .menuBtn .ul .li {
    width: 15px;
    height: 1px;
  }
}
.topNav .topNavThis .thisBox .navRight .openBtn .menuBtn .ul .li:nth-child(1) {
  margin-bottom: 5px;
}
.topNav .topNavThis .thisBox .navRight .openBtn .menuBtn .ul .li:nth-child(3) {
  margin-top: 5px;
}
.topNav .topNavThis .thisBox .navRight .openBtn .menuBtn .txt {
  color: #fff;
  transition-duration: 0.8s;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.56, -0.01, 0.04, 1);
}
.topNav .topNavThis .thisBox .navRight .openBtn::before {
  content: '';
  position: absolute;
  display: block;
  width: 3px;
  height: 1vw;
  border-radius: 2px;
  background-color: #fff;
  transition-duration: 0.8s;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.56, -0.01, 0.04, 1);
  left: -2px;
  top: calc(50% - .5vw);
}
@media (max-width:1024px) {
  .topNav .topNavThis .thisBox .navRight .openBtn::before {
    height: 4vw;
    top: calc(50% - 2vw);
  }
}
.topNav::after {
  content: '';
  position: absolute;
  display: block;
  top: 0;
  width: 100%;
  height: 100%;
  transition-duration: 0.8s;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.56, -0.01, 0.04, 1);
  z-index: 1;
  background-color: #fff;
  transform: translateY(-100%);
}
.topNav  .topNavThis {
  box-shadow: 2px 2px 10px rgba(0, 0, 0, 0.1);
  transition-duration: 0.8s;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.56, -0.01, 0.04, 1);
}
.topNav  .topNavThis > .thisBox .logoBox img {
  filter: grayscale(0) invert(0) brightness(1);
}
.topNav  .topNavThis > .thisBox .navBar .ul .li .a1 .txt .initTxt div {
  color: #333;
}
.topNav  .topNavThis > .thisBox .navBar .ul .li .a1 .txt .initTxt.hovTxt div {
  color: #e60013;
}
.topNav  .topNavThis > .thisBox .navBar .ul .li::before {
  background-color: #333;
}
.topNav  .topNavThis > .thisBox .navBar .ul .li:hover::before {
  background-color: #e60013;
}
.topNav  .topNavThis > .thisBox .navRight .search {
  border-color: rgba(51, 51, 51, 0.1);
}
.topNav  .topNavThis > .thisBox .navRight .search i {
  color: #333;
}
.topNav  .topNavThis > .thisBox .navRight .search::before {
  border-radius: 2px;
  background-color: #333;
}
.topNav  .topNavThis > .thisBox .navRight .openBtn {
  border-color: rgba(51, 51, 51, 0.1);
}
.topNav  .topNavThis > .thisBox .navRight .openBtn .menuBtn .ul .li {
  background-color: #333;
}
.topNav  .topNavThis > .thisBox .navRight .openBtn .menuBtn .txt {
  color: #333;
}
.topNav  .topNavThis > .thisBox .navRight .openBtn::before {
  border-radius: 2px;
  background-color: #333;
}
.topNav::after {
  transform: translateY(0);
}
.topNav .openNavShow .topNavThis {
  box-shadow: 2px 2px 10px transparent;
}
.topNav .openNavShow .topNavThis > .thisBox .navRight .openBtn {
  border-color: rgba(255, 255, 255, 0.1);
}
.topNav .openNavShow .topNavThis > .thisBox .navRight .openBtn .menuBtn .ul .li {
  background-color: #000;
}
.topNav .openNavShow .topNavThis > .thisBox .navRight .openBtn .menuBtn .txt {
  color: #fff;
}
.topNav .openNavShow .topNavThis > .thisBox .navRight .openBtn::before {
  border-radius: 2px;
  background-color: #fff;
}
.topNav.openNavShow .topNavThis {
  border-color: transparent;
}
.topNav.openNavShow .topNavThis > .thisBox .logoBox {
  opacity: 1;
  pointer-events: none;
}
.topNav.openNavShow .topNavThis > .thisBox .navBar {
  opacity: 1;
  pointer-events: none;
}
.topNav.openNavShow::after {
  transform: translateY(-100%);
}
.openNav {
  overflow: hidden;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 8;
  width: 100%;
  height: 100%;
  pointer-events: none;
  opacity: 0;
  transition-duration: 1s;
  transition-property: opacity;
  padding: 6vw;
}
@media (max-width:1024px) {
  .openNav {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    flex-wrap: unset;
  }
}
.openNav .openNavThis {
  background-color: rgba(255, 255, 255, 0.95);
  position: relative;
  z-index: 1;
  border-radius: 2vw;
  width: 100%;
  height: 100%;
}
@media (max-width:1024px) {
  .openNav .openNavThis {
    height: unset;
    background-color: #fff;
  }
}
.openNav .openNavThis > .thisBox {
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  flex-wrap: unset;
}
.openNav .openNavThis > .thisBox .contentBox {
  padding: 4vw;
  padding-left: 8vw;
  height: 100%;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  flex-wrap: unset;
}
@media (max-width:1024px) {
  .openNav .openNavThis > .thisBox .contentBox {
    padding: 8vw;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    flex-wrap: unset;
  }
}
.openNav .openNavThis > .thisBox .contentBox .openNavBar {
  padding-right: 4vw;
  width: 50%;
}
@media (max-width:1024px) {
  .openNav .openNavThis > .thisBox .contentBox .openNavBar {
    margin-top: 6vw;
    width: 100%;
  }
}
.openNav .openNavThis > .thisBox .contentBox .openNavBar .ul1 {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  flex-wrap: unset;
  gap: 1vw;
  width: 100%;
}
@media (max-width:1024px) {
  .openNav .openNavThis > .thisBox .contentBox .openNavBar .ul1 {
    gap: 3vw;
  }
}
.openNav .openNavThis > .thisBox .contentBox .openNavBar .ul1 .li1 {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  flex-wrap: unset;
  gap: 1vw;
  width: 100%;
  border-bottom: 1px solid rgba(255, 255, 255, 0.3);
}
@media (max-width:1024px) {
  .openNav .openNavThis > .thisBox .contentBox .openNavBar .ul1 .li1 {
    padding-bottom: 4vw;
    gap: 4vw;
  }
}
.openNav .openNavThis > .thisBox .contentBox .openNavBar .ul1 .li1 .a1 {
  position: relative;
  transition-duration: 0.3s;
  transition-duration: 0.8s;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.56, -0.01, 0.04, 1);
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  flex-wrap: unset;
}
@media (max-width:1024px) {
  .openNav .openNavThis > .thisBox .contentBox .openNavBar .ul1 .li1 .a1 {
    padding-left: 6vw;
  }
}
.openNav .openNavThis > .thisBox .contentBox .openNavBar .ul1 .li1 .a1 .cn {
  margin-right: 1vw;
}
.openNav .openNavThis > .thisBox .contentBox .openNavBar .ul1 .li1 .a1 .en div {
  font-size: clamp(12px, 1vw, 1vw);
}
@media (max-width:1024px) {
  .openNav .openNavThis > .thisBox .contentBox .openNavBar .ul1 .li1 .a1 .en div {
    font-size: 3.8vw;
  }
}
.openNav .openNavThis > .thisBox .contentBox .openNavBar .ul1 .li1 .a1 div {
  font-size: clamp(12px, 1.2vw, 1.2vw);
  transition-duration: 0.8s;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.56, -0.01, 0.04, 1);
  transition-property: color;
}
@media (max-width:1024px) {
  .openNav .openNavThis > .thisBox .contentBox .openNavBar .ul1 .li1 .a1 div {
    font-size: 4.2vw;
  }
}
@media (max-width:1024px) {
  .openNav .openNavThis > .thisBox .contentBox .openNavBar .ul1 .li1 .a1 div {
    font-size: 5vw;
  }
}
.openNav .openNavThis > .thisBox .contentBox .openNavBar .ul1 .li1 .a1::before {
  content: '';
  position: absolute;
  display: block;
  right: calc(100% + 1vw);
  top: 50%;
  transition-duration: 0.8s;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.56, -0.01, 0.04, 1);
  width: 1vw;
  border-top: 1px solid #e60013;
}
@media (max-width:1024px) {
  .openNav .openNavThis > .thisBox .contentBox .openNavBar .ul1 .li1 .a1::before {
    left: 0;
  }
}
@media (max-width:1024px) {
  .openNav .openNavThis > .thisBox .contentBox .openNavBar .ul1 .li1 .a1::before {
    width: 4vw;
  }
}
.openNav .openNavThis > .thisBox .contentBox .openNavBar .ul1 .li1 .a1:hover {
  transform: translateX(1vw);
  color: #e60013;
}
.openNav .openNavThis > .thisBox .contentBox .openNavBar .ul1 .li1 .a1:hover::before {
  width: 2vw;
}
.openNav .openNavThis > .thisBox .contentBox .openNavBar .ul1 .li1 .a1:hover div {
  color: #e60013;
}
.openNav .openNavThis > .thisBox .contentBox .openNavBar .ul1 .li1 .navTwoBox .ul2 {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-start;
  flex-wrap: unset;
  gap: 2vw;
  flex-wrap: wrap;
  row-gap: 1vw;
}
@media (max-width:1024px) {
  .openNav .openNavThis > .thisBox .contentBox .openNavBar .ul1 .li1 .navTwoBox .ul2 {
    gap: 7vw;
  }
}
.openNav .openNavThis > .thisBox .contentBox .openNavBar .ul1 .li1 .navTwoBox .ul2 .a2 {
  font-family: 'cn1';
  opacity: 0.8;
  transition-duration: 0.3s;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.56, -0.01, 0.04, 1);
}
@media (max-width:1024px) {
  .openNav .openNavThis > .thisBox .contentBox .openNavBar .ul1 .li1 .navTwoBox .ul2 .a2 div {
    font-size: 3.6vw;
  }
}
.openNav .openNavThis > .thisBox .contentBox .imgBox {
  width: 50%;
  height: 100%;
  border-radius: 1vw;
  overflow: hidden;
}
@media (max-width:1024px) {
  .openNav .openNavThis > .thisBox .contentBox .imgBox {
    display: none;
  }
}
.openNav::after {
  content: '';
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  transition-duration: 0.8s;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.56, -0.01, 0.04, 1);
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  opacity: 0;
}
.openNav.openNavShow {
  opacity: 1;
  pointer-events: auto;
}
.openNav.openNavShow::after {
  opacity: 1;
}
.txtMask {
  overflow: hidden;
}
.foot * {
  color: rgba(255, 255, 255, 0.7);
}
.foot .footThis > .thisBox {
  background-color: #333;
  padding-top: 3vw;
}
@media (max-width:1024px) {
  .foot .footThis > .thisBox {
    padding-top: 10vw;
  }
}
.foot .footThis > .thisBox .contentBox {
  width: 75%;
  margin: 0 auto;
}
@media (max-width:1024px) {
  .foot .footThis > .thisBox .contentBox {
    width: 86%;
  }
}
.foot .footThis > .thisBox .contentBox .footTopBox {
  width: 100%;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  flex-wrap: unset;
}

.foot .footThis > .thisBox .contentBox .footTopBox .showBox .ul .li .shopA .txt{
    padding: 10px 0;
}
@media (max-width:1024px) {
  .foot .footThis > .thisBox .contentBox .footTopBox {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    flex-wrap: unset;
  }
}
.foot .footThis > .thisBox .contentBox .footTopBox .footLogo {
  opacity: 0.8;
}
@media (max-width:1024px) {
  .foot .footThis > .thisBox .contentBox .footTopBox .footLogo {
    margin-bottom: 6vw;
  }
}
.foot .footThis > .thisBox .contentBox .footTopBox .footLogo .logoBox {
  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;
}
.foot .footThis > .thisBox .contentBox .footTopBox .footLogo .logoBox .color {
  background-color: #e60013;
  width: 100%;
  height: 100%;
}
@media (max-width:1024px) {
  .foot .footThis > .thisBox .contentBox .footTopBox .footLogo .logoBox {
    width: 80vw;
    height: 10vw;
  }
}
.foot .footThis > .thisBox .contentBox .footTopBox .footLogo .logoBox .color {
  position: relative;
  background-color: #fff;
}
.foot .footThis > .thisBox .contentBox .footTopBox .footLogo .logoBox .color::after {
  content: '';
  position: absolute;
  display: block;
  bottom: 0;
  background-color: #e60013;
  width: 100%;
  height: 0;
  transition-duration: 0.8s;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.56, -0.01, 0.04, 1);
}
.foot .footThis > .thisBox .contentBox .footTopBox .footLogo .logoBox:hover .color::after {
  height: 100%;
  top: 0;
}
.foot .footThis > .thisBox .contentBox .footTopBox .erweima .ul {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  flex-wrap: unset;
  gap: 2vw;
}
@media (max-width:1024px) {
  .foot .footThis > .thisBox .contentBox .footTopBox .erweima .ul {
    gap: 6vw;
        padding-bottom: 4vw;
  }
}
.foot .footThis > .thisBox .contentBox .footTopBox .erweima .ul .li {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  flex-wrap: unset;
  gap: 0.2vw;
}
.foot .footThis > .thisBox .contentBox .footTopBox .erweima .ul .li .imgBox {
  width: 6vw;
  height: 6vw;
}
@media (max-width:1024px) {
  .foot .footThis > .thisBox .contentBox .footTopBox .erweima .ul .li .imgBox {
    width: 17vw;
    height: 17vw;
  }
}
.foot .footThis > .thisBox .contentBox .footCout {
  width: 100%;
  padding-top: 2vw;
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  justify-content: center;
  flex-wrap: unset;
  margin-top: 1vw;
}
@media (max-width:1024px) {
  .foot .footThis > .thisBox .contentBox .footCout {
    padding-top: 0;
    margin-top: 4vw;
  }
}
.foot .footThis > .thisBox .contentBox .footCout .footNavBar {
  position: relative;
  width: 100%;
} 
.foot .footThis > .thisBox .contentBox .footCout .footNavBar *{
  color:#fff;
}
@media (max-width:1024px) {
  .foot .footThis > .thisBox .contentBox .footCout .footNavBar {
    padding-top: 4vw;
  }
}
.foot .footThis > .thisBox .contentBox .footCout .footNavBar .ul1 {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  justify-content: space-between;
  flex-wrap: unset;
}
@media (max-width:1024px) {
  .foot .footThis > .thisBox .contentBox .footCout .footNavBar .ul1 {
    display: flex;
    flex-wrap: wrap;
    gap: 4vw;
  }
  .foot .footThis > .thisBox .contentBox .footCout .footNavBar .ul1 li {
    flex: unset;
    width: calc(100% / 3 - (3 - 1) * 4vw / 3);
  }
}
.foot .footThis > .thisBox .contentBox .footCout .footNavBar .ul1 .li1 {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  flex-wrap: unset;
}
.foot .footThis > .thisBox .contentBox .footCout .footNavBar .ul1 .li1 .a1 .txt,
.foot .footThis > .thisBox .contentBox .footCout .footNavBar .ul1 .li1 .a1 .txt div {
  font-size: clamp(12px, 0.9vw, 0.9vw);
  font-weight: bold;
}
@media (max-width:1024px) {
  .foot .footThis > .thisBox .contentBox .footCout .footNavBar .ul1 .li1 .a1 .txt,
  .foot .footThis > .thisBox .contentBox .footCout .footNavBar .ul1 .li1 .a1 .txt div {
    font-size: 3.6vw;
  }
}
.foot .footThis > .thisBox .contentBox .footCout .footNavBar .ul1 .li1 .twoNav {
  margin-top: 2vw;
}
@media (max-width:1024px) {
  .foot .footThis > .thisBox .contentBox .footCout .footNavBar .ul1 .li1 .twoNav {
    display: none;
  }
}
.foot .footThis > .thisBox .contentBox .footCout .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 .footCout .footNavBar::after {
  content: '';
  position: absolute;
  display: block;
  top: 2vw;
  left: 0;
  width: 100%;
  height: 1px;
  background-color: rgba(255, 255, 255, 0.2);
}
@media (max-width:1024px) {
  .foot .footThis > .thisBox .contentBox .footCout .footNavBar::after {
    top: 0;
  }
}
.foot .footThis > .thisBox .contentBox .footCout .erweima {
  width: 20%;
}
.foot .footThis > .thisBox .footBottomInfo {
  width: 100%;
  padding: 1vw 0;
  background-color: rgba(0, 0, 0, 0.2);
  margin-top: 4vw;
}
@media (max-width:1024px) {
  .foot .footThis > .thisBox .footBottomInfo {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    flex-wrap: unset;
    margin-top: 8vw;
    padding: 6vw 0;
  }
}
.foot .footThis > .thisBox .footBottomInfo a:hover {
  color: #e60013;
}
.foot .footThis > .thisBox .footBottomInfo > .thisBox {
  padding: 0 10vw;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  flex-wrap: unset;
}
@media (max-width:1024px) {
  .foot .footThis > .thisBox .footBottomInfo > .thisBox {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    flex-wrap: unset;
    gap: 4vw;
  }
}
.foot .footThis > .thisBox .footBottomInfo > .thisBox .infoLeft {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  flex-wrap: unset;
  gap: 1vw;
}
@media (max-width:1024px) {
  .foot .footThis > .thisBox .footBottomInfo > .thisBox .infoLeft {
    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;
}
.twoPageBox .pageContentAll .detalBanner .thisBox .contentBox {
  position: relative;
  height: 20vw;
  width: 100%;
}
@media (max-width:1024px) {
  .twoPageBox .pageContentAll .detalBanner .thisBox .contentBox {
    height: 50vw;
  }
}
.twoPageBox .pageContentAll .detalBanner .thisBox .contentBox .imgBox {
  position: relative;
  width: 100%;
  height: 100%;
}
.twoPageBox .pageContentAll .detalBanner .thisBox .contentBox .imgBox img {
  filter: brightness(1) contrast(1) hue-rotate(330deg);
}
.twoPageBox .pageContentAll .detalBanner .thisBox .contentBox .imgBox::before {
  pointer-events: none;
  content: '';
  position: absolute;
  display: block;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  background-color: #000;
  opacity: 0.4;
}
.twoPageBox .pageContentAll .detalBanner .thisBox .contentBox .imgBox::after {
  pointer-events: none;
  content: '';
  position: absolute;
  display: block;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
  background-size: cover;
  background-position: center;
  background-repeat: repeat;
  background-image: url(../img/unify/videoWenli.png);
}
.twoPageBox .pageContentAll .detalBanner .thisBox .contentBox .posiBox {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  flex-wrap: unset;
  position: absolute;
  bottom: 6vw;
  left: 0;
  z-index: 1;
  padding: 0 10vw;
  width: 100%;
}
@media (max-width:1024px) {
  .twoPageBox .pageContentAll .detalBanner .thisBox .contentBox .posiBox {
    bottom: 10vw;
  }
}
.twoPageBox .pageContentAll .detalBanner .thisBox .contentBox .posiBox .goBack {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  flex-wrap: unset;
  gap: 2vw;
}
.twoPageBox .pageContentAll .detalBanner .thisBox .contentBox .posiBox .goBack .ico {
  width: 3vw;
  height: 3vw;
  border: 1px solid rgba(255, 255, 255, 0.5);
  border-radius: 50%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  flex-wrap: unset;
}
@media (max-width:1024px) {
  .twoPageBox .pageContentAll .detalBanner .thisBox .contentBox .posiBox .goBack .ico {
    width: 10vw;
    height: 10vw;
  }
}
.twoPageBox .pageContentAll .detalBanner .thisBox .contentBox .posiBox .goBack .ico i {
  color: #fff;
}
.twoPageBox .pageContentAll .detalBanner .thisBox .contentBox .posiBox .goBack .txt {
  font-size: clamp(12px, 0.9vw, 0.9vw);
  color: #fff;
  font-family: 'en9';
  text-transform: uppercase;
}
@media (max-width:1024px) {
  .twoPageBox .pageContentAll .detalBanner .thisBox .contentBox .posiBox .goBack .txt {
    font-size: 3.6vw;
  }
}
.twoPageBox .pageContentAll .detalBanner .thisBox .contentBox .posiBox .xian {
  width: 76%;
  border-bottom: 1px solid rgba(255, 255, 255, 0.5);
}
@media (max-width:1024px) {
  .twoPageBox .pageContentAll .detalBanner .thisBox .contentBox .posiBox .xian {
    width: 20vw;
  }
}
.twoPageBox .pageContentAll .twoBanner .twoBannerThis > .thisBox {
  height: 40vw;
}
@media (max-width:1024px) {
  .twoPageBox .pageContentAll .twoBanner .twoBannerThis > .thisBox {
    height: 88vw;
  }
}
.twoPageBox .pageContentAll .twoBanner .twoBannerThis > .thisBox .contentBox {
  width: 100%;
  height: 100%;
}
.twoPageBox .pageContentAll .twoBanner .twoBannerThis > .thisBox .contentBox .imgBox {
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 100%;
}
.twoPageBox .pageContentAll .twoBanner .twoBannerThis > .thisBox .contentBox .imgBox::before {
  pointer-events: none;
  content: '';
  position: absolute;
  display: block;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  background-color: #000;
  opacity: 0.4;
}
.twoPageBox .pageContentAll .twoBanner .twoBannerThis > .thisBox .contentBox .imgBox::after {
  pointer-events: none;
  content: '';
  position: absolute;
  display: block;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
  background-size: cover;
  background-position: center;
  background-repeat: repeat;
  background-image: url(../img/unify/videoWenli.png);
}
.twoPageBox .pageContentAll .twoBanner .twoBannerThis > .thisBox .contentBox .textBox {
  z-index: 1;
  position: absolute;
  left: 16vw;
  top: 15vw;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  flex-wrap: unset;
  gap: 1vw;
}
@media (max-width:1024px) {
  .twoPageBox .pageContentAll .twoBanner .twoBannerThis > .thisBox .contentBox .textBox {
    top: 30vw;
    left: 10vw;
    gap: 4vw;
  }
}
.twoPageBox .pageContentAll .twoBanner .twoBannerThis > .thisBox .contentBox .textBox .sortname {
  color: #fff;
  font-size: clamp(12px, 1.1vw, 1.1vw);
}
@media (max-width:1024px) {
  .twoPageBox .pageContentAll .twoBanner .twoBannerThis > .thisBox .contentBox .textBox .sortname {
    font-size: 4vw;
  }
}
.twoPageBox .pageContentAll .twoBanner .twoBannerThis > .thisBox .contentBox .textBox .subname {
  font-size: clamp(12px, 2.8vw, 2.8vw);
  color: #fff;
  width: 52vw;
}
@media (max-width:1024px) {
  .twoPageBox .pageContentAll .twoBanner .twoBannerThis > .thisBox .contentBox .textBox .subname {
    font-size: 6.4vw;
  }
}
@media (max-width:1024px) {
  .twoPageBox .pageContentAll .twoBanner .twoBannerThis > .thisBox .contentBox .textBox .subname {
    width: 80vw;
  }
}
.twoPageBox .pageContentAll .twoBanner .twoBannerThis > .thisBox .contentBox .textBox .mianbao .box {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  flex-wrap: unset;
  color: #fff;
}
.twoPageBox .pageContentAll .twoBanner .twoBannerThis > .thisBox .contentBox .textBox .mianbao .box a {
  color: #fff;
  margin: 0 0.4vw;
}
.twoPageBox .pageContentAll .twoBanner .twoBannerThis > .thisBox .contentBox .textBox .mianbao .box a:hover {
  color: #e60013;
  text-decoration: underline;
}
.twoPageBox .pageContentAll .pageContent {
  padding-bottom: 6vw;
  position: relative;
  z-index: 2;
  background-color: #f8f8f8;
  margin-top: -4vw;
  overflow: hidden;
  border-top-left-radius: 1.4vw;
  border-top-right-radius: 1.4vw;
}
@media (max-width:1600px) {
  .twoPageBox .pageContentAll .pageContent {
    padding-bottom: 6vw;
  }
}
@media (max-width:1300px) {
  .twoPageBox .pageContentAll .pageContent {
    padding-bottom: 6vw;
  }
}
@media (max-width:1024px) {
  .twoPageBox .pageContentAll .pageContent {
    padding-bottom: 12vw;
  }
}
.twoPageBox .pageContentAll .pageContent .sortNav {
  background-color: #fff;
  margin-bottom: 4vw;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
@media (max-width:1024px) {
  .twoPageBox .pageContentAll .pageContent .sortNav {
    margin-bottom: 10vw;
  }
}
.twoPageBox .pageContentAll .pageContent .sortNav .sortNavThis > .thisBox .contentBox {
  width: 85%;
  margin: 0 auto;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-start;
  flex-wrap: unset;
}
@media (max-width:1024px) {
  .twoPageBox .pageContentAll .pageContent .sortNav .sortNavThis > .thisBox .contentBox {
    width: 86%;
  }
}
@media (max-width:1024px) {
  .twoPageBox .pageContentAll .pageContent .sortNav .sortNavThis > .thisBox .contentBox {
    width: 100%;
  }
}
.twoPageBox .pageContentAll .pageContent .sortNav .sortNavThis > .thisBox .contentBox .navUlBox .navUl {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  flex-wrap: unset;
  gap: 2vw;
}
@media (max-width:1024px) {
  .twoPageBox .pageContentAll .pageContent .sortNav .sortNavThis > .thisBox .contentBox .navUlBox .navUl {
    gap: 0;
    display: flex;
    flex-direction: row;
    align-items: unset;
    justify-content: unset;
    flex-wrap: unset;
  }
}
@media (max-width:1024px) {
  .twoPageBox .pageContentAll .pageContent .sortNav .sortNavThis > .thisBox .contentBox .navUlBox .navUl .li {
    width: unset;
  }
}
.twoPageBox .pageContentAll .pageContent .sortNav .sortNavThis > .thisBox .contentBox .navUlBox .navUl .li .aBox {
  position: relative;
  padding: 1.6vw 0;
}
@media (max-width:1024px) {
  .twoPageBox .pageContentAll .pageContent .sortNav .sortNavThis > .thisBox .contentBox .navUlBox .navUl .li .aBox {
    padding: 5vw;
  }
}
.twoPageBox .pageContentAll .pageContent .sortNav .sortNavThis > .thisBox .contentBox .navUlBox .navUl .li .aBox .txt {
  position: relative;
  z-index: 1;
}
.twoPageBox .pageContentAll .pageContent .sortNav .sortNavThis > .thisBox .contentBox .navUlBox .navUl .li .aBox::after {
  content: '';
  position: absolute;
  display: block;
  bottom: -1px;
  left: 50%;
  transform: translateX(-50%);
  width: 0;
  height: 1px;
  transition-duration: 0.8s;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.56, -0.01, 0.04, 1);
  background-color: #e60013;
}
.twoPageBox .pageContentAll .pageContent .sortNav .sortNavThis > .thisBox .contentBox .navUlBox .navUl .li .aBox::before {
  content: '';
  position: absolute;
  display: block;
  bottom: -5px;
  left: 50%;
  border-radius: 50%;
  transform: translateX(-50%);
  width: 7px;
  height: 7px;
  transition-duration: 0.8s;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.56, -0.01, 0.04, 1);
  z-index: 1;
  background-color: #fff;
  opacity: 0;
  border: 1px solid #e60013;
}
@media (max-width:1024px) {
  .twoPageBox .pageContentAll .pageContent .sortNav .sortNavThis > .thisBox .contentBox .navUlBox .navUl .li:hover .aBox .txt {
    color: #e60013;
  }
}
.twoPageBox .pageContentAll .pageContent .sortNav .sortNavThis > .thisBox .contentBox .navUlBox .navUl .li:hover .aBox .txt .initTxt div {
  color: #e60013;
}
.twoPageBox .pageContentAll .pageContent .sortNav .sortNavThis > .thisBox .contentBox .navUlBox .navUl .li:hover .aBox::after {
  width: 100%;
}
.twoPageBox .pageContentAll .pageContent .sortNav .sortNavThis > .thisBox .contentBox .navUlBox .navUl .li:hover .aBox::before {
  opacity: 1;
}
@media (max-width:1024px) {
  .twoPageBox .pageContentAll .pageContent .sortNav .sortNavThis > .thisBox .contentBox .navUlBox .navUl .li:hover .aBox .txt {
    color: #e60013;
  }
}
.twoPageBox .pageContentAll .pageContent .sortNav .sortNavThis > .thisBox .contentBox .navUlBox .navUl .li:hover .aBox .txt .initTxt div {
  color: #e60013;
}
.twoPageBox .pageContentAll .pageContent .sortNav .sortNavThis > .thisBox .contentBox .navUlBox .navUl .li:hover .aBox::after {
  width: 100%;
}
.twoPageBox .pageContentAll .pageContent .sortNav .sortNavThis > .thisBox .contentBox .navUlBox .navUl .li:hover .aBox::before {
  opacity: 1;
}
@media (max-width:1024px) {
  .twoPageBox .pageContentAll .pageContent .sortNav .sortNavThis > .thisBox .contentBox .navUlBox .navUl .li.on .aBox .txt {
    color: #e60013;
  }
}
.twoPageBox .pageContentAll .pageContent .sortNav .sortNavThis > .thisBox .contentBox .navUlBox .navUl .li.on .aBox .txt .initTxt div {
  color: #e60013;
}
.twoPageBox .pageContentAll .pageContent .sortNav .sortNavThis > .thisBox .contentBox .navUlBox .navUl .li.on .aBox::after {
  width: 100%;
}
.twoPageBox .pageContentAll .pageContent .sortNav .sortNavThis > .thisBox .contentBox .navUlBox .navUl .li.on .aBox::before {
  opacity: 1;
}
.message_tongzhi {
  position: fixed;
  z-index: 1111;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: none;
}
.message_tongzhi .kuangjia {
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  flex-wrap: unset;
  transition-duration: 0.8s;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.56, -0.01, 0.04, 1);
}
.message_tongzhi .kuangjia .box {
  width: 400px;
  padding: 20px 0;
  background-color: #fff;
  box-shadow: 2px 2px 30px rgba(255, 255, 255, 0.5);
  transform: translateY(50px);
  transition-duration: 0.8s;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.56, -0.01, 0.04, 1);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  flex-wrap: unset;
  border-radius: 10px;
}
@media (max-width:1024px) {
  .message_tongzhi .kuangjia .box {
    width: 90%;
  }
}
.message_tongzhi .kuangjia .box i {
  font-size: 80px;
  margin-bottom: 20px;
}
@media (max-width:1024px) {
  .message_tongzhi .kuangjia .box i {
    font-size: 18vw;
  }
}
.message_tongzhi .kuangjia .box i.icon-zhengque {
  color: #46ad75;
}
.message_tongzhi .kuangjia .box i.icon-cuowu {
  color: #b62c2c;
}
.message_tongzhi .kuangjia .box span {
  font-size: 18px;
  color: #666;
}
.message_tongzhi .kuangjia .box .jishi {
  margin-top: 20px;
  color: #666;
  font-size: 14px;
  transition-duration: 0.8s;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.56, -0.01, 0.04, 1);
}
.message_tongzhi .kuangjia.on .box {
  transform: translateY(0px);
}
.goTopBtn {
  position: fixed;
  bottom: 6vw;
  right: 0;
  z-index: 5;
  cursor: pointer;
  opacity: 0;
  transition-duration: 0.8s;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.56, -0.01, 0.04, 1);
}
.goTopBtn > .thisBox {
  position: relative;
  width: 4.7vw;
  height: 100%;
}
@media (max-width:1024px) {
  .goTopBtn > .thisBox {
    width: 14vw;
    height: 14vw;
  }
}
.goTopBtn > .thisBox .box {
  width: 3vw;
  height: 3vw;
  border-radius: 50%;
  transition-duration: 0.8s;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.56, -0.01, 0.04, 1);
  background-color: #e60013;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  flex-wrap: unset;
}
@media (max-width:1024px) {
  .goTopBtn > .thisBox .box {
    width: 10vw;
    height: 10vw;
  }
}
.goTopBtn > .thisBox .box i {
  color: #fff;
  font-size: clamp(12px, 1.3vw, 1.3vw);
}
@media (max-width:1024px) {
  .goTopBtn > .thisBox .box i {
    font-size: 4.4vw;
  }
}
.goTopBtn > .thisBox .box .svgBox {
  position: absolute;
  width: 100%;
  height: 100%;
  transition-duration: 0.8s;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.56, -0.01, 0.04, 1);
}
.goTopBtn > .thisBox .box .svgBox svg {
  width: 100%;
  height: 100%;
  animation: xuanzhuan 30s linear 0s infinite normal;
}
.goTopBtn > .thisBox:hover .box {
  background-color: #e60013;
}
.goTopBtn > .thisBox:hover .box .svgBox {
  transform: scale(1.2);
}
.goTopBtn.show {
  opacity: 1;
}
#txt-pagetop-curves-lg path {
  fill: #e60013;
}
.changePageMoveBox {
  overflow: hidden;
  position: fixed;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 200;
  opacity: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  flex-wrap: unset;
}
.changePageMoveBox .logo {
  position: relative;
  z-index: 1;
  width: 16vw;
  height: 16vw;
  border-radius: 50%;
}
.changePageMoveBox .logo img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  filter: invert(1);
}
.changePageMoveBox .box {
  position: relative;
  width: 120%;
  height: 100%;
  transform: rotate(30deg);
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  flex-wrap: unset;
}
.changePageMoveBox .box .mask {
  width: 50%;
  height: 200%;
  background-color: #000;
}
.changePageMoveBox .box .mask.mask1 {
  position: relative;
  right: -1px;
}
.changePageMoveBox .box .mask.mask2 {
  position: relative;
  left: -1px;
}
.changePageMoveBox .logo {
  position: absolute;
  left: calc(50% - 8vw);
  top: calc(50% - 8vw);
}
#index_page .pageContentAll .inxBanner {
  position: relative;
}
#index_page .pageContentAll .inxBanner > .thisBox .contentBox {
  overflow: hidden;
  z-index: 3;
  position: relative;
  width: 100%;
  height: 100vh;
}
@media (max-width:1024px) {
  #index_page .pageContentAll .inxBanner > .thisBox .contentBox {
    width: 100%;
    height: 62vw;
  }
}
#index_page .pageContentAll .inxBanner > .thisBox .contentBox .videoBox {
  overflow: hidden;
  width: 100%;
  padding-top: 5vw;
  height: 100%;
}
#index_page .pageContentAll .inxBanner > .thisBox .contentBox .videoBox #inxVideo {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
#index_page .pageContentAll .inxBanner > .thisBox .contentBox .videoControl {
  position: absolute;
  z-index: 3;
  bottom: 6vw;
  left: 4vw;
  display: grid;
  grid-template-columns: repeat(3, auto);
  grid-gap: 1vw;
  align-items: center;
}
@media (max-width:1024px) {
  #index_page .pageContentAll .inxBanner > .thisBox .contentBox .videoControl {
    grid-gap: 3vw;
        bottom: 3vw;
    left: 12vw;
  }
}
#index_page .pageContentAll .inxBanner > .thisBox .contentBox .videoControl .btn {
  position: relative;
  width: 40px;
  height: 40px;
  cursor: pointer;
  border-radius: 50%;
}
#index_page .pageContentAll .inxBanner > .thisBox .contentBox .videoControl .btn i {
  position: absolute;
  top: 50%;
  color: #fff;
  left: 50%;
  transform: translate(-50%, -50%);
}
#index_page .pageContentAll .inxBanner > .thisBox .contentBox .videoControl .btn i:nth-child(2) {
  opacity: 0;
}
#index_page .pageContentAll .inxBanner > .thisBox .contentBox .videoControl .btn:hover i {
  color: #e60013;
}
#index_page .pageContentAll .inxBanner > .thisBox .contentBox .videoControl .videoLine {
  position: relative;
  width: 20vw;
  cursor: pointer;
  height: 14px;
}
@media (max-width:1024px) {
  #index_page .pageContentAll .inxBanner > .thisBox .contentBox .videoControl .videoLine {
    width: 40vw;
  }
}
#index_page .pageContentAll .inxBanner > .thisBox .contentBox .videoControl .videoLine .qiu {
  position: absolute;
  z-index: 1;
  top: 0;
  cursor: pointer;
  left: 0;
  transform: translateX(-50%);
  width: 4px;
  height: 15px;
  border-radius: 1vw;
  transition-timing-function: linear;
  background-color: #e60013;
}
#index_page .pageContentAll .inxBanner > .thisBox .contentBox .videoControl .videoLine:after {
  content: '';
  position: absolute;
  display: block;
  top: calc(50% - 1px);
  background-color: rgba(255, 255, 255, 0.5);
  border-radius: 1px;
  width: 100%;
  height: 2px;
}
#index_page .pageContentAll .inxBanner > .thisBox .contentBox .bannerTextBox .boxKuang .subtitle,
#index_page .pageContentAll .inxBanner > .thisBox .contentBox .bannerTextBox .boxKuang .subtitle div {
  color: #fff;
}
#index_page .pageContentAll .inxBanner > .thisBox .contentBox .bannerTextBox .boxKuang .miaoshu,
#index_page .pageContentAll .inxBanner > .thisBox .contentBox .bannerTextBox .boxKuang .miaoshu div {
  color: #fff;
}
#index_page .pageContentAll .inxBanner > .thisBox .contentBox .bannerTextBox .boxKuang .scrollIco .en {
  color: rgba(255, 255, 255, 0.7);
}
#index_page .pageContentAll .inxBanner > .thisBox .contentBox .bannerTextBox .boxKuang .scrollIco .guidao::after {
  background-color: rgba(255, 255, 255, 0.5);
}
#index_page .pageContentAll .inxBanner > .thisBox .contentBox::before {
  pointer-events: none;
  content: '';
  position: absolute;
  display: block;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  background-color: #000;
  opacity: 0.2;
}
#index_page .pageContentAll .inxBanner > .thisBox .contentBox::after {
  pointer-events: none;
  content: '';
  position: absolute;
  display: block;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
  background-size: cover;
  background-position: center;
  background-repeat: repeat;
  background-image: url(../img/unify/videoWenli.png);
}
#index_page .pageContentAll .inxBanner > .thisBox .bannerTextBox {
  left: 0;
  will-change: transform;
  position: absolute;
  top: 40vh;
  z-index: 2;
  width: 100%;
}
@media (max-width:1024px) {
  #index_page .pageContentAll .inxBanner > .thisBox .bannerTextBox {
    position: unset;
    padding-top: 10vw;
  }
}
#index_page .pageContentAll .inxBanner > .thisBox .bannerTextBox .txtMask {
  position: relative;
}
#index_page .pageContentAll .inxBanner > .thisBox .bannerTextBox .boxKuang {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  flex-wrap: unset;
  gap: 1vw;
  width: 75%;
  margin: 0 auto;
}
@media (max-width:1024px) {
  #index_page .pageContentAll .inxBanner > .thisBox .bannerTextBox .boxKuang {
    width: 86%;
  }
}
@media (max-width:1024px) {
  #index_page .pageContentAll .inxBanner > .thisBox .bannerTextBox .boxKuang {
    gap: 4vw;
  }
}
#index_page .pageContentAll .inxBanner > .thisBox .bannerTextBox .boxKuang .subtitle,
#index_page .pageContentAll .inxBanner > .thisBox .bannerTextBox .boxKuang .subtitle div {
  font-size: clamp(12px, 2.1vw, 2.1vw);
  color: #333;
  font-family: 'cn1';
}
@media (max-width:1024px) {
  #index_page .pageContentAll .inxBanner > .thisBox .bannerTextBox .boxKuang .subtitle,
  #index_page .pageContentAll .inxBanner > .thisBox .bannerTextBox .boxKuang .subtitle div {
    font-size: 6vw;
  }
}
#index_page .pageContentAll .inxBanner > .thisBox .bannerTextBox .boxKuang .miaoshu,
#index_page .pageContentAll .inxBanner > .thisBox .bannerTextBox .boxKuang .miaoshu div {
  font-size: clamp(12px, 1vw, 1vw);
  color: #333;
  opacity: 0.6;
}
@media (max-width:1024px) {
  #index_page .pageContentAll .inxBanner > .thisBox .bannerTextBox .boxKuang .miaoshu,
  #index_page .pageContentAll .inxBanner > .thisBox .bannerTextBox .boxKuang .miaoshu div {
    font-size: 3.8vw;
  }
}
#index_page .pageContentAll .inxBanner > .thisBox .bannerTextBox .boxKuang .scrollIco {
  margin-top: 2vw;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  flex-wrap: unset;
}
#index_page .pageContentAll .inxBanner > .thisBox .bannerTextBox .boxKuang .scrollIco .en {
  color: rgba(51, 51, 51, 0.7);
  writing-mode: vertical-rl;
  margin-bottom: 0.8vw;
}
#index_page .pageContentAll .inxBanner > .thisBox .bannerTextBox .boxKuang .scrollIco .guidao {
  position: relative;
  height: 4vw;
  width: 7px;
  overflow: hidden;
}
@media (max-width:1024px) {
  #index_page .pageContentAll .inxBanner > .thisBox .bannerTextBox .boxKuang .scrollIco .guidao {
    display: none;
  }
}
#index_page .pageContentAll .inxBanner > .thisBox .bannerTextBox .boxKuang .scrollIco .guidao::after {
  background-color: rgba(51, 51, 51, 0.2);
  content: '';
  position: absolute;
  display: block;
  height: 100%;
  width: 1px;
  left: calc(50% - 1px);
}
#index_page .pageContentAll .inxBanner > .thisBox .bannerTextBox .boxKuang .scrollIco .guidao .qiu {
  top: 0;
  left: calc(50% - 4px);
  position: absolute;
  width: 100%;
  height: 14px;
  z-index: 1;
  border-radius: 4px;
  background-color: #e60013;
}
#index_page .pageContentAll .inxAbout > .thisBox {
  padding: 6vw 0 0 0;
}
@media (max-width:1600px) {
  #index_page .pageContentAll .inxAbout > .thisBox {
    padding: 6vw 0 0 0;
  }
}
@media (max-width:1300px) {
  #index_page .pageContentAll .inxAbout > .thisBox {
    padding: 6vw 0 0 0;
  }
}
@media (max-width:1024px) {
  #index_page .pageContentAll .inxAbout > .thisBox {
    padding: 12vw 0 0 0;
  }
}
#index_page .pageContentAll .inxAbout > .thisBox .contentBox {
  width: 100%;
  margin: 0 auto;
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  justify-content: center;
  flex-wrap: unset;
}
@media (max-width:1024px) {
  #index_page .pageContentAll .inxAbout > .thisBox .contentBox {
    width: 86%;
      flex-direction: column;
  }
}
#index_page .pageContentAll .inxAbout > .thisBox .contentBox .rightBox {
  width: 40%;
}
@media (max-width:1024px) {
  #index_page .pageContentAll .inxAbout > .thisBox .contentBox .rightBox {
    width: 100%;
  }
}
#index_page .pageContentAll .inxAbout > .thisBox .contentBox .rightBox .content {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 8;
  -webkit-box-orient: vertical;
}
#index_page .pageContentAll .inxAbout > .thisBox .contentBox .rightBox .content p {
  text-align: justify;
  text-indent: 2em;
  line-height: 2.4em;
  font-size: clamp(12px, 0.9vw, 0.9vw);
}
@media (max-width:1024px) {
  #index_page .pageContentAll .inxAbout > .thisBox .contentBox .rightBox .content p {
    font-size: 3.6vw;
  }
}
 .tubiao{
width: 60%;
    margin: auto;
}
 .tubiao ul{
  padding-top: 2vw;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  flex-wrap: unset;
  gap: 2vw;
}
 .tubiao ul li{
  flex: 1;
  text-align: center;
}
 .tubiao ul li img{
  width: 100%;
  height: 100%;
}


#index_page .pageContentAll .inxAbout > .thisBox .contentBox .leftBox{
  width: 40%;
    padding-right: 4vw;
}
#index_page .pageContentAll .inxAbout > .thisBox .contentBox .leftBox img{
  width: 100%;
  height: 100%;
  display: block;
  border-radius: 1vw;
}
@media (max-width:1024px) {
  #index_page .pageContentAll .inxAbout > .thisBox .contentBox .leftBox{
    width: 100%;
    padding-right: 0;
    margin-bottom: 6vw;
  }
   .tubiao{
width: 90%;
    margin: auto;
}
}



#index_page .pageContentAll .inxData{
  padding-bottom: 3vw;
}
#index_page .pageContentAll .inxData > .thisBox .contentBox .imgBoxAll {
  position: relative;
  width: 100%;
  height: 10vw;
}
@media (max-width:1024px) {
  #index_page .pageContentAll .inxData > .thisBox .contentBox .imgBoxAll {
    height: 80vw;
  }
}
#index_page .pageContentAll .inxData > .thisBox .contentBox .imgBoxAll .imgBox {
  width: 100%;
  height: 100%;
}

#index_page .pageContentAll .inxData > .thisBox .contentBox .imgBoxAll .dataBox {
  position: absolute;
  top: 0;

  left: 0;
  width: 100%;
  height: 100%;
}
#index_page .pageContentAll .inxData > .thisBox .contentBox .imgBoxAll .dataBox .ul {
  width: 80vw;
  margin: 0 auto;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  flex-wrap: unset;
  height: 100%;
}
@media (max-width:1024px) {
  #index_page .pageContentAll .inxData > .thisBox .contentBox .imgBoxAll .dataBox .ul {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    gap: 0vw;
  }
  #index_page .pageContentAll .inxData > .thisBox .contentBox .imgBoxAll .dataBox .ul li {
    flex: unset;
    width: calc(100% / 2 - (2 - 1) * 0vw / 2);
  }
}
#index_page .pageContentAll .inxData > .thisBox .contentBox .imgBoxAll .dataBox .ul .li {
  height: 100%;
  border-right: 1px solid rgba(255, 255, 255, 0.2);
  flex: 1;
}
@media (max-width:1024px) {
  #index_page .pageContentAll .inxData > .thisBox .contentBox .imgBoxAll .dataBox .ul .li {
    height: 50%;
    flex: unset;
  }
}
#index_page .pageContentAll .inxData > .thisBox .contentBox .imgBoxAll .dataBox .ul .li:first-child {
  border-left: 1px solid rgba(255, 255, 255, 0.2);
}
#index_page .pageContentAll .inxData > .thisBox .contentBox .imgBoxAll .dataBox .ul .li .value {
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  flex-wrap: unset;
}
#index_page .pageContentAll .inxData > .thisBox .contentBox .imgBoxAll .dataBox .ul .li .value .shuju {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  flex-wrap: unset;
  gap: 1vw;
}
#index_page .pageContentAll .inxData > .thisBox .contentBox .imgBoxAll .dataBox .ul .li .value .shuju .num {
  font-size: clamp(12px, 3.3vw, 3.3vw);
  font-family: 'en9';
  text-transform: uppercase;
  color: #e60013;
  font-weight: bold;
}
@media (max-width:1024px) {
  #index_page .pageContentAll .inxData > .thisBox .contentBox .imgBoxAll .dataBox .ul .li .value .shuju .num {
    font-size: 8.4vw;
  }
}
#index_page .pageContentAll .inxData > .thisBox .contentBox .imgBoxAll .dataBox .ul .li .value .shuju .danwei {
  font-size: clamp(12px, 1.5vw, 1.5vw);

}
@media (max-width:1024px) {
  #index_page .pageContentAll .inxData > .thisBox .contentBox .imgBoxAll .dataBox .ul .li .value .shuju .danwei {
    font-size: 4.4vw;
  }
}
#index_page .pageContentAll .inxData > .thisBox .contentBox .imgBoxAll .dataBox .ul .li .value .title {
  font-size: clamp(12px, 1vw, 1vw);

}
@media (max-width:1024px) {
  #index_page .pageContentAll .inxData > .thisBox .contentBox .imgBoxAll .dataBox .ul .li .value .title {
    font-size: 3.8vw;
  }
}
#index_page .pageContentAll .inxProduct {
  position: relative;
}
#index_page .pageContentAll .inxProduct > .thisBox {
  position: relative;
  z-index: 1;
  padding-top: 6vw;
}
@media (max-width:1600px) {
  #index_page .pageContentAll .inxProduct > .thisBox {
    padding-top: 6vw;
  }
}
@media (max-width:1300px) {
  #index_page .pageContentAll .inxProduct > .thisBox {
    padding-top: 6vw;
  }
}
@media (max-width:1024px) {
  #index_page .pageContentAll .inxProduct > .thisBox {
    padding-top: 12vw;
  }
}
#index_page .pageContentAll .inxProduct > .thisBox .contentBox {
  position: relative;
}
#index_page .pageContentAll .inxProduct > .thisBox .contentBox .tabsBox {
  margin-bottom: 4vw;
}
@media (max-width:1024px) {
  #index_page .pageContentAll .inxProduct > .thisBox .contentBox .tabsBox {
    margin-bottom: 10vw;
  }
}
#index_page .pageContentAll .inxProduct > .thisBox .contentBox .tabsBox .ul {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  flex-wrap: unset;
  gap: 2vw;
}
@media (max-width:1024px) {
  #index_page .pageContentAll .inxProduct > .thisBox .contentBox .tabsBox .ul {
    gap: 4vw;
  }
}
#index_page .pageContentAll .inxProduct > .thisBox .contentBox .tabsBox .ul .li .box {
  position: relative;
  padding-left: 2vw;
  cursor: pointer;
}
#index_page .pageContentAll .inxProduct > .thisBox .contentBox .tabsBox .ul .li .box .title {
  font-size: clamp(12px, 1.1vw, 1.1vw);
  color: #aaa;
}

@media (max-width:1024px) {
  #index_page .pageContentAll .inxProduct > .thisBox .contentBox .tabsBox .ul .li .box .title {
    font-size: 3.4vw;
    text-align: center;
  }
}
#index_page .pageContentAll .inxProduct > .thisBox .contentBox .tabsBox .ul .li .box::before {
  content: '';
  position: absolute;
  display: block;
  transform: translateY(-50%);
  top: 50%;
  width: 1vw;
  height: 1vw;
  border-radius: 50%;
  background-color: #ccc;
  left: 0;
}
#index_page .pageContentAll .inxProduct > .thisBox .contentBox .tabsBox .ul .li.on .box .title {
  color: #e60013;
}
#index_page .pageContentAll .inxProduct > .thisBox .contentBox .tabsBox .ul .li.on .box::before {
  background-color: #e60013;
}
#index_page .pageContentAll .inxProduct > .thisBox .contentBox .coutBox {
  position: relative;
  height: 30vw;
  overflow: hidden;
}
@media (max-width:1024px) {
  #index_page .pageContentAll .inxProduct > .thisBox .contentBox .coutBox {
    height: 84vw;
  }
}
#index_page .pageContentAll .inxProduct > .thisBox .contentBox .coutBox .changeBox {
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  transition-duration: 0.8s;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.56, -0.01, 0.04, 1);
  pointer-events: none;
  transform: translateY(6vw);
}
#index_page .pageContentAll .inxProduct > .thisBox .contentBox .coutBox .changeBox .quan {
  margin: 0 auto;
  position: relative;
  width: 90vw;
  height: 90vw;
}
@media (max-width:1024px) {
  #index_page .pageContentAll .inxProduct > .thisBox .contentBox .coutBox .changeBox .quan {
    display: none;
  }
}
#index_page .pageContentAll .inxProduct > .thisBox .contentBox .coutBox .changeBox .quan .ul {
  border-radius: 50%;
  position: relative;
  z-index: 1;
  will-change: transform;
  width: 100%;
  height: 100%;
}
#index_page .pageContentAll .inxProduct > .thisBox .contentBox .coutBox .changeBox .quan .ul .li {
  position: absolute;
}
#index_page .pageContentAll .inxProduct > .thisBox .contentBox .coutBox .changeBox .quan .ul .li .point {
  position: relative;
  opacity: 0.7;
  transition-duration: 0.8s;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.56, -0.01, 0.04, 1);
  transform: scale(0.8) translateY(4vw);
}
#index_page .pageContentAll .inxProduct > .thisBox .contentBox .coutBox .changeBox .quan .ul .li .point .box {
  position: absolute;
  left: 0;
  top: 0;
  cursor: pointer;
  transform: translate(-50%, 0);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  flex-wrap: unset;
}
#index_page .pageContentAll .inxProduct > .thisBox .contentBox .coutBox .changeBox .quan .ul .li .point .box .imgBox {
  width: 22vw;
  height: 22vw;
  border-radius: 1vw;
  overflow: hidden;
}
#index_page .pageContentAll .inxProduct > .thisBox .contentBox .coutBox .changeBox .quan .ul .li .point .box .title {
  margin-top: 1vw;
  font-size: clamp(12px, 1vw, 1vw);
}
@media (max-width:1024px) {
  #index_page .pageContentAll .inxProduct > .thisBox .contentBox .coutBox .changeBox .quan .ul .li .point .box .title {
    font-size: 3.8vw;
  }
}
#index_page .pageContentAll .inxProduct > .thisBox .contentBox .coutBox .changeBox .quan .ul .li.on .point {
  opacity: 1;
  transform: scale(1) translateY(0);
}


@keyframes rotateImage {
  from {
    transform: rotate(0deg)
  }
  to {
    transform: rotate(360deg) 
  }
}
#index_page .pageContentAll .inxProduct > .thisBox .contentBox .coutBox .changeBox .huan {
  /*border: 8vw solid #e60013;*/

  animation: rotateImage 60s linear infinite;
    background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  background-image: url(../img/youqiu.png);
  position: absolute;
  border-radius: 50%;
  width: 70vw;
  height: 70vw;
  left: 15vw;
  top: 10vw;
}
@media (max-width:1024px) {
  #index_page .pageContentAll .inxProduct > .thisBox .contentBox .coutBox .changeBox .huan {
    /*border: 14vw solid #e60013;*/
    width: 90vw;
    height: 90vw;
    left: 5vw;
    top: 40vw;
  }
}
@media (min-width:1024px) {
  #index_page .pageContentAll .inxProduct > .thisBox .contentBox .coutBox .changeBox .mobleBox {
    display: none;
  }
}
#index_page .pageContentAll .inxProduct > .thisBox .contentBox .coutBox .changeBox .mobleBox .swiper .swiper-slide {
  width: 70vw;
}
#index_page .pageContentAll .inxProduct > .thisBox .contentBox .coutBox .changeBox .mobleBox .swiper .swiper-slide .box {
  width: 100%;
}
#index_page .pageContentAll .inxProduct > .thisBox .contentBox .coutBox .changeBox .mobleBox .swiper .swiper-slide .box .imgBox {
  height: 40vw;
  width: 100%;
  border-radius: 4vw;
  overflow: hidden;
}
#index_page .pageContentAll .inxProduct > .thisBox .contentBox .coutBox .changeBox .mobleBox .swiper .swiper-slide .box .textBox {
  margin-top: 4vw;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  flex-wrap: unset;
  gap: 2vw;
}
#index_page .pageContentAll .inxProduct > .thisBox .contentBox .coutBox .changeBox .mobleBox .swiper .swiper-slide .box .textBox .title {
  font-size: 5vw;
  font-weight: bold;
}
#index_page .pageContentAll .inxProduct > .thisBox .contentBox .coutBox .changeBox .mobleBox .swiper .swiper-slide .box .textBox .subtitle {
  color: #e60013;
  font-size: 4vw;
}
#index_page .pageContentAll .inxProduct > .thisBox .contentBox .coutBox .changeBox .mobleBox .swiper .swiper-slide .box .textBox .miaoshu {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  line-height: 2em;
}
#index_page .pageContentAll .inxProduct > .thisBox .contentBox .coutBox .changeBox.on {
  transform: translateY(0);
  transition-delay: 0.6s;
  transition-duration: 1.2s;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.56, -0.01, 0.04, 1);
  opacity: 1;
  pointer-events: auto;
}
#index_page .pageContentAll .inxProduct > .thisBox .contentBox .leftTitle {
  position: absolute;
  left: 10vw;
  top: 6vw;
  width: 20vw;
}
@media (max-width:1024px) {
    #index_page .pageContentAll .inxProduct > .thisBox .contentBox .coutBox .changeBox .mobleBox .swiper .swiper-slide .box .imgBox {
  height: 100%;
  width: 100%;
  border-radius: 4vw;
  overflow: hidden;
}
  #index_page .pageContentAll .inxProduct > .thisBox .contentBox .leftTitle {
    display: none;
  }
}
#index_page .pageContentAll .inxProduct > .thisBox .contentBox .leftTitle .title {
  font-size: clamp(12px, 1.7vw, 1.7vw);
  margin-bottom: 1vw;
}
@media (max-width:1024px) {
  #index_page .pageContentAll .inxProduct > .thisBox .contentBox .leftTitle .title {
    font-size: 5.2vw;
  }
}
#index_page .pageContentAll .inxProduct > .thisBox .contentBox .leftTitle .xuanchuan {
  font-size: clamp(12px, 0.9vw, 0.9vw);
  opacity: 0.7;
}
@media (max-width:1024px) {
  #index_page .pageContentAll .inxProduct > .thisBox .contentBox .leftTitle .xuanchuan {
    font-size: 3.6vw;
  }
}
#index_page .pageContentAll .inxProduct > .thisBox .contentBox .rightMiaoshu {
  position: absolute;
  right: 10vw;
  top: 6vw;
  width: 20vw;
}
@media (max-width:1024px) {
  #index_page .pageContentAll .inxProduct > .thisBox .contentBox .rightMiaoshu {
    display: none;
  }
}
#index_page .pageContentAll .inxProduct > .thisBox .contentBox .rightMiaoshu .biaoti {
  margin-bottom: 1vw;
  font-weight: bold;
  font-size: clamp(12px, 0.9vw, 0.9vw);
}
@media (max-width:1024px) {
  #index_page .pageContentAll .inxProduct > .thisBox .contentBox .rightMiaoshu .biaoti {
    font-size: 3.6vw;
  }
}
#index_page .pageContentAll .inxProduct > .thisBox .contentBox .rightMiaoshu .miaoshu {
  line-height: 2em;
}
#index_page .pageContentAll .inxSolution {
  position: relative;
}
#index_page .pageContentAll .inxSolution > .thisBox {
  position: relative;
  z-index: 2;
  padding-top: 6vw;
  padding-bottom: 2vw;
}
@media (max-width:1600px) {
  #index_page .pageContentAll .inxSolution > .thisBox {
    padding-top: 6vw;
  }
}
@media (max-width:1300px) {
  #index_page .pageContentAll .inxSolution > .thisBox {
    padding-top: 6vw;
  }
}
@media (max-width:1024px) {
  #index_page .pageContentAll .inxSolution > .thisBox {
    padding-top: 12vw;
  }
}
#index_page .pageContentAll .inxSolution > .thisBox .contentBox {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  flex-wrap: unset;
}
#index_page .pageContentAll .inxSolution > .thisBox .contentBox .topBox {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  flex-wrap: unset;
  padding-bottom: 2vw;
}
@media (max-width:1024px) {
  #index_page .pageContentAll .inxSolution > .thisBox .contentBox .topBox {
    width: 96%;
    margin: 0 auto;
  }
}
#index_page .pageContentAll .inxSolution > .thisBox .contentBox .topBox .def1 {
  max-width: 50vw;
  font-size: clamp(12px, 1.2vw, 1.2vw);
  color: #fff;
}
@media (max-width:1024px) {
  #index_page .pageContentAll .inxSolution > .thisBox .contentBox .topBox .def1 {
    font-size: 4vw;
  }
}
@media (max-width:1024px) {
  #index_page .pageContentAll .inxSolution > .thisBox .contentBox .topBox .def1 {
    width: 100%;
    max-width: 100%;
    text-align: center;
  }
}
#index_page .pageContentAll .inxSolution > .thisBox .contentBox .topBox .tabsBox {
  margin-top: 4vw;
}
@media (max-width:1024px) {
  #index_page .pageContentAll .inxSolution > .thisBox .contentBox .topBox .tabsBox {
    width: 100%;
  }
}
#index_page .pageContentAll .inxSolution > .thisBox .contentBox .topBox .tabsBox .ul {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  flex-wrap: unset;
  gap: 2vw;
}
@media (max-width:1024px) {
  #index_page .pageContentAll .inxSolution > .thisBox .contentBox .topBox .tabsBox .ul {
    width: 100%;
    gap: 0;
  }
}
@media (max-width:1024px) {
  #index_page .pageContentAll .inxSolution > .thisBox .contentBox .topBox .tabsBox .ul .li {
    flex: 1;
  }
}
#index_page .pageContentAll .inxSolution > .thisBox .contentBox .topBox .tabsBox .ul .li .box {
  cursor: pointer;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  flex-wrap: unset;
  padding: 1vw;
  width: 8vw;
  height: 10vw;
  transition-duration: 0.3s;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.56, -0.01, 0.04, 1);
  border-bottom-left-radius: 2vw;
  border-top-right-radius: 2vw;
}
@media (max-width:1024px) {
  #index_page .pageContentAll .inxSolution > .thisBox .contentBox .topBox .tabsBox .ul .li .box {
    padding: 2vw;
    height: 32vw;
    width: 100%;
  }
}
#index_page .pageContentAll .inxSolution > .thisBox .contentBox .topBox .tabsBox .ul .li .box .ico {
  width: 2vw;
  height: 2vw;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  flex-wrap: unset;
}
@media (max-width:1024px) {
  #index_page .pageContentAll .inxSolution > .thisBox .contentBox .topBox .tabsBox .ul .li .box .ico {
    width: 10vw;
    height: 10vw;
  }
}
#index_page .pageContentAll .inxSolution > .thisBox .contentBox .topBox .tabsBox .ul .li .box .ico i {
  font-size: clamp(12px, 1.7vw, 1.7vw);
  color: #fff;
}
@media (max-width:1024px) {
  #index_page .pageContentAll .inxSolution > .thisBox .contentBox .topBox .tabsBox .ul .li .box .ico i {
    font-size: 5.2vw;
  }
}
#index_page .pageContentAll .inxSolution > .thisBox .contentBox .topBox .tabsBox .ul .li .box .title {
  color: #fff;
  font-size: clamp(12px, 0.9vw, 0.9vw);
  margin: 0.6vw 0 1vw;
}
@media (max-width:1024px) {
  #index_page .pageContentAll .inxSolution > .thisBox .contentBox .topBox .tabsBox .ul .li .box .title {
    font-size: 3.6vw;
  }
}
@media (max-width:1024px) {
  #index_page .pageContentAll .inxSolution > .thisBox .contentBox .topBox .tabsBox .ul .li .box .title {
    font-size: 3vw;
    margin: 1vw 0 2vw;
    text-align: center;
  }
}
#index_page .pageContentAll .inxSolution > .thisBox .contentBox .topBox .tabsBox .ul .li .box .icon-xiangxia {
  color: #fff;
  font-weight: bold;
}
@media (max-width:1024px) {
  #index_page .pageContentAll .inxSolution > .thisBox .contentBox .topBox .tabsBox .ul .li .box .icon-xiangxia {
    font-size: 3vw;
  }
}
#index_page .pageContentAll .inxSolution > .thisBox .contentBox .topBox .tabsBox .ul .li.on .box {
  background-color: #e60013;
}
#index_page .pageContentAll .inxSolution > .thisBox .contentBox .bottomBox {
  background-color: #fff;
  width: 98vw;
  align-self: flex-end;
  padding: 6vw 0;
}
@media (max-width:1600px) {
  #index_page .pageContentAll .inxSolution > .thisBox .contentBox .bottomBox {
    padding: 6vw 0;
  }
}
@media (max-width:1300px) {
  #index_page .pageContentAll .inxSolution > .thisBox .contentBox .bottomBox {
    padding: 6vw 0;
  }
}
@media (max-width:1024px) {
  #index_page .pageContentAll .inxSolution > .thisBox .contentBox .bottomBox {
    padding: 12vw 0;
  }
}
@media (max-width:1024px) {
  #index_page .pageContentAll .inxSolution > .thisBox .contentBox .bottomBox {
    padding: 6vw 0;
  }
}
#index_page .pageContentAll .inxSolution > .thisBox .contentBox .bottomBox .coutBox .swiperBox #inxSolution {
  height: 26vw;
  width: 80%;
}
@media (max-width:1024px) {
  #index_page .pageContentAll .inxSolution > .thisBox .contentBox .bottomBox .coutBox .swiperBox #inxSolution {
    width: 90%;
    height: 180vw;
  }
}
#index_page .pageContentAll .inxSolution > .thisBox .contentBox .bottomBox .coutBox .swiperBox #inxSolution .swiper-slide .box {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  flex-wrap: unset;
  width: 100%;
  height: 100%;
  gap: 8vw;
}
@media (max-width:1024px) {
  #index_page .pageContentAll .inxSolution > .thisBox .contentBox .bottomBox .coutBox .swiperBox #inxSolution .swiper-slide .box {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
    flex-wrap: unset;
    gap: 4vw;
  }
}
#index_page .pageContentAll .inxSolution > .thisBox .contentBox .bottomBox .coutBox .swiperBox #inxSolution .swiper-slide .box .imgBox {
  width: 50%;
  height: 100%;
  overflow: hidden;
  border-bottom-left-radius: 6vw;
  border-top-right-radius: 6vw;
}
@media (max-width:1024px) {
  #index_page .pageContentAll .inxSolution > .thisBox .contentBox .bottomBox .coutBox .swiperBox #inxSolution .swiper-slide .box .imgBox {
    width: 100%;
    height: 40vw;
  }
}
#index_page .pageContentAll .inxSolution > .thisBox .contentBox .bottomBox .coutBox .swiperBox #inxSolution .swiper-slide .box .textBox {
  padding-top: 2vw;
  width: 50%;
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
  flex-wrap: unset;
  gap: 1vw;
}
@media (max-width:1024px) {
  #index_page .pageContentAll .inxSolution > .thisBox .contentBox .bottomBox .coutBox .swiperBox #inxSolution .swiper-slide .box .textBox {
    gap: 5vw;
    height: unset;
    width: 100%;
  }
}
#index_page .pageContentAll .inxSolution > .thisBox .contentBox .bottomBox .coutBox .swiperBox #inxSolution .swiper-slide .box .textBox .num {
  font-size: clamp(12px, 7.7vw, 7.7vw);
  color: #eee;
  font-family: 'en9';
  text-transform: uppercase;
  position: absolute;
  right: 0;
  top: 0;
}
@media (max-width:1024px) {
  #index_page .pageContentAll .inxSolution > .thisBox .contentBox .bottomBox .coutBox .swiperBox #inxSolution .swiper-slide .box .textBox .num {
    font-size: 17.2vw;
  }
}
#index_page .pageContentAll .inxSolution > .thisBox .contentBox .bottomBox .coutBox .swiperBox #inxSolution .swiper-slide .box .textBox .title {
  font-size: clamp(12px, 1.7vw, 1.7vw);
  color: #e60013;
}
@media (max-width:1024px) {
  #index_page .pageContentAll .inxSolution > .thisBox .contentBox .bottomBox .coutBox .swiperBox #inxSolution .swiper-slide .box .textBox .title {
    font-size: 5.2vw;
  }
}
#index_page .pageContentAll .inxSolution > .thisBox .contentBox .bottomBox .coutBox .swiperBox #inxSolution .swiper-slide .box .textBox .xian {
  width: 4vw;
  height: 2px;
  background-color: #e60013;
}
#index_page .pageContentAll .inxSolution > .thisBox .contentBox .bottomBox .coutBox .swiperBox #inxSolution .swiper-slide .box .textBox .neirong {
  margin-top: 1vw;
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  flex-wrap: unset;
  gap: 1vw;
}
@media (max-width:1024px) {
  #index_page .pageContentAll .inxSolution > .thisBox .contentBox .bottomBox .coutBox .swiperBox #inxSolution .swiper-slide .box .textBox .neirong {
    gap: 4vw;
  }
}
#index_page .pageContentAll .inxSolution > .thisBox .contentBox .bottomBox .coutBox .swiperBox #inxSolution .swiper-slide .box .textBox .neirong .one {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-start;
  flex-wrap: unset;
}
#index_page .pageContentAll .inxSolution > .thisBox .contentBox .bottomBox .coutBox .swiperBox #inxSolution .swiper-slide .box .textBox .neirong .one .ico {
  width: 2vw;
  height: 2vw;
}
@media (max-width:1024px) {
  #index_page .pageContentAll .inxSolution > .thisBox .contentBox .bottomBox .coutBox .swiperBox #inxSolution .swiper-slide .box .textBox .neirong .one .ico {
    width: 8vw;
    height: 8vw;
  }
}
#index_page .pageContentAll .inxSolution > .thisBox .contentBox .bottomBox .coutBox .swiperBox #inxSolution .swiper-slide .box .textBox .neirong .one .ico svg {
  width: 100%;
  height: 100%;
}
#index_page .pageContentAll .inxSolution > .thisBox .contentBox .bottomBox .coutBox .swiperBox #inxSolution .swiper-slide .box .textBox .neirong .one .oneText {
  padding-left: 1vw;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  flex-wrap: unset;
  gap: 0.4vw;
  width: calc(100% - 2vw);
}
@media (max-width:1024px) {
  #index_page .pageContentAll .inxSolution > .thisBox .contentBox .bottomBox .coutBox .swiperBox #inxSolution .swiper-slide .box .textBox .neirong .one .oneText {
    padding-left: 4vw;
  }
}
#index_page .pageContentAll .inxSolution > .thisBox .contentBox .bottomBox .coutBox .swiperBox #inxSolution .swiper-slide .box .textBox .neirong .one .oneText .name {
  font-weight: bold;
  color: #e60013;
  font-size: clamp(12px, 0.9vw, 0.9vw);
}
@media (max-width:1024px) {
  #index_page .pageContentAll .inxSolution > .thisBox .contentBox .bottomBox .coutBox .swiperBox #inxSolution .swiper-slide .box .textBox .neirong .one .oneText .name {
    font-size: 3.6vw;
  }
}
@media (max-width:1024px) {
  #index_page .pageContentAll .inxSolution > .thisBox .contentBox .bottomBox .coutBox .swiperBox #inxSolution .swiper-slide .box .textBox .neirong .one .oneText .name {
    font-size: 4vw;
  }
}
#index_page .pageContentAll .inxSolution > .thisBox .contentBox .bottomBox .coutBox .swiperBox #inxSolution .swiper-slide .box .textBox .neirong .one .oneText .txt {
  line-height: 2em;
}
#index_page .pageContentAll .inxSolution .bgImg {
  z-index: 1;
  opacity: 0.2;

}
#index_page .pageContentAll .inxSolution::after {
  content: '';
  position: absolute;
  display: block;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: #000;
}
#index_page .pageContentAll .inxNews > .thisBox {
  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: 75%;
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 2vw;
}
@media (max-width:1024px) {
  #index_page .pageContentAll .inxNews > .thisBox .contentBox {
    width: 86%;
  }
}
@media (max-width:1024px) {
  #index_page .pageContentAll .inxNews > .thisBox .contentBox {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    grid-gap: 6vw;
  }
}
#index_page .pageContentAll .inxNews > .thisBox .contentBox .aBox .textBox .title {
  font-size: clamp(12px, 1.2vw, 1.2vw);
  font-weight: bold;
  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 .inxNews > .thisBox .contentBox .aBox .textBox .title {
    font-size: 4vw;
  }
}
#index_page .pageContentAll .inxNews > .thisBox .contentBox .aBox .textBox .info {
  width: 100%;
  opacity: 0.6;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  flex-wrap: unset;
}
#index_page .pageContentAll .inxNews > .thisBox .contentBox .aBox:hover .imgBox img {
  transform: scale(1.1);
}
#index_page .pageContentAll .inxNews > .thisBox .contentBox .aBox:hover .title {
  color: #e60013;
}
#index_page .pageContentAll .inxNews > .thisBox .contentBox .oneBox {
  overflow: hidden;
  height: 30vw;
  background-color: #f8f8f8;
  border-radius: 2vw;
}
@media (max-width:1024px) {
  #index_page .pageContentAll .inxNews > .thisBox .contentBox .oneBox {
    height: unset;
  }
}
#index_page .pageContentAll .inxNews > .thisBox .contentBox .oneBox.one .aBox .imgBox {
  overflow: hidden;
  width: 100%;
  height: 16vw;
}
@media (max-width:1024px) {
  #index_page .pageContentAll .inxNews > .thisBox .contentBox .oneBox.one .aBox .imgBox {
    height: 50vw;
  }
}
#index_page .pageContentAll .inxNews > .thisBox .contentBox .oneBox.one .aBox .imgBox img {
  transition-duration: 0.8s;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.56, -0.01, 0.04, 1);
}
#index_page .pageContentAll .inxNews > .thisBox .contentBox .oneBox.one .aBox .textBox {
  padding: 2vw;
  height: calc(100% - 16vw);
  width: 100%;
}
@media (max-width:1024px) {
  #index_page .pageContentAll .inxNews > .thisBox .contentBox .oneBox.one .aBox .textBox {
    padding: 6vw;
    height: unset;
  }
}
#index_page .pageContentAll .inxNews > .thisBox .contentBox .oneBox.one .aBox .textBox .info {
  margin: 1.3vw 0;
}
@media (max-width:1024px) {
  #index_page .pageContentAll .inxNews > .thisBox .contentBox .oneBox.one .aBox .textBox .info {
    margin: 3vw 0;
  }
}
#index_page .pageContentAll .inxNews > .thisBox .contentBox .oneBox.one .aBox .textBox .description {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  font-size: clamp(12px, 0.9vw, 0.9vw);
  line-height: 1.6em;
}
@media (max-width:1024px) {
  #index_page .pageContentAll .inxNews > .thisBox .contentBox .oneBox.one .aBox .textBox .description {
    font-size: 3.6vw;
  }
}
#index_page .pageContentAll .inxNews > .thisBox .contentBox .oneBox.more {
  padding: 3vw;
}
@media (max-width:1024px) {
  #index_page .pageContentAll .inxNews > .thisBox .contentBox .oneBox.more {
    padding: 6vw;
  }
}
#index_page .pageContentAll .inxNews > .thisBox .contentBox .oneBox.more .ul {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  flex-wrap: unset;
  gap: 1.5vw;
}
@media (max-width:1024px) {
  #index_page .pageContentAll .inxNews > .thisBox .contentBox .oneBox.more .ul {
    gap: 5vw;
  }
}
#index_page .pageContentAll .inxNews > .thisBox .contentBox .oneBox.more .ul .li {
  width: 100%;
}
#index_page .pageContentAll .inxNews > .thisBox .contentBox .oneBox.more .ul .li .aBox {
  width: 100%;
}
#index_page .pageContentAll .inxNews > .thisBox .contentBox .oneBox.more .ul .li .aBox .textBox {
  width: 100%;
}
#index_page .pageContentAll .inxNews > .thisBox .contentBox .oneBox.more .ul .li .aBox .info {
  margin-top: 1vw;
  width: 100%;
}
#news_page .pageContentAll .pageContent .newsList > .thisBox .contentBox {
  width: 75%;
  margin: 0 auto;
}
@media (max-width:1024px) {
  #news_page .pageContentAll .pageContent .newsList > .thisBox .contentBox {
    width: 86%;
  }
}
#news_page .pageContentAll .pageContent .newsList > .thisBox .contentBox .ul {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  flex-wrap: unset;
  gap: 2vw;
  width: 100%;
}
#news_page .pageContentAll .pageContent .newsList > .thisBox .contentBox .ul .li {
  width: 100%;
}
#news_page .pageContentAll .pageContent .newsList > .thisBox .contentBox .ul .li .aBox {
  background-color: #fff;
  border-radius: 1.4vw;
  width: 100%;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  flex-wrap: unset;
  padding: 1.6vw;
  height: 16vw;
}
@media (max-width:1024px) {
  #news_page .pageContentAll .pageContent .newsList > .thisBox .contentBox .ul .li .aBox {
    height: unset;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    flex-wrap: unset;
  }
}
#news_page .pageContentAll .pageContent .newsList > .thisBox .contentBox .ul .li .aBox .imgBoxAll {
  height: 100%;
  border-radius: 1vw;
  overflow: hidden;
  width: 20vw;
}
@media (max-width:1024px) {
  #news_page .pageContentAll .pageContent .newsList > .thisBox .contentBox .ul .li .aBox .imgBoxAll {
    width: 100%;
    height: 50vw;
  }
}
#news_page .pageContentAll .pageContent .newsList > .thisBox .contentBox .ul .li .aBox .imgBoxAll .imgBox {
  transition-duration: 0.8s;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.56, -0.01, 0.04, 1);
  width: 100%;
  height: 100%;
}
#news_page .pageContentAll .pageContent .newsList > .thisBox .contentBox .ul .li .aBox .textBoxAll {
  padding-left: 4vw;
  width: calc(100% - 20vw);
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  flex-wrap: unset;
}
@media (max-width:1024px) {
  #news_page .pageContentAll .pageContent .newsList > .thisBox .contentBox .ul .li .aBox .textBoxAll {
    width: 100%;
    padding: 6vw;
  }
}
#news_page .pageContentAll .pageContent .newsList > .thisBox .contentBox .ul .li .aBox .textBoxAll .title {
  font-size: clamp(12px, 1.3vw, 1.3vw);
  margin-bottom: 2vw;
  font-weight: bold;
  transition-duration: 0.3s;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.56, -0.01, 0.04, 1);
}
@media (max-width:1024px) {
  #news_page .pageContentAll .pageContent .newsList > .thisBox .contentBox .ul .li .aBox .textBoxAll .title {
    font-size: 4.4vw;
  }
}
#news_page .pageContentAll .pageContent .newsList > .thisBox .contentBox .ul .li .aBox .textBoxAll .description {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  font-size: clamp(12px, 0.9vw, 0.9vw);
  line-height: 1.6em;
  opacity: 0.9;
  display: none;
}
@media (max-width:1024px) {
  #news_page .pageContentAll .pageContent .newsList > .thisBox .contentBox .ul .li .aBox .textBoxAll .description {
    font-size: 3.6vw;
  }
}
#news_page .pageContentAll .pageContent .newsList > .thisBox .contentBox .ul .li .aBox .textBoxAll .info {
  margin-bottom: 1vw;
  opacity: 0.6;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  flex-wrap: unset;
  gap: 2vw;
}
#news_page .pageContentAll .pageContent .newsList > .thisBox .contentBox .ul .li .aBox .textBoxAll .readMore {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  flex-wrap: unset;
  gap: 1vw;
  padding: 0.4vw;
  border: 1px solid #ddd;
  border-radius: 2vw;
  padding-right: 2vw;
  transition-duration: 0.8s;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.56, -0.01, 0.04, 1);
}
@media (max-width:1024px) {
  #news_page .pageContentAll .pageContent .newsList > .thisBox .contentBox .ul .li .aBox .textBoxAll .readMore {
    margin-top: 4vw;
    gap: 2vw;
    padding: 1vw 0;
    width: 100%;
  }
}
#news_page .pageContentAll .pageContent .newsList > .thisBox .contentBox .ul .li .aBox .textBoxAll .readMore .ico {
  width: 2.2vw;
  height: 2.2vw;
  background-color: #e60013;
  border-radius: 50%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  flex-wrap: unset;
  transition-duration: 0.8s;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.56, -0.01, 0.04, 1);
}
@media (max-width:1024px) {
  #news_page .pageContentAll .pageContent .newsList > .thisBox .contentBox .ul .li .aBox .textBoxAll .readMore .ico {
    width: 6vw;
    height: 6vw;
  }
}
#news_page .pageContentAll .pageContent .newsList > .thisBox .contentBox .ul .li .aBox .textBoxAll .readMore .ico i {
  color: #fff;
  transition-duration: 0.8s;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.56, -0.01, 0.04, 1);
}
@media (max-width:1024px) {
  #news_page .pageContentAll .pageContent .newsList > .thisBox .contentBox .ul .li .aBox .textBoxAll .readMore .ico i {
    font-size: 3vw;
  }
}
#news_page .pageContentAll .pageContent .newsList > .thisBox .contentBox .ul .li .aBox .textBoxAll .readMore .txt {
  color: #e60013;
  transition-duration: 0.8s;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.56, -0.01, 0.04, 1);
}
@media (max-width:1024px) {
  #news_page .pageContentAll .pageContent .newsList > .thisBox .contentBox .ul .li .aBox .textBoxAll .readMore {
    background-color: #e60013;
  }
  #news_page .pageContentAll .pageContent .newsList > .thisBox .contentBox .ul .li .aBox .textBoxAll .readMore .ico {
    background-color: #fff;
  }
  #news_page .pageContentAll .pageContent .newsList > .thisBox .contentBox .ul .li .aBox .textBoxAll .readMore .ico i {
    color: #e60013;
  }
  #news_page .pageContentAll .pageContent .newsList > .thisBox .contentBox .ul .li .aBox .textBoxAll .readMore .txt {
    color: #fff;
  }
}
#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: #e60013;
}
#news_page .pageContentAll .pageContent .newsList > .thisBox .contentBox .ul .li .aBox:hover .textBoxAll .readMore {
  background-color: #e60013;
}
#news_page .pageContentAll .pageContent .newsList > .thisBox .contentBox .ul .li .aBox:hover .textBoxAll .readMore .ico {
  background-color: #fff;
}
#news_page .pageContentAll .pageContent .newsList > .thisBox .contentBox .ul .li .aBox:hover .textBoxAll .readMore .ico i {
  color: #e60013;
}
#news_page .pageContentAll .pageContent .newsList > .thisBox .contentBox .ul .li .aBox:hover .textBoxAll .readMore .txt {
  color: #fff;
}
#video_page .pageContentAll .pageContent .videoList > .thisBox .contentBox {
  width: 75%;
  margin: 0 auto;
}
@media (max-width:1024px) {
  #video_page .pageContentAll .pageContent .videoList > .thisBox .contentBox {
    width: 86%;
  }
}
#video_page .pageContentAll .pageContent .videoList > .thisBox .contentBox .ul {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-gap: 2vw;
}
@media (max-width:1024px) {
  #video_page .pageContentAll .pageContent .videoList > .thisBox .contentBox .ul {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    grid-gap: 6vw;
  }
}
#video_page .pageContentAll .pageContent .videoList > .thisBox .contentBox .ul .li .openVideo {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  flex-wrap: unset;
}
#video_page .pageContentAll .pageContent .videoList > .thisBox .contentBox .ul .li .openVideo .imgBox {
  border-radius: 1.4vw;
  overflow: hidden;
  position: relative;
  height: 20vw;
  width: 100%;
}
@media (max-width:1024px) {
  #video_page .pageContentAll .pageContent .videoList > .thisBox .contentBox .ul .li .openVideo .imgBox {
    height: 50vw;
  }
}
#video_page .pageContentAll .pageContent .videoList > .thisBox .contentBox .ul .li .openVideo .imgBox .targetImg {
  width: 100%;
  height: 100%;
}
#video_page .pageContentAll .pageContent .videoList > .thisBox .contentBox .ul .li .openVideo .imgBox .bofangBtn {
  position: absolute;
  top: 0;
  z-index: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  flex-wrap: unset;
  transition-duration: 0.8s;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.56, -0.01, 0.04, 1);
  left: calc(50% - 1.5vw);
  top: calc(50% - 1.5vw);
  width: 3vw;
  height: 3vw;
  background-color: #e60013;
  border-radius: 50%;
}
#video_page .pageContentAll .pageContent .videoList > .thisBox .contentBox .ul .li .openVideo .imgBox .bofangBtn i {
  color: #fff;
  font-size: clamp(12px, 1.3vw, 1.3vw);
  transform: translateX(0.1vw);
}
@media (max-width:1024px) {
  #video_page .pageContentAll .pageContent .videoList > .thisBox .contentBox .ul .li .openVideo .imgBox .bofangBtn i {
    font-size: 4.4vw;
  }
}
#video_page .pageContentAll .pageContent .videoList > .thisBox .contentBox .ul .li .openVideo .imgBox::after {
  content: '';
  position: absolute;
  display: block;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.3);
}
#video_page .pageContentAll .pageContent .videoList > .thisBox .contentBox .ul .li .openVideo .title {
  margin-top: 0.4vw;
  text-align: center;
  font-size: clamp(12px, 0.9vw, 0.9vw);
}
@media (max-width:1024px) {
  #video_page .pageContentAll .pageContent .videoList > .thisBox .contentBox .ul .li .openVideo .title {
    font-size: 3.6vw;
  }
}
#video_page .pageContentAll .pageContent .videoList > .thisBox .contentBox .ul .li .openVideo:hover .imgBox .bofangBtn {
  transform: scale(1.1);
}
#solution_page .pageContentAll .pageContent .solutionTop > .thisBox .contentBox {
  width: 75%;
  margin: 0 auto;
}
@media (max-width:1024px) {
  #solution_page .pageContentAll .pageContent .solutionTop > .thisBox .contentBox {
    width: 86%;
  }
}
#solution_page .pageContentAll .pageContent .solutionTop > .thisBox .contentBox .ul {
  flex-direction: column;
  align-items: center;
  gap: 4vw;
  width: 100%;
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  justify-content: center;
  flex-wrap: unset;
}
#solution_page .pageContentAll .pageContent .solutionTop > .thisBox .contentBox .ul .li {
  width: 100%;
}
#solution_page .pageContentAll .pageContent .solutionTop > .thisBox .contentBox .ul .li .box {
  position: relative;
  border-radius: 2vw;
  overflow: hidden;
  width: 100%;
  height: 30vw;
}
@media (max-width:1024px) {
  #solution_page .pageContentAll .pageContent .solutionTop > .thisBox .contentBox .ul .li .box {
    height: unset;
  }
}
#solution_page .pageContentAll .pageContent .solutionTop > .thisBox .contentBox .ul .li .box .imgBox {
  position: relative;
  width: 100%;
  height: 100%;
  opacity: 0.1;
  transition-duration: 0.8s;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.56, -0.01, 0.04, 1);
}
@media (max-width:1024px) {
  #solution_page .pageContentAll .pageContent .solutionTop > .thisBox .contentBox .ul .li .box .imgBox {
    position: absolute;
    top: 0;
  }
}
#solution_page .pageContentAll .pageContent .solutionTop > .thisBox .contentBox .ul .li .box .imgBox img {
  height: calc(100% + 2vw);
  transform: translateY(-2vw);
  transition-duration: 0.8s;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.56, -0.01, 0.04, 1);
}
#solution_page .pageContentAll .pageContent .solutionTop > .thisBox .contentBox .ul .li .box .imgBox::after {
  content: '';
  position: absolute;
  display: block;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  opacity: 0;
  transition-duration: 0.8s;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.56, -0.01, 0.04, 1);
}
#solution_page .pageContentAll .pageContent .solutionTop > .thisBox .contentBox .ul .li .box .textBox {
  position: absolute;
  bottom: 0;
  padding: 4vw;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  flex-wrap: unset;
  gap: 1vw;
}
@media (max-width:1024px) {
  #solution_page .pageContentAll .pageContent .solutionTop > .thisBox .contentBox .ul .li .box .textBox {
    position: relative;
  }
}
#solution_page .pageContentAll .pageContent .solutionTop > .thisBox .contentBox .ul .li .box .textBox .num {
  font-size: clamp(12px, 4.7vw, 4.7vw);
  font-weight: bold;
  transition-duration: 0.8s;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.56, -0.01, 0.04, 1);
  color: #ccc;
}
@media (max-width:1024px) {
  #solution_page .pageContentAll .pageContent .solutionTop > .thisBox .contentBox .ul .li .box .textBox .num {
    font-size: 11.2vw;
  }
}
#solution_page .pageContentAll .pageContent .solutionTop > .thisBox .contentBox .ul .li .box .textBox .title {
  font-size: clamp(12px, 1.7vw, 1.7vw);
  font-weight: bold;
  margin-bottom: 4vw;
  transition-duration: 0.8s;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.56, -0.01, 0.04, 1);
}
@media (max-width:1024px) {
  #solution_page .pageContentAll .pageContent .solutionTop > .thisBox .contentBox .ul .li .box .textBox .title {
    font-size: 5.2vw;
  }
}
#solution_page .pageContentAll .pageContent .solutionTop > .thisBox .contentBox .ul .li .box .textBox .miaoshu p {
  font-size: clamp(12px, 1vw, 1vw);
  line-height: 2em;
  transition-duration: 0.8s;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.56, -0.01, 0.04, 1);
}
@media (max-width:1024px) {
  #solution_page .pageContentAll .pageContent .solutionTop > .thisBox .contentBox .ul .li .box .textBox .miaoshu p {
    font-size: 3.8vw;
  }
}
#solution_page .pageContentAll .pageContent .solutionTop > .thisBox .contentBox .ul .li .box:hover .imgBox {
  opacity: 1;
}
#solution_page .pageContentAll .pageContent .solutionTop > .thisBox .contentBox .ul .li .box:hover .imgBox img {
  height: calc(100% + 2vw);
  transform: translateY(0);
}
#solution_page .pageContentAll .pageContent .solutionTop > .thisBox .contentBox .ul .li .box:hover .imgBox::after {
  opacity: 1;
}
#solution_page .pageContentAll .pageContent .solutionTop > .thisBox .contentBox .ul .li .box:hover .textBox .title {
  color: #fff;
}
#solution_page .pageContentAll .pageContent .solutionTop > .thisBox .contentBox .ul .li .box:hover .textBox .miaoshu p {
  color: #fff;
}
@media (max-width:1024px) {
  #solution_page .pageContentAll .pageContent .solutionTop > .thisBox .contentBox .ul {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    flex-wrap: unset;
  }
}
#solution_page .pageContentAll .pageContent .solutionTop > .thisBox .contentBox .ul .li {
  width: unset;
}
@media (max-width:1024px) {
  #solution_page .pageContentAll .pageContent .solutionTop > .thisBox .contentBox .ul .li {
    width: 100%;
  }
}
#solution_page .pageContentAll .pageContent .solutionTop > .thisBox .contentBox .ul .li .box {
  width: 34vw;
  height: 40vw;
}
@media (max-width:1024px) {
  #solution_page .pageContentAll .pageContent .solutionTop > .thisBox .contentBox .ul .li .box {
    width: 100%;
    height: unset;
  }
}
#solution_page .pageContentAll .pageContent .solutionTop > .thisBox .contentBox .ul .li .box .textBox .miaoshu {
  font-size: clamp(12px, 1vw, 1vw);
  line-height: 2em;
  transition-duration: 0.8s;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.56, -0.01, 0.04, 1);
}
@media (max-width:1024px) {
  #solution_page .pageContentAll .pageContent .solutionTop > .thisBox .contentBox .ul .li .box .textBox .miaoshu {
    font-size: 3.8vw;
  }
}
#solution_page .pageContentAll .pageContent .solutionTop > .thisBox .contentBox .ul .li .box:hover .textBox .miaoshu {
  color: #eee;
}
#solution_page .pageContentAll .pageContent .solutionList > .thisBox {
  padding-top: 6vw;
}
@media (max-width:1600px) {
  #solution_page .pageContentAll .pageContent .solutionList > .thisBox {
    padding-top: 6vw;
  }
}
@media (max-width:1300px) {
  #solution_page .pageContentAll .pageContent .solutionList > .thisBox {
    padding-top: 6vw;
  }
}
@media (max-width:1024px) {
  #solution_page .pageContentAll .pageContent .solutionList > .thisBox {
    padding-top: 12vw;
  }
}
#solution_page .pageContentAll .pageContent .solutionList > .thisBox .contentBox .ul .li .box {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  flex-wrap: unset;
  gap: 5vw;
  width: 75%;
  margin: 0 auto;
  padding: 6vw 0;
}
@media (max-width:1024px) {
  #solution_page .pageContentAll .pageContent .solutionList > .thisBox .contentBox .ul .li .box {
    width: 86%;
  }
}
@media (max-width:1600px) {
  #solution_page .pageContentAll .pageContent .solutionList > .thisBox .contentBox .ul .li .box {
    padding: 6vw 0;
  }
}
@media (max-width:1300px) {
  #solution_page .pageContentAll .pageContent .solutionList > .thisBox .contentBox .ul .li .box {
    padding: 6vw 0;
  }
}
@media (max-width:1024px) {
  #solution_page .pageContentAll .pageContent .solutionList > .thisBox .contentBox .ul .li .box {
    padding: 12vw 0;
  }
}
#solution_page .pageContentAll .pageContent .solutionList > .thisBox .contentBox .ul .li .box .textBox {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  flex-wrap: unset;
  gap: 2vw;
}
#solution_page .pageContentAll .pageContent .solutionList > .thisBox .contentBox .ul .li .box .textBox .num {
  position: absolute;
  left: 50%;
  top: 3vw;
  transform: translateX(-50%);
  font-size: clamp(12px, 6.7vw, 6.7vw);
  opacity: 0.06;
  font-weight: bold;
  font-family: 'en9';
  text-transform: uppercase;
}
@media (max-width:1024px) {
  #solution_page .pageContentAll .pageContent .solutionList > .thisBox .contentBox .ul .li .box .textBox .num {
    font-size: 15.2vw;
  }
}
#solution_page .pageContentAll .pageContent .solutionList > .thisBox .contentBox .ul .li .box .textBox .title {
  font-size: clamp(12px, 1.9vw, 1.9vw);
  font-weight: bold;
}
@media (max-width:1024px) {
  #solution_page .pageContentAll .pageContent .solutionList > .thisBox .contentBox .ul .li .box .textBox .title {
    font-size: 5.6vw;
  }
}
#solution_page .pageContentAll .pageContent .solutionList > .thisBox .contentBox .ul .li .box .textBox .neirong {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  justify-content: center;
  flex-wrap: unset;
  gap: 4vw;
}
@media (max-width:1024px) {
  #solution_page .pageContentAll .pageContent .solutionList > .thisBox .contentBox .ul .li .box .textBox .neirong {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    flex-wrap: unset;
  }
}
#solution_page .pageContentAll .pageContent .solutionList > .thisBox .contentBox .ul .li .box .textBox .neirong .one {
  position: relative;
  flex: 1;
  gap: 1vw;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  flex-wrap: unset;
}
@media (max-width:1024px) {
  #solution_page .pageContentAll .pageContent .solutionList > .thisBox .contentBox .ul .li .box .textBox .neirong .one {
    width: 100%;
  }
}
#solution_page .pageContentAll .pageContent .solutionList > .thisBox .contentBox .ul .li .box .textBox .neirong .one .ico {
  width: 3vw;
  height: 3vw;
}
@media (max-width:1024px) {
  #solution_page .pageContentAll .pageContent .solutionList > .thisBox .contentBox .ul .li .box .textBox .neirong .one .ico {
    width: 12vw;
    height: 12vw;
  }
}
#solution_page .pageContentAll .pageContent .solutionList > .thisBox .contentBox .ul .li .box .textBox .neirong .one .oneText {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  flex-wrap: unset;
  gap: 1vw;
}
#solution_page .pageContentAll .pageContent .solutionList > .thisBox .contentBox .ul .li .box .textBox .neirong .one .oneText .name {
  font-size: clamp(12px, 1.1vw, 1.1vw);
  font-weight: bold;
}
@media (max-width:1024px) {
  #solution_page .pageContentAll .pageContent .solutionList > .thisBox .contentBox .ul .li .box .textBox .neirong .one .oneText .name {
    font-size: 4vw;
  }
}
@media (max-width:1024px) {
  #solution_page .pageContentAll .pageContent .solutionList > .thisBox .contentBox .ul .li .box .textBox .neirong .one .oneText .name {
    font-size: 4.8vw;
  }
}
#solution_page .pageContentAll .pageContent .solutionList > .thisBox .contentBox .ul .li .box .textBox .neirong .one .oneText .txt {
  line-height: 2em;
  text-align: center;
}
#solution_page .pageContentAll .pageContent .solutionList > .thisBox .contentBox .ul .li .box .textBox .neirong .one::before {
  content: '';
  position: absolute;
  display: block;
  left: -2vw;
  height: 10vw;
  top: 2vw;
  border-left: 1px solid rgba(0, 0, 0, 0.1);
}
#solution_page .pageContentAll .pageContent .solutionList > .thisBox .contentBox .ul .li .box .textBox .neirong .one:first-child::before {
  border: none;
}
#solution_page .pageContentAll .pageContent .solutionList > .thisBox .contentBox .ul .li .box .imgBoxAll {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  flex-wrap: unset;
  gap: 2vw;
}
@media (max-width:1024px) {
  #solution_page .pageContentAll .pageContent .solutionList > .thisBox .contentBox .ul .li .box .imgBoxAll {
    width: 100%;
  }
}
#solution_page .pageContentAll .pageContent .solutionList > .thisBox .contentBox .ul .li .box .imgBoxAll .imgBox {
  width: 20vw;
  height: 12vw;
  overflow: hidden;
  border-bottom-left-radius: 2vw;
  border-top-right-radius: 2vw;
}
@media (max-width:1024px) {
  #solution_page .pageContentAll .pageContent .solutionList > .thisBox .contentBox .ul .li .box .imgBoxAll .imgBox {
    flex: 1;
    height: unset;
    aspect-ratio: 1.5;
  }
}
#solution_page .pageContentAll .pageContent .solutionList > .thisBox .contentBox .ul .li:nth-child(odd) {
  background-color: #fff;
}
#product_page .pageContentAll .pageContent .productList > .thisBox .contentBox {
  padding: 3vw;
  border-radius: 2vw;
  background-color: #fff;
  width: 85%;
  margin: 0 auto;
}
@media (max-width:1024px) {
  #product_page .pageContentAll .pageContent .productList > .thisBox .contentBox {
    width: 86%;
  }
}
#product_page .pageContentAll .pageContent .productList > .thisBox .contentBox .ul {
  display: flex;
  flex-wrap: wrap;
  gap: 2vw;
}
#product_page .pageContentAll .pageContent .productList > .thisBox .contentBox .ul li {
  flex: unset;
  width: calc(100% / 3 - (3 - 1) * 2vw / 3);
}
@media (max-width:1024px) {
  #product_page .pageContentAll .pageContent .productList > .thisBox .contentBox .ul {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    flex-wrap: unset;
    gap: 6vw;
  }
}
@media (max-width:1024px) {
  #product_page .pageContentAll .pageContent .productList > .thisBox .contentBox .ul .li {
    width: 100%;
  }
}
#product_page .pageContentAll .pageContent .productList > .thisBox .contentBox .ul .li .aBox {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  flex-wrap: unset;
  gap: 0.6vw;
}
@media (max-width:1024px) {
  #product_page .pageContentAll .pageContent .productList > .thisBox .contentBox .ul .li .aBox {
    gap: 2vw;
  }
}
#product_page .pageContentAll .pageContent .productList > .thisBox .contentBox .ul .li .aBox .imgBox {
  overflow: hidden;
  border-radius: 1vw;
}
@media (max-width:1024px) {
  #product_page .pageContentAll .pageContent .productList > .thisBox .contentBox .ul .li .aBox .imgBox {
    height: 50vw;
  }
}
#product_page .pageContentAll .pageContent .productList > .thisBox .contentBox .ul .li .aBox .imgBox img {
  transition-duration: 0.8s;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.56, -0.01, 0.04, 1);
}
#product_page .pageContentAll .pageContent .productList > .thisBox .contentBox .ul .li .aBox .title {
  font-size: clamp(12px, 0.9vw, 0.9vw);
  transition-duration: 0.8s;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.56, -0.01, 0.04, 1);
}
@media (max-width:1024px) {
  #product_page .pageContentAll .pageContent .productList > .thisBox .contentBox .ul .li .aBox .title {
    font-size: 3.6vw;
  }
}
@media (max-width:1024px) {
  #product_page .pageContentAll .pageContent .productList > .thisBox .contentBox .ul .li .aBox .title {
    font-size: 4vw;
  }
}
#product_page .pageContentAll .pageContent .productList > .thisBox .contentBox .ul .li .aBox:hover .imgBox img {
  transform: scale(1.1);
}
#product_page .pageContentAll .pageContent .productList > .thisBox .contentBox .ul .li .aBox:hover .title {
  color: #e60013;
}
#contact_info_page .pageContentAll .pageContent .contactInfo > .thisBox .contentBox {
  width: 75%;
  margin: 0 auto;
}
@media (max-width:1024px) {
  #contact_info_page .pageContentAll .pageContent .contactInfo > .thisBox .contentBox {
    width: 86%;
  }
}
#contact_info_page .pageContentAll .pageContent .contactInfo > .thisBox .contentBox .ul {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  flex-wrap: unset;
}
@media (max-width:1024px) {
  #contact_info_page .pageContentAll .pageContent .contactInfo > .thisBox .contentBox .ul {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    flex-wrap: unset;
  }
}
#contact_info_page .pageContentAll .pageContent .contactInfo > .thisBox .contentBox .ul .li {
  flex: 1;
  border-left: 1px dashed #ccc;
}
@media (max-width:1024px) {
  #contact_info_page .pageContentAll .pageContent .contactInfo > .thisBox .contentBox .ul .li {
    width: 100%;
    border-left: none;
    border-top: 1px dashed #ccc;
  }
}
#contact_info_page .pageContentAll .pageContent .contactInfo > .thisBox .contentBox .ul .li .box {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  flex-wrap: unset;
  gap: 1vw;
}
@media (max-width:1024px) {
  #contact_info_page .pageContentAll .pageContent .contactInfo > .thisBox .contentBox .ul .li .box {
    padding: 10vw 0;
    gap: 3vw;
  }
}
#contact_info_page .pageContentAll .pageContent .contactInfo > .thisBox .contentBox .ul .li .box .card {
  perspective: 1000px;
}
#contact_info_page .pageContentAll .pageContent .contactInfo > .thisBox .contentBox .ul .li .box .card .inner {
  position: relative;
  width: 4vw;
  height: 4vw;
  transition-duration: 0.8s;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.56, -0.01, 0.04, 1);
  transform-style: preserve-3d;
}
@media (max-width:1024px) {
  #contact_info_page .pageContentAll .pageContent .contactInfo > .thisBox .contentBox .ul .li .box .card .inner {
    width: 16vw;
    height: 16vw;
  }
}
#contact_info_page .pageContentAll .pageContent .contactInfo > .thisBox .contentBox .ul .li .box .card .inner > div {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  backface-visibility: hidden;
}
#contact_info_page .pageContentAll .pageContent .contactInfo > .thisBox .contentBox .ul .li .box .card .inner > div .ico {
  width: 100%;
  height: 100%;
  border-radius: 50%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  flex-wrap: unset;
}
#contact_info_page .pageContentAll .pageContent .contactInfo > .thisBox .contentBox .ul .li .box .card .inner > div .ico i {
  font-size: clamp(12px, 1.7vw, 1.7vw);
}
@media (max-width:1024px) {
  #contact_info_page .pageContentAll .pageContent .contactInfo > .thisBox .contentBox .ul .li .box .card .inner > div .ico i {
    font-size: 5.2vw;
  }
}
@media (max-width:1024px) {
  #contact_info_page .pageContentAll .pageContent .contactInfo > .thisBox .contentBox .ul .li .box .card .inner > div .ico i {
    font-size: 7vw;
  }
}
#contact_info_page .pageContentAll .pageContent .contactInfo > .thisBox .contentBox .ul .li .box .card .inner > div.front {
  background-color: #f8f8f8;
}
#contact_info_page .pageContentAll .pageContent .contactInfo > .thisBox .contentBox .ul .li .box .card .inner > div.front .ico {
  border: 1px solid #ccc;
}
#contact_info_page .pageContentAll .pageContent .contactInfo > .thisBox .contentBox .ul .li .box .card .inner > div.front .ico i {
  color: #999;
}
#contact_info_page .pageContentAll .pageContent .contactInfo > .thisBox .contentBox .ul .li .box .card .inner > div.back {
  transform: rotateY(180deg);
}
#contact_info_page .pageContentAll .pageContent .contactInfo > .thisBox .contentBox .ul .li .box .card .inner > div.back .ico {
  background-color: #e60013;
}
#contact_info_page .pageContentAll .pageContent .contactInfo > .thisBox .contentBox .ul .li .box .card .inner > div.back .ico i {
  color: #fff;
}
#contact_info_page .pageContentAll .pageContent .contactInfo > .thisBox .contentBox .ul .li .box .title {
  font-size: clamp(12px, 1.3vw, 1.3vw);
}
@media (max-width:1024px) {
  #contact_info_page .pageContentAll .pageContent .contactInfo > .thisBox .contentBox .ul .li .box .title {
    font-size: 4.4vw;
  }
}
#contact_info_page .pageContentAll .pageContent .contactInfo > .thisBox .contentBox .ul .li .box .xian {
  width: 2vw;
  height: 2px;
  background-color: #999;
}
#contact_info_page .pageContentAll .pageContent .contactInfo > .thisBox .contentBox .ul .li .box .cout {
  font-size: clamp(12px, 0.9vw, 0.9vw);
}
@media (max-width:1024px) {
  #contact_info_page .pageContentAll .pageContent .contactInfo > .thisBox .contentBox .ul .li .box .cout {
    font-size: 3.6vw;
  }
}
@media (max-width:1024px) {
  #contact_info_page .pageContentAll .pageContent .contactInfo > .thisBox .contentBox .ul .li .box .cout {
    font-size: 4vw;
  }
}
#contact_info_page .pageContentAll .pageContent .contactInfo > .thisBox .contentBox .ul .li .box:hover .card .inner {
  transform: rotateY(180deg);
}
#contact_info_page .pageContentAll .pageContent .contactInfo > .thisBox .contentBox .ul .li:last-child {
  border-right: 1px dashed #ccc;
}
@media (max-width:1024px) {
  #contact_info_page .pageContentAll .pageContent .contactInfo > .thisBox .contentBox .ul .li:last-child {
    border-right: none;
    border-bottom: 1px dashed #ccc;
  }
}
#contact_message_page .pageContentAll .pageContent .message > .thisBox .posiFormBox {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  flex-wrap: unset;
  width: 75%;
  margin: 0 auto;
}
@media (max-width:1024px) {
  #contact_message_page .pageContentAll .pageContent .message > .thisBox .posiFormBox {
    width: 86%;
  }
}
#contact_message_page .pageContentAll .pageContent .message > .thisBox .posiFormBox .shuoming {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  flex-wrap: unset;
  margin-bottom: 2vw;
  gap: 1vw;
  border: 1px dotted rgba(255, 255, 255, 0.3);
  padding: 1vw 3vw;
  border-radius: 0.4vw;
}
@media (max-width:1024px) {
  #contact_message_page .pageContentAll .pageContent .message > .thisBox .posiFormBox .shuoming {
    padding: 4vw 0;
    gap: 4vw;
  }
}
#contact_message_page .pageContentAll .pageContent .message > .thisBox .posiFormBox .kuangBox {
  background-color: #fff;
  border-radius: 4vw;
  padding: 6vw;
  position: relative;
  width: 100%;
}
@media (max-width:1024px) {
  #contact_message_page .pageContentAll .pageContent .message > .thisBox .posiFormBox .kuangBox {
    width: 96vw;
    padding: 10vw 10vw;
  }
}
#contact_message_page .pageContentAll .pageContent .message > .thisBox .posiFormBox .kuangBox .formBiaodan .thisBoxAll .cenBox {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  flex-wrap: unset;
}
#contact_message_page .pageContentAll .pageContent .message > .thisBox .posiFormBox .kuangBox .formBiaodan .thisBoxAll .cenBox .biaodan {
  width: 100%;
}
#contact_message_page .pageContentAll .pageContent .message > .thisBox .posiFormBox .kuangBox .formBiaodan .thisBoxAll .cenBox .biaodan form {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  flex-wrap: unset;
}
#contact_message_page .pageContentAll .pageContent .message > .thisBox .posiFormBox .kuangBox .formBiaodan .thisBoxAll .cenBox .biaodan form .inputBox {
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  position: relative;
  padding: 1.6vw 0;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
  flex-wrap: unset;
  width: 100%;
}
@media (max-width:1024px) {
  #contact_message_page .pageContentAll .pageContent .message > .thisBox .posiFormBox .kuangBox .formBiaodan .thisBoxAll .cenBox .biaodan form .inputBox {
    margin-bottom: 6vw;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    flex-wrap: unset;
  }
}
#contact_message_page .pageContentAll .pageContent .message > .thisBox .posiFormBox .kuangBox .formBiaodan .thisBoxAll .cenBox .biaodan form .inputBox .bdTitle {
  padding-bottom: 0.8vw;
  position: relative;
  display: block;
  width: 10vw;
  font-size: clamp(12px, 0.9vw, 0.9vw);
}
@media (max-width:1024px) {
  #contact_message_page .pageContentAll .pageContent .message > .thisBox .posiFormBox .kuangBox .formBiaodan .thisBoxAll .cenBox .biaodan form .inputBox .bdTitle {
    font-size: 3.6vw;
  }
}
@media (max-width:1024px) {
  #contact_message_page .pageContentAll .pageContent .message > .thisBox .posiFormBox .kuangBox .formBiaodan .thisBoxAll .cenBox .biaodan form .inputBox .bdTitle {
    width: 100%;
  }
}
#contact_message_page .pageContentAll .pageContent .message > .thisBox .posiFormBox .kuangBox .formBiaodan .thisBoxAll .cenBox .biaodan form .inputBox .input {
  position: relative;
  width: 100%;
}
@media (max-width:1024px) {
  #contact_message_page .pageContentAll .pageContent .message > .thisBox .posiFormBox .kuangBox .formBiaodan .thisBoxAll .cenBox .biaodan form .inputBox .input {
    width: 100%;
  }
}
#contact_message_page .pageContentAll .pageContent .message > .thisBox .posiFormBox .kuangBox .formBiaodan .thisBoxAll .cenBox .biaodan form .inputBox .input input {
  background-color: rgba(0, 0, 0, 0.05);
  transition-duration: 0.8s;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.56, -0.01, 0.04, 1);
  width: 100%;
  border-radius: 0.2vw;
  height: 100%;
  padding-left: 1vw;
  height: 2.8vw;
}
@media (max-width:1024px) {
  #contact_message_page .pageContentAll .pageContent .message > .thisBox .posiFormBox .kuangBox .formBiaodan .thisBoxAll .cenBox .biaodan form .inputBox .input input {
    padding-left: 4vw;
  }
}
#contact_message_page .pageContentAll .pageContent .message > .thisBox .posiFormBox .kuangBox .formBiaodan .thisBoxAll .cenBox .biaodan form .inputBox .input input:focus {
  background-color: rgba(0, 0, 0, 0.2);
}
@media (max-width:1024px) {
  #contact_message_page .pageContentAll .pageContent .message > .thisBox .posiFormBox .kuangBox .formBiaodan .thisBoxAll .cenBox .biaodan form .inputBox .input input {
    height: 12vw;
  }
}
#contact_message_page .pageContentAll .pageContent .message > .thisBox .posiFormBox .kuangBox .formBiaodan .thisBoxAll .cenBox .biaodan form .inputBox .input textarea {
  background-color: rgba(0, 0, 0, 0.05);
  transition-duration: 0.8s;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.56, -0.01, 0.04, 1);
  width: 100%;
  border-radius: 0.2vw;
  height: 100%;
  padding-left: 1vw;
  height: 6vw;
}
@media (max-width:1024px) {
  #contact_message_page .pageContentAll .pageContent .message > .thisBox .posiFormBox .kuangBox .formBiaodan .thisBoxAll .cenBox .biaodan form .inputBox .input textarea {
    padding-left: 4vw;
  }
}
#contact_message_page .pageContentAll .pageContent .message > .thisBox .posiFormBox .kuangBox .formBiaodan .thisBoxAll .cenBox .biaodan form .inputBox .input textarea:focus {
  background-color: rgba(0, 0, 0, 0.2);
}
#contact_message_page .pageContentAll .pageContent .message > .thisBox .posiFormBox .kuangBox .formBiaodan .thisBoxAll .cenBox .biaodan form .inputBox.textarea {
  width: 100%;
}
#contact_message_page .pageContentAll .pageContent .message > .thisBox .posiFormBox .kuangBox .formBiaodan .thisBoxAll .cenBox .biaodan form .inputBox.textarea .input {
  height: 6vw;
}
@media (max-width:1024px) {
  #contact_message_page .pageContentAll .pageContent .message > .thisBox .posiFormBox .kuangBox .formBiaodan .thisBoxAll .cenBox .biaodan form .inputBox.textarea .input {
    height: 40vw;
  }
}
#contact_message_page .pageContentAll .pageContent .message > .thisBox .posiFormBox .kuangBox .formBiaodan .thisBoxAll .cenBox .biaodan form .inputBox.textarea .input textarea {
  height: 100%;
  border: none;
  font-family: auto;
  padding: 1vw;
  width: 100%;
  outline: none;
}
@media (max-width:1024px) {
  #contact_message_page .pageContentAll .pageContent .message > .thisBox .posiFormBox .kuangBox .formBiaodan .thisBoxAll .cenBox .biaodan form .inputBox.textarea .input textarea {
    padding: 4vw;
  }
}
#contact_message_page .pageContentAll .pageContent .message > .thisBox .posiFormBox .kuangBox .formBiaodan .thisBoxAll .cenBox .biaodan form .inputBox.yanzhengma .input {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  flex-wrap: unset;
  gap: 1vw;
}
#contact_message_page .pageContentAll .pageContent .message > .thisBox .posiFormBox .kuangBox .formBiaodan .thisBoxAll .cenBox .biaodan form .inputBox.yanzhengma .yanz {
  position: absolute;
  right: 0;
  top: 0;
  height: 100%;
}
#contact_message_page .pageContentAll .pageContent .message > .thisBox .posiFormBox .kuangBox .formBiaodan .thisBoxAll .cenBox .biaodan form .inputBox.yanzhengma .yanz img {
  height: 100%;
}
#contact_message_page .pageContentAll .pageContent .message > .thisBox .posiFormBox .kuangBox .formBiaodan .thisBoxAll .cenBox .biaodan form .inputBox.must .bdTitle::after {
  content: '*';
  position: absolute;
  color: red;
}
#contact_message_page .pageContentAll .pageContent .message > .thisBox .posiFormBox .kuangBox .formBiaodan .thisBoxAll .cenBox .biaodan form .inputBox .tianxieInfo {
  position: absolute;
  left: 0;
  top: 110%;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-start;
  flex-wrap: unset;
}
#contact_message_page .pageContentAll .pageContent .message > .thisBox .posiFormBox .kuangBox .formBiaodan .thisBoxAll .cenBox .biaodan form .inputBox.zhengque .tianxieInfo i {
  color: green;
}
#contact_message_page .pageContentAll .pageContent .message > .thisBox .posiFormBox .kuangBox .formBiaodan .thisBoxAll .cenBox .biaodan form .inputBox.zhengque .tianxieInfo .txt {
  color: green;
}
#contact_message_page .pageContentAll .pageContent .message > .thisBox .posiFormBox .kuangBox .formBiaodan .thisBoxAll .cenBox .biaodan form .inputBox.cuowu .tianxieInfo i {
  color: red;
}
#contact_message_page .pageContentAll .pageContent .message > .thisBox .posiFormBox .kuangBox .formBiaodan .thisBoxAll .cenBox .biaodan form .inputBox.cuowu .tianxieInfo .txt {
  color: red;
}
#contact_message_page .pageContentAll .pageContent .message > .thisBox .posiFormBox .kuangBox .formBiaodan .thisBoxAll .cenBox .biaodan form .button {
  margin: 0 auto;
  margin-top: 2vw;
}
@media (max-width:1024px) {
  #contact_message_page .pageContentAll .pageContent .message > .thisBox .posiFormBox .kuangBox .formBiaodan .thisBoxAll .cenBox .biaodan form .button {
    width: 100%;
  }
}
#contact_message_page .pageContentAll .pageContent .message > .thisBox .posiFormBox .kuangBox .formBiaodan .thisBoxAll .cenBox .biaodan form .button .submit {
  cursor: pointer;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  flex-wrap: unset;
  width: 16vw;
  height: 3vw;
  background-color: rgba(189, 49, 41, 0.7);
  transition-duration: 0.8s;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.56, -0.01, 0.04, 1);
}
@media (max-width:1024px) {
  #contact_message_page .pageContentAll .pageContent .message > .thisBox .posiFormBox .kuangBox .formBiaodan .thisBoxAll .cenBox .biaodan form .button .submit {
    width: 100%;
    height: 10vw;
  }
}
#contact_message_page .pageContentAll .pageContent .message > .thisBox .posiFormBox .kuangBox .formBiaodan .thisBoxAll .cenBox .biaodan form .button .submit .txt {
  color: #fff;
}
#contact_message_page .pageContentAll .pageContent .message > .thisBox .posiFormBox .kuangBox .formBiaodan .thisBoxAll .cenBox .biaodan form .button .submit i {
  color: #fff;
}
#contact_message_page .pageContentAll .pageContent .message > .thisBox .posiFormBox .kuangBox .formBiaodan .thisBoxAll .cenBox .biaodan form .button .submit:hover {
  background-color: #e60013;
}
#contact_recruit_page .pageContentAll .pageContent .recruitList > .thisBox .contentBox {
  width: 75%;
  margin: 0 auto;
}
@media (max-width:1024px) {
  #contact_recruit_page .pageContentAll .pageContent .recruitList > .thisBox .contentBox {
    width: 86%;
  }
}
@media (max-width:1024px) {
  #contact_recruit_page .pageContentAll .pageContent .recruitList > .thisBox .contentBox {
    width: 96%;
  }
}
#contact_recruit_page .pageContentAll .pageContent .recruitList > .thisBox .contentBox .table {
  border-radius: 1vw;
  overflow: hidden;
  width: 100%;
}
#contact_recruit_page .pageContentAll .pageContent .recruitList > .thisBox .contentBox .table * {
  border: none;
}
#contact_recruit_page .pageContentAll .pageContent .recruitList > .thisBox .contentBox .table .thead {
  height: 4vw;
  background: linear-gradient(to right, rgba(189, 49, 41, 0.8), #e60013);
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  flex-wrap: unset;
}
@media (max-width:1024px) {
  #contact_recruit_page .pageContentAll .pageContent .recruitList > .thisBox .contentBox .table .thead {
    height: 10vw;
  }
}
#contact_recruit_page .pageContentAll .pageContent .recruitList > .thisBox .contentBox .table .thead div {
  flex: 1;
  text-align: center;
  color: #fff;
  font-size: clamp(12px, 0.9vw, 0.9vw);
  font-weight: bold;
}
@media (max-width:1024px) {
  #contact_recruit_page .pageContentAll .pageContent .recruitList > .thisBox .contentBox .table .thead div {
    font-size: 3.6vw;
  }
}
@media (max-width:1024px) {
  #contact_recruit_page .pageContentAll .pageContent .recruitList > .thisBox .contentBox .table .thead div {
    flex: 2;
    font-size: 3vw;
  }
}
@media (max-width:1024px) {
  #contact_recruit_page .pageContentAll .pageContent .recruitList > .thisBox .contentBox .table .thead div:first-child {
    flex: 4;
  }
}
@media (max-width:1024px) {
  #contact_recruit_page .pageContentAll .pageContent .recruitList > .thisBox .contentBox .table .thead div:last-child {
    flex: 3;
  }
}
#contact_recruit_page .pageContentAll .pageContent .recruitList > .thisBox .contentBox .table .tbody .li {
  position: relative;
  height: 4vw;
  cursor: pointer;
  border-top: 1px solid #eee;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  flex-wrap: unset;
}
@media (max-width:1024px) {
  #contact_recruit_page .pageContentAll .pageContent .recruitList > .thisBox .contentBox .table .tbody .li {
    height: 16vw;
  }
}
#contact_recruit_page .pageContentAll .pageContent .recruitList > .thisBox .contentBox .table .tbody .li div {
  font-size: clamp(12px, 0.9vw, 0.9vw);
  flex: 1;
  text-align: center;
}
@media (max-width:1024px) {
  #contact_recruit_page .pageContentAll .pageContent .recruitList > .thisBox .contentBox .table .tbody .li div {
    font-size: 3.6vw;
  }
}
@media (max-width:1024px) {
  #contact_recruit_page .pageContentAll .pageContent .recruitList > .thisBox .contentBox .table .tbody .li div {
    flex: 2;
  }
}
#contact_recruit_page .pageContentAll .pageContent .recruitList > .thisBox .contentBox .table .tbody .li div:first-child {
  color: #e60013;
  font-weight: bold;
}
@media (max-width:1024px) {
  #contact_recruit_page .pageContentAll .pageContent .recruitList > .thisBox .contentBox .table .tbody .li div:first-child {
    flex: 4;
  }
}
@media (max-width:1024px) {
  #contact_recruit_page .pageContentAll .pageContent .recruitList > .thisBox .contentBox .table .tbody .li div:last-child {
    font-size: 3vw;
    flex: 3;
  }
}
#contact_recruit_page .pageContentAll .pageContent .recruitList > .thisBox .contentBox .table .tbody .li:nth-child(odd) {
  background-color: #fff;
}
#contact_recruit_page .pageContentAll .pageContent .recruitList > .thisBox .contentBox .table .tbody .li:nth-child(even) {
  background-color: #fff;
}
#contact_recruit_page .pageContentAll .pageContent .recruitList > .thisBox .contentBox .table .tbody .li::after {
  content: '';
  position: absolute;
  display: block;
  top: 0;
  opacity: 0;
  transition-duration: 0.3s;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.56, -0.01, 0.04, 1);
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(189, 49, 41, 0.05);
}
#contact_recruit_page .pageContentAll .pageContent .recruitList > .thisBox .contentBox .table .tbody .li:hover::before {
  height: 80%;
}
#contact_recruit_page .pageContentAll .pageContent .recruitList > .thisBox .contentBox .table .tbody .li:hover::after {
  opacity: 1;
}
#contact_recruit_page .recruitShow {
  position: fixed;
  top: 0;
  z-index: 20;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
}
#contact_recruit_page .recruitShow > .thisBox {
  position: relative;
  z-index: 1;
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  flex-wrap: unset;
}
#contact_recruit_page .recruitShow > .thisBox .contentBox {
  opacity: 0;
  transform: translateY(4vw);
  position: relative;
  width: 80vw;
  height: 80vh;
  background-color: #fff;
  border-radius: 2vw;
  transition-duration: 0.8s;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.56, -0.01, 0.04, 1);
  padding: 3vw 5vw;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  flex-wrap: unset;
}
@media (max-width:1024px) {
  #contact_recruit_page .recruitShow > .thisBox .contentBox {
    width: 90vw;
    height: 90vh;
    padding: 8vw 2vw;
  }
}
#contact_recruit_page .recruitShow > .thisBox .contentBox .topBox {
  margin-bottom: 2vw;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  flex-wrap: unset;
  width: 100%;
  border-bottom: 1px solid #ddd;
  padding-bottom: 2vw;
}
@media (max-width:1024px) {
  #contact_recruit_page .recruitShow > .thisBox .contentBox .topBox {
    margin-bottom: 4vw;
    padding-bottom: 4vw;
  }
}
#contact_recruit_page .recruitShow > .thisBox .contentBox .topBox .title {
  margin-bottom: 1vw;
  font-size: clamp(12px, 1.7vw, 1.7vw);
  font-weight: bold;
}
@media (max-width:1024px) {
  #contact_recruit_page .recruitShow > .thisBox .contentBox .topBox .title {
    font-size: 5.2vw;
  }
}
@media (max-width:1024px) {
  #contact_recruit_page .recruitShow > .thisBox .contentBox .topBox .title {
    margin-bottom: 6vw;
  }
}
#contact_recruit_page .recruitShow > .thisBox .contentBox .topBox .info {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  flex-wrap: unset;
  gap: 2vw;
}
@media (max-width:1024px) {
  #contact_recruit_page .recruitShow > .thisBox .contentBox .topBox .info {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 2vw;
  }
}
#contact_recruit_page .recruitShow > .thisBox .contentBox .topBox .info div {
  font-size: clamp(12px, 0.9vw, 0.9vw);
}
@media (max-width:1024px) {
  #contact_recruit_page .recruitShow > .thisBox .contentBox .topBox .info div {
    font-size: 3.6vw;
  }
}
#contact_recruit_page .recruitShow > .thisBox .contentBox .bottomBox {
  overflow: auto;
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
  flex-wrap: unset;
  gap: 1vw;
}
@media (max-width:1024px) {
  #contact_recruit_page .recruitShow > .thisBox .contentBox .bottomBox {
    gap: 4vw;
    padding: 0 6vw;
  }
}
#contact_recruit_page .recruitShow > .thisBox .contentBox .bottomBox .bdTitle {
  font-size: clamp(12px, 1vw, 1vw);
  font-weight: bold;
}
@media (max-width:1024px) {
  #contact_recruit_page .recruitShow > .thisBox .contentBox .bottomBox .bdTitle {
    font-size: 3.8vw;
  }
}
#contact_recruit_page .recruitShow > .thisBox .contentBox .bottomBox div {
  line-height: 2em;
}
#contact_recruit_page .recruitShow > .thisBox .contentBox .close {
  position: absolute;
  right: 0;
  top: 0;
  z-index: 1;
  transform: translate(30%, -30%);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  flex-wrap: unset;
  width: 2.6vw;
  height: 2.6vw;
  cursor: pointer;
  border-radius: 50%;
  background-color: #e60013;
}
@media (max-width:1024px) {
  #contact_recruit_page .recruitShow > .thisBox .contentBox .close {
    width: 10vw;
    height: 10vw;
  }
}
#contact_recruit_page .recruitShow > .thisBox .contentBox .close i {
  color: #fff;
  font-size: clamp(12px, 1.2vw, 1.2vw);
}
@media (max-width:1024px) {
  #contact_recruit_page .recruitShow > .thisBox .contentBox .close i {
    font-size: 4.2vw;
  }
}
#contact_recruit_page .recruitShow::after {
  content: '';
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  transition-duration: 0.8s;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.56, -0.01, 0.04, 1);
  background-color: rgba(0, 0, 0, 0.5);
}
#contact_recruit_page .recruitShow.show {
  pointer-events: auto;
}
#contact_recruit_page .recruitShow.show > .thisBox .contentBox {
  opacity: 1;
  transform: translateY(0);
}
#contact_recruit_page .recruitShow.show::after {
  opacity: 1;
}
#about_history_page .pageContentAll .pageContent .history > .thisBox {
  padding-top: 6vw;
}
@media (max-width:1600px) {
  #about_history_page .pageContentAll .pageContent .history > .thisBox {
    padding-top: 6vw;
  }
}
@media (max-width:1300px) {
  #about_history_page .pageContentAll .pageContent .history > .thisBox {
    padding-top: 6vw;
  }
}
@media (max-width:1024px) {
  #about_history_page .pageContentAll .pageContent .history > .thisBox {
    padding-top: 12vw;
  }
}
@media (max-width:1024px) {
  #about_history_page .pageContentAll .pageContent .history > .thisBox {
    padding-top: 0;
  }
}
#about_history_page .pageContentAll .pageContent .history > .thisBox .contentBox {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  justify-content: center;
  flex-wrap: unset;
  width: 75%;
  margin: 0 auto;
}
@media (max-width:1024px) {
  #about_history_page .pageContentAll .pageContent .history > .thisBox .contentBox {
    width: 86%;
  }
}
@media (max-width:1024px) {
  #about_history_page .pageContentAll .pageContent .history > .thisBox .contentBox {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    flex-wrap: unset;
  }
}
#about_history_page .pageContentAll .pageContent .history > .thisBox .contentBox .leftYears {
  position: relative;
  width: 10vw;
  will-change: transform;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  flex-wrap: unset;
  border-right: 1px solid #ddd;
}
@media (max-width:1024px) {
  #about_history_page .pageContentAll .pageContent .history > .thisBox .contentBox .leftYears {
    width: 100%;
    padding: 8vw 0;
    background-color: #fff;
    display: none;
  }
}
#about_history_page .pageContentAll .pageContent .history > .thisBox .contentBox .leftYears .box {
  padding-left: 2vw;
  position: relative;
}
@media (max-width:1024px) {
  #about_history_page .pageContentAll .pageContent .history > .thisBox .contentBox .leftYears .box .ul {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    grid-gap: 4vw;
    width: 100%;
  }
}
#about_history_page .pageContentAll .pageContent .history > .thisBox .contentBox .leftYears .box .ul .li {
  height: 3vw;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-start;
  flex-wrap: unset;
}
#about_history_page .pageContentAll .pageContent .history > .thisBox .contentBox .leftYears .box .ul .li .year {
  cursor: pointer;
  font-size: clamp(12px, 1vw, 1vw);
  transition-duration: 0.3s;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.56, -0.01, 0.04, 1);
}
@media (max-width:1024px) {
  #about_history_page .pageContentAll .pageContent .history > .thisBox .contentBox .leftYears .box .ul .li .year {
    font-size: 3.8vw;
  }
}
#about_history_page .pageContentAll .pageContent .history > .thisBox .contentBox .leftYears .box .ul .li.on .year {
  transform: scale(1.2);
  transform-origin: 0 50%;
  color: #e60013;
}
#about_history_page .pageContentAll .pageContent .history > .thisBox .contentBox .leftYears .box .dotLine {
  position: absolute;
  left: -2px;
  transition-duration: 0.3s;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.56, -0.01, 0.04, 1);
  height: 3vw;
  width: 3px;
  top: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  flex-wrap: unset;
}
@media (max-width:1024px) {
  #about_history_page .pageContentAll .pageContent .history > .thisBox .contentBox .leftYears .box .dotLine {
    display: none;
  }
}
#about_history_page .pageContentAll .pageContent .history > .thisBox .contentBox .leftYears .box .dotLine div {
  width: 100%;
  height: 1.5vw;
  border-radius: 1px;
  background-color: #e60013;
}
#about_history_page .pageContentAll .pageContent .history > .thisBox .contentBox .rightCout {
  padding-left: 6vw;
  width: calc(100% - 10vw);
}
@media (max-width:1024px) {
  #about_history_page .pageContentAll .pageContent .history > .thisBox .contentBox .rightCout {
    width: 100%;
    padding-left: 0;
  }
}
#about_history_page .pageContentAll .pageContent .history > .thisBox .contentBox .rightCout .ul .li {
  padding: 3vw;
  border-bottom: 1px dashed #dddddd;
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  justify-content: space-between;
  flex-wrap: unset;
  background-color: #fff;
}
@media (max-width:1024px) {
  #about_history_page .pageContentAll .pageContent .history > .thisBox .contentBox .rightCout .ul .li {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    flex-wrap: unset;
    gap: 4vw;
    flex-direction: column-reverse;
    padding: 8vw;
  }
}
#about_history_page .pageContentAll .pageContent .history > .thisBox .contentBox .rightCout .ul .li .leftTxt {
  width: calc(100% - 20vw);

  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  flex-wrap: unset;
  gap: 1vw;
}
@media (max-width:1024px) {
  #about_history_page .pageContentAll .pageContent .history > .thisBox .contentBox .rightCout .ul .li .leftTxt {
    width: 100%;
  }
}
#about_history_page .pageContentAll .pageContent .history > .thisBox .contentBox .rightCout .ul .li .leftTxt .title {
  font-size: clamp(12px, 2.1vw, 2.1vw);
  color: #e60013;
  font-weight: bold;
}
@media (max-width:1024px) {
  #about_history_page .pageContentAll .pageContent .history > .thisBox .contentBox .rightCout .ul .li .leftTxt .title {
    font-size: 6vw;
  }
}
@media (max-width:1024px) {
  #about_history_page .pageContentAll .pageContent .history > .thisBox .contentBox .rightCout .ul .li .leftTxt .title {
    font-size: 6vw;
  }
}
#about_history_page .pageContentAll .pageContent .history > .thisBox .contentBox .rightCout .ul .li .leftTxt .one {
  font-size: clamp(12px, 1.1vw, 1.1vw);
  font-family: 'cn1';
}
@media (max-width:1024px) {
  #about_history_page .pageContentAll .pageContent .history > .thisBox .contentBox .rightCout .ul .li .leftTxt .one {
    font-size: 4vw;
  }
}
#about_history_page .pageContentAll .pageContent .history > .thisBox .contentBox .rightCout .ul .li .rightImg {
  width: 20vw;
}
@media (max-width:1024px) {
  #about_history_page .pageContentAll .pageContent .history > .thisBox .contentBox .rightCout .ul .li .rightImg {
    width: 100%;
  }
}
#about_history_page .pageContentAll .pageContent .history > .thisBox .contentBox .rightCout .ul .li .rightImg img {
  width: 100%;
  height: 12vw;
  object-fit: cover;
}
@media (max-width:1024px) {
  #about_history_page .pageContentAll .pageContent .history > .thisBox .contentBox .rightCout .ul .li .rightImg img {
    height: 60vw;
  }
}

#about_culture_page .pageContentAll .pageContent .wenhua {
        width: 85%;
          display: flex;
    margin: 0 auto;
}
#about_culture_page .pageContentAll .pageContent .wenhua > .thisBox{
  
    gap: 2vw;
    }
    
    
#about_culture_page .pageContentAll .pageContent .wenhua > .thisBox .contentBox {
    padding: 1vw;
    width: 100%;
}
@media (max-width:1024px) {
  #about_culture_page .pageContentAll .pageContent .wenhua > .thisBox .contentBox {
    width: 100%;
  }
}
#about_culture_page .pageContentAll .pageContent .wenhua > .thisBox .contentBox .textBox {
  width: 100%;
}
#about_culture_page .pageContentAll .pageContent .wenhua > .thisBox .contentBox .textBox img{
      width: 100%;
         height: 100%;
}
#about_culture_page .pageContentAll .pageContent .wenhua > .thisBox .contentBox .textBox .content {
  width: 100%;
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  justify-content: center;
  flex-wrap: unset;
  gap: 4vw;
}
@media (max-width:1024px) {
  #about_culture_page .pageContentAll .pageContent .wenhua > .thisBox .contentBox .textBox .content {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    flex-wrap: unset;
  }
  #about_culture_page .pageContentAll .pageContent .wenhua {
    width: 90%;
    display: block;
    margin: auto;
}
}
#about_culture_page .pageContentAll .pageContent .wenhua > .thisBox .contentBox .textBox .content p {
  flex: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  flex-wrap: unset;
}
@media (max-width:1024px) {
  #about_culture_page .pageContentAll .pageContent .wenhua > .thisBox .contentBox .textBox .content p {
    width: 100%;
  }
}
#about_culture_page .pageContentAll .pageContent .wenhua > .thisBox .contentBox .textBox .content p .title {
  font-weight: bold;
  font-size: clamp(12px, 1.1vw, 1.1vw);
  background-color: #e60013;
  color: #fff;
  padding: 0.4vw 2vw;
  border-radius: 2vw;
  position: relative;
  z-index: 1;
}
@media (max-width:1024px) {
  #about_culture_page .pageContentAll .pageContent .wenhua > .thisBox .contentBox .textBox .content p .title {
    font-size: 4vw;
  }
}
@media (max-width:1024px) {
  #about_culture_page .pageContentAll .pageContent .wenhua > .thisBox .contentBox .textBox .content p .title {
    padding: 2vw 6vw;
  }
}
#about_culture_page .pageContentAll .pageContent .wenhua > .thisBox .contentBox .textBox .content p .txt {
  border-radius: 1vw;
  margin-top: -1vw;
  box-shadow: 2px 2px 20px rgba(0, 0, 0, 0.08);
  background-color: #fff;
  padding: 2vw;
  height: 10vw;
  text-align: center;
  font-size: clamp(12px, 1vw, 1vw);
  line-height: 2em;
}
@media (max-width:1024px) {
  #about_culture_page .pageContentAll .pageContent .wenhua > .thisBox .contentBox .textBox .content p .txt {
    font-size: 3.8vw;
  }
}
@media (max-width:1024px) {
  #about_culture_page .pageContentAll .pageContent .wenhua > .thisBox .contentBox .textBox .content p .txt {
    padding: 8vw;
    width: 100%;
        height: 35vw;
    margin-top: -4vw;
  }
}
#about_team_page .pageContentAll .pageContent .teamList > .thisBox .contentBox {
  width: 75%;
  margin: 0 auto;
}
@media (max-width:1024px) {
  #about_team_page .pageContentAll .pageContent .teamList > .thisBox .contentBox {
    width: 86%;
  }
}
#about_team_page .pageContentAll .pageContent .teamList > .thisBox .contentBox .ul {
  display: flex;
  flex-wrap: wrap;
  gap: 2vw;
}
#about_team_page .pageContentAll .pageContent .teamList > .thisBox .contentBox .ul li {
  flex: unset;
  width: calc(100% / 3 - (3 - 1) * 2vw / 3);
}
@media (max-width:1024px) {
  #about_team_page .pageContentAll .pageContent .teamList > .thisBox .contentBox .ul {
    display: flex;
    flex-wrap: wrap;
    gap: 6vw;
  }
  #about_team_page .pageContentAll .pageContent .teamList > .thisBox .contentBox .ul li {
    flex: unset;
    width: calc(100% / 1 - (1 - 1) * 6vw / 1);
  }
}
#about_team_page .pageContentAll .pageContent .teamList > .thisBox .contentBox .ul .li {
  position: relative;
}
#about_team_page .pageContentAll .pageContent .teamList > .thisBox .contentBox .ul .li .aBox {
  width: 100%;
  background-color: #fff;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-start;
  flex-wrap: unset;
}
#about_team_page .pageContentAll .pageContent .teamList > .thisBox .contentBox .ul .li .aBox .imgBox {
  width: 100%;
  height: 20vw;
  border-radius: 1vw;
  overflow: hidden;
}
@media (max-width:1024px) {
  #about_team_page .pageContentAll .pageContent .teamList > .thisBox .contentBox .ul .li .aBox .imgBox {
    height: 50vw;
  }
}
#about_team_page .pageContentAll .pageContent .teamList > .thisBox .contentBox .ul .li .aBox .imgBox img {
  transition-duration: 0.8s;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.56, -0.01, 0.04, 1);
}
#about_team_page .pageContentAll .pageContent .teamList > .thisBox .contentBox .ul .li .aBox:hover .imgBox img {
  transform: scale(1.1);
}
#about_jieshao_page .pageContentAll .pageContent .schollJieshao > .thisBox .topName {
  position: relative;
  height: 30vw;
  width: 100%;
  display: flex;
  flex-direction: row;
  align-items: flex-end;
  justify-content: center;
  flex-wrap: unset;
  padding-left: 12vw;
}
@media (max-width:1024px) {
  #about_jieshao_page .pageContentAll .pageContent .schollJieshao > .thisBox .topName {
    height: unset;
    padding-left: 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    flex-wrap: unset;
    width: 75%;
    margin: 0 auto;
  }
}
@media (max-width:1024px) and (max-width:1024px) {
  #about_jieshao_page .pageContentAll .pageContent .schollJieshao > .thisBox .topName {
    width: 86%;
  }
}
#about_jieshao_page .pageContentAll .pageContent .schollJieshao > .thisBox .topName .leftText {
  position: relative;
  z-index: 1;
  width: 60%;
}
@media (max-width:1024px) {
  #about_jieshao_page .pageContentAll .pageContent .schollJieshao > .thisBox .topName .leftText {
    width: 100%;
  }
}
#about_jieshao_page .pageContentAll .pageContent .schollJieshao > .thisBox .topName .leftText .title {
  padding-right: 1vw;
  width: max-content;
  background-color: rgba(255, 255, 255, 0.8);
  font-size: clamp(12px, 2.7vw, 2.7vw);
  font-family: 'cn1';
}
@media (max-width:1024px) {
  #about_jieshao_page .pageContentAll .pageContent .schollJieshao > .thisBox .topName .leftText .title {
    font-size: 7.2vw;
  }
}
@media (max-width:1024px) {
  #about_jieshao_page .pageContentAll .pageContent .schollJieshao > .thisBox .topName .leftText .title {
    font-size: 6vw;
  }
}
#about_jieshao_page .pageContentAll .pageContent .schollJieshao > .thisBox .topName .leftText .subtitle {
  padding: 1vw 2vw;
  padding-left: 0;
  font-family: 'en9';
  text-transform: uppercase;
  font-size: clamp(12px, 1.2vw, 1.2vw);
  color: #e60013;
}
@media (max-width:1024px) {
  #about_jieshao_page .pageContentAll .pageContent .schollJieshao > .thisBox .topName .leftText .subtitle {
    font-size: 4.2vw;
  }
}
#about_jieshao_page .pageContentAll .pageContent .schollJieshao > .thisBox .topName .leftText .miaoshu {
  width: 70%;
  margin-top: 4vw;
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  justify-content: center;
  flex-wrap: unset;
}
@media (max-width:1024px) {
  #about_jieshao_page .pageContentAll .pageContent .schollJieshao > .thisBox .topName .leftText .miaoshu {
    width: 100%;
  }
}
#about_jieshao_page .pageContentAll .pageContent .schollJieshao > .thisBox .topName .leftText .miaoshu .aniXian {
  overflow: hidden;
  height: 14vw;
  width: 1px;
}
#about_jieshao_page .pageContentAll .pageContent .schollJieshao > .thisBox .topName .leftText .miaoshu .aniXian div {
  width: 100%;
  height: 100%;
  background-color: #666;
  animation: moveDownIn 2s ease 0s infinite;
}
@keyframes moveDownIn {
  0% {
    transform: translateY(-100%);
  }
  45% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(0);
  }
  90% {
    transform: translateY(100%);
  }
  100% {
    transform: translateY(100%);
  }
}
#about_jieshao_page .pageContentAll .pageContent .schollJieshao > .thisBox .topName .leftText .miaoshu .txt {
  margin-left: 4vw;
  font-size: clamp(12px, 1.2vw, 1.2vw);
  line-height: 2em;
}
#about_jieshao_page .pageContentAll .pageContent .schollJieshao > .thisBox .topName .leftText .miaoshu::after {
  content: '';
  position: absolute;
  display: block;
  content: 'SCROLL';
  bottom: 13px;
  left: 0;
  transform: rotate(90deg);
  font-size: 12px;
}
@media (max-width:1024px) {
  #about_jieshao_page .pageContentAll .pageContent .schollJieshao > .thisBox .topName .leftText .miaoshu::after {
    display: none;
  }
}
#about_jieshao_page .pageContentAll .pageContent .schollJieshao > .thisBox .topName .rightImg {
  width: 50%;
  height: 100%;
}
@media (max-width:1024px) {
  #about_jieshao_page .pageContentAll .pageContent .schollJieshao > .thisBox .topName .rightImg {
    width: 100%;
    margin-top: 6vw;
  }
}
#about_jieshao_page .pageContentAll .pageContent .schollJieshao > .thisBox .topName .rightImg img {
  width: 100%;
  height: 100%;
}
#about_jieshao_page .pageContentAll .pageContent .schollJieshao > .thisBox .contentBox {
  position: relative;
  width: 75%;
  margin: 0 auto;
  margin-top: 2vw;
}
@media (max-width:1024px) {
  #about_jieshao_page .pageContentAll .pageContent .schollJieshao > .thisBox .contentBox {
    width: 86%;
  }
}
#about_jieshao_page .pageContentAll .pageContent .schollJieshao > .thisBox .contentBox .biaoti {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  flex-wrap: unset;
}
#about_jieshao_page .pageContentAll .pageContent .schollJieshao > .thisBox .contentBox .biaoti .title {
  font-size: clamp(12px, 3.7vw, 3.7vw);
  font-family: 'cn1';
  opacity: 0.1;
  font-weight: bold;
}
@media (max-width:1024px) {
  #about_jieshao_page .pageContentAll .pageContent .schollJieshao > .thisBox .contentBox .biaoti .title {
    font-size: 9.2vw;
  }
}
#about_jieshao_page .pageContentAll .pageContent .schollJieshao > .thisBox .contentBox .biaoti .subtitle {
  font-family: 'en9';
  text-transform: uppercase;
  font-size: clamp(12px, 1.3vw, 1.3vw);
  margin-top: -1.2vw;
}
@media (max-width:1024px) {
  #about_jieshao_page .pageContentAll .pageContent .schollJieshao > .thisBox .contentBox .biaoti .subtitle {
    font-size: 4.4vw;
  }
}
#about_jieshao_page .pageContentAll .pageContent .schollJieshao > .thisBox .contentBox .biaoti .xian {
  width: 1px;
  height: 1vw;
  background-color: #666;
  margin: 0.5vw 0 1vw;
}
#about_jieshao_page .pageContentAll .pageContent .schollJieshao > .thisBox .contentBox .biaoti .miaoshu {
  font-size: clamp(12px, 1.1vw, 1.1vw);
  color: #e60013;
  font-weight: bold;
  text-align: center;
}
@media (max-width:1024px) {
  #about_jieshao_page .pageContentAll .pageContent .schollJieshao > .thisBox .contentBox .biaoti .miaoshu {
    font-size: 4vw;
  }
}
#about_jieshao_page .pageContentAll .pageContent .schollJieshao > .thisBox .contentBox .wenzhangCout {
  margin-top: 2vw;
}
#about_business_page .pageContentAll .pageContent .hexin > .thisBox .contentBox {
  width: 75%;
  margin: 0 auto;
}
@media (max-width:1024px) {
  #about_business_page .pageContentAll .pageContent .hexin > .thisBox .contentBox {
    width: 86%;
  }
}
#about_business_page .pageContentAll .pageContent .hexin > .thisBox .contentBox .ul {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  flex-wrap: unset;
  gap: 4vw;
  width: 100%;
}
#about_business_page .pageContentAll .pageContent .hexin > .thisBox .contentBox .ul .li {
  width: 100%;
}
#about_business_page .pageContentAll .pageContent .hexin > .thisBox .contentBox .ul .li .box {
  position: relative;
  border-radius: 2vw;
  overflow: hidden;
  width: 100%;
  height: 30vw;
}
@media (max-width:1024px) {
  #about_business_page .pageContentAll .pageContent .hexin > .thisBox .contentBox .ul .li .box {
    height: unset;
  }
}
#about_business_page .pageContentAll .pageContent .hexin > .thisBox .contentBox .ul .li .box .imgBox {
  position: relative;
  width: 100%;
  height: 100%;
  opacity: 0.1;
  transition-duration: 0.8s;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.56, -0.01, 0.04, 1);
}
@media (max-width:1024px) {
  #about_business_page .pageContentAll .pageContent .hexin > .thisBox .contentBox .ul .li .box .imgBox {
    position: absolute;
    top: 0;
  }
}
#about_business_page .pageContentAll .pageContent .hexin > .thisBox .contentBox .ul .li .box .imgBox img {
  height: calc(100% + 2vw);
  transform: translateY(-2vw);
  transition-duration: 0.8s;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.56, -0.01, 0.04, 1);
}
#about_business_page .pageContentAll .pageContent .hexin > .thisBox .contentBox .ul .li .box .imgBox::after {
  content: '';
  position: absolute;
  display: block;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  opacity: 0;
  transition-duration: 0.8s;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.56, -0.01, 0.04, 1);
}
#about_business_page .pageContentAll .pageContent .hexin > .thisBox .contentBox .ul .li .box .textBox {
  position: absolute;
  bottom: 0;
  padding: 4vw;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  flex-wrap: unset;
  gap: 1vw;
}
@media (max-width:1024px) {
  #about_business_page .pageContentAll .pageContent .hexin > .thisBox .contentBox .ul .li .box .textBox {
    position: relative;
  }
}
#about_business_page .pageContentAll .pageContent .hexin > .thisBox .contentBox .ul .li .box .textBox .num {
  font-size: clamp(12px, 4.7vw, 4.7vw);
  font-weight: bold;
  transition-duration: 0.8s;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.56, -0.01, 0.04, 1);
  color: #ccc;
}
@media (max-width:1024px) {
  #about_business_page .pageContentAll .pageContent .hexin > .thisBox .contentBox .ul .li .box .textBox .num {
    font-size: 11.2vw;
  }
}
#about_business_page .pageContentAll .pageContent .hexin > .thisBox .contentBox .ul .li .box .textBox .title {
  font-size: clamp(12px, 1.7vw, 1.7vw);
  font-weight: bold;
  margin-bottom: 4vw;
  transition-duration: 0.8s;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.56, -0.01, 0.04, 1);
}
@media (max-width:1024px) {
  #about_business_page .pageContentAll .pageContent .hexin > .thisBox .contentBox .ul .li .box .textBox .title {
    font-size: 5.2vw;
  }
}
#about_business_page .pageContentAll .pageContent .hexin > .thisBox .contentBox .ul .li .box .textBox .miaoshu p {
  font-size: clamp(12px, 1vw, 1vw);
  line-height: 2em;
  transition-duration: 0.8s;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.56, -0.01, 0.04, 1);
}
@media (max-width:1024px) {
  #about_business_page .pageContentAll .pageContent .hexin > .thisBox .contentBox .ul .li .box .textBox .miaoshu p {
    font-size: 3.8vw;
  }
}
#about_business_page .pageContentAll .pageContent .hexin > .thisBox .contentBox .ul .li .box:hover .imgBox {
  opacity: 1;
}
#about_business_page .pageContentAll .pageContent .hexin > .thisBox .contentBox .ul .li .box:hover .imgBox img {
  height: calc(100% + 2vw);
  transform: translateY(0);
}
#about_business_page .pageContentAll .pageContent .hexin > .thisBox .contentBox .ul .li .box:hover .imgBox::after {
  opacity: 1;
}
#about_business_page .pageContentAll .pageContent .hexin > .thisBox .contentBox .ul .li .box:hover .textBox .title {
  color: #fff;
}
#about_business_page .pageContentAll .pageContent .hexin > .thisBox .contentBox .ul .li .box:hover .textBox .miaoshu p {
  color: #fff;
}
#about_honor_page .pageContentAll .pageContent .honorListBox > .thisBox .cenBox .ul {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 4vw;
}
@media (max-width:1024px) {
  #about_honor_page .pageContentAll .pageContent .honorListBox > .thisBox .cenBox .ul {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    grid-gap: 6vw;
  }
}
#about_honor_page .pageContentAll .pageContent .honorListBox > .thisBox .cenBox .ul .li .honorA {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  flex-wrap: unset;
}
#about_honor_page .pageContentAll .pageContent .honorListBox > .thisBox .cenBox .ul .li .honorA .imgBox {
  width: 100%;
  padding: 2vw;
  background-color: #fff;
  height: 16vw;
}
@media (max-width:1024px) {
  #about_honor_page .pageContentAll .pageContent .honorListBox > .thisBox .cenBox .ul .li .honorA .imgBox {
    height: 50vw;
    padding: 4vw;
  }
}
#about_honor_page .pageContentAll .pageContent .honorListBox > .thisBox .cenBox .ul .li .honorA .imgBox img {
  object-fit: contain;
  transition-duration: 0.8s;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.56, -0.01, 0.04, 1);
}
#about_honor_page .pageContentAll .pageContent .honorListBox > .thisBox .cenBox .ul .li .honorA .txt {
  margin-top: 1vw;
  font-size: clamp(12px, 0.9vw, 0.9vw);
}
@media (max-width:1024px) {
  #about_honor_page .pageContentAll .pageContent .honorListBox > .thisBox .cenBox .ul .li .honorA .txt {
    font-size: 3.6vw;
  }
}
#about_honor_page .pageContentAll .pageContent .honorListBox > .thisBox .cenBox .ul .li .honorA:hover .imgBox img {
  transform: scale(1.1);
}
#about_founder_page .pageContentAll .pageContent .personBoxAll > .thisBox .contentBox {
  width: 80%;
  margin: 0 auto;
}
@media (max-width:1024px) {
  #about_founder_page .pageContentAll .pageContent .personBoxAll > .thisBox .contentBox {
    width: 86%;
  }
}
#about_founder_page .pageContentAll .pageContent .personBoxAll > .thisBox .contentBox .ul {
  display: flex;
  flex-wrap: wrap;
  gap: 8vw;
}
#about_founder_page .pageContentAll .pageContent .personBoxAll > .thisBox .contentBox .ul li {
  flex: unset;
  width: calc(100% / 2 - (2 - 1) * 8vw / 2);
}
@media (max-width:1024px) {
  #about_founder_page .pageContentAll .pageContent .personBoxAll > .thisBox .contentBox .ul {
    display: flex;
    flex-wrap: wrap;
    gap: 6vw;
  }
  #about_founder_page .pageContentAll .pageContent .personBoxAll > .thisBox .contentBox .ul li {
    flex: unset;
    width: calc(100% / 1 - (1 - 1) * 6vw / 1);
  }
}
#about_founder_page .pageContentAll .pageContent .personBoxAll > .thisBox .contentBox .ul .li {
  position: relative;
}
#about_founder_page .pageContentAll .pageContent .personBoxAll > .thisBox .contentBox .ul .li .box {
  width: 100%;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-start;
  flex-wrap: unset;
}
#about_founder_page .pageContentAll .pageContent .personBoxAll > .thisBox .contentBox .ul .li .box .yxBox {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  flex-wrap: unset;
  width: 100%;
}
#about_founder_page .pageContentAll .pageContent .personBoxAll > .thisBox .contentBox .ul .li .box .yxBox .imgBox {
  width: 100%;
  height: 100%;
  overflow: hidden;
}
@media (max-width:1024px) {
  #about_founder_page .pageContentAll .pageContent .personBoxAll > .thisBox .contentBox .ul .li .box .yxBox .imgBox {
    width: 46vw;
    height: 64vw;
  }
}
#about_founder_page .pageContentAll .pageContent .personBoxAll > .thisBox .contentBox .ul .li .box .yxBox .textBox {
  width: 100%;
  padding: 2vw;
  padding-top: 1vw;
}
@media (max-width:1024px) {
  #about_founder_page .pageContentAll .pageContent .personBoxAll > .thisBox .contentBox .ul .li .box .yxBox .textBox {
    margin-top: 4vw;
    position: unset;
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    flex-wrap: unset;
    transform: translateY(0);
  }
}
#about_founder_page .pageContentAll .pageContent .personBoxAll > .thisBox .contentBox .ul .li .box .yxBox .textBox .topBox .title {
  font-size: clamp(12px, 1.5vw, 1.5vw);
  font-family: 'cn1';
  text-align: center;
}
@media (max-width:1024px) {
  #about_founder_page .pageContentAll .pageContent .personBoxAll > .thisBox .contentBox .ul .li .box .yxBox .textBox .topBox .title {
    font-size: 4.8vw;
  }
}
@media (max-width:1024px) {
  #about_founder_page .pageContentAll .pageContent .personBoxAll > .thisBox .contentBox .ul .li .box .yxBox .textBox .topBox .title {
    font-size: clamp(12px, 2.7vw, 2.7vw);
  }
}
@media (max-width:1024px) and (max-width:1024px) {
  #about_founder_page .pageContentAll .pageContent .personBoxAll > .thisBox .contentBox .ul .li .box .yxBox .textBox .topBox .title {
    font-size: 7.2vw;
  }
}
#about_founder_page .pageContentAll .pageContent .personBoxAll > .thisBox .contentBox .ul .li .box .yxBox .textBox .topBox .zhicheng {
  font-size: clamp(12px, 1vw, 1vw);
  font-weight: bold;
  color: #e60013;
}
@media (max-width:1024px) {
  #about_founder_page .pageContentAll .pageContent .personBoxAll > .thisBox .contentBox .ul .li .box .yxBox .textBox .topBox .zhicheng {
    font-size: 3.8vw;
  }
}
@media (max-width:1024px) {
  #about_founder_page .pageContentAll .pageContent .personBoxAll > .thisBox .contentBox .ul .li .box .yxBox .textBox .topBox .zhicheng {
    margin-bottom: 0;
  }
}
#about_founder_page .pageContentAll .pageContent .personBoxAll > .thisBox .contentBox .ul .li .box .yxBox .textBox .miaoshu {
  margin-top: 2vw;
  opacity: 0.7;
  line-height: 1.6em;
  text-align: justify;
}
@media (max-width:1024px) {
  #about_founder_page .pageContentAll .pageContent .personBoxAll > .thisBox .contentBox .ul .li .box .yxBox .textBox .miaoshu {
    font-size: clamp(12px, 1.1vw, 1.1vw);
  }
}
@media (max-width:1024px) and (max-width:1024px) {
  #about_founder_page .pageContentAll .pageContent .personBoxAll > .thisBox .contentBox .ul .li .box .yxBox .textBox .miaoshu {
    font-size: 4vw;
  }
}
#wenzhang_page .pageContentAll .pageContent {
  padding-top: 6vw;
}
@media (max-width:1600px) {
  #wenzhang_page .pageContentAll .pageContent {
    padding-top: 6vw;
  }
}
@media (max-width:1300px) {
  #wenzhang_page .pageContentAll .pageContent {
    padding-top: 6vw;
  }
}
@media (max-width:1024px) {
  #wenzhang_page .pageContentAll .pageContent {
    padding-top: 12vw;
  }
}
#wenzhang_page .pageContentAll .pageContent .wenzhangBox > .thisBox .contentBox {
  width: 75%;
  margin: 0 auto;
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  justify-content: center;
  flex-wrap: unset;
}
@media (max-width:1024px) {
  #wenzhang_page .pageContentAll .pageContent .wenzhangBox > .thisBox .contentBox {
    width: 86%;
  }
}
#wenzhang_page .pageContentAll .pageContent .wenzhangBox > .thisBox .contentBox .newsCoutAll {
  padding-right: 4vw;
  width: calc(100% - 20vw);
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  flex-wrap: unset;
  gap: 1vw;
}
@media (max-width:1024px) {
  #wenzhang_page .pageContentAll .pageContent .wenzhangBox > .thisBox .contentBox .newsCoutAll {
    padding-right: 0;
    width: 100%;
    gap: 3vw;
  }
}
#wenzhang_page .pageContentAll .pageContent .wenzhangBox > .thisBox .contentBox .newsCoutAll .lujing {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  flex-wrap: unset;
  opacity: 0.5;
  font-size: clamp(12px, 1.5vw, 1.5vw);
  display: none;
}
@media (max-width:1024px) {
  #wenzhang_page .pageContentAll .pageContent .wenzhangBox > .thisBox .contentBox .newsCoutAll .lujing {
    font-size: 4.8vw;
  }
}
#wenzhang_page .pageContentAll .pageContent .wenzhangBox > .thisBox .contentBox .newsCoutAll .lujing * {
  font-size: clamp(12px, 1.5vw, 1.5vw);
}
@media (max-width:1024px) {
  #wenzhang_page .pageContentAll .pageContent .wenzhangBox > .thisBox .contentBox .newsCoutAll .lujing * {
    font-size: 4.8vw;
  }
}
#wenzhang_page .pageContentAll .pageContent .wenzhangBox > .thisBox .contentBox .newsCoutAll .wenzhangName {
  font-size: clamp(12px, 1.9vw, 1.9vw);
  font-family: 'cn1';
}
@media (max-width:1024px) {
  #wenzhang_page .pageContentAll .pageContent .wenzhangBox > .thisBox .contentBox .newsCoutAll .wenzhangName {
    font-size: 5.6vw;
  }
}
#wenzhang_page .pageContentAll .pageContent .wenzhangBox > .thisBox .contentBox .newsCoutAll .date {
  font-family: 'en9';
  text-transform: uppercase;
  font-size: clamp(12px, 0.9vw, 0.9vw);
}
@media (max-width:1024px) {
  #wenzhang_page .pageContentAll .pageContent .wenzhangBox > .thisBox .contentBox .newsCoutAll .date {
    font-size: 3.6vw;
  }
}
@media (max-width:1024px) {
  #wenzhang_page .pageContentAll .pageContent .wenzhangBox > .thisBox .contentBox .newsCoutAll .date {
    font-size: 5vw;
  }
}
#wenzhang_page .pageContentAll .pageContent .wenzhangBox > .thisBox .contentBox .newsCoutAll .xian {
  width: 100%;
  height: 2px;
  background-color: #e60013;
  margin: 1vw 0;
}
#wenzhang_page .pageContentAll .pageContent .wenzhangBox > .thisBox .contentBox .newsCoutAll .detailContentBox .wenzhang {
  width: 100%;
}
#wenzhang_page .pageContentAll .pageContent .wenzhangBox > .thisBox .contentBox .newsCoutAll .detailContentBox .wenzhang p {
  font-size: clamp(12px, 0.9vw, 0.9vw);
}
@media (max-width:1024px) {
  #wenzhang_page .pageContentAll .pageContent .wenzhangBox > .thisBox .contentBox .newsCoutAll .detailContentBox .wenzhang p {
    font-size: 3.6vw;
  }
}
#wenzhang_page .pageContentAll .pageContent .wenzhangBox > .thisBox .contentBox .newsCoutAll .moreLink {
  border-top: 1px dashed #999;
  padding-top: 1vw;
  width: 100%;
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  justify-content: space-between;
  flex-wrap: unset;
}
@media (max-width:1024px) {
  #wenzhang_page .pageContentAll .pageContent .wenzhangBox > .thisBox .contentBox .newsCoutAll .moreLink {
    padding-top: 4vw;
    gap: 6vw;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    flex-wrap: unset;
  }
}
#wenzhang_page .pageContentAll .pageContent .wenzhangBox > .thisBox .contentBox .newsCoutAll .moreLink .moreBox {
  max-width: 48%;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  flex-wrap: unset;
  gap: 0.5vw;
}
@media (max-width:1024px) {
  #wenzhang_page .pageContentAll .pageContent .wenzhangBox > .thisBox .contentBox .newsCoutAll .moreLink .moreBox {
    gap: 3vw;
    max-width: 100%;
  }
}
#wenzhang_page .pageContentAll .pageContent .wenzhangBox > .thisBox .contentBox .newsCoutAll .moreLink .moreBox .link {
  font-size: clamp(12px, 1vw, 1vw);
}
@media (max-width:1024px) {
  #wenzhang_page .pageContentAll .pageContent .wenzhangBox > .thisBox .contentBox .newsCoutAll .moreLink .moreBox .link {
    font-size: 3.8vw;
  }
}
#wenzhang_page .pageContentAll .pageContent .wenzhangBox > .thisBox .contentBox .newsCoutAll .moreLink .moreBox .link:hover {
  text-decoration: underline;
  color: #e60013;
}
#wenzhang_page .pageContentAll .pageContent .wenzhangBox > .thisBox .contentBox .hotNews {
  width: 20vw;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  flex-wrap: unset;
  gap: 1vw;
}
@media (max-width:1024px) {
  #wenzhang_page .pageContentAll .pageContent .wenzhangBox > .thisBox .contentBox .hotNews {
    display: none;
  }
}
#wenzhang_page .pageContentAll .pageContent .wenzhangBox > .thisBox .contentBox .hotNews .titleBiaoti {
  width: 100%;
  padding-bottom: 1vw;
  border-bottom: 1px solid #ddd;
  font-size: clamp(12px, 1.1vw, 1.1vw);
  font-weight: bold;
}
@media (max-width:1024px) {
  #wenzhang_page .pageContentAll .pageContent .wenzhangBox > .thisBox .contentBox .hotNews .titleBiaoti {
    font-size: 4vw;
  }
}
#wenzhang_page .pageContentAll .pageContent .wenzhangBox > .thisBox .contentBox .hotNews .ul {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  flex-wrap: unset;
}
#wenzhang_page .pageContentAll .pageContent .wenzhangBox > .thisBox .contentBox .hotNews .ul .li {
  padding: 1.4vw 0;
  border-bottom: 1px solid #ddd;
}
#wenzhang_page .pageContentAll .pageContent .wenzhangBox > .thisBox .contentBox .hotNews .ul .li .aBox {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  flex-wrap: unset;
}
#wenzhang_page .pageContentAll .pageContent .wenzhangBox > .thisBox .contentBox .hotNews .ul .li .aBox .imgBox {
  width: 40%;
  height: 100%;
}
#wenzhang_page .pageContentAll .pageContent .wenzhangBox > .thisBox .contentBox .hotNews .ul .li .aBox .textBox {
  padding-left: 1vw;
  width: 60%;
}
#wenzhang_page .pageContentAll .pageContent .wenzhangBox > .thisBox .contentBox .hotNews .ul .li .aBox:hover .textBox .title {
  color: #e60013;
}
#product_detail_page .pageContentAll .pageContent {
  padding-top: 6vw;
}
@media (max-width:1600px) {
  #product_detail_page .pageContentAll .pageContent {
    padding-top: 6vw;
  }
}
@media (max-width:1300px) {
  #product_detail_page .pageContentAll .pageContent {
    padding-top: 6vw;
  }
}
@media (max-width:1024px) {
  #product_detail_page .pageContentAll .pageContent {
    padding-top: 12vw;
  }
}
#product_detail_page .pageContentAll .pageContent .proDetail > .thisBox .contentBox {
  width: 75%;
  margin: 0 auto;
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  justify-content: space-between;
  flex-wrap: unset;
}
@media (max-width:1024px) {
  #product_detail_page .pageContentAll .pageContent .proDetail > .thisBox .contentBox {
    width: 86%;
  }
}
#product_detail_page .pageContentAll .pageContent .proDetail > .thisBox .contentBox .leftCout {
  width: 20%;
}
@media (max-width:1024px) {
  #product_detail_page .pageContentAll .pageContent .proDetail > .thisBox .contentBox .leftCout {
    display: none;
  }
}
#product_detail_page .pageContentAll .pageContent .proDetail > .thisBox .contentBox .leftCout .pinBox {
  will-change: transform;
  border-left: 1px solid #ddd;
  height: 20vw;
}
#product_detail_page .pageContentAll .pageContent .proDetail > .thisBox .contentBox .leftCout .pinBox .ul {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  flex-wrap: unset;
  gap: 2vw;
}
#product_detail_page .pageContentAll .pageContent .proDetail > .thisBox .contentBox .leftCout .pinBox .ul .li {
  position: relative;
  padding-left: 2vw;
}
#product_detail_page .pageContentAll .pageContent .proDetail > .thisBox .contentBox .leftCout .pinBox .ul .li .box {
  cursor: pointer;
}
#product_detail_page .pageContentAll .pageContent .proDetail > .thisBox .contentBox .leftCout .pinBox .ul .li .box .txt {
  font-size: clamp(12px, 1vw, 1vw);
  opacity: 0.6;
}
@media (max-width:1024px) {
  #product_detail_page .pageContentAll .pageContent .proDetail > .thisBox .contentBox .leftCout .pinBox .ul .li .box .txt {
    font-size: 3.8vw;
  }
}
#product_detail_page .pageContentAll .pageContent .proDetail > .thisBox .contentBox .leftCout .pinBox .ul .li::after {
  opacity: 0;
  content: '';
  position: absolute;
  display: block;
  left: 0;
  width: 0.5vw;
  height: 100%;
  background-color: #e60013;
  top: 0;
}
#product_detail_page .pageContentAll .pageContent .proDetail > .thisBox .contentBox .leftCout .pinBox .ul .li.on .box .txt {
  opacity: 1;
  color: #e60013;
  font-weight: bold;
}
#product_detail_page .pageContentAll .pageContent .proDetail > .thisBox .contentBox .leftCout .pinBox .ul .li.on::after {
  opacity: 1;
}
#product_detail_page .pageContentAll .pageContent .proDetail > .thisBox .contentBox .rightCout {
  width: 80%;
}
@media (max-width:1024px) {
  #product_detail_page .pageContentAll .pageContent .proDetail > .thisBox .contentBox .rightCout {
    width: 100%;
  }
}
#product_detail_page .pageContentAll .pageContent .proDetail > .thisBox .contentBox .rightCout .itemUl {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  flex-wrap: unset;
  gap: 4vw;
}
@media (max-width:1024px) {
  #product_detail_page .pageContentAll .pageContent .proDetail > .thisBox .contentBox .rightCout .itemUl {
    gap: 8vw;
  }
}
#product_detail_page .pageContentAll .pageContent .proDetail > .thisBox .contentBox .rightCout .itemUl .item {
  width: 100%;
}
#product_detail_page .pageContentAll .pageContent .proDetail > .thisBox .contentBox .rightCout .itemUl .item .proDetailTitle {
  margin-bottom: 2vw;
  font-size: clamp(12px, 1.5vw, 1.5vw);
}
@media (max-width:1024px) {
  #product_detail_page .pageContentAll .pageContent .proDetail > .thisBox .contentBox .rightCout .itemUl .item .proDetailTitle {
    font-size: 4.8vw;
  }
}
#product_detail_page .pageContentAll .pageContent .proDetail > .thisBox .contentBox .rightCout .itemUl .item.proName .box {
  position: relative;
}
#product_detail_page .pageContentAll .pageContent .proDetail > .thisBox .contentBox .rightCout .itemUl .item.proName .box .bgImgBox {
  position: absolute;
  top: 0;
  border-radius: 1vw;
  overflow: hidden;
  width: 100%;
  height: 100%;
}
#product_detail_page .pageContentAll .pageContent .proDetail > .thisBox .contentBox .rightCout .itemUl .item.proName .box .bgImgBox img {
  object-fit: cover;
  width: 100%;
  height: 100%;
}
#product_detail_page .pageContentAll .pageContent .proDetail > .thisBox .contentBox .rightCout .itemUl .item.proName .box .coutBox {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  flex-wrap: unset;
  position: relative;
  z-index: 1;
  padding: 4vw;
}
@media (max-width:1024px) {
  #product_detail_page .pageContentAll .pageContent .proDetail > .thisBox .contentBox .rightCout .itemUl .item.proName .box .coutBox {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    flex-wrap: unset;
  }
}
#product_detail_page .pageContentAll .pageContent .proDetail > .thisBox .contentBox .rightCout .itemUl .item.proName .box .coutBox .imgBox {
  width: 50%;
  height: 24vw;
}
@media (max-width:1024px) {
  #product_detail_page .pageContentAll .pageContent .proDetail > .thisBox .contentBox .rightCout .itemUl .item.proName .box .coutBox .imgBox {
    width: 100%;
    height: 100%;
  }
}
#product_detail_page .pageContentAll .pageContent .proDetail > .thisBox .contentBox .rightCout .itemUl .item.proName .box .coutBox .textBox {
  padding-left: 7vw;
  width: 50%;
}
@media (max-width:1024px) {
  #product_detail_page .pageContentAll .pageContent .proDetail > .thisBox .contentBox .rightCout .itemUl .item.proName .box .coutBox .textBox {
    margin-top: 4vw;
    padding-left: 0;
    width: 100%;
  }
}
#product_detail_page .pageContentAll .pageContent .proDetail > .thisBox .contentBox .rightCout .itemUl .item.proName .box .coutBox .textBox .name {
  position: relative;
  font-size: clamp(12px, 1.9vw, 1.9vw);
  font-family: 'cn1';
  padding-bottom: 1vw;
}
@media (max-width:1024px) {
  #product_detail_page .pageContentAll .pageContent .proDetail > .thisBox .contentBox .rightCout .itemUl .item.proName .box .coutBox .textBox .name {
    font-size: 5.6vw;
  }
}
@media (max-width:1024px) {
  #product_detail_page .pageContentAll .pageContent .proDetail > .thisBox .contentBox .rightCout .itemUl .item.proName .box .coutBox .textBox .name {
    text-align: center;
    padding-bottom: 4vw;
  }
}
#product_detail_page .pageContentAll .pageContent .proDetail > .thisBox .contentBox .rightCout .itemUl .item.proName .box .coutBox .textBox .name::after {
  content: '';
  position: absolute;
  display: block;
  width: 6vw;
  height: 1px;
  bottom: 0;
  background-color: #e60013;
}
@media (max-width:1024px) {
  #product_detail_page .pageContentAll .pageContent .proDetail > .thisBox .contentBox .rightCout .itemUl .item.proName .box .coutBox .textBox .name::after {
    left: 50%;
    translate: -50% 0;
  }
}
#product_detail_page .pageContentAll .pageContent .proDetail > .thisBox .contentBox .rightCout .itemUl .item.youshi .proDetailContent {
  font-size: clamp(12px, 0.9vw, 0.9vw);
}
@media (max-width:1024px) {
  #product_detail_page .pageContentAll .pageContent .proDetail > .thisBox .contentBox .rightCout .itemUl .item.youshi .proDetailContent {
    font-size: 3.6vw;
  }
}
#product_detail_page .pageContentAll .pageContent .proDetail > .thisBox .contentBox .rightCout .itemUl .item.canshu .box .proDetailContent .biao {
  border: 1px solid #999;
}
#product_detail_page .pageContentAll .pageContent .proDetail > .thisBox .contentBox .rightCout .itemUl .item.canshu .box .proDetailContent .biao .hang {
  border-bottom: 1px solid #999;
  height: 3vw;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  flex-wrap: unset;
}
@media (max-width:1024px) {
  #product_detail_page .pageContentAll .pageContent .proDetail > .thisBox .contentBox .rightCout .itemUl .item.canshu .box .proDetailContent .biao .hang {
    height: 14vw;
  }
}
#product_detail_page .pageContentAll .pageContent .proDetail > .thisBox .contentBox .rightCout .itemUl .item.canshu .box .proDetailContent .biao .hang .name {
  width: 10vw;
  border-right: 1px solid #999;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-start;
  flex-wrap: unset;
  padding: 0 2vw;
  height: 100%;
}
@media (max-width:1024px) {
  #product_detail_page .pageContentAll .pageContent .proDetail > .thisBox .contentBox .rightCout .itemUl .item.canshu .box .proDetailContent .biao .hang .name {
    width: 30vw;
  }
}
#product_detail_page .pageContentAll .pageContent .proDetail > .thisBox .contentBox .rightCout .itemUl .item.canshu .box .proDetailContent .biao .hang .txt {
  width: calc(100% - 10vw);
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-start;
  flex-wrap: unset;
  padding: 0 2vw;
}
@media (max-width:1024px) {
  #product_detail_page .pageContentAll .pageContent .proDetail > .thisBox .contentBox .rightCout .itemUl .item.canshu .box .proDetailContent .biao .hang .txt {
    width: calc(100% - 20vw);
  }
}
#product_detail_page .pageContentAll .pageContent .proDetail > .thisBox .contentBox .rightCout .itemUl .item.canshu .box .proDetailContent .biao .hang:nth-child(2n+1) {
  background-color: #f5f5f5;
}
#product_detail_page .pageContentAll .pageContent .proDetail > .thisBox .contentBox .rightCout .itemUl .item.canshu .box .proDetailContent .biao .hang:last-child {
  border-bottom: none;
}





.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)
}

@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%;
    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.2vw;
    color: #e19221;
    font-weight: bold;
    margin: 1vw 0
}

@media (max-width:1024px) {
    .rgmod_module_listBox_normal_mod_1>.thisBox .cenBox .ul .li .box .title {
        font-size: 4vw
    }
}





.rgmod_module_honor_normal_mod_1 {
    position: relative
}

.rgmod_module_honor_normal_mod_1>.thisBox {
    position: relative;
    height: 40vw;
   
}

@media (max-width:1600px) {
    .rgmod_module_honor_normal_mod_1>.thisBox {

    }
}

@media (max-width:1360px) {
    .rgmod_module_honor_normal_mod_1>.thisBox {
    
    }
}

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

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

.rgmod_module_honor_normal_mod_1>.thisBox .coutBox {
    position: relative;
    z-index: 1;
    width: 80%;
    margin: auto;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    flex-wrap: unset;
    height: 100%;
}
.rgmod_module_honor_normal_mod_1>.thisBox .coutBox .zhengshu{
      padding-bottom: 2vw;
}
.unifyButtonThis .thisBox{    margin-top: 3vw;}
.unifyButtonThis .thisBox .btnTxt{
  height: 100%;
    padding: 1vw;
        justify-content: space-evenly;
    width: 12vw;
    display: flex;
  
    background-color: #e60013;
}

.unifyButtonThis .thisBox .btnTxt .ico{
     color: #fff;
}

.unifyTitle .unifyTitleThis > .thisBox .text .subtitle {
    color: #000;
}
.rgmod_module_honor_normal_mod_1>.thisBox .coutBox .unifyButtonThis .thisBox .btnTxt{
  height: 100%;
    padding: 1vw;
        justify-content: space-evenly;
    width: 12vw;
    display: flex;
    background-color: #e60013;
}

.rgmod_module_honor_normal_mod_1>.thisBox .coutBox .unifyButtonThis .thisBox .btnTxt .ico{
     color: #fff;
}

.rgmod_module_honor_normal_mod_1>.thisBox .coutBox .unifyTitle .unifyTitleThis > .thisBox .text .subtitle {
    color: #fff;
}


@media (max-width:1024px) {
    .rgmod_module_honor_normal_mod_1>.thisBox .coutBox .unifyButtonThis .thisBox .btnTxt {
    height: 100%;
    padding: 2vw;
    justify-content: space-evenly;
    width: 40vw;
    display: flex;
    background-color: #e60013;
}
    .rgmod_module_honor_normal_mod_1>.thisBox .coutBox {
        width: 70%;
        margin: 0 auto
    }
    .unifyButtonThis .thisBox .btnTxt{
      
  
    justify-content: space-evenly;
    width: 40vw;
    padding: 10px;
    display: flex;
    background-color: #e60013;
    }
}

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

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

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

.rgmod_module_honor_normal_mod_1>.thisBox .coutBox .sortname {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    flex-wrap: unset;
    gap: 1vw
}

@media (max-width:1024px) {
    .rgmod_module_honor_normal_mod_1>.thisBox .coutBox .sortname {
        text-align: center
    }
}

.rgmod_module_honor_normal_mod_1>.thisBox .coutBox .sortname .def1>div {
    margin: 0 .6vw
}

.rgmod_module_honor_normal_mod_1>.thisBox .coutBox .sortname .def1 div {
    color: #fff;
    font-size: 3.1vw;
    font-family: 'en6';
    text-transform: uppercase
}

@media (max-width:1024px) {
    .rgmod_module_honor_normal_mod_1>.thisBox .coutBox .sortname .def1 div {
        font-size: 7.8vw
    }
}

.rgmod_module_honor_normal_mod_1>.thisBox .coutBox .sortname .def2>div {
    margin: 0 .6vw
}

.rgmod_module_honor_normal_mod_1>.thisBox .coutBox .sortname .def2 div {
    color: #fff;
    font-size: 3.1vw;
    font-family: 'en6';
    text-transform: uppercase
}

@media (max-width:1024px) {
    .rgmod_module_honor_normal_mod_1>.thisBox .coutBox .sortname .def2 div {
        font-size: 7.8vw
    }
}

.rgmod_module_honor_normal_mod_1>.thisBox .coutBox .sortname .def3 div {
    color: #fff;
    font-size: 1.7vw
}

@media (max-width:1024px) {
    .rgmod_module_honor_normal_mod_1>.thisBox .coutBox .sortname .def3 div {
        font-size: 5vw
    }
}

@media (max-width:1024px) {
    .rgmod_module_honor_normal_mod_1>.thisBox .coutBox .zhengshu {
        width: 100%;
        margin-top: 4vw
    }
}

.rgmod_module_honor_normal_mod_1>.thisBox .coutBox .zhengshu .ul {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    flex-wrap: unset;
    gap: 4vw
}

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

.rgmod_module_honor_normal_mod_1>.thisBox .coutBox .zhengshu .ul .li {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    flex-wrap: unset
}

.rgmod_module_honor_normal_mod_1>.thisBox .coutBox .zhengshu .ul .li .imgBox {
    height: 100%
}

@media (max-width:1024px) {
    .rgmod_module_honor_normal_mod_1>.thisBox .coutBox .zhengshu .ul .li .imgBox {
        height: 40vw
    }
}

.rgmod_module_honor_normal_mod_1>.thisBox .coutBox .zhengshu .ul .li .title {
    color: #fff;
    font-size: 1vw;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    margin: 0.2vw 0;
    font-weight: bold;
}

@media (max-width:1024px) {
    .rgmod_module_honor_normal_mod_1>.thisBox .coutBox .zhengshu .ul .li .title {
        font-size: 4vw
    }
}

.rgmod_module_honor_normal_mod_1>.thisBox .coutBox .zhengshu .ul .li .miaoshu {
    color: #fff
}

.rgmod_module_honor_normal_mod_1>.thisBox .coutBox .lingtianjia {
    height: 8vw;
    width: 80vw;
    margin: 0 auto;
    border-radius: 5vw;
    background-color: #fff;
    box-shadow: -0.2vw 1vw 1vw rgba(51, 51, 51, 0.2);
    padding: 0 5vw
}

@media (max-width:1024px) {
    .rgmod_module_honor_normal_mod_1>.thisBox .coutBox .lingtianjia {
        padding: 4vw;
        width: 90vw;
        margin-bottom: -10vw;
        margin-top: 4vw;
        height: unset
    }
}

.rgmod_module_honor_normal_mod_1>.thisBox .coutBox .lingtianjia .ul {
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    flex-wrap: unset
}

@media (max-width:1024px) {
    .rgmod_module_honor_normal_mod_1>.thisBox .coutBox .lingtianjia .ul {
        justify-content: center;
        flex-wrap: wrap;
        row-gap: 2vw
    }
}

.rgmod_module_honor_normal_mod_1>.thisBox .coutBox .lingtianjia .ul .li {
    position: relative;
    flex: 1;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    flex-wrap: unset
}

@media (max-width:1024px) {
    .rgmod_module_honor_normal_mod_1>.thisBox .coutBox .lingtianjia .ul .li {
        flex: unset;
        width: 20%
    }
}

.rgmod_module_honor_normal_mod_1>.thisBox .coutBox .lingtianjia .ul .li .imgBox {
    margin-bottom: .4vw;
    height: 4vw
}

@media (max-width:1024px) {
    .rgmod_module_honor_normal_mod_1>.thisBox .coutBox .lingtianjia .ul .li .imgBox {
        height: 10vw
    }
}

.rgmod_module_honor_normal_mod_1>.thisBox .coutBox .lingtianjia .ul .li::after {
    content: '';
    position: absolute;
    display: block;
    right: 0;
    height: 3vw;
    top: calc(50% - 1.5vw);
    border-right: 1px dotted rgba(0, 0, 0, 0.2)
}

.rgmod_module_honor_normal_mod_1>.thisBox .coutBox .lingtianjia .ul .li:last-child::after {
    border: none
}

.rgmod_module_honor_normal_mod_1>.thisBox .bgImgBox {
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%
}

.rgmod_module_honor_normal_mod_1>.thisBox .bgImgBox .maskImg {
    width: 100%;
    height: 100%
}

@media (min-width:1024px) {
    .rgmod_module_honor_normal_mod_1>.thisBox .bgImgBox .maskImg {
        /* -webkit-mask-image: url(../../rgmod/module/honor/normal/mod_1/maskImg2.png); */
        -webkit-mask-size: 100% 100%;
        -webkit-mask-repeat: no-repeat
    }

    .rgmod_module_honor_normal_mod_1>.thisBox .bgImgBox .maskImg .color {
        background-color: #e19221;
        width: 100%;
        height: 100%
    }
}

.rgmod_module_honor_normal_mod_1>.thisBox .bgImgBox .maskImg img {
    width: 100%;
    object-fit: cover;
    height:  100%;
}

.rgmod_module_honor_normal_mod_1>.thisBox .bgImgBox .maskImg::after {
    content: '';
    position: absolute;
    display: block;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.1);
    top: 0
}

.showBox ul {
    display: flex;
}
.showBox ul li .shopA .ico img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: all .3s
}
.showBox ul li .shopA .ico {
width: 8vw;    
}
#index_page .pageContentAll .inxProduct_1 > .thisBox {
  position: relative;
  background-color: #fff;
  padding: 6vw 0;
}
@media (max-width:1600px) {
  #index_page .pageContentAll .inxProduct_1 > .thisBox {
    padding: 6vw 0;
  }
}
@media (max-width:1300px) {
  #index_page .pageContentAll .inxProduct_1 > .thisBox {
    padding: 6vw 0;
  }
}
@media (max-width:1024px) {
  #index_page .pageContentAll .inxProduct_1 > .thisBox {
    padding: 18vw 0;
  }
  .showBox {
      display: none;
      
  }
}
#index_page .pageContentAll .inxProduct_1 > .thisBox .contentBox {
display: flex;
    flex-direction: revert;
    padding-left: 2vw;
    align-items: center;
    justify-content: center;
    flex-wrap: unset;
}
#index_page .pageContentAll .inxProduct_1 > .thisBox .contentBox .titleButton{
    padding-right: 4vw;
}
@media (max-width:1024px) {
  #index_page .pageContentAll .inxProduct_1 > .thisBox .contentBox {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    flex-wrap: unset;
  }
}
#index_page .pageContentAll .inxProduct_1 > .thisBox .contentBox .unifyTitle {
  width: 100%;
}
#index_page .pageContentAll .inxProduct_1 > .thisBox .contentBox .swiperBox {
  width: 60%;
}
@media (max-width:1024px) {
  #index_page .pageContentAll .inxProduct_1 > .thisBox .contentBox .swiperBox {
    width: 100%;
    margin-top: 10vw;
  }
}
#index_page .pageContentAll .inxProduct_1 > .thisBox .contentBox .swiperBox #proListBox {
  position: relative;
  z-index: 1;
}
#index_page .pageContentAll .inxProduct_1 > .thisBox .contentBox .swiperBox #proListBox .swiper-wrapper {
  transition-timing-function: ease-in-out;
}
#index_page .pageContentAll .inxProduct_1 > .thisBox .contentBox .swiperBox #proListBox .swiper-wrapper .swiper-slide {
  width: 12vw;
}
@media (max-width:1024px) {
  #index_page .pageContentAll .inxProduct_1 > .thisBox .contentBox .swiperBox #proListBox .swiper-wrapper .swiper-slide {
    width: 46vw;
  }
}
#index_page .pageContentAll .inxProduct_1 > .thisBox .contentBox .swiperBox #proListBox .swiper-wrapper .swiper-slide .aBox {
  transition-duration: 0.4s;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.56, -0.01, 0.04, 1);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  flex-wrap: unset;
  will-change: transform;
}
#index_page .pageContentAll .inxProduct_1 > .thisBox .contentBox .swiperBox #proListBox .swiper-wrapper .swiper-slide .aBox .imgBox {
  overflow: hidden;
  height: 16vw;
  width: 100%;
}
@media (max-width:1024px) {
  #index_page .pageContentAll .inxProduct_1 > .thisBox .contentBox .swiperBox #proListBox .swiper-wrapper .swiper-slide .aBox .imgBox {
    height: 60vw;
  }
}
#index_page .pageContentAll .inxProduct_1 > .thisBox .contentBox .swiperBox #proListBox .swiper-wrapper .swiper-slide .aBox .imgBox img {
  transition-duration: 0.4s;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.56, -0.01, 0.04, 1);
  will-change: transform;
}
#index_page .pageContentAll .inxProduct_1 > .thisBox .contentBox .swiperBox #proListBox .swiper-wrapper .swiper-slide .aBox .textBox {
  position: relative;
  margin-top: 1vw;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  flex-wrap: unset;
}
#index_page .pageContentAll .inxProduct_1 > .thisBox .contentBox .swiperBox #proListBox .swiper-wrapper .swiper-slide .aBox .textBox .title {
  font-family: 'cn1';
}
#index_page .pageContentAll .inxProduct_1 > .thisBox .contentBox .swiperBox #proListBox .swiper-wrapper .swiper-slide .aBox:hover .imgBox img {
  transform: scale(1.1);
}
#index_page .pageContentAll .inxProduct_1 > .thisBox .contentBox .swiperBox .swiperControl {
  margin-top: 2vw;
}
#index_page .pageContentAll .inxProduct_1 > .thisBox .contentBox .swiperBox .swiperControl .scrollProgress {
  position: relative;
  width: 30vw;
  height: 2px;
  background-color: #ddd;
  border-radius: 2px;
  overflow: hidden;
}
@media (max-width:1024px) {
  #index_page .pageContentAll .inxProduct_1 > .thisBox .contentBox .swiperBox .swiperControl .scrollProgress {
    margin-top: 8vw;
    width: 80vw;
  }
}
#index_page .pageContentAll .inxProduct_1 > .thisBox .contentBox .swiperBox .swiperControl .scrollProgress .swiper-scrollbar-drag {
  height: 100%;
  border-radius: 2px;
  background-color: #333;
  width: 20vw;
  cursor: pointer;
}

.partners .thisBox {
  padding-top: 4vw;
}
@media (max-width:1600px) {
  .partners .thisBox {
    padding-top: 4vw;
  }
}
@media (max-width:1300px) {
  .partners .thisBox {
    padding-top: 4vw;
  }
}
@media (max-width:1024px) {
  .partners .thisBox {
    padding-top: 10vw;
  }
}
.partners .thisBox .contentBox {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  flex-wrap: unset;
  gap: 2vw;
}
.partners .thisBox .contentBox .moveOne {
  width: 100%;
  height: 10vw;
}
@media (max-width:1024px) {
  .partners .thisBox .contentBox .moveOne {
    height: 30vw;
  }
}
.partners .thisBox .contentBox .moveOne .moveMask {
  position: relative;
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  flex-wrap: unset;
}
.partners .thisBox .contentBox .moveOne .moveMask .ul {
  position: absolute;
  left: 0;
  height: 100%;
  will-change: transform;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  flex-wrap: unset;
  width: max-content;
}
.partners .thisBox .contentBox .moveOne .moveMask .ul .li {
  padding: 0 1vw;
  height: 100%;
}
.partners .thisBox .contentBox .moveOne .moveMask .ul .li .partnerA {
  background-color: #f8f8f8;
  padding: 1vw;
  transition-duration: 0.8s;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.8, -0.01, 0.04, 1);
  height: 100%;
}
.partners .thisBox .contentBox .moveOne .moveMask .ul .li .partnerA .imgBox {
  height: 100%;
}
.partners .thisBox .contentBox .moveOne .moveMask .ul .li .partnerA .imgBox img {
  object-fit: contain;
}
.partners .thisBox .contentBox .moveOne .moveMask .ul .li .partnerA:hover {
  box-shadow: 2px 2px 10px rgba(0, 0, 0, 0.08);
  transform: scale(1.1);
}
.partners .thisBox .contentBox .moveOne:nth-child(2) .moveMask .ul {
  right: 0;
  left: unset;
}
.partners .thisBox .contentBox::before {
  content: '';
  position: absolute;
  display: block;
  top: 0;
  z-index: 1;
  width: 30vw;
  height: 100%;
  left: 0;
  pointer-events: none;
  background: linear-gradient(to left, transparent, #fff);
}
.partners .thisBox .contentBox::after {
  content: '';
  position: absolute;
  display: block;
  top: 0;
  z-index: 1;
  width: 30vw;
  height: 100%;
  right: 0;
  pointer-events: none;
  background: linear-gradient(to right, transparent, #fff);
}
.fiexdRight-3 {
    position: fixed;
    right: 10px;
    top: 47%;
    z-index: 2
}

@media (max-width:1300px) {
    .fiexdRight-3 {
        top: unset;
        right: 10px
    }
}

@media (max-width:1300px) and (max-width:1024px) {
    .fiexdRight-3 {
        display: none;
        right: 4vw
    }
}

.fiexdRight-3 .ul li {
    margin-top: 10px
}

.fiexdRight-3 .ul li .yuan {
    position: relative
}

.fiexdRight-3 .ul li .yuan .btn {
    border-radius: 4px;
    cursor: pointer;
    transition-duration: .5s;
    transition-property: all;
    background-color: rgba(0, 0, 0, 0.5);
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    flex-wrap: unset;
    width: 40px;
    height: 40px
}

.fiexdRight-3 .ul li .yuan .btn i {
    position: relative;
    z-index: 1;
    font-size: 22px;
    transition-duration: .5s;
    transition-property: all;
    color: #fff
}

@media (max-width:1300px) {
    .fiexdRight-3 .ul li .yuan .btn i {
        font-size: 20px
    }
}

.fiexdRight-3 .ul li .yuan .btn::after {
    border-radius: 4px;
    content: '';
    position: absolute;
    z-index: 0;
    display: block;
    width: 100%;
    height: 0;
    top: 0;
    left: 0;
    background-color: #fff;
    transition-duration: .5s;
    transition-property: all
}

.fiexdRight-3 .ul li .yuan .box {
    pointer-events: none;
    position: absolute;
    background-color: #fff;
    opacity: 0;
    right: 140%;
    top: 50%;
    transform: translate(-50px, -50%);
    transition-duration: .5s;
    transition-property: all;
    padding: 20px;
    max-width: 300px;
    width: max-content;
    color: #fff
}

.fiexdRight-3 .ul li .yuan .box span {
    color: #333
}

.fiexdRight-3 .ul li .yuan .box .erwei {
    margin-bottom: 10px;
    width: 140px;
    height: 140px
}

.fiexdRight-3 .ul li:hover .yuan .btn i {
    color: #e71429
}

.fiexdRight-3 .ul li:hover .yuan .btn::after {
    height: 100%
}

.fiexdRight-3 .ul li:hover .yuan .box {
    transform: translate(0, -50%);
    opacity: 1
}

.dianhua a{     font-weight: bold;   padding: 0 20px;
    color: #e60013;
    font-size: 1.5vw;padding:0 20px}
    
    @media (max-width:1024px) {
    .dianhua {
       display: none;
    }
}

.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)
}

@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%;
    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.2vw;
    color: #e19221;
    font-weight: bold;
    margin: 1vw 0
}

@media (max-width:1024px) {
    .rgmod_module_listBox_normal_mod_1>.thisBox .cenBox .ul .li .box .title {
        font-size: 4vw
    }
}
    
    .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: 70%
}

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

@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: .9vw
}

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

@media (max-width:1024px) {
    .rgmod_module_imgText_normal_mod_2>.thisBox .coutBox .cenBox .left .box .content {
        font-size: 3.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%
}