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

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

*/
@font-face {
  font-family: 'cn1';
  src: url('../fonts/cn/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.8vw;
  }
}
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;
}
.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: #ee1d23;
}
::-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: #ee1d23;
  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: #ee1d23;
  background-color: #fff;
}
.mapGoOpenBox.show {
  transform: translateY(0);
  pointer-events: auto;
}
.swiperControl .navigation {
  margin-top: 2vw;
}
@media (max-width:1024px) {
  .swiperControl .navigation {
    margin-top: 4vw;
  }
}
.swiperControl .navigation .navigationThis {
  z-index: 1;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  flex-wrap: unset;
  gap: 1vw;
}
.swiperControl .navigation .navigationThis .btn {
  width: 4vw;
  height: 4vw;
  background-color: #ebebeb;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  flex-wrap: unset;
  cursor: pointer;
}
@media (max-width:1024px) {
  .swiperControl .navigation .navigationThis .btn {
    width: 12vw;
    height: 12vw;
  }
}
.swiperControl .navigation .navigationThis .btn i {
  font-size: clamp(12px, 1.1vw, 1.1vw);
}
@media (max-width:1024px) {
  .swiperControl .navigation .navigationThis .btn i {
    font-size: 4vw;
  }
}
.swiperControl .navigation .navigationThis .btn:hover {
  background-color: #ee1d23;
}
.swiperControl .navigation .navigationThis .btn:hover i {
  color: #fff;
}
.threeSortNav {
  margin-bottom: 4vw;
}
@media (max-width:1024px) {
  .threeSortNav {
    margin-bottom: 10vw;
  }
}
@media (max-width:1024px) {
  .threeSortNav > .thisBox .contentBox {
    padding: 0 6vw;
  }
}
.threeSortNav > .thisBox .contentBox .ul {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  flex-wrap: unset;
  gap: 4vw;
}
@media (max-width:1024px) {
  .threeSortNav > .thisBox .contentBox .ul {
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    justify-content: flex-start;
    flex-wrap: wrap;
    gap: 8vw;
  }
}
.threeSortNav > .thisBox .contentBox .ul .li .name {
  position: relative;
  padding-bottom: 0.4vw;
  font-size: clamp(12px, 1.1vw, 1.1vw);
  opacity: 0.6;
}
@media (max-width:1024px) {
  .threeSortNav > .thisBox .contentBox .ul .li .name {
    font-size: 4vw;
  }
}
.threeSortNav > .thisBox .contentBox .ul .li.on .name {
  color: #ee1d23;
  opacity: 1;
  border-bottom: 1px solid #ee1d23;
}
.unifyButton {
  margin-top: 2vw;
}
.unifyButton .unifyButtonThis > .thisBox {
  position: relative;
  background-color: #ee1d23;
  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.3vw, 1.3vw);
  border: 1px solid #ddd;
}
@media (max-width:1024px) {
  .fenye .fenyeThis > .thisBox .box a {
    font-size: 4.4vw;
  }
}
@media (max-width:1024px) {
  .fenye .fenyeThis > .thisBox .box a {
    width: 10vw;
    height: 10vw;
  }
}
.fenye .fenyeThis > .thisBox .box a:hover {
  background-color: #ee1d23;
  color: #fff;
}
.fenye .fenyeThis > .thisBox .box a.page-num-current {
  background-color: #ee1d23;
  color: #fff;
}
.ani_txt {
  position: relative;
}
.ani_txt .initTxt {
    text-shadow: 1px 1px 1px #00000024;
  overflow: hidden;
}
.ani_txt .initTxt div {
  font-family: 'cn1';
}
.ani_txt .initTxt.initTxt div {
  will-change: transform;
}
.ani_txt .initTxt.hovTxt {
  position: absolute;
  top: 0;
}
.ani_txt .initTxt.hovTxt div {
  color: #ee1d23;
  will-change: transform;
}
.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: 90%;
    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 {
  position: relative;
  font-size: clamp(12px, 1.3vw, 1.3vw);
  font-weight: bold;
  padding: 0.2vw 2vw;
  background-color: #0f4397;
  color: #fff;
  border-bottom-left-radius: 0.6vw;
  border-top-right-radius: 0.6vw;
}

.unifyTitle .unifyTitleThis > .thisBox .text .cn::after{
content: '';
    position: absolute;
    z-index: -1;
    top: 0;
    right: 0;
    transform: translateY(-50%);
    width: 6vw;
    height: 6vw;
    background-image: url(../img/shandian.png);
    background-size: contain;
    background-repeat: no-repeat;
}
@media (max-width:1024px) {
  .unifyTitle .unifyTitleThis > .thisBox .text .cn {
      width: max-content;
    font-size: 4.4vw;
  }
  .unifyTitle .unifyTitleThis > .thisBox .text .cn::after{
content: '';
    position: absolute;
    z-index: -1;
    top: 0;
    right: 25%;
    transform: translateY(-83%);
    width: 10vw;
    height: 10vw;
    background-image: url(../img/shandian.png);
    background-size: contain;
    background-repeat: no-repeat;
}
}
@media (max-width:1024px) {
  .unifyTitle .unifyTitleThis > .thisBox .text .cn {
    padding: 1vw 6vw;
  }
}
.unifyTitle .unifyTitleThis > .thisBox .text .subtitle {
  font-size: clamp(12px, 2.3vw, 2.3vw);
}
@media (max-width:1024px) {
  .unifyTitle .unifyTitleThis > .thisBox .text .subtitle {
    font-size: 4.4vw;
    width: max-content;
  }
}
@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: #ee1d23;
}
.unifyTitle.fff .unifyTitleThis > .thisBox .text .cn {
  color: #fff;
}
.unifyTitle.fff .unifyTitleThis > .thisBox .text .subtitle {
  color: #fff;
}
.unifyTitle.fff .unifyTitleThis > .thisBox .text .xian {
  background-color: #ee1d23;
}
.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;
  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: space-between;
  flex-wrap: unset;
}
.topNav .topNavThis .thisBox .logoBox {
  width: 16vw;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  flex-wrap: unset;
  height: 100%;
  padding: 10px;
  border-right: 1px solid rgba(255, 255, 255, 0.2);
}
@media (max-width:1024px) {
  .topNav .topNavThis .thisBox .logoBox {
    width: 40vw;
  }
}
.topNav .topNavThis .thisBox .logoBox img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  filter: grayscale(1) invert(1) brightness(1000);
  transition-duration: 0.8s;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.56, -0.01, 0.04, 1);
}
.topNav .topNavThis .thisBox .navBar {
  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.1vw, 1.1vw);
  transition-duration: 0.8s;
  transition-property: color;
  color: #fff;
}
@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: 4vw;
  }
}
.topNav .topNavThis .thisBox .navBar .ul .li .a1 .txt .initTxt.hovTxt div,
.topNav .topNavThis .thisBox .navBar .ul .li .a1 .ani_txt .initTxt.hovTxt div {
  color: #ee1d23;
}
.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: #ee1d23;
}
.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, 1.2vw, 1.2vw);
  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: 4.2vw;
  }
}
.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.scrollShow .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.scrollShow .topNavThis > .thisBox .logoBox img {
  filter: grayscale(0) invert(0) brightness(1);
}
.topNav.scrollShow .topNavThis > .thisBox .navBar .ul .li .a1 .txt .initTxt div {
  color: #333;
}
.topNav.scrollShow .topNavThis > .thisBox .navBar .ul .li .a1 .txt .initTxt.hovTxt div {
  color: #ee1d23;
}
.topNav.scrollShow .topNavThis > .thisBox .navBar .ul .li::before {
  background-color: #333;
}
.topNav.scrollShow .topNavThis > .thisBox .navBar .ul .li:hover::before {
  background-color: #ee1d23;
}
.topNav.scrollShow .topNavThis > .thisBox .navRight .search {
  border-color: rgba(51, 51, 51, 0.1);
}
.topNav.scrollShow .topNavThis > .thisBox .navRight .search i {
  color: #333;
}
.topNav.scrollShow .topNavThis > .thisBox .navRight .search::before {
  border-radius: 2px;
  background-color: #333;
}
.topNav.scrollShow .topNavThis > .thisBox .navRight .openBtn {
  border-color: rgba(51, 51, 51, 0.1);
}
.topNav.scrollShow .topNavThis > .thisBox .navRight .openBtn .menuBtn .ul .li {
  background-color: #333;
}
.topNav.scrollShow .topNavThis > .thisBox .navRight .openBtn .menuBtn .txt {
  color: #333;
}
.topNav.scrollShow .topNavThis > .thisBox .navRight .openBtn::before {
  border-radius: 2px;
  background-color: #333;
}
.topNav.scrollShow::after {
  transform: translateY(0);
}
.topNav.scrollShow.openNavShow .topNavThis {
  box-shadow: 2px 2px 10px transparent;
}
.topNav.scrollShow.openNavShow .topNavThis > .thisBox .navRight .openBtn {
  border-color: rgba(255, 255, 255, 0.1);
}
.topNav.scrollShow.openNavShow .topNavThis > .thisBox .navRight .openBtn .menuBtn .ul .li {
  background-color: #fff;
}
.topNav.scrollShow.openNavShow .topNavThis > .thisBox .navRight .openBtn .menuBtn .txt {
  color: #fff;
}
.topNav.scrollShow.openNavShow .topNavThis > .thisBox .navRight .openBtn::before {
  border-radius: 2px;
  background-color: #fff;
}
.topNav.openNavShow .topNavThis {
  border-color: transparent;
}
.topNav.openNavShow .topNavThis > .thisBox .logoBox {
  opacity: 0;
  pointer-events: none;
}
.topNav.openNavShow .topNavThis > .thisBox .navBar {
  opacity: 0;
  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;
    width: 100%;
  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, 1.2vw, 1.2vw);
}
@media (max-width:1024px) {
  .openNav .openNavThis > .thisBox .contentBox .openNavBar .ul1 .li1 .a1 .en div {
    font-size: 4.2vw;
  }
}
.openNav .openNavThis > .thisBox .contentBox .openNavBar .ul1 .li1 .a1 div {
  font-size: clamp(12px, 1.4vw, 1.4vw);
  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.6vw;
  }
}
@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 #ee1d23;
}
@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: #ee1d23;
}
.openNav .openNavThis > .thisBox .contentBox .openNavBar .ul1 .li1 .a1:hover::before {
  width: 2vw;
}
.openNav .openNavThis > .thisBox .contentBox .openNavBar .ul1 .li1 .a1:hover div {
  color: #ee1d23;
}
.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-image: url(../img/footbg.jpg);
background-size: cover;
  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;
}
@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: #ee1d23;
  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: #ee1d23;
  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 {
      display: grid;
        grid-template-columns: repeat(2, 1fr);
    gap: 6vw;
  }
}
.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: 22vw;
    height: 22vw;
  }
}
.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%;
}
@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, 1.1vw, 1.1vw);
  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: 4vw;
  }
}
.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: #ee1d23;
}
.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, 1.1vw, 1.1vw);
  color: #fff;
  font-family: 'en9';
  text-transform: uppercase;
}
@media (max-width:1024px) {
  .twoPageBox .pageContentAll .detalBanner .thisBox .contentBox .posiBox .goBack .txt {
    font-size: 4vw;
  }
}
.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.3vw, 1.3vw);
}
@media (max-width:1024px) {
  .twoPageBox .pageContentAll .twoBanner .twoBannerThis > .thisBox .contentBox .textBox .sortname {
    font-size: 4.4vw;
  }
}
.twoPageBox .pageContentAll .twoBanner .twoBannerThis > .thisBox .contentBox .textBox .subname {
  font-size: clamp(12px, 2.5vw, 2.5vw);
  color: #fff;
  width: 52vw;
}
@media (max-width:1024px) {
  .twoPageBox .pageContentAll .twoBanner .twoBannerThis > .thisBox .contentBox .textBox .subname {
    font-size: 6.8vw;
  }
}
@media (max-width:1024px) {
  .twoPageBox .pageContentAll .twoBanner .twoBannerThis > .thisBox .contentBox .textBox .subname {
    width: 80vw;
    font-size: 6vw;
  }
}
.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: #ee1d23;
  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: 75%;
  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: #ee1d23;
}
.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 #ee1d23;
}
@media (max-width:1024px) {
  .twoPageBox .pageContentAll .pageContent .sortNav .sortNavThis > .thisBox .contentBox .navUlBox .navUl .li:hover .aBox .txt {
    color: #ee1d23;
  }
}
.twoPageBox .pageContentAll .pageContent .sortNav .sortNavThis > .thisBox .contentBox .navUlBox .navUl .li:hover .aBox .txt .initTxt div {
  color: #ee1d23;
}
.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: #ee1d23;
  }
}
.twoPageBox .pageContentAll .pageContent .sortNav .sortNavThis > .thisBox .contentBox .navUlBox .navUl .li:hover .aBox .txt .initTxt div {
  color: #ee1d23;
}
.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: #ee1d23;
  }
}
.twoPageBox .pageContentAll .pageContent .sortNav .sortNavThis > .thisBox .contentBox .navUlBox .navUl .li.on .aBox .txt .initTxt div {
  color: #ee1d23;
}
.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: 3vw;
  right: 2vw;
  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: 1vw;
  transition-duration: 0.8s;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.56, -0.01, 0.04, 1);
  background-color: #ee1d23;
  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.5vw, 1.5vw);
}
@media (max-width:1024px) {
  .goTopBtn > .thisBox .box i {
    font-size: 4.8vw;
  }
}
.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: #ee1d23;
}
.goTopBtn > .thisBox:hover .box .svgBox {
  transform: scale(1.2);
}
.goTopBtn.show {
  opacity: 1;
}
#txt-pagetop-curves-lg path {
  fill: #ee1d23;
}
.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: 80vw;
  }
}
#index_page .pageContentAll .inxBanner > .thisBox .contentBox .videoBox {
  overflow: hidden;
  width: 100%;
  height: 100%;
}
#index_page .pageContentAll .inxBanner > .thisBox .contentBox .videoBox #inxVideo {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: bottom;
}
#index_page .pageContentAll .inxBanner > .thisBox .contentBox .videoControl {
  position: absolute;
  z-index: 3;
  bottom: 2vw;
  right: 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;
  }
}
#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: #ee1d23;
}
#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: #ee1d23;
}
#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.3vw, 2.3vw);
  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: 6.4vw;
  }
}
#index_page .pageContentAll .inxBanner > .thisBox .bannerTextBox .boxKuang .miaoshu,
#index_page .pageContentAll .inxBanner > .thisBox .bannerTextBox .boxKuang .miaoshu div {
  font-size: clamp(12px, 1.2vw, 1.2vw);
  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: 4.2vw;
  }
}
#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: #ee1d23;
}
#index_page .pageContentAll .inxAbout > .thisBox {
  padding: 6vw 0;
}
@media (max-width:1600px) {
  #index_page .pageContentAll .inxAbout > .thisBox {
    padding: 6vw 0;
  }
}
@media (max-width:1300px) {
  #index_page .pageContentAll .inxAbout > .thisBox {
    padding: 6vw 0;
  }
}
@media (max-width:1024px) {
  #index_page .pageContentAll .inxAbout > .thisBox {
    padding: 12vw 0;
  }
}
#index_page .pageContentAll .inxAbout > .thisBox .contentBox {
  width: 75%;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  justify-content: center;
  flex-wrap: unset;
}
@media (max-width:1024px) {
  #index_page .pageContentAll .inxAbout > .thisBox .contentBox {
    width: 86%;
  }
}
#index_page .pageContentAll .inxAbout > .thisBox .contentBox .rightBox {
  width: 30vw;
}
@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, 1.1vw, 1.1vw);
}
@media (max-width:1024px) {
  #index_page .pageContentAll .inxAbout > .thisBox .contentBox .rightBox .content p {
    font-size: 4vw;
  }
}
#index_page .pageContentAll .inxData > .thisBox .contentBox .imgBoxAll {
  position: relative;
  width: 100%;
  height: 40vw;
}
@media (max-width:1024px) {
  #index_page .pageContentAll .inxData > .thisBox .contentBox .imgBoxAll {
    height: 50vw;
  }
}
#index_page .pageContentAll .inxData > .thisBox .contentBox .imgBoxAll .imgBox {
  width: 100%;
  height: 100%;
}
#index_page .pageContentAll .inxData > .thisBox .contentBox .imgBoxAll .dataBox {
  position: absolute;
  top: 0;
  background-color: rgba(0, 0, 0, 0.3);
  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%;
  }
}
#index_page .pageContentAll .inxData > .thisBox .contentBox .imgBoxAll .dataBox .ul .li {
  height: 100%;
  border-right: 1px solid rgba(255, 255, 255, 0.2);
  flex: 1;
}
#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.5vw, 3.5vw);
  font-family: 'en9';
  text-transform: uppercase;
  color: #ee1d23;
  font-weight: bold;
}
@media (max-width:1024px) {
  #index_page .pageContentAll .inxData > .thisBox .contentBox .imgBoxAll .dataBox .ul .li .value .shuju .num {
    font-size: 8.8vw;
  }
}
#index_page .pageContentAll .inxData > .thisBox .contentBox .imgBoxAll .dataBox .ul .li .value .shuju .danwei {
  font-size: clamp(12px, 1.5vw, 1.5vw);
  color: #fff;
}
@media (max-width:1024px) {
  #index_page .pageContentAll .inxData > .thisBox .contentBox .imgBoxAll .dataBox .ul .li .value .shuju .danwei {
    font-size: 4.8vw;
  }
}
#index_page .pageContentAll .inxData > .thisBox .contentBox .imgBoxAll .dataBox .ul .li .value .title {
  font-size: clamp(12px, 1.2vw, 1.2vw);
  color: #fff;
}
@media (max-width:1024px) {
  #index_page .pageContentAll .inxData > .thisBox .contentBox .imgBoxAll .dataBox .ul .li .value .title {
    font-size: 4.2vw;
  }
}
#index_page .pageContentAll .inxProduct {
  position: relative;
}
#index_page .pageContentAll .inxProduct > .thisBox {
  position: relative;
  z-index: 1;
  padding: 6vw 0;
}
@media (max-width:1600px) {
  #index_page .pageContentAll .inxProduct > .thisBox {
    padding: 6vw 0;
  }
}
@media (max-width:1300px) {
  #index_page .pageContentAll .inxProduct > .thisBox {
    padding: 6vw 0;
  }
}
@media (max-width:1024px) {
  #index_page .pageContentAll .inxProduct > .thisBox {
    padding: 12vw 0;
  }
}
#index_page .pageContentAll .inxProduct > .thisBox .contentBox {
  position: relative;
}
#index_page .pageContentAll .inxProduct > .thisBox .contentBox .coutBox {
  position: relative;
}
#index_page .pageContentAll .inxProduct > .thisBox .contentBox .coutBox .swiper .swiper-slide {
  width: 30vw;
}
@media (max-width:1024px) {
  #index_page .pageContentAll .inxProduct > .thisBox .contentBox .coutBox .swiper .swiper-slide {
    width: 70vw;
  }
}
#index_page .pageContentAll .inxProduct > .thisBox .contentBox .coutBox .swiper .swiper-slide .aBox {
  width: 100%;
}
#index_page .pageContentAll .inxProduct > .thisBox .contentBox .coutBox .swiper .swiper-slide .aBox .imgBox {
  height: 15vw;
  width: 100%;
  border-radius: 1vw;
  overflow: hidden;
}
#index_page .pageContentAll .inxProduct > .thisBox .contentBox .coutBox .swiper .swiper-slide .aBox .imgBox img {
  transition-duration: 0.8s;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.56, -0.01, 0.04, 1);
}
@media (max-width:1024px) {
  #index_page .pageContentAll .inxProduct > .thisBox .contentBox .coutBox .swiper .swiper-slide .aBox .imgBox {
    height: 40vw;
    border-radius: 4vw;
  }
}
#index_page .pageContentAll .inxProduct > .thisBox .contentBox .coutBox .swiper .swiper-slide .aBox .textBox {
  margin-top: 1vw;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  flex-wrap: unset;
  gap: 1vw;
}
@media (max-width:1024px) {
  #index_page .pageContentAll .inxProduct > .thisBox .contentBox .coutBox .swiper .swiper-slide .aBox .textBox {
    margin-top: 4vw;
    gap: 2vw;
  }
}
#index_page .pageContentAll .inxProduct > .thisBox .contentBox .coutBox .swiper .swiper-slide .aBox .textBox .title {
  font-size: clamp(12px, 1.4vw, 1.4vw);
  font-weight: bold;
}
@media (max-width:1024px) {
  #index_page .pageContentAll .inxProduct > .thisBox .contentBox .coutBox .swiper .swiper-slide .aBox .textBox .title {
    font-size: 4.6vw;
  }
}
#index_page .pageContentAll .inxProduct > .thisBox .contentBox .coutBox .swiper .swiper-slide .aBox .textBox .subtitle {
  color: #ee1d23;
  font-size: 1vw;
}
#index_page .pageContentAll .inxProduct > .thisBox .contentBox .coutBox .swiper .swiper-slide .aBox .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 .swiper .swiper-slide .aBox:hover .imgBox img {
  transform: scale(1.1);
}
#index_page .pageContentAll .inxProduct > .thisBox .contentBox .coutBox .swiper .swiper-slide .aBox:hover .textBox .title {
  color: #ee1d23;
}
#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 .leftTitle {
    display: none;
  }
}
#index_page .pageContentAll .inxProduct > .thisBox .contentBox .leftTitle .title {
  font-size: clamp(12px, 1.9vw, 1.9vw);
  margin-bottom: 1vw;
}
@media (max-width:1024px) {
  #index_page .pageContentAll .inxProduct > .thisBox .contentBox .leftTitle .title {
    font-size: 5.6vw;
  }
}
#index_page .pageContentAll .inxProduct > .thisBox .contentBox .leftTitle .xuanchuan {
  font-size: clamp(12px, 1.1vw, 1.1vw);
  opacity: 0.7;
}
@media (max-width:1024px) {
  #index_page .pageContentAll .inxProduct > .thisBox .contentBox .leftTitle .xuanchuan {
    font-size: 4vw;
  }
}
#index_page .pageContentAll .inxProduct_1 {
  position: relative;
}
#index_page .pageContentAll .inxProduct_1 > .thisBox {
  position: relative;
  z-index: 1;
  padding-top: 6vw;
}
@media (max-width:1600px) {
  #index_page .pageContentAll .inxProduct_1 > .thisBox {
    padding-top: 6vw;
  }
}
@media (max-width:1300px) {
  #index_page .pageContentAll .inxProduct_1 > .thisBox {
    padding-top: 6vw;
  }
}
@media (max-width:1024px) {
  #index_page .pageContentAll .inxProduct_1 > .thisBox {
    padding-top: 12vw;
  }
}
#index_page .pageContentAll .inxProduct_1 > .thisBox .contentBox {
  position: relative;
}
#index_page .pageContentAll .inxProduct_1 > .thisBox .contentBox .coutBox {
  position: relative;
  height: 30vw;
  overflow: hidden;
}
@media (max-width:1024px) {
  #index_page .pageContentAll .inxProduct_1 > .thisBox .contentBox .coutBox {
    height: 84vw;
  }
}
#index_page .pageContentAll .inxProduct_1 > .thisBox .contentBox .coutBox .changeBox {
  width: 100%;
  height: 100%;
  transition-duration: 0.8s;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.56, -0.01, 0.04, 1);
}
#index_page .pageContentAll .inxProduct_1 > .thisBox .contentBox .coutBox .changeBox .quan {
  margin: 0 auto;
  position: relative;
  width: 90vw;
  height: 90vw;
}
@media (max-width:1024px) {
  #index_page .pageContentAll .inxProduct_1 > .thisBox .contentBox .coutBox .changeBox .quan {
    display: none;
  }
}
#index_page .pageContentAll .inxProduct_1 > .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_1 > .thisBox .contentBox .coutBox .changeBox .quan .ul .li {
  position: absolute;
}
#index_page .pageContentAll .inxProduct_1 > .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_1 > .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_1 > .thisBox .contentBox .coutBox .changeBox .quan .ul .li .point .box .imgBox {
  width: 18vw;
  height: 12vw;
  border-radius: 1vw;
  overflow: hidden;
}
#index_page .pageContentAll .inxProduct_1 > .thisBox .contentBox .coutBox .changeBox .quan .ul .li .point .box .title {
  margin-top: 1vw;
  font-size: clamp(12px, 1.2vw, 1.2vw);
}
@media (max-width:1024px) {
  #index_page .pageContentAll .inxProduct_1 > .thisBox .contentBox .coutBox .changeBox .quan .ul .li .point .box .title {
    font-size: 4.2vw;
  }
}
#index_page .pageContentAll .inxProduct_1 > .thisBox .contentBox .coutBox .changeBox .quan .ul .li.on .point {
  opacity: 1;
  transform: scale(1) translateY(0);
}
#index_page .pageContentAll .inxProduct_1 > .thisBox .contentBox .coutBox .changeBox .huan {
  border: 8vw solid #EAEAEA;
  position: absolute;
  border-radius: 50%;
  width: 70vw;
  height: 70vw;
  left: 15vw;
  top: 10vw;
}
@media (max-width:1024px) {
  #index_page .pageContentAll .inxProduct_1 > .thisBox .contentBox .coutBox .changeBox .huan {
    border: 14vw solid #EAEAEA;
    width: 90vw;
    height: 90vw;
    left: 5vw;
    top: 40vw;
  }
}
@media (min-width:1024px) {
  #index_page .pageContentAll .inxProduct_1 > .thisBox .contentBox .coutBox .changeBox .mobleBox {
    display: none;
  }
}
#index_page .pageContentAll .inxProduct_1 > .thisBox .contentBox .coutBox .changeBox .mobleBox .swiper .swiper-slide {
  width: 70vw;
}
#index_page .pageContentAll .inxProduct_1 > .thisBox .contentBox .coutBox .changeBox .mobleBox .swiper .swiper-slide .box {
  width: 100%;
}
#index_page .pageContentAll .inxProduct_1 > .thisBox .contentBox .coutBox .changeBox .mobleBox .swiper .swiper-slide .box .imgBox {
  height: 40vw;
  width: 100%;
  border-radius: 4vw;
  overflow: hidden;
}
#index_page .pageContentAll .inxProduct_1 > .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_1 > .thisBox .contentBox .coutBox .changeBox .mobleBox .swiper .swiper-slide .box .textBox .title {
  font-size: 5vw;
  font-weight: bold;
}
#index_page .pageContentAll .inxProduct_1 > .thisBox .contentBox .coutBox .changeBox .mobleBox .swiper .swiper-slide .box .textBox .subtitle {
  color: #ee1d23;
  font-size: 4vw;
}
#index_page .pageContentAll .inxProduct_1 > .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_1 > .thisBox .contentBox .leftTitle {
  position: absolute;
  left: 10vw;
  top: 3vw;
  width: 20vw;
}
@media (max-width:1024px) {
  #index_page .pageContentAll .inxProduct_1 > .thisBox .contentBox .leftTitle {
    display: none;
  }
}
#index_page .pageContentAll .inxProduct_1 > .thisBox .contentBox .leftTitle .title {
  font-size: clamp(12px, 1.9vw, 1.9vw);
  margin-bottom: 1vw;
}
@media (max-width:1024px) {
  #index_page .pageContentAll .inxProduct_1 > .thisBox .contentBox .leftTitle .title {
    font-size: 5.6vw;
  }
}
#index_page .pageContentAll .inxProduct_1 > .thisBox .contentBox .leftTitle .xuanchuan {
  font-size: clamp(12px, 1.1vw, 1.1vw);
  opacity: 0.7;
}
@media (max-width:1024px) {
  #index_page .pageContentAll .inxProduct_1 > .thisBox .contentBox .leftTitle .xuanchuan {
    font-size: 4vw;
  }
}
#index_page .pageContentAll .inxProduct_1 > .thisBox .contentBox .rightMiaoshu {
  position: absolute;
  right: 10vw;
  top: 3vw;
  width: 20vw;
}
@media (max-width:1024px) {
  #index_page .pageContentAll .inxProduct_1 > .thisBox .contentBox .rightMiaoshu {
    display: none;
  }
}
#index_page .pageContentAll .inxProduct_1 > .thisBox .contentBox .rightMiaoshu .biaoti {
  margin-bottom: 1vw;
  font-weight: bold;
  font-size: clamp(12px, 1.1vw, 1.1vw);
}
@media (max-width:1024px) {
  #index_page .pageContentAll .inxProduct_1 > .thisBox .contentBox .rightMiaoshu .biaoti {
    font-size: 4vw;
  }
}
#index_page .pageContentAll .inxProduct_1 > .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;
  width: 90%;
  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, 2.3vw, 2.3vw);
  color: #fff;
}
@media (max-width:1024px) {
  #index_page .pageContentAll .inxSolution > .thisBox .contentBox .topBox .def1 {
    font-size: 4.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: grid;
  grid-template-columns: repeat(6, 1fr);
  gap: 1vw;
}
@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;

  height: 100%;
  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.9vw, 1.9vw);
  color: #fff;
}
@media (max-width:1024px) {
  #index_page .pageContentAll .inxSolution > .thisBox .contentBox .topBox .tabsBox .ul .li .box .ico i {
    font-size: 5.6vw;
  }
}
#index_page .pageContentAll .inxSolution > .thisBox .contentBox .topBox .tabsBox .ul .li .box .title {
  color: #fff;
  font-size: clamp(12px, 1.1vw, 1.1vw);
  margin: 0.6vw 0 1vw;
}
@media (max-width:1024px) {
  #index_page .pageContentAll .inxSolution > .thisBox .contentBox .topBox .tabsBox .ul .li .box .title {
    font-size: 4vw;
  }
}
@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: #0f4396;
}
#index_page .pageContentAll .inxSolution > .thisBox .contentBox .bottomBox {
  background-color: #fff;
  width: 100%;
  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: 24vw;
  width: 80%;
}
@media (max-width:1024px) {
  #index_page .pageContentAll .inxSolution > .thisBox .contentBox .bottomBox .coutBox .swiperBox #inxSolution {
    width: 90%;
    height: 140vw;
  }
}
#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: 70%;
  height: 100%;
  overflow: hidden;

}
@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: 40%;
  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.9vw, 7.9vw);
  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.6vw;
  }
}
#index_page .pageContentAll .inxSolution > .thisBox .contentBox .bottomBox .coutBox .swiperBox #inxSolution .swiper-slide .box .textBox .title {
  font-size: clamp(12px, 1.9vw, 1.9vw);
  font-weight: bold;
  color: #ee1d23;
}
@media (max-width:1024px) {
  #index_page .pageContentAll .inxSolution > .thisBox .contentBox .bottomBox .coutBox .swiperBox #inxSolution .swiper-slide .box .textBox .title {
    font-size: 5.6vw;
  }
}
#index_page .pageContentAll .inxSolution > .thisBox .contentBox .bottomBox .coutBox .swiperBox #inxSolution .swiper-slide .box .textBox .xian {
  width: 4vw;
  height: 2px;
  background-color: #ee1d23;
}
#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: flex-start;
  flex-wrap: unset;
  gap: 1vw;
  overflow: auto;
  padding-right: 2vw;
}
@media (max-width:1024px) {
  #index_page .pageContentAll .inxSolution > .thisBox .contentBox .bottomBox .coutBox .swiperBox #inxSolution .swiper-slide .box .textBox .neirong {
    height: 50vw;
    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: flex-start;
  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 {

  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  flex-wrap: unset;
  gap: 0.4vw;
  width: 100%;
}
@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 {
line-height: 2em;

  font-size: clamp(12px, 1.1vw, 1.1vw);
}
@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;
  }
}
@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.4;
 
}
#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.1vw, 1.1vw);
  font-weight: bold;
  transition-duration: 0.3s;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.56, -0.01, 0.04, 1);
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
@media (max-width:1024px) {
  #index_page .pageContentAll .inxNews > .thisBox .contentBox .aBox .textBox .title {
    font-size: 4.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: #ee1d23;
}

#index_page .pageContentAll .inxNews > .thisBox .contentBox .oneBox {
  overflow: hidden;
  height: 100%;
  background-color: #f8f8f8;
  border-radius: 2vw;
}

#index_page .pageContentAll .inxNews > .thisBox .contentBox .oneBox.one .aBox .imgBox {
  overflow: hidden;
  width: 100%;
  height: 13vw;
}
@media (max-width:1024px) {
  #index_page .pageContentAll .inxNews > .thisBox .contentBox .oneBox.one .aBox .imgBox {
    height: 100%;
  }
}
#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, 1.1vw, 1.1vw);
  line-height: 1.6em;
}
@media (max-width:1024px) {
  #index_page .pageContentAll .inxNews > .thisBox .contentBox .oneBox.one .aBox .textBox .description {
    font-size: 4vw;
  }
}
#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.5vw, 1.5vw);
  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.8vw;
  }
}
#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, 1.1vw, 1.1vw);
  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: 4vw;
  }
}
#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: #ee1d23;
  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: #ee1d23;
  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: #ee1d23;
  }
  #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: #ee1d23;
  }
  #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: #ee1d23;
}
#news_page .pageContentAll .pageContent .newsList > .thisBox .contentBox .ul .li .aBox:hover .textBoxAll .readMore {
  background-color: #ee1d23;
}
#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: #ee1d23;
}
#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: #ee1d23;
  border-radius: 50%;
}
@media (max-width:1024px) {
  #video_page .pageContentAll .pageContent .videoList > .thisBox .contentBox .ul .li .openVideo .imgBox .bofangBtn {
    width: 12vw;
    height: 12vw;
    left: calc(50% - 6vw);
    top: calc(50% - 6vw);
  }
}
#video_page .pageContentAll .pageContent .videoList > .thisBox .contentBox .ul .li .openVideo .imgBox .bofangBtn i {
  color: #fff;
  font-size: clamp(12px, 1.5vw, 1.5vw);
  transform: translateX(0.1vw);
}
@media (max-width:1024px) {
  #video_page .pageContentAll .pageContent .videoList > .thisBox .contentBox .ul .li .openVideo .imgBox .bofangBtn i {
    font-size: 4.8vw;
  }
}
#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, 1.1vw, 1.1vw);
}
@media (max-width:1024px) {
  #video_page .pageContentAll .pageContent .videoList > .thisBox .contentBox .ul .li .openVideo .title {
    font-size: 4vw;
  }
}
#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: grid;
  grid-template-columns: repeat(2, 1fr);
  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: 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: 1;
  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.9vw, 4.9vw);
  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.6vw;
  }
}
#solution_page .pageContentAll .pageContent .solutionTop > .thisBox .contentBox .ul .li .box .textBox .title {
  font-size: clamp(12px, 1.9vw, 1.9vw);
  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);
  color: #fff;
}
@media (max-width:1024px) {
  #solution_page .pageContentAll .pageContent .solutionTop > .thisBox .contentBox .ul .li .box .textBox .title {
    font-size: 5.6vw;
  }
}
#solution_page .pageContentAll .pageContent .solutionTop > .thisBox .contentBox .ul .li .box .textBox .miaoshu p {
  font-size: clamp(12px, 1.2vw, 1.2vw);
  line-height: 2em;
  transition-duration: 0.8s;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.56, -0.01, 0.04, 1);
  color: #fff;
}
@media (max-width:1024px) {
  #solution_page .pageContentAll .pageContent .solutionTop > .thisBox .contentBox .ul .li .box .textBox .miaoshu p {
    font-size: 4.2vw;
  }
}
#solution_page .pageContentAll .pageContent .solutionTop > .thisBox .contentBox .ul .li .box:hover .imgBox {
  opacity: 0.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: #333;
}
#solution_page .pageContentAll .pageContent .solutionTop > .thisBox .contentBox .ul .li .box:hover .textBox .miaoshu p {
  color: #333;
}
@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, 1.2vw, 1.2vw);
  line-height: 2em;
  transition-duration: 0.8s;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.56, -0.01, 0.04, 1);
  color: #eee;
}
@media (max-width:1024px) {
  #solution_page .pageContentAll .pageContent .solutionTop > .thisBox .contentBox .ul .li .box .textBox .miaoshu {
    font-size: 4.2vw;
  }
}
#solution_page .pageContentAll .pageContent .solutionTop > .thisBox .contentBox .ul .li .box:hover .textBox .miaoshu {
  color: #333;
}
#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.9vw, 6.9vw);
  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.6vw;
  }
}
#solution_page .pageContentAll .pageContent .solutionList > .thisBox .contentBox .ul .li .box .textBox .title {
  font-size: clamp(12px, 1.4vw, 1.4vw);
  font-weight: bold;
}
@media (max-width:1024px) {
  #solution_page .pageContentAll .pageContent .solutionList > .thisBox .contentBox .ul .li .box .textBox .title {
    font-size: 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, 1vw, 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: 4.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: 100%;
  height: 14vw;
  overflow: hidden;

}
@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{
  display: grid;
  grid-template-columns: repeat(3, 1fr);

}





#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: grid;
  grid-template-columns: repeat(4, 1fr);
  flex-wrap: wrap;
  gap: 2vw;
}
#product_page .pageContentAll .pageContent .productList > .thisBox .contentBox .ul li {
  flex: unset;
  width: 100%
}
@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;
  width: 100%;

}
#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, 1.1vw, 1.1vw);
  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: 4vw;
  }
}
@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: #ee1d23;
}
#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.9vw, 1.9vw);
}
@media (max-width:1024px) {
  #contact_info_page .pageContentAll .pageContent .contactInfo > .thisBox .contentBox .ul .li .box .card .inner > div .ico i {
    font-size: 5.6vw;
  }
}
@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: #ee1d23;
}
#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.5vw, 1.5vw);
}
@media (max-width:1024px) {
  #contact_info_page .pageContentAll .pageContent .contactInfo > .thisBox .contentBox .ul .li .box .title {
    font-size: 4.8vw;
  }
}
#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, 1.1vw, 1.1vw);
}
@media (max-width:1024px) {
  #contact_info_page .pageContentAll .pageContent .contactInfo > .thisBox .contentBox .ul .li .box .cout {
    font-size: 4vw;
  }
}
@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_info_page .pageContentAll .pageContent .pelpeoContact > .thisBox {
  padding-top: 6vw;
}
@media (max-width:1600px) {
  #contact_info_page .pageContentAll .pageContent .pelpeoContact > .thisBox {
    padding-top: 6vw;
  }
}
@media (max-width:1300px) {
  #contact_info_page .pageContentAll .pageContent .pelpeoContact > .thisBox {
    padding-top: 6vw;
  }
}
@media (max-width:1024px) {
  #contact_info_page .pageContentAll .pageContent .pelpeoContact > .thisBox {
    padding-top: 12vw;
  }
}
#contact_info_page .pageContentAll .pageContent .pelpeoContact > .thisBox > .contentBox {
  width: 75%;
  margin: 0 auto;
}
@media (max-width:1024px) {
  #contact_info_page .pageContentAll .pageContent .pelpeoContact > .thisBox > .contentBox {
    width: 86%;
  }
}
#contact_info_page .pageContentAll .pageContent .pelpeoContact > .thisBox > .contentBox .ul {
  display: flex;
  flex-wrap: wrap;
  gap: 2vw;
}
#contact_info_page .pageContentAll .pageContent .pelpeoContact > .thisBox > .contentBox .ul li {
  flex: unset;
  width: calc(100% / 3 - (3 - 1) * 2vw / 3);
}
#contact_info_page .pageContentAll .pageContent .pelpeoContact > .thisBox > .contentBox .ul .li {
  position: relative;
  background-color: #fff;
  padding: 2vw;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  flex-wrap: unset;
  gap: 1vw;
}
#contact_info_page .pageContentAll .pageContent .pelpeoContact > .thisBox > .contentBox .ul .li .title {
  font-size: clamp(12px, 1.1vw, 1.1vw);
  opacity: 0.8;
}
@media (max-width:1024px) {
  #contact_info_page .pageContentAll .pageContent .pelpeoContact > .thisBox > .contentBox .ul .li .title {
    font-size: 4vw;
  }
}
#contact_info_page .pageContentAll .pageContent .pelpeoContact > .thisBox > .contentBox .ul .li .subitle {
  font-size: clamp(12px, 1.3vw, 1.3vw);
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-start;
  flex-wrap: unset;
  gap: 1vw;
}
@media (max-width:1024px) {
  #contact_info_page .pageContentAll .pageContent .pelpeoContact > .thisBox > .contentBox .ul .li .subitle {
    font-size: 4.4vw;
  }
}
#contact_info_page .pageContentAll .pageContent .pelpeoContact > .thisBox > .contentBox .ul .li .subitle i {
  font-size: clamp(12px, 1.3vw, 1.3vw);
  color: #ee1d23;
}
@media (max-width:1024px) {
  #contact_info_page .pageContentAll .pageContent .pelpeoContact > .thisBox > .contentBox .ul .li .subitle i {
    font-size: 4.4vw;
  }
}
#contact_info_page .pageContentAll .pageContent .pelpeoContact > .thisBox > .contentBox .ul .li::after {
  content: '';
  position: absolute;
  display: block;
  left: 0;
  height: 100%;
  width: 4px;
  top: 0;
  background-color: #ee1d23;
}
#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, 1.1vw, 1.1vw);
}
@media (max-width:1024px) {
  #contact_message_page .pageContentAll .pageContent .message > .thisBox .posiFormBox .kuangBox .formBiaodan .thisBoxAll .cenBox .biaodan form .inputBox .bdTitle {
    font-size: 4vw;
  }
}
@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: #ee1d23;
}
#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), #ee1d23);
  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, 1.1vw, 1.1vw);
  font-weight: bold;
}
@media (max-width:1024px) {
  #contact_recruit_page .pageContentAll .pageContent .recruitList > .thisBox .contentBox .table .thead div {
    font-size: 4vw;
  }
}
@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, 1.1vw, 1.1vw);
  flex: 1;
  text-align: center;
}
@media (max-width:1024px) {
  #contact_recruit_page .pageContentAll .pageContent .recruitList > .thisBox .contentBox .table .tbody .li div {
    font-size: 4vw;
  }
}
@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: #ee1d23;
  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.9vw, 1.9vw);
  font-weight: bold;
}
@media (max-width:1024px) {
  #contact_recruit_page .recruitShow > .thisBox .contentBox .topBox .title {
    font-size: 5.6vw;
  }
}
@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, 1.1vw, 1.1vw);
}
@media (max-width:1024px) {
  #contact_recruit_page .recruitShow > .thisBox .contentBox .topBox .info div {
    font-size: 4vw;
  }
}
#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, 1.2vw, 1.2vw);
  font-weight: bold;
}
@media (max-width:1024px) {
  #contact_recruit_page .recruitShow > .thisBox .contentBox .bottomBox .bdTitle {
    font-size: 4.2vw;
  }
}
#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: #ee1d23;
}
@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.4vw, 1.4vw);
}
@media (max-width:1024px) {
  #contact_recruit_page .recruitShow > .thisBox .contentBox .close i {
    font-size: 4.6vw;
  }
}
#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, 1.2vw, 1.2vw);
  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: 4.2vw;
  }
}
#about_history_page .pageContentAll .pageContent .history > .thisBox .contentBox .leftYears .box .ul .li.on .year {
  transform: scale(1.2);
  transform-origin: 0 50%;
  color: #ee1d23;
}
#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: #ee1d23;
}
#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);
  padding-right: 8vw;
  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.3vw, 2.3vw);
  color: #ee1d23;
  font-weight: bold;
}
@media (max-width:1024px) {
  #about_history_page .pageContentAll .pageContent .history > .thisBox .contentBox .rightCout .ul .li .leftTxt .title {
    font-size: 6.4vw;
  }
}
@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.3vw, 1.3vw);
  font-family: 'cn1';
}
@media (max-width:1024px) {
  #about_history_page .pageContentAll .pageContent .history > .thisBox .contentBox .rightCout .ul .li .leftTxt .one {
    font-size: 4.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 > .thisBox .contentBox {
  width: 75%;
  margin: 0 auto;
}
@media (max-width:1024px) {
  #about_culture_page .pageContentAll .pageContent .wenhua > .thisBox .contentBox {
    width: 86%;
  }
}
#about_culture_page .pageContentAll .pageContent .wenhua > .thisBox .contentBox .ul {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  justify-content: center;
  flex-wrap: unset;
  gap: 2vw;
}
@media (max-width:1024px) {
  #about_culture_page .pageContentAll .pageContent .wenhua > .thisBox .contentBox .ul {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    flex-wrap: unset;
  }
}
#about_culture_page .pageContentAll .pageContent .wenhua > .thisBox .contentBox .ul .li {
  flex: 1;
}
#about_culture_page .pageContentAll .pageContent .wenhua > .thisBox .contentBox .ul .li .box {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  flex-wrap: unset;
}
#about_culture_page .pageContentAll .pageContent .wenhua > .thisBox .contentBox .ul .li .box .title {
  font-weight: bold;
  font-size: clamp(12px, 1.3vw, 1.3vw);
  background-color: #ee1d23;
  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 .ul .li .box .title {
    font-size: 4.4vw;
  }
}
@media (max-width:1024px) {
  #about_culture_page .pageContentAll .pageContent .wenhua > .thisBox .contentBox .ul .li .box .title {
    padding: 2vw 6vw;
  }
}
#about_culture_page .pageContentAll .pageContent .wenhua > .thisBox .contentBox .ul .li .box .textBox {
  border-radius: 1vw;
  margin-top: -1vw;
  box-shadow: 2px 2px 20px rgba(0, 0, 0, 0.08);
  background-color: #fff;
  padding: 2vw;
  text-align: center;
}
@media (max-width:1024px) {
  #about_culture_page .pageContentAll .pageContent .wenhua > .thisBox .contentBox .ul .li .box .textBox {
    padding: 4vw;
    margin-top: -4vw;
  }
}
#about_culture_page .pageContentAll .pageContent .wenhua > .thisBox .contentBox .ul .li .box .textBox .txt {
  width: 100%;
  height: 100%;
  color: #ee1d23;
  font-weight: bold;
  font-size: clamp(12px, 1.1vw, 1.1vw);
  line-height: 2em;
}
@media (max-width:1024px) {
  #about_culture_page .pageContentAll .pageContent .wenhua > .thisBox .contentBox .ul .li .box .textBox .txt {
    font-size: 4vw;
  }
}
@media (max-width:1024px) {
  #about_culture_page .pageContentAll .pageContent .wenhua > .thisBox .contentBox .ul .li .box .textBox .txt {
    padding: 6vw;
    width: 100%;
    font-size: 4vw;
  }
}
#about_culture_page .pageContentAll .pageContent .wenhua > .thisBox .contentBox .ul .li .box .textBox .miaoshu {
  margin-top: 2vw;
  line-height: 2em;
  font-size: clamp(12px, 0.9vw, 0.9vw);
}
@media (max-width:1024px) {
  #about_culture_page .pageContentAll .pageContent .wenhua > .thisBox .contentBox .ul .li .box .textBox .miaoshu {
    font-size: 3.6vw;
  }
}
#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: 30%;
}
@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.9vw, 2.9vw);
  font-family: 'cn1';
}
@media (max-width:1024px) {
  #about_jieshao_page .pageContentAll .pageContent .schollJieshao > .thisBox .topName .leftText .title {
    font-size: 7.6vw;
  }
}
@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.4vw, 1.4vw);
  color: #ee1d23;
}
@media (max-width:1024px) {
  #about_jieshao_page .pageContentAll .pageContent .schollJieshao > .thisBox .topName .leftText .subtitle {
    font-size: 4.6vw;
  }
}
#about_jieshao_page .pageContentAll .pageContent .schollJieshao > .thisBox .topName .leftText .miaoshu {
  width: 90%;
  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;
  line-height: 2em;
  font-size: clamp(12px, 1.2vw, 1.2vw);
}
@media (max-width:1024px) {
  #about_jieshao_page .pageContentAll .pageContent .schollJieshao > .thisBox .topName .leftText .miaoshu .txt {
    font-size: 4.2vw;
  }
}
#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: 70%;
  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.9vw, 3.9vw);
  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.6vw;
  }
}
#about_jieshao_page .pageContentAll .pageContent .schollJieshao > .thisBox .contentBox .biaoti .subtitle {
  font-family: 'en9';
  text-transform: uppercase;
  font-size: clamp(12px, 1.5vw, 1.5vw);
  margin-top: -1.2vw;
}
@media (max-width:1024px) {
  #about_jieshao_page .pageContentAll .pageContent .schollJieshao > .thisBox .contentBox .biaoti .subtitle {
    font-size: 4.8vw;
  }
}
#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.3vw, 1.3vw);
  color: #ee1d23;
  font-weight: bold;
  text-align: center;
}
@media (max-width:1024px) {
  #about_jieshao_page .pageContentAll .pageContent .schollJieshao > .thisBox .contentBox .biaoti .miaoshu {
    font-size: 4.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: 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.9vw, 4.9vw);
  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.6vw;
  }
}
#about_business_page .pageContentAll .pageContent .hexin > .thisBox .contentBox .ul .li .box .textBox .title {
  font-size: clamp(12px, 1.9vw, 1.9vw);
  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);
  color: #fff;
}
@media (max-width:1024px) {
  #about_business_page .pageContentAll .pageContent .hexin > .thisBox .contentBox .ul .li .box .textBox .title {
    font-size: 5.6vw;
  }
}
#about_business_page .pageContentAll .pageContent .hexin > .thisBox .contentBox .ul .li .box .textBox .miaoshu p {
  font-size: clamp(12px, 1.2vw, 1.2vw);
  line-height: 2em;
  transition-duration: 0.8s;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.56, -0.01, 0.04, 1);
  color: #fff;
}
@media (max-width:1024px) {
  #about_business_page .pageContentAll .pageContent .hexin > .thisBox .contentBox .ul .li .box .textBox .miaoshu p {
    font-size: 4.2vw;
  }
}
#about_business_page .pageContentAll .pageContent .hexin > .thisBox .contentBox .ul .li .box:hover .imgBox {
  opacity: 0.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: #333;
}
#about_business_page .pageContentAll .pageContent .hexin > .thisBox .contentBox .ul .li .box:hover .textBox .miaoshu p {
  color: #333;
}
#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, 1.1vw, 1.1vw);
}
@media (max-width:1024px) {
  #about_honor_page .pageContentAll .pageContent .honorListBox > .thisBox .cenBox .ul .li .honorA .txt {
    font-size: 4vw;
  }
}
#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: 75%;
  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: 40vw;
  border-radius: 4vw;
  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.7vw, 1.7vw);
  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: 5.2vw;
  }
}
@media (max-width:1024px) {
  #about_founder_page .pageContentAll .pageContent .personBoxAll > .thisBox .contentBox .ul .li .box .yxBox .textBox .topBox .title {
    font-size: clamp(12px, 2.9vw, 2.9vw);
  }
}
@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.6vw;
  }
}
#about_founder_page .pageContentAll .pageContent .personBoxAll > .thisBox .contentBox .ul .li .box .yxBox .textBox .topBox .zhicheng {
  font-size: clamp(12px, 1.2vw, 1.2vw);
  font-weight: bold;
  color: #ee1d23;
}
@media (max-width:1024px) {
  #about_founder_page .pageContentAll .pageContent .personBoxAll > .thisBox .contentBox .ul .li .box .yxBox .textBox .topBox .zhicheng {
    font-size: 4.2vw;
  }
}
@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.3vw, 1.3vw);
  }
}
@media (max-width:1024px) and (max-width:1024px) {
  #about_founder_page .pageContentAll .pageContent .personBoxAll > .thisBox .contentBox .ul .li .box .yxBox .textBox .miaoshu {
    font-size: 4.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.7vw, 1.7vw);
  display: none;
}
@media (max-width:1024px) {
  #wenzhang_page .pageContentAll .pageContent .wenzhangBox > .thisBox .contentBox .newsCoutAll .lujing {
    font-size: 5.2vw;
  }
}
#wenzhang_page .pageContentAll .pageContent .wenzhangBox > .thisBox .contentBox .newsCoutAll .lujing * {
  font-size: clamp(12px, 1.7vw, 1.7vw);
}
@media (max-width:1024px) {
  #wenzhang_page .pageContentAll .pageContent .wenzhangBox > .thisBox .contentBox .newsCoutAll .lujing * {
    font-size: 5.2vw;
  }
}
#wenzhang_page .pageContentAll .pageContent .wenzhangBox > .thisBox .contentBox .newsCoutAll .wenzhangName {
  font-size: clamp(12px, 2.1vw, 2.1vw);
  font-family: 'cn1';
}
@media (max-width:1024px) {
  #wenzhang_page .pageContentAll .pageContent .wenzhangBox > .thisBox .contentBox .newsCoutAll .wenzhangName {
    font-size: 6vw;
  }
}
#wenzhang_page .pageContentAll .pageContent .wenzhangBox > .thisBox .contentBox .newsCoutAll .date {
  font-family: 'en9';
  text-transform: uppercase;
  font-size: clamp(12px, 1.1vw, 1.1vw);
}
@media (max-width:1024px) {
  #wenzhang_page .pageContentAll .pageContent .wenzhangBox > .thisBox .contentBox .newsCoutAll .date {
    font-size: 4vw;
  }
}
@media (max-width:1024px) {
  #wenzhang_page .pageContentAll .pageContent .wenzhangBox > .thisBox .contentBox .newsCoutAll .date {
    font-size: 5vw;
  }
}
#wenzhang_page .pageContentAll .pageContent .wenzhangBox > .thisBox .contentBox .newsCoutAll .xian {
  width: 100%;
  height: 2px;
  background-color: #ee1d23;
  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, 1.1vw, 1.1vw);
}
@media (max-width:1024px) {
  #wenzhang_page .pageContentAll .pageContent .wenzhangBox > .thisBox .contentBox .newsCoutAll .detailContentBox .wenzhang p {
    font-size: 4vw;
  }
}
#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, 1.2vw, 1.2vw);
}
@media (max-width:1024px) {
  #wenzhang_page .pageContentAll .pageContent .wenzhangBox > .thisBox .contentBox .newsCoutAll .moreLink .moreBox .link {
    font-size: 4.2vw;
  }
}
#wenzhang_page .pageContentAll .pageContent .wenzhangBox > .thisBox .contentBox .newsCoutAll .moreLink .moreBox .link:hover {
  text-decoration: underline;
  color: #ee1d23;
}
#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.3vw, 1.3vw);
  font-weight: bold;
}
@media (max-width:1024px) {
  #wenzhang_page .pageContentAll .pageContent .wenzhangBox > .thisBox .contentBox .hotNews .titleBiaoti {
    font-size: 4.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: #ee1d23;
}
#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, 1.2vw, 1.2vw);
  opacity: 0.6;
}
@media (max-width:1024px) {
  #product_detail_page .pageContentAll .pageContent .proDetail > .thisBox .contentBox .leftCout .pinBox .ul .li .box .txt {
    font-size: 4.2vw;
  }
}
#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: #ee1d23;
  top: 0;
}
#product_detail_page .pageContentAll .pageContent .proDetail > .thisBox .contentBox .leftCout .pinBox .ul .li.on .box .txt {
  opacity: 1;
  color: #ee1d23;
  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.7vw, 1.7vw);
}
@media (max-width:1024px) {
  #product_detail_page .pageContentAll .pageContent .proDetail > .thisBox .contentBox .rightCout .itemUl .item .proDetailTitle {
    font-size: 5.2vw;
  }
}
#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: 20vw;
}
@media (max-width:1024px) {
  #product_detail_page .pageContentAll .pageContent .proDetail > .thisBox .contentBox .rightCout .itemUl .item.proName .box .coutBox .imgBox {
    width: 100%;
    height: 50vw;
  }
}
#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, 2.1vw, 2.1vw);
  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: 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: #ee1d23;
}
@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, 1.1vw, 1.1vw);
}
@media (max-width:1024px) {
  #product_detail_page .pageContentAll .pageContent .proDetail > .thisBox .contentBox .rightCout .itemUl .item.youshi .proDetailContent {
    font-size: 4vw;
  }
}
#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: 20vw;
  }
}
#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;
}


/* 应用场景样式 */
#index_page .pageContentAll .inxScene {
  width: 85%;
  margin: auto;
  position: relative;
  padding: 6vw 0;
}
#index_page .pageContentAll .inxScene > .thisBox {
  position: relative;
  z-index: 1;
}
#index_page .pageContentAll .inxScene > .thisBox .contentBox .sceneList .ul {
  display: flex;
  flex-direction: row;
  align-items: stretch;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 2vw;
}
#index_page .pageContentAll .inxScene > .thisBox .contentBox .sceneList .ul .li {
  flex: 1 1 calc(25% - 1.5vw);
  min-width: 200px;
}
#index_page .pageContentAll .inxScene > .thisBox .contentBox .sceneList .ul .li .aBox {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  flex-wrap: unset;
  height: 100%;
  background-color: #fff;
  border-radius: 8px;
  overflow: hidden;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
  transition: all 0.3s ease;
}
#index_page .pageContentAll .inxScene > .thisBox .contentBox .sceneList .ul .li .aBox:hover {
  transform: translateY(-5px);
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.15);
}
#index_page .pageContentAll .inxScene > .thisBox .contentBox .sceneList .ul .li .aBox .imgBox {
  width: 100%;
  height: 150px;
  overflow: hidden;
}
#index_page .pageContentAll .inxScene > .thisBox .contentBox .sceneList .ul .li .aBox .imgBox img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.3s ease;
}
#index_page .pageContentAll .inxScene > .thisBox .contentBox .sceneList .ul .li .aBox:hover .imgBox img {
  transform: scale(1.05);
}
#index_page .pageContentAll .inxScene > .thisBox .contentBox .sceneList .ul .li .aBox .textBox {
  padding: 20px;
  flex: 1;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: space-between;
  flex-wrap: unset;
}
#index_page .pageContentAll .inxScene > .thisBox .contentBox .sceneList .ul .li .aBox .textBox .title {
  font-size: 1.2vw;
  font-weight: bold;
  color: #333;
  margin-bottom: 10px;
}
#index_page .pageContentAll .inxScene > .thisBox .contentBox .sceneList .ul .li .aBox .textBox .miaoshu p{
  font-size: 0.9vw;
  color: #666;
  line-height: 1.5;
  flex: 1;
}
#index_page .pageContentAll .inxScene > .bgImg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
  opacity: 0.05;
}
#index_page .pageContentAll .inxScene > .bgImg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
 @media (max-width:1024px) {
#index_page .pageContentAll .inxScene > .thisBox .contentBox .sceneList .ul .li .aBox .textBox .title {
  font-size: 5vw;
  font-weight: bold;
  color: #333;
  margin-bottom: 10px;
}
     
 }
@media (max-width:1024px) {
  #index_page .pageContentAll .inxScene > .thisBox .contentBox .sceneList .ul {
    flex-direction: column;
    gap: 3vw;
  }
  #index_page .pageContentAll .inxScene > .thisBox .contentBox .sceneList .ul .li {
    flex: 1 1 100%;
  }
  #index_page .pageContentAll .inxScene > .thisBox .contentBox .sceneList .ul .li .aBox .imgBox {
    height: 200px;
  }
}
#index_page .pageContentAll .inxNews > .thisBox .contentBox .oneBox {
  overflow: hidden;
  height: 100%;
  background-color: #f8f8f8;}

.joinProcess {
  padding: 8vw 0;
  background-color: #f8f9fa;
}
.joinProcess > .thisBox {
  max-width: 85%;
  margin: 0 auto;
  padding: 0 20px;
}
.joinProcess > .thisBox .unifyTitle {
  margin-bottom: 60px;
}
.joinProcess > .thisBox .contentBox {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 1vw;
}
.joinProcess > .thisBox .contentBox .joinSection {
  background-color: #fff;
  border-radius: 12px;
  padding: 30px;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
  transition: all 0.3s ease;
}
.joinProcess > .thisBox .contentBox .joinSection:hover {
  transform: translateY(-5px);
  box-shadow: 0 8px 30px rgba(0, 0, 0, 0.15);
}
.joinProcess > .thisBox .contentBox .joinSection .sectionTitle {
  margin-bottom: 25px;
  position: relative;
  padding-bottom: 15px;
}
.joinProcess > .thisBox .contentBox .joinSection .sectionTitle::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 60px;
  height: 4px;
  background-color: #0f4396;
  border-radius: 2px;
}
.joinProcess > .thisBox .contentBox .joinSection .sectionTitle h3 {
  font-size: 20px;
  font-weight: bold;
  color: #333;
  margin: 0;
  display: flex;
  align-items: center;
  gap: 10px;
}
.joinProcess > .thisBox .contentBox .joinSection .sectionTitle h3::before {
  content: '';
  width: 24px;
  height: 24px;
  background-color: #0f4396;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-size: 14px;
  font-weight: bold;
}
.joinProcess > .thisBox .contentBox .joinSection:nth-child(1) .sectionTitle h3::before {
  content: '1';
}
.joinProcess > .thisBox .contentBox .joinSection:nth-child(2) .sectionTitle h3::before {
  content: '2';
}
.joinProcess > .thisBox .contentBox .joinSection:nth-child(3) .sectionTitle h3::before {
  content: '3';
}
.joinProcess > .thisBox .contentBox .joinSection:nth-child(4) .sectionTitle h3::before {
  content: '4';
}
.joinProcess > .thisBox .contentBox .joinSection .sectionContent .ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.joinProcess > .thisBox .contentBox .joinSection .sectionContent .ul .li {
  font-size: 15px;
  line-height: 28px;
  color: #666;
  position: relative;
  padding-left: 25px;
  margin-bottom: 10px;
}
.joinProcess > .thisBox .contentBox .joinSection .sectionContent .ul .li::before {
  content: '✓';
  position: absolute;
  left: 0;
  color: #28a745;
  font-weight: bold;
  font-size: 16px;
}

/* 合作流程保持原有样式 */
.joinProcess > .thisBox .contentBox .joinSection .sectionContent.processFlow {
  padding: 20px 0;
}
.joinProcess > .thisBox .contentBox .joinSection .sectionContent.processFlow .ul {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 20px;
}
.joinProcess > .thisBox .contentBox .joinSection .sectionContent.processFlow .ul .li {
  flex: 1;
 width: 100%;
  text-align: center;
  padding: 0;
  position: relative;
  margin-bottom: 0;
}
.joinProcess > .thisBox .contentBox .joinSection .sectionContent.processFlow .ul .li::before {
  display: none;
}
.joinProcess > .thisBox .contentBox .joinSection .sectionContent.processFlow .ul .li:not(:last-child)::after {
  content: '';
  position: absolute;
  top: 50%;
  right: -10px;
  transform: translateY(-50%);
  width: 20px;
  height: 2px;
  background-color: #0f4396;
  z-index: 0;
}
.joinProcess > .thisBox .contentBox .joinSection .sectionContent.processFlow .ul .li .stepBox {
  position: relative;
  z-index: 1;
}
.joinProcess > .thisBox .contentBox .joinSection .sectionContent.processFlow .ul .li .stepBox .stepNum {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background-color: #0f4396;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 18px;
  font-weight: bold;
  margin: 0 auto 10px;
}
.joinProcess > .thisBox .contentBox .joinSection .sectionContent.processFlow .ul .li .stepBox .stepTitle {
  font-size: 14px;
  color: #333;
  font-weight: 500;
}

@media (max-width:768px) {
  .joinProcess {
    padding: 60px 0;
  }
  .joinProcess > .thisBox .contentBox {
    grid-template-columns: 1fr;
    gap: 30px;
  }
  .joinProcess > .thisBox .contentBox .joinSection {
    padding: 25px;
  }
  .joinProcess > .thisBox .contentBox .joinSection .sectionContent.processFlow .ul {
    flex-direction: column;
    align-items: flex-start;
  }
  .joinProcess > .thisBox .contentBox .joinSection .sectionContent.processFlow .ul .li {
    width: 100%;
    display: flex;
    align-items: center;
    gap: 10px;
  }
  .joinProcess > .thisBox .contentBox .joinSection .sectionContent.processFlow .ul .li:not(:last-child)::after {
    top: 20px;
    right: auto;
    left: 20px;
    width: 2px;
    height: 30px;
  }
  .joinProcess > .thisBox .contentBox .joinSection .sectionContent.processFlow .ul .li .stepBox {
    display: flex;
    align-items: center;
    gap: 10px;
  }
  .joinProcess > .thisBox .contentBox .joinSection .sectionContent.processFlow .ul .li .stepBox .stepNum {
    margin: 0;
  }
}


.rgmod_module_banner_img_mod_1 {
    overflow: hidden
}

.rgmod_module_banner_img_mod_1>.thisBox {
    position: relative;
    width: 100%;
    height: 100vh
}

@media (max-width:1024px) {
    .rgmod_module_banner_img_mod_1>.thisBox {
        height: 100vw
    }
}

.rgmod_module_banner_img_mod_1>.thisBox .swiperBox {
    z-index: 1;
    position: relative;
    width: 100%;
    height: 100%
}

.rgmod_module_banner_img_mod_1>.thisBox .swiperBox #inxBanner {
    width: 100%;
    height: 100%
}

.rgmod_module_banner_img_mod_1>.thisBox .swiperBox #inxBanner .swiper-slide .box {
    width: 100%;
    height: 100%
}

.rgmod_module_banner_img_mod_1>.thisBox .swiperBox #inxBanner .swiper-slide .box .imgMask {
    width: 100%;
    height: 100%
}

.rgmod_module_banner_img_mod_1>.thisBox .swiperBox #inxBanner .swiper-slide .box .imgMask .imgBox {
    width: 100%;
    height: 100%
}

.rgmod_module_banner_img_mod_1>.thisBox .swiperBox #inxBanner .swiper-slide .box .slideTxt {
    position: absolute;
    top: 50px;
    z-index: 1;
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    flex-wrap: unset;
    left: 0;
    transition-duration: .1s;
    transition-property: all;
    transition-timing-function: cubic-bezier(.56, -0.01, .04, 1)
}

.rgmod_module_banner_img_mod_1>.thisBox .swiperBox #inxBanner .swiper-slide .box .slideTxt .title {
    margin-bottom: 1vw;
    font-size: 3.1vw;
    color: #fff;
    stroke: 1px #fff
}

@media (max-width:1024px) {
    .rgmod_module_banner_img_mod_1>.thisBox .swiperBox #inxBanner .swiper-slide .box .slideTxt .title {
        font-size: 6.8vw
    }
}

@media (max-width:1024px) {
    .rgmod_module_banner_img_mod_1>.thisBox .swiperBox #inxBanner .swiper-slide .box .slideTxt .title {
        text-align: center
    }
}

.rgmod_module_banner_img_mod_1>.thisBox .swiperBox #inxBanner .swiper-slide .box .slideTxt .miaoshu {
    text-align: center;
    font-size: 1.2vw;
    color: #fff;
    font-family: 'en6';
    text-transform: uppercase;
    line-height: 2em;
    background-color: rgb(232 30 30);
    padding: 0 3vw;
    border-radius: 2vw
}

@media (max-width:1024px) {
    .rgmod_module_banner_img_mod_1>.thisBox .swiperBox #inxBanner .swiper-slide .box .slideTxt .miaoshu {
        font-size: 3.5vw
    }
}

@media (max-width:1024px) {
    .rgmod_module_banner_img_mod_1>.thisBox .swiperBox .swiperControl .navigation {
        display: none
    }
}

.rgmod_module_banner_img_mod_1>.thisBox .swiperBox .swiperControl .navigation .navigationThis .btn {
    position: absolute;
    top: 50%;
    z-index: 2;
    transform: translateY(-50%)
}

.rgmod_module_banner_img_mod_1>.thisBox .swiperBox .swiperControl .pagination {
    position: absolute;
    bottom: 2vw;
    left: 50%;
    transform: translateX(-50%);
    z-index: 2
}

.rgmod_module_banner_img_mod_1>.thisBox .swiperBox .swiperControl .pagination .paginationBanner .ul {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    flex-wrap: unset
}

.rgmod_module_banner_img_mod_1>.thisBox .swiperBox .swiperControl .pagination .paginationBanner .ul .li {
    margin: 0 .5vw;
    position: relative;
    cursor: pointer;
    width: 40px;
    height: 40px
}

.rgmod_module_banner_img_mod_1>.thisBox .swiperBox .swiperControl .pagination .paginationBanner .ul .li .di {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 24px;
    height: 24px;
    border-radius: 50%;
    background-color: #fff
}

.rgmod_module_banner_img_mod_1>.thisBox .swiperBox .swiperControl .pagination .paginationBanner .ul .li svg {
    pointer-events: none;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100px;
    height: 100px
}

.rgmod_module_banner_img_mod_1>.thisBox .swiperBox .swiperControl .pagination .paginationBanner .ul .li svg circle {
    cx: 50;
    cy: 50;
    r: 6;
    fill: transparent;
    stroke-width: 12;
    stroke: #0f4397;
    stroke-dasharray: 75.36;
    stroke-dashoffset: 75.36
}

.rgmod_module_banner_img_mod_1>.thisBox .swiperBox .swiperControl .pagination .paginationBanner .ul .li.circleOn svg circle {
    stroke-dashoffset: 0;
    transition-duration: 10s;
    transition-timing-function: linear
}
