@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/SourceHanSansCN-Bold.otf');
}
.cn {
  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, 45, 49, 0.15), 0 0 0 1vw rgba(189, 45, 49, 0.15), 0 0 0 2vw rgba(189, 45, 49, 0.15);
  }
  100% {
    box-shadow: 0 0 0 1vw rgba(189, 45, 49, 0.15), 0 0 0 2vw rgba(189, 45, 49, 0.15), 0 0 0 4vw rgba(189, 45, 49, 0);
  }
}
a,
div,
section,
p,
button,
ul,
li,
body,
html,
img,
textarea,
input {
  margin: 0;
  padding: 0;
  -webkit-tap-highlight-color: transparent;
  box-sizing: border-box;
  touch-action: pan-y;
  font-size: clamp(12px, 0.8vw, 0.8vw);
  color: #333;
  font-family: 'Microsoft YaHei';
}
@media (max-width:1024px) {
  a,
  div,
  section,
  p,
  button,
  ul,
  li,
  body,
  html,
  img,
  textarea,
  input {
    font-size: 3.4vw;
  }
}
a {
  display: block;
  text-decoration: none;
  outline: none;
}
img {
  border: 0;
  display: block;
}
body {
  margin: 0 auto;
  background-repeat: repeat;
}
ul,
li {
  list-style-type: none;
}
button {
  border: none;
  outline: none;
  background-color: transparent;
  box-sizing: content-box;
}
p {
  line-height: 2em;
}
video {
  object-fit: cover;
  width: 100%;
  height: 100%;
}
.wenzhang p {
  line-height: 2em;
  text-indent: 2em;
  padding: 4px 0;
}
.wenzhang p img {
  max-width: 100%;
  margin: 20px auto;
  display: block;
}
@media (max-width:1024px) {
  .wenzhang p img {
    width: 100% !important;
    height: unset !important;
  }
}
table {
  border: none;
  border-collapse: collapse;
  border: 0;
}
tr {
  border: none;
  border: 1px solid #DDD;
}
td {
  border: none;
  border: 1px solid #DDD;
}
input {
  outline: none;
  border: none;
}
.fancybox__container * {
  color: #fff !important;
}
.buttonLink {
  display: none;
}
.pageBox {
  max-width: 100%;
  margin: 0 auto;
}
.pageBox .pageContentAll {
  position: relative;
  z-index: 2;
}
mod {
  display: block;
}
.cn {
  font-family: 'cn1';
}
.en {
  font-family: 'en6';
  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: #BD2D31;
}
::-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: #BD2D31;
  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: #BD2D31;
  background-color: #fff;
}
.mapGoOpenBox.show {
  transform: translateY(0);
  pointer-events: auto;
}
body {
  background-color: #F2F3F5;
}
#smooth-wrapper {
  z-index: 1;
}
.unifyButton {
  margin-top: 2vw;
  width: fit-content;
}
@media (max-width:1024px) {
  .unifyButton {
    margin: 0 auto;
    margin-top: 10vw;
  }
}
.unifyButton .unifyButtonThis > .thisBox {
  position: relative;
  background-color: #BD2D31;
  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 8vw;
  }
}
.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: 'en6';
  text-transform: uppercase;
  font-size: clamp(12px, 1.1vw, 1.1vw);
  border: 1px solid #ddd;
}
@media (max-width:1024px) {
  .fenye .fenyeThis > .thisBox .box a {
    font-size: 4vw;
  }
}
@media (max-width:1024px) {
  .fenye .fenyeThis > .thisBox .box a {
    width: 10vw;
    height: 10vw;
  }
}
.fenye .fenyeThis > .thisBox .box a:hover {
  background-color: #BD2D31;
  color: #fff;
}
.fenye .fenyeThis > .thisBox .box a.page-num-current {
  background-color: #BD2D31;
  color: #fff;
}
.ani_txt {
  position: relative;
}
.ani_txt .initTxt {
  overflow: hidden;
}
.ani_txt .initTxt div {
  font-family: 'cn1';
}
.ani_txt .initTxt.initTxt div {
  will-change: transform;
}
.ani_txt .initTxt.hovTxt {
  position: absolute;
  top: 0;
}
.ani_txt .initTxt.hovTxt div {
  color: #BD2D31;
  will-change: transform;
}
.unifyTitle {
  margin-bottom: 4vw;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  flex-wrap: unset;
}
@media (max-width:1024px) {
  .unifyTitle {
    margin-bottom: 10vw;
  }
}
.unifyTitle .unifyTitleThis {
  width: 100%;
}
.unifyTitle .unifyTitleThis > .thisBox {
  position: relative;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  flex-wrap: unset;
}
.unifyTitle .unifyTitleThis > .thisBox .text {
  width: fit-content;
  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 {
    width: 86%;
    margin: 0 auto;
  }
}
.unifyTitle .unifyTitleThis > .thisBox .text .cn {
  font-size: clamp(12px, 2.7vw, 2.7vw);
}
@media (max-width:1024px) {
  .unifyTitle .unifyTitleThis > .thisBox .text .cn {
    font-size: 7.2vw;
  }
}
.unifyTitle .unifyTitleThis > .thisBox .text .en {
  font-size: clamp(12px, 1.1vw, 1.1vw);
  font-family: 'en6';
  text-transform: uppercase;
  padding: 0.2vw 2vw;
  background-color: #BD2D31;
  color: #fff;
  border-bottom-left-radius: 0.6vw;
  border-top-right-radius: 0.6vw;
}
@media (max-width:1024px) {
  .unifyTitle .unifyTitleThis > .thisBox .text .en {
    font-size: 4vw;
  }
}
.unifyTitle .unifyTitleThis > .thisBox .text .xian {
  width: 3vw;
  height: 2px;
  border-radius: 1vw;
  background-color: #BD2D31;
}
.unifyTitle.fff .unifyTitleThis > .thisBox .text .cn {
  color: #fff;
}
.unifyTitle.fff .unifyTitleThis > .thisBox .text .en {
  color: #fff;
}
.unifyTitle.fff .unifyTitleThis > .thisBox .text .xian {
  background-color: #BD2D31;
}
.topNavAll .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) {
  .topNavAll .topNav {
    height: 5vw;
  }
}
@media (max-width:1300px) {
  .topNavAll .topNav {
    height: 5vw;
  }
}
@media (max-width:1024px) {
  .topNavAll .topNav {
    height: 20vw;
  }
}
.topNavAll .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(0, 0, 0, 0.2);
}
.topNavAll .topNav .topNavThis .thisBox {
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  flex-wrap: unset;
}
.topNavAll .topNav .topNavThis .thisBox .logoBox {
  position: absolute;
  left: 50%;
  height: 5vw;
  transition-duration: 0.8s;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.56, -0.01, 0.04, 1);
  transform: translateX(-50%);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  flex-wrap: unset;
}
@media (max-width:1600px) {
  .topNavAll .topNav .topNavThis .thisBox .logoBox {
    height: 5vw;
  }
}
@media (max-width:1300px) {
  .topNavAll .topNav .topNavThis .thisBox .logoBox {
    height: 5vw;
  }
}
@media (max-width:1024px) {
  .topNavAll .topNav .topNavThis .thisBox .logoBox {
    height: 20vw;
  }
}
@media (max-width:1024px) {
  .topNavAll .topNav .topNavThis .thisBox .logoBox {
    position: relative;
    transform: translateX(0);
    left: 5vw;
  }
}
.topNavAll .topNav .topNavThis .thisBox .logoBox .moveBoxLogo {
  height: 3.6vw;
}
@media (max-width:1024px) {
  .topNavAll .topNav .topNavThis .thisBox .logoBox .moveBoxLogo {
    height: 52%;
  }
}
.topNavAll .topNav .topNavThis .thisBox .logoBox .moveBoxLogo img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.topNavAll .topNav .topNavThis .thisBox .navBar {
  transition-duration: 0.8s;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.56, -0.01, 0.04, 1);
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  flex-wrap: unset;
}
@media (max-width:1024px) {
  .topNavAll .topNav .topNavThis .thisBox .navBar {
    display: none;
  }
}
.topNavAll .topNav .topNavThis .thisBox .navBar > div {
  height: 100%;
}
.topNavAll .topNav .topNavThis .thisBox .navBar > div.left .ul .li {
  border-right: 1px solid rgba(0, 0, 0, 0.2);
}
.topNavAll .topNav .topNavThis .thisBox .navBar > div.right .ul .li {
  border-left: 1px solid rgba(0, 0, 0, 0.2);
}
.topNavAll .topNav .topNavThis .thisBox .navBar .ul {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  flex-wrap: unset;
  height: 100%;
}
.topNavAll .topNav .topNavThis .thisBox .navBar .ul .li {
  padding: 0 2vw;
  height: 100%;
  position: relative;
}
.topNavAll .topNav .topNavThis .thisBox .navBar .ul .li .a1 {
  height: 100%;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  flex-wrap: unset;
}
.topNavAll .topNav .topNavThis .thisBox .navBar .ul .li .a1 .txt .initTxt div,
.topNavAll .topNav .topNavThis .thisBox .navBar .ul .li .a1 .ani_txt .initTxt div {
  font-size: clamp(12px, 0.9vw, 0.9vw);
  transition-duration: 0.8s;
  transition-property: color;
}
@media (max-width:1024px) {
  .topNavAll .topNav .topNavThis .thisBox .navBar .ul .li .a1 .txt .initTxt div,
  .topNavAll .topNav .topNavThis .thisBox .navBar .ul .li .a1 .ani_txt .initTxt div {
    font-size: 3.6vw;
  }
}
.topNavAll .topNav .topNavThis .thisBox .navBar .ul .li .a1 .txt .initTxt.hovTxt div,
.topNavAll .topNav .topNavThis .thisBox .navBar .ul .li .a1 .ani_txt .initTxt.hovTxt div {
  color: #BD2D31;
}
.topNavAll .topNav .topNavThis .thisBox .navBar .ul .li .twoNav {
  position: absolute;
  top: 100%;
  width: max-content;
  padding-top: 1vw;
  left: 50%;
  transform: translateX(-50%);
  pointer-events: none;
}
.topNavAll .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);
}
.topNavAll .topNav .topNavThis .thisBox .navBar .ul .li::before {
  content: '';
  position: absolute;
  display: block;
  height: 2px;
  border-radius: 2px;
  background-color: #BD2D31;
  left: 0;
  transition-duration: 0.8s;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.56, -0.01, 0.04, 1);
  width: 0;
  bottom: 0;
}
.topNavAll .topNav .topNavThis .thisBox .navBar .ul .li:hover .twoNav {
  pointer-events: auto;
}
.topNavAll .topNav .topNavThis .thisBox .navBar .ul .li:hover .twoNav .ul2 {
  opacity: 1;
  transform: translateY(0);
}
.topNavAll .topNav .topNavThis .thisBox .navBar .ul .li:hover::before {
  width: 100%;
}
.topNavAll .topNav .topNavThis .thisBox .navBar .ul .li.on::before {
  width: 100%;
}
.topNavAll .topNav .topNavThis .thisBox .navRight {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  flex-wrap: unset;
  height: 100%;
}
@media (min-width:1024px) {
  .topNavAll .topNav .topNavThis .thisBox .navRight {
    display: none;
  }
}
.topNavAll .topNav .topNavThis .thisBox .navRight .openBtn {
  position: relative;
  height: 100%;
  aspect-ratio: 1;
}
.topNavAll .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;
  transition-duration: 0.8s;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.56, -0.01, 0.04, 1);
  border-left: 1px solid rgba(0, 0, 0, 0.2);
}
.topNavAll .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) {
  .topNavAll .topNav .topNavThis .thisBox .navRight .openBtn .menuBtn .ul {
    width: 30px;
    height: 30px;
  }
}
.topNavAll .topNav .topNavThis .thisBox .navRight .openBtn .menuBtn .ul .li {
  width: 20px;
  height: 1px;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.56, -0.01, 0.04, 1);
  background-color: #333;
  transition-duration: 0.8s;
  transition-property: background-color;
  display: block;
}
@media (max-width:1300px) {
  .topNavAll .topNav .topNavThis .thisBox .navRight .openBtn .menuBtn .ul .li {
    width: 15px;
    height: 1px;
  }
}
.topNavAll .topNav .topNavThis .thisBox .navRight .openBtn .menuBtn .ul .li:nth-child(1) {
  margin-bottom: 5px;
}
.topNavAll .topNav .topNavThis .thisBox .navRight .openBtn .menuBtn .ul .li:nth-child(3) {
  margin-top: 5px;
}
.topNavAll .topNav .topNavThis .thisBox .navRight .openBtn .menuBtn .txt {
  color: #333;
  transition-duration: 0.8s;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.56, -0.01, 0.04, 1);
}
.topNavAll .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: rgba(255, 255, 255, 0.9);
  backdrop-filter: blur(10px);
  transform: translateY(-100%);
}
.topNavAll .topNav.scrollShow .topNavThis > .thisBox .navBar .ul .li .a1 .txt .initTxt div {
  color: #333;
}
.topNavAll .topNav.scrollShow .topNavThis > .thisBox .navBar .ul .li .a1 .txt .initTxt.hovTxt div {
  color: #BD2D31;
}
.topNavAll .topNav.scrollShow .topNavThis > .thisBox .navBar .ul .li::before {
  background-color: #333;
}
.topNavAll .topNav.scrollShow .topNavThis > .thisBox .navBar .ul .li:hover::before {
  background-color: #BD2D31;
}
.topNavAll .topNav.scrollShow .topNavThis > .thisBox .navRight .search {
  border-color: rgba(51, 51, 51, 0.1);
}
.topNavAll .topNav.scrollShow .topNavThis > .thisBox .navRight .search i {
  color: #333;
}
.topNavAll .topNav.scrollShow .topNavThis > .thisBox .navRight .search::before {
  border-radius: 2px;
  background-color: #333;
}
.topNavAll .topNav.scrollShow .topNavThis > .thisBox .navRight .openBtn {
  border-color: rgba(51, 51, 51, 0.1);
}
.topNavAll .topNav.scrollShow .topNavThis > .thisBox .navRight .openBtn .menuBtn {
  transition-duration: 0.8s;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.56, -0.01, 0.04, 1);
}
.topNavAll .topNav.scrollShow .topNavThis > .thisBox .navRight .openBtn .menuBtn .ul .li {
  background-color: #333;
}
.topNavAll .topNav.scrollShow .topNavThis > .thisBox .navRight .openBtn .menuBtn .txt {
  color: #333;
}
.topNavAll .topNav.scrollShow .topNavThis > .thisBox .navRight .openBtn::before {
  border-radius: 2px;
  background-color: #333;
}
.topNavAll .topNav.scrollShow::after {
  transform: translateY(0);
}
.topNavAll .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;
}
.topNavAll .openNav .openNavThis {
  position: relative;
  z-index: 1;
  width: 100%;
}
.topNavAll .openNav .openNavThis > .thisBox {
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  flex-wrap: unset;
}
.topNavAll .openNav .openNavThis > .thisBox .contentBox {
  padding: 8vw 6vw;
  padding-left: 8vw;
  background-color: rgba(255, 255, 255, 0.95);
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  flex-wrap: unset;
  width: 100%;
}
@media (max-width:1024px) {
  .topNavAll .openNav .openNavThis > .thisBox .contentBox {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    flex-wrap: unset;
  }
}
.topNavAll .openNav .openNavThis > .thisBox .contentBox .openNavBar {
  padding-right: 4vw;
  width: 50%;
}
@media (max-width:1024px) {
  .topNavAll .openNav .openNavThis > .thisBox .contentBox .openNavBar {
    margin-top: 6vw;
    width: 100%;
  }
}
.topNavAll .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) {
  .topNavAll .openNav .openNavThis > .thisBox .contentBox .openNavBar .ul1 {
    gap: 8vw;
  }
}
.topNavAll .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);
  gap: 4vw;
}
.topNavAll .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) {
  .topNavAll .openNav .openNavThis > .thisBox .contentBox .openNavBar .ul1 .li1 .a1 {
    padding-left: 6vw;
  }
}
.topNavAll .openNav .openNavThis > .thisBox .contentBox .openNavBar .ul1 .li1 .a1 .cn {
  margin-right: 1vw;
}
.topNavAll .openNav .openNavThis > .thisBox .contentBox .openNavBar .ul1 .li1 .a1 .en div {
  font-size: clamp(12px, 1vw, 1vw);
}
@media (max-width:1024px) {
  .topNavAll .openNav .openNavThis > .thisBox .contentBox .openNavBar .ul1 .li1 .a1 .en div {
    font-size: 3.8vw;
  }
}
.topNavAll .openNav .openNavThis > .thisBox .contentBox .openNavBar .ul1 .li1 .a1 div {
  font-size: clamp(12px, 1.5vw, 1.5vw);
  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) {
  .topNavAll .openNav .openNavThis > .thisBox .contentBox .openNavBar .ul1 .li1 .a1 div {
    font-size: 4.8vw;
  }
}
.topNavAll .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 #BD2D31;
}
@media (max-width:1024px) {
  .topNavAll .openNav .openNavThis > .thisBox .contentBox .openNavBar .ul1 .li1 .a1::before {
    left: 0;
  }
}
@media (max-width:1024px) {
  .topNavAll .openNav .openNavThis > .thisBox .contentBox .openNavBar .ul1 .li1 .a1::before {
    width: 4vw;
  }
}
.topNavAll .openNav .openNavThis > .thisBox .contentBox .openNavBar .ul1 .li1 .a1:hover {
  transform: translateX(1vw);
  color: #BD2D31;
}
.topNavAll .openNav .openNavThis > .thisBox .contentBox .openNavBar .ul1 .li1 .a1:hover::before {
  width: 2vw;
}
.topNavAll .openNav .openNavThis > .thisBox .contentBox .openNavBar .ul1 .li1 .a1:hover div {
  color: #BD2D31;
}
.topNavAll .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: 4vw;
  flex-wrap: wrap;
}
.topNavAll .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);
}
.topNavAll .openNav .openNavThis > .thisBox .contentBox .openNavBar .ul1 .li1 .navTwoBox .ul2 .a2 div {
  font-size: 4vw;
}
.topNavAll .openNav .openNavThis > .thisBox .contentBox .imgBox {
  width: 50%;
  height: 100%;
  border-radius: 1vw;
  overflow: hidden;
}
.topNavAll .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;
}
.topNavAll.openNavShow .topNav .topNavThis {
  border-color: transparent;
}
.topNavAll.openNavShow .topNav .topNavThis > .thisBox .logoBox {
  opacity: 0;
  pointer-events: none;
}
.topNavAll.openNavShow .topNav .topNavThis > .thisBox .navBar {
  opacity: 0;
  pointer-events: none;
}
.topNavAll.openNavShow .topNav .topNavThis > .thisBox .navRight .openBtn .menuBtn {
  background-color: #BD2D31;
}
.topNavAll.openNavShow .topNav .topNavThis > .thisBox .navRight .openBtn .menuBtn .ul .li {
  background-color: #fff;
}
.topNavAll.openNavShow .topNav::after {
  transform: translateY(-100%);
}
.topNavAll.openNavShow .openNav {
  opacity: 1;
  pointer-events: auto;
}
.topNavAll.openNavShow .openNav::after {
  opacity: 1;
}
.bgCanvas {
  position: fixed;
  top: 0;
  width: 100%;
  height: 100%;
}
@media (max-width:1024px) {
  .bgCanvas {
    transform: translateY(-30%);
  }
}
.bgCanvas canvas {
  width: 100%;
  height: 100%;
}
.swiperControl .navigation .navigationThis {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  flex-wrap: unset;
  gap: 2vw;
}
.swiperControl .navigation .navigationThis .btn {
  border-radius: 50%;
  width: 3vw;
  height: 3vw;
  cursor: pointer;
  border: 1px solid #ddd;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  flex-wrap: unset;
}
.swiperControl .navigation .navigationThis .btn:hover {
  border-color: #BD2D31;
}
.swiperControl .navigation .navigationThis .btn:hover i {
  color: #BD2D31;
}
.txtMask {
  overflow: hidden;
}
.foot {
  overflow: hidden;
}
.foot * {
  color: rgba(255, 255, 255, 0.7);
}
.foot .footThis > .thisBox {
  position: relative;
  background-color: #222;
  padding-top: 3vw;
}
@media (max-width:1024px) {
  .foot .footThis > .thisBox {
    padding-top: 10vw;
  }
}
.foot .footThis > .thisBox .footMoveX {
  position: absolute;
  top: 2px;
  left: 0;
  width: 100%;
  height: 2vw;
}
@media (max-width:1024px) {
  .foot .footThis > .thisBox .footMoveX {
    display: none;
  }
}
.foot .footThis > .thisBox .footMoveX .ul {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  flex-wrap: unset;
  height: 100%;
}
.foot .footThis > .thisBox .footMoveX .ul .li {
  flex: 1;
  background-color: #222;
  height: 100%;
}
.foot .footThis > .thisBox .contentBox {
  position: relative;
  z-index: 1;
  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;
}
.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: #BD2D31;
  width: 100%;
  height: 100%;
}
@media (max-width:1024px) {
  .foot .footThis > .thisBox .contentBox .footTopBox .footLogo .logoBox {
    width: 50vw;
    height: 14vw;
  }
}
.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: #BD2D31;
  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;
}
@media (max-width:1024px) {
  .foot .footThis > .thisBox .contentBox .footTopBox .erweima {
    margin-top: 6vw;
  }
}
.foot .footThis > .thisBox .contentBox .footTopBox .erweima .ul {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  flex-wrap: unset;
  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.4vw;
}
@media (max-width:1024px) {
  .foot .footThis > .thisBox .contentBox .footTopBox .erweima .ul .li {
    gap: 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: 25vw;
    height: 25vw;
  }
}
.foot .footThis > .thisBox .contentBox .footCout {
  width: 100%;
  padding-top: 2vw;
  margin-top: 1vw;
}
@media (max-width:1024px) {
  .foot .footThis > .thisBox .contentBox .footCout {
    margin-top: 8vw;
  }
}
.foot .footThis > .thisBox .contentBox .footCout .footNavBar {
  position: relative;
  width: 100%;
}
.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 {
    flex-wrap: wrap;
    gap: 6vw;
    justify-content: center;
  }
}
.foot .footThis > .thisBox .contentBox .footCout .footNavBar .ul1 .li1 {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  flex-wrap: unset;
}
.foot .footThis > .thisBox .contentBox .footCout .footNavBar .ul1 .li1 .a1 .txt,
.foot .footThis > .thisBox .contentBox .footCout .footNavBar .ul1 .li1 .a1 .txt div {
  font-size: clamp(12px, 0.9vw, 0.9vw);
  font-weight: bold;
}
@media (max-width:1024px) {
  .foot .footThis > .thisBox .contentBox .footCout .footNavBar .ul1 .li1 .a1 .txt,
  .foot .footThis > .thisBox .contentBox .footCout .footNavBar .ul1 .li1 .a1 .txt div {
    font-size: 3.6vw;
  }
}
.foot .footThis > .thisBox .contentBox .footCout .footNavBar .ul1 .li1 .twoNav {
  margin-top: 2vw;
}
@media (max-width:1024px) {
  .foot .footThis > .thisBox .contentBox .footCout .footNavBar .ul1 .li1 .twoNav {
    display: none;
  }
}
.foot .footThis > .thisBox .contentBox .footCout .footNavBar .ul1 .li1 .twoNav .ul2 {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  flex-wrap: unset;
  gap: 1vw;
}
.foot .footThis > .thisBox .contentBox .footCout .footNavBar::after {
  content: '';
  position: absolute;
  display: block;
  top: 2vw;
  left: 0;
  width: 100%;
  height: 1px;
  background-color: rgba(255, 255, 255, 0.2);
}
@media (max-width:1024px) {
  .foot .footThis > .thisBox .contentBox .footCout .footNavBar::after {
    display: none;
  }
}
.foot .footThis > .thisBox .enMarquee {
  margin-top: 2vw;
  position: relative;
  width: 100%;
  height: 10vw;
}
.foot .footThis > .thisBox .enMarquee div {
  position: absolute;
  top: 0;
  font-family: 'en6';
  text-transform: uppercase;
  opacity: 0.1;
  font-size: clamp(12px, 8.7vw, 8.7vw);
  width: max-content;
}
@media (max-width:1024px) {
  .foot .footThis > .thisBox .enMarquee div {
    font-size: 19.2vw;
  }
}
.foot .footThis > .thisBox .footBottomInfo {
  width: 100%;
  padding: 1vw 0;
  background-color: rgba(0, 0, 0, 0.2);
  margin-top: 2vw;
}
@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: #BD2D31;
}
.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 .infoLeft .banquan div {
  text-align: justify;
}
.foot .footThis > .thisBox .footBottomInfo > .thisBox .infoRight .jishuzhichi {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-start;
  flex-wrap: unset;
}
.twoPageBox .pageContentAll .twoBanner .twoBannerThis > .thisBox {
  padding-top: 5vw;
}
@media (max-width:1600px) {
  .twoPageBox .pageContentAll .twoBanner .twoBannerThis > .thisBox {
    padding-top: 5vw;
  }
}
@media (max-width:1300px) {
  .twoPageBox .pageContentAll .twoBanner .twoBannerThis > .thisBox {
    padding-top: 5vw;
  }
}
@media (max-width:1024px) {
  .twoPageBox .pageContentAll .twoBanner .twoBannerThis > .thisBox {
    padding-top: 20vw;
  }
}
.twoPageBox .pageContentAll .twoBanner .twoBannerThis > .thisBox .contentBox {
  padding: 2vw;
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  justify-content: space-between;
  flex-wrap: unset;
}
@media (max-width:1024px) {
  .twoPageBox .pageContentAll .twoBanner .twoBannerThis > .thisBox .contentBox {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    flex-wrap: unset;
  }
}
.twoPageBox .pageContentAll .twoBanner .twoBannerThis > .thisBox .contentBox .leftBox {
  width: 60%;
  height: 30vw;
}
@media (max-width:1024px) {
  .twoPageBox .pageContentAll .twoBanner .twoBannerThis > .thisBox .contentBox .leftBox {
    width: 100%;
    height: 50vw;
  }
}
.twoPageBox .pageContentAll .twoBanner .twoBannerThis > .thisBox .contentBox .leftBox .imgBox {
  width: 100%;
  height: 100%;
}
.twoPageBox .pageContentAll .twoBanner .twoBannerThis > .thisBox .contentBox .rightBox {
  z-index: 1;
  width: 40%;
  padding-left: 6vw;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  flex-wrap: unset;
}
@media (max-width:1024px) {
  .twoPageBox .pageContentAll .twoBanner .twoBannerThis > .thisBox .contentBox .rightBox {
    padding: 8vw;
    width: 100%;
  }
}
.twoPageBox .pageContentAll .twoBanner .twoBannerThis > .thisBox .contentBox .rightBox .subname {
  font-size: clamp(12px, 7.7vw, 7.7vw);
  font-family: 'en6';
  text-transform: uppercase;
}
@media (max-width:1024px) {
  .twoPageBox .pageContentAll .twoBanner .twoBannerThis > .thisBox .contentBox .rightBox .subname {
    font-size: 17.2vw;
  }
}
@media (max-width:1024px) {
  .twoPageBox .pageContentAll .twoBanner .twoBannerThis > .thisBox .contentBox .rightBox .subname {
    font-size: 10vw;
  }
}
.twoPageBox .pageContentAll .twoBanner .twoBannerThis > .thisBox .contentBox .rightBox .sortname {
  font-size: clamp(12px, 2.3vw, 2.3vw);
  font-family: 'cn1';
  color: #BD2D31;
}
@media (max-width:1024px) {
  .twoPageBox .pageContentAll .twoBanner .twoBannerThis > .thisBox .contentBox .rightBox .sortname {
    font-size: 6.4vw;
  }
}
.twoPageBox .pageContentAll .twoBanner .twoBannerThis > .thisBox .contentBox .rightBox .miaoshu {
  width: 22vw;
  font-size: clamp(12px, 1.3vw, 1.3vw);
}
@media (max-width:1024px) {
  .twoPageBox .pageContentAll .twoBanner .twoBannerThis > .thisBox .contentBox .rightBox .miaoshu {
    font-size: 4.4vw;
  }
}
@media (max-width:1024px) {
  .twoPageBox .pageContentAll .twoBanner .twoBannerThis > .thisBox .contentBox .rightBox .miaoshu {
    width: 100%;
  }
}
.twoPageBox .pageContentAll .twoBanner .twoBannerThis > .thisBox .contentBox .rightBox .miaoshu span {
  color: #BD2D31;
}
.twoPageBox .pageContentAll .twoBanner .twoBannerThis > .thisBox .contentBox .rightBox .mianbao .box {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  flex-wrap: unset;
}
.twoPageBox .pageContentAll .twoBanner .twoBannerThis > .thisBox .contentBox .rightBox .mianbao .box a {
  color: #fff;
  margin: 0 0.4vw;
}
.twoPageBox .pageContentAll .twoBanner .twoBannerThis > .thisBox .contentBox .rightBox .mianbao .box a:hover {
  color: #BD2D31;
  text-decoration: underline;
}
.twoPageBox .pageContentAll .twoBanner .twoBannerThis > .thisBox .contentBox .rightBox .svgBox {
  margin-top: 4vw;
  align-self: end;
}
.twoPageBox .pageContentAll .twoBanner .twoBannerThis > .thisBox .contentBox .rightBox .svgBox svg {
  width: 6vw;
  height: 6vw;
  animation: xuanzhuan 20s linear 0s infinite normal;
}
@media (max-width:1024px) {
  .twoPageBox .pageContentAll .twoBanner .twoBannerThis > .thisBox .contentBox .rightBox .svgBox svg {
    width: 14vw;
    height: 14vw;
  }
}
.twoPageBox .pageContentAll .twoBanner .twoBannerThis > .thisBox .contentBox .rightBox .svgBox svg path {
  fill: #333;
}
.twoPageBox .pageContentAll .twoBanner .twoBannerThis > .thisBox .contentBox .rightBox .svgBox svg path:nth-child(1) {
  fill: #BD2D31;
}
.twoPageBox .pageContentAll .pageContent {
  padding-bottom: 6vw;
  position: relative;
  z-index: 2;
}
@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 {
  margin-bottom: 4vw;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
.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: 4vw;
}
@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: fit-content;
    padding: 0 6vw;
  }
}
.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: 3vw 0;
  }
}
.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 .txt div {
  font-size: clamp(12px, 1.1vw, 1.1vw);
}
@media (max-width:1024px) {
  .twoPageBox .pageContentAll .pageContent .sortNav .sortNavThis > .thisBox .contentBox .navUlBox .navUl .li .aBox .txt div {
    font-size: 4vw;
  }
}
.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: #BD2D31;
}
.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 #BD2D31;
}
.twoPageBox .pageContentAll .pageContent .sortNav .sortNavThis > .thisBox .contentBox .navUlBox .navUl .li:hover .aBox .txt .initTxt div {
  color: #BD2D31;
}
.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;
}
.twoPageBox .pageContentAll .pageContent .sortNav .sortNavThis > .thisBox .contentBox .navUlBox .navUl .li:hover .aBox .txt .initTxt div {
  color: #BD2D31;
}
.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;
}
.twoPageBox .pageContentAll .pageContent .sortNav .sortNavThis > .thisBox .contentBox .navUlBox .navUl .li.on .aBox .txt .initTxt div {
  color: #BD2D31;
}
.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;
}
.posiNewsImg {
  position: fixed;
  z-index: 2;
  pointer-events: none;
  width: 25vw;
  height: 17vw;
  opacity: 0;
  transition: opacity 0.6s;
}
.posiNewsImg > div {
  transform: translate(20%, -100%);
  position: absolute;
  opacity: 0;
  transition-duration: 0.8s;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.56, -0.01, 0.04, 1);
  left: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
}
.posiNewsImg > div img {
  object-fit: cover;
  width: 100%;
  height: 100%;
}
.posiNewsImg > div.on {
  opacity: 1;
}
.posiNewsImg.on {
  opacity: 1;
}
.message_tongzhi {
  position: fixed;
  z-index: 1111;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: none;
}
.message_tongzhi .kuangjia {
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  flex-wrap: unset;
  transition-duration: 0.8s;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.56, -0.01, 0.04, 1);
}
.message_tongzhi .kuangjia .box {
  width: 400px;
  padding: 20px 0;
  background-color: #fff;
  box-shadow: 2px 2px 30px rgba(255, 255, 255, 0.5);
  transform: translateY(50px);
  transition-duration: 0.8s;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.56, -0.01, 0.04, 1);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  flex-wrap: unset;
  border-radius: 10px;
}
@media (max-width:1024px) {
  .message_tongzhi .kuangjia .box {
    width: 90%;
  }
}
.message_tongzhi .kuangjia .box i {
  font-size: 80px;
  margin-bottom: 20px;
}
@media (max-width:1024px) {
  .message_tongzhi .kuangjia .box i {
    font-size: 18vw;
  }
}
.message_tongzhi .kuangjia .box i.icon-zhengque {
  color: #46ad75;
}
.message_tongzhi .kuangjia .box i.icon-cuowu {
  color: #b62c2c;
}
.message_tongzhi .kuangjia .box span {
  font-size: 18px;
  color: #666;
}
.message_tongzhi .kuangjia .box .jishi {
  margin-top: 20px;
  color: #666;
  font-size: 14px;
  transition-duration: 0.8s;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.56, -0.01, 0.04, 1);
}
.message_tongzhi .kuangjia.on .box {
  transform: translateY(0px);
}
.goTopBtn {
  position: fixed;
  bottom: 6vw;
  right: 1vw;
  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;
}
@media (max-width:1024px) {
  .goTopBtn > .thisBox {
    width: 18vw;
  }
}
.goTopBtn > .thisBox .box {
  width: 3vw;
  height: 3vw;
  border-radius: 50%;
  transition-duration: 0.8s;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.56, -0.01, 0.04, 1);
  background-color: #BD2D31;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  flex-wrap: unset;
}
@media (max-width:1024px) {
  .goTopBtn > .thisBox .box {
    width: 12vw;
    height: 12vw;
  }
}
.goTopBtn > .thisBox .box i {
  color: #fff;
  font-size: clamp(12px, 1.3vw, 1.3vw);
}
@media (max-width:1024px) {
  .goTopBtn > .thisBox .box i {
    font-size: 4.4vw;
  }
}
.goTopBtn > .thisBox .box .svgBox {
  position: absolute;
  width: 100%;
  height: 100%;
  transition-duration: 0.8s;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.56, -0.01, 0.04, 1);
}
.goTopBtn > .thisBox .box .svgBox svg {
  width: 100%;
  height: 100%;
  animation: xuanzhuan 30s linear 0s infinite normal;
}
.goTopBtn > .thisBox:hover .box {
  background-color: #BD2D31;
}
.goTopBtn > .thisBox:hover .box .svgBox {
  transform: scale(1.2);
}
.goTopBtn.show {
  opacity: 1;
}
#txt-pagetop-curves-lg path {
  fill: #BD2D31;
}
.changePageMoveBox {
  overflow: hidden;
  position: fixed;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 200;
  opacity: 1;
}
.changePageMoveBox .box {
  overflow: hidden;
  position: relative;
  width: 100%;
  height: 100%;
}
.changePageMoveBox .box .ul {
  width: 100%;
  height: 100%;
  display: grid;
  grid-template-columns: repeat(9, 1fr);
  grid-gap: 0;
}
@media (max-width:1024px) {
  .changePageMoveBox .box .ul {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    grid-gap: 0;
  }
}
.changePageMoveBox .box .ul li {
  background-color: #fff;
  aspect-ratio: 1;
}
.changePageMoveBox .box .logo {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 20vw;
  transform: translate(-50%, -50%);
}
@media (max-width:1024px) {
  .changePageMoveBox .box .logo {
    width: 80vw;
  }
}
.changePageMoveBox .box .logo img {
  width: 100%;
}
#index_page .pageContentAll .inxFirst > .thisBox {
  position: relative;
  padding-top: 5vw;
}
@media (max-width:1600px) {
  #index_page .pageContentAll .inxFirst > .thisBox {
    padding-top: 5vw;
  }
}
@media (max-width:1300px) {
  #index_page .pageContentAll .inxFirst > .thisBox {
    padding-top: 5vw;
  }
}
@media (max-width:1024px) {
  #index_page .pageContentAll .inxFirst > .thisBox {
    padding-top: 20vw;
  }
}
#index_page .pageContentAll .inxFirst > .thisBox .contentBox {
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  flex-wrap: unset;
  padding-top: 6vw;
  padding-bottom: 14vw;
}
@media (max-width:1024px) {
  #index_page .pageContentAll .inxFirst > .thisBox .contentBox {
    padding: 14vw 0;
  }
}
#index_page .pageContentAll .inxFirst > .thisBox .contentBox .textBox .cnBox {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  flex-wrap: unset;
  width: 100%;
}
#index_page .pageContentAll .inxFirst > .thisBox .contentBox .textBox .cnBox div {
  font-size: clamp(12px, 4.5vw, 4.5vw);
  font-family: 'cn1';
  line-height: 1.4em;
  letter-spacing: 0.1em;
}
@media (max-width:1024px) {
  #index_page .pageContentAll .inxFirst > .thisBox .contentBox .textBox .cnBox div {
    font-size: 10.8vw;
  }
}
@media (max-width:1024px) {
  #index_page .pageContentAll .inxFirst > .thisBox .contentBox .textBox .cnBox div {
    font-size: 6vw;
    line-height: 2em;
  }
}
#index_page .pageContentAll .inxFirst > .thisBox .contentBox .textBox .cnBox .t3 {
  width: 100%;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  flex-wrap: unset;
}
#index_page .pageContentAll .inxFirst > .thisBox .contentBox .logoBox {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  flex-wrap: unset;
}
#index_page .pageContentAll .inxFirst > .thisBox .contentBox .logoBox img {
  height: 8vw;
}
#index_page .pageContentAll .inxFirst > .thisBox .enBox {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}
@media (max-width:1024px) {
  #index_page .pageContentAll .inxFirst > .thisBox .enBox {
    top: 20vw;
  }
}
#index_page .pageContentAll .inxFirst > .thisBox .enBox > div {
  left: 0;
  position: relative;
}
#index_page .pageContentAll .inxFirst > .thisBox .enBox > div div {
  position: absolute;
  top: 0;
  font-family: 'en6';
  text-transform: uppercase;
  opacity: 0.05;
  font-size: clamp(12px, 8.7vw, 8.7vw);
  width: max-content;
}
@media (max-width:1024px) {
  #index_page .pageContentAll .inxFirst > .thisBox .enBox > div div {
    font-size: 19.2vw;
  }
}
@media (max-width:1024px) {
  #index_page .pageContentAll .inxFirst > .thisBox .enBox > div div {
    font-size: 16vw;
  }
}
#index_page .pageContentAll .inxFirst > .thisBox .enBox > div.t1 {
  top: 8vw;
}
#index_page .pageContentAll .inxFirst > .thisBox .enBox > div.t1 div {
  left: 0;
}
#index_page .pageContentAll .inxFirst > .thisBox .enBox > div.t2 {
  top: 18vw;
}
@media (max-width:1024px) {
  #index_page .pageContentAll .inxFirst > .thisBox .enBox > div.t2 {
    top: 28vw;
  }
}
#index_page .pageContentAll .inxFirst > .thisBox .enBox > div.t2 div {
  right: 0;
}
#index_page .pageContentAll .inxVideo > .thisBox {
  width: 100%;
  height: calc(100vh - 5vw * 1);
  position: relative;
}
@media (max-width:1600px) {
  #index_page .pageContentAll .inxVideo > .thisBox {
    height: calc(100vh - 5vw* 1);
  }
}
@media (max-width:1300px) {
  #index_page .pageContentAll .inxVideo > .thisBox {
    height: calc(100vh - 5vw* 1);
  }
}
@media (max-width:1024px) {
  #index_page .pageContentAll .inxVideo > .thisBox {
    height: unset;
  }
}
@media (max-width:1024px) {
  #index_page .pageContentAll .inxVideo > .thisBox {
    height: 80vw;
  }
}
#index_page .pageContentAll .inxVideo > .thisBox .firstImg {
  position: absolute;
  z-index: 1;
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  flex-wrap: unset;
}
#index_page .pageContentAll .inxVideo > .thisBox .firstImg .firstImgCenter {
  padding: 1.4vw;
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  flex-wrap: unset;
}
#index_page .pageContentAll .inxVideo > .thisBox .firstImg .firstImgCenter .kuangBox {
  overflow: hidden;
  position: relative;
  width: 70vw;
  height: 34vw;
}
@media (max-width:1024px) {
  #index_page .pageContentAll .inxVideo > .thisBox .firstImg .firstImgCenter .kuangBox {
    width: 90vw;
    height: 50vw;
  }
}
#index_page .pageContentAll .inxVideo > .thisBox .firstImg .firstImgCenter .kuangBox .aniImgAll {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  overflow: hidden;
}
#index_page .pageContentAll .inxVideo > .thisBox .firstImg .firstImgCenter .kuangBox .aniImgAll .moveBoxImg {
  position: relative;
  width: 100%;
  height: 100%;
}
#index_page .pageContentAll .inxVideo > .thisBox .firstImg .firstImgCenter .kuangBox .aniImgAll .moveBoxImg .imgBox {
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 100%;
}
#index_page .pageContentAll .inxVideo > .thisBox .firstImg .firstImgCenter .kuangBox .aniImgAll .moveBoxImg .imgBox::after {
  content: '';
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.4);
}
#index_page .pageContentAll .inxVideo > .thisBox .firstImg .firstImgCenter .kuangBox .aniImgAll .moveBoxImg .sortNameBox {
  will-change: transform;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  flex-wrap: unset;
  z-index: 2;
}
#index_page .pageContentAll .inxVideo > .thisBox .firstImg .firstImgCenter .kuangBox .aniImgAll .moveBoxImg .sortNameBox .cn {
  font-size: clamp(12px, 1.9vw, 1.9vw);
  color: #fff;
}
@media (max-width:1024px) {
  #index_page .pageContentAll .inxVideo > .thisBox .firstImg .firstImgCenter .kuangBox .aniImgAll .moveBoxImg .sortNameBox .cn {
    font-size: 5.6vw;
  }
}
#index_page .pageContentAll .inxVideo > .thisBox .firstImg .firstImgCenter .kuangBox .aniImgAll .moveBoxImg .sortNameBox .en {
  font-size: clamp(12px, 3.7vw, 3.7vw);
  color: #BD2D31;
  text-align: center;
}
@media (max-width:1024px) {
  #index_page .pageContentAll .inxVideo > .thisBox .firstImg .firstImgCenter .kuangBox .aniImgAll .moveBoxImg .sortNameBox .en {
    font-size: 9.2vw;
  }
}
@media (max-width:1024px) {
  #index_page .pageContentAll .inxVideo > .thisBox .firstImg .firstImgCenter .kuangBox .aniImgAll .moveBoxImg .sortNameBox .en {
    font-size: 6vw;
  }
}
#index_page .pageContentAll .inxVideo > .thisBox .firstImg .firstImgCenter .kuangBox .aniImgAll .moveBoxImg .proImgs {
  position: absolute;
  bottom: 3vw;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  flex-wrap: unset;
  width: 100%;
}
#index_page .pageContentAll .inxVideo > .thisBox .firstImg .firstImgCenter .kuangBox .aniImgAll .moveBoxImg .proImgs .img {
  position: relative;
}
#index_page .pageContentAll .inxVideo > .thisBox .firstImg .firstImgCenter .kuangBox .aniImgAll .moveBoxImg .proImgs .img img {
  position: relative;
  z-index: 1;
  width: 10vw;
}
#index_page .pageContentAll .inxVideo > .thisBox .firstImg .firstImgCenter .kuangBox .aniImgAll .moveBoxImg .proImgs .img::after {
  content: '';
  position: absolute;
  display: block;
  bottom: -3vw;
  width: 120%;
  height: 4vw;
  object-position: top;
  background-size: contain;
  background-repeat: no-repeat;
  background-image: url(../img/sceneShadow.png);
  background-position: center;
}
#index_page .pageContentAll .inxVideo > .thisBox .firstImg .firstImgCenter .kuangBox .playBox {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  flex-wrap: unset;
}
#index_page .pageContentAll .inxVideo > .thisBox .firstImg .firstImgCenter .kuangBox .playBox .biaotiBox {
  font-size: clamp(12px, 5.7vw, 5.7vw);
  color: #fff;
  font-family: 'cn1';
}
@media (max-width:1024px) {
  #index_page .pageContentAll .inxVideo > .thisBox .firstImg .firstImgCenter .kuangBox .playBox .biaotiBox {
    font-size: 13.2vw;
  }
}
#index_page .pageContentAll .inxVideo > .thisBox .firstImg .firstImgCenter .kuangBox .playBox .playList {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  flex-wrap: unset;
  gap: 1vw;
}
@media (max-width:1024px) {
  #index_page .pageContentAll .inxVideo > .thisBox .firstImg .firstImgCenter .kuangBox .playBox .playList {
    gap: 2vw;
    flex-wrap: wrap;
  }
}
#index_page .pageContentAll .inxVideo > .thisBox .firstImg .firstImgCenter .kuangBox .playBox .playList .aPlay {
  width: 12vw;
  height: 3vw;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  flex-wrap: unset;
  gap: 0.4vw;
  border: 1px solid #fff;
}
@media (max-width:1024px) {
  #index_page .pageContentAll .inxVideo > .thisBox .firstImg .firstImgCenter .kuangBox .playBox .playList .aPlay {
    width: 35vw;
    height: 10vw;
  }
}
#index_page .pageContentAll .inxVideo > .thisBox .firstImg .firstImgCenter .kuangBox .playBox .playList .aPlay .txt {
  font-size: clamp(12px, 0.9vw, 0.9vw);
  font-weight: bold;
  color: #fff;
}
@media (max-width:1024px) {
  #index_page .pageContentAll .inxVideo > .thisBox .firstImg .firstImgCenter .kuangBox .playBox .playList .aPlay .txt {
    font-size: 3.6vw;
  }
}
#index_page .pageContentAll .inxVideo > .thisBox .firstImg .firstImgCenter .kuangBox .playBox .playList .aPlay i {
  font-size: clamp(12px, 1.7vw, 1.7vw);
  color: #fff;
}
@media (max-width:1024px) {
  #index_page .pageContentAll .inxVideo > .thisBox .firstImg .firstImgCenter .kuangBox .playBox .playList .aPlay i {
    font-size: 5.2vw;
  }
}
#index_page .pageContentAll .inxVideo > .thisBox .firstImg .firstImgCenter .kuangBox .playBox .playList .aPlay:hover {
  background-color: #BD2D31;
  border-color: #BD2D31;
}
#index_page .pageContentAll .inxVideo > .thisBox .firstImg .firstImgCenter .kuangBox .playBox .playList .aPlay:hover .txt {
  color: #fff;
}
#index_page .pageContentAll .inxVideo > .thisBox .firstImg .firstImgCenter .kuangBox .playBox .playList .aPlay:hover i {
  color: #fff;
}
#index_page .pageContentAll .inxVideo > .thisBox .firstImg .firstImgCenter .sijiaoEle .jiao > div {
  background-color: #333;
  position: absolute;
  transition-duration: 0.8s;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.56, -0.01, 0.04, 1);
  width: 0.6vw;
  height: 0.6vw;
}
@media (max-width:1024px) {
  #index_page .pageContentAll .inxVideo > .thisBox .firstImg .firstImgCenter .sijiaoEle .jiao > div {
    width: 2vw;
    height: 2vw;
  }
}
#index_page .pageContentAll .inxVideo > .thisBox .firstImg .firstImgCenter .sijiaoEle .jiao > div:nth-child(1) {
  left: 0;
  top: 0;
  clip-path: polygon(0 0, 100% 0, 0 100%);
}
#index_page .pageContentAll .inxVideo > .thisBox .firstImg .firstImgCenter .sijiaoEle .jiao > div:nth-child(2) {
  right: 0;
  top: 0;
  clip-path: polygon(0 0, 100% 0, 100% 100%);
}
#index_page .pageContentAll .inxVideo > .thisBox .firstImg .firstImgCenter .sijiaoEle .jiao > div:nth-child(3) {
  left: 0;
  bottom: 0;
  clip-path: polygon(0 0, 100% 100%, 0 100%);
}
#index_page .pageContentAll .inxVideo > .thisBox .firstImg .firstImgCenter .sijiaoEle .jiao > div:nth-child(4) {
  right: 0;
  bottom: 0;
  clip-path: polygon(100% 0, 100% 100%, 0 100%);
}
#index_page .pageContentAll .inxVideo > .thisBox .firstImg .firstImgCenter .sijiaoEle .xian > div {
  position: absolute;
  background-color: #333;
  transition-duration: 0.8s;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.56, -0.01, 0.04, 1);
}
#index_page .pageContentAll .inxVideo > .thisBox .firstImg .firstImgCenter .sijiaoEle .xian > div:nth-child(1) {
  top: 0;
  left: 50%;
  width: 1px;
  height: 1vw;
}
@media (max-width:1024px) {
  #index_page .pageContentAll .inxVideo > .thisBox .firstImg .firstImgCenter .sijiaoEle .xian > div:nth-child(1) {
    width: 1px;
    height: 4vw;
  }
}
#index_page .pageContentAll .inxVideo > .thisBox .firstImg .firstImgCenter .sijiaoEle .xian > div:nth-child(2) {
  top: 0.5vw;
  left: 50%;
  transform: translateX(-50%);
  width: 4vw;
  height: 1px;
}
@media (max-width:1024px) {
  #index_page .pageContentAll .inxVideo > .thisBox .firstImg .firstImgCenter .sijiaoEle .xian > div:nth-child(2) {
    width: 8vw;
    height: 1px;
  }
}
#index_page .pageContentAll .inxVideo > .thisBox .firstImg .firstImgCenter .sijiaoEle .xian > div:nth-child(3) {
  bottom: 0;
  left: 50%;
  width: 1px;
  height: 1vw;
}
@media (max-width:1024px) {
  #index_page .pageContentAll .inxVideo > .thisBox .firstImg .firstImgCenter .sijiaoEle .xian > div:nth-child(3) {
    width: 1px;
    height: 4vw;
  }
}
#index_page .pageContentAll .inxVideo > .thisBox .firstImg .firstImgCenter .sijiaoEle .xian > div:nth-child(4) {
  bottom: 0.5vw;
  left: 50%;
  transform: translateX(-50%);
  width: 4vw;
  height: 1px;
}
@media (max-width:1024px) {
  #index_page .pageContentAll .inxVideo > .thisBox .firstImg .firstImgCenter .sijiaoEle .xian > div:nth-child(4) {
    width: 8vw;
    height: 1px;
  }
}
#index_page .pageContentAll .inxVideo > .thisBox .contentBox {
  position: relative;
  width: 100%;
  height: 100%;
}
#index_page .pageContentAll .inxVideo > .thisBox .contentBox .videoBox {
  position: relative;
  opacity: 0;
  width: 100%;
  height: 100%;
  padding: 1px;
  filter: grayscale(1);
}
#index_page .pageContentAll .inxVideo > .thisBox .contentBox .videoBox video {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
#index_page .pageContentAll .inxVideo > .thisBox .contentBox .videoBox::after {
  content: '';
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
  top: 0;
  background-color: rgba(0, 0, 0, 0.6);
}
#index_page .pageContentAll .inxVideo > .thisBox .contentBox .mask {
  position: absolute;
  top: 0;
  background-color: #333;
  width: 100%;
  height: 100%;
}
#index_page .pageContentAll .inxVideo.on > .thisBox .firstImg .firstImgCenter .sijiaoEle .jiao > div {
  background-color: #fff;
}
#index_page .pageContentAll .inxVideo.on > .thisBox .firstImg .firstImgCenter .sijiaoEle .xian > div {
  background-color: #fff;
}
#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;
  }
}
@media (max-width:1024px) {
  #index_page .pageContentAll .inxAbout > .thisBox {
    padding-bottom: 20vw;
  }
}
#index_page .pageContentAll .inxAbout > .thisBox .contentBox {
  position: relative;
  height: 55vw;
}
@media (max-width:1024px) {
  #index_page .pageContentAll .inxAbout > .thisBox .contentBox {
    height: unset;
  }
}
#index_page .pageContentAll .inxAbout > .thisBox .contentBox .mediaBoxAll .imgBox {
  overflow: hidden;
  position: absolute;
}
#index_page .pageContentAll .inxAbout > .thisBox .contentBox .mediaBoxAll .imgBox img {
  height: 120%;
}
@media (max-width:1024px) {
  #index_page .pageContentAll .inxAbout > .thisBox .contentBox .mediaBoxAll .imgBox img {
    height: 100%;
  }
}
#index_page .pageContentAll .inxAbout > .thisBox .contentBox .mediaBoxAll .imgBox:nth-child(1) {
  right: 0;
  height: 70%;
  top: 16vw;
  width: 30vw;
}
@media (max-width:1024px) {
  #index_page .pageContentAll .inxAbout > .thisBox .contentBox .mediaBoxAll .imgBox:nth-child(1) {
    top: 36vw;
    width: 86vw;
    height: 60vw;
    left: 7vw;
  }
}
#index_page .pageContentAll .inxAbout > .thisBox .contentBox .mediaBoxAll .imgBox:nth-child(2) {
  left: 10%;
  z-index: 1;
  bottom: 5vw;
  width: 15vw;
  height: 18vw;
}
@media (max-width:1024px) {
  #index_page .pageContentAll .inxAbout > .thisBox .contentBox .mediaBoxAll .imgBox:nth-child(2) {
    left: 0;
    bottom: 20vw;
    display: none;
    width: 22vw;
    height: 30vw;
  }
}
#index_page .pageContentAll .inxAbout > .thisBox .contentBox .mediaBoxAll .imgBox:nth-child(3) {
  left: 15%;
  opacity: 0.05;
  bottom: 6vw;
  width: 20vw;
  height: 22vw;
}
@media (max-width:1024px) {
  #index_page .pageContentAll .inxAbout > .thisBox .contentBox .mediaBoxAll .imgBox:nth-child(3) {
    bottom: 40vw;
    width: 50vw;
    height: 60vw;
  }
}
@media (max-width:1024px) {
  #index_page .pageContentAll .inxAbout > .thisBox .contentBox .textBoxaAll {
    position: relative;
    z-index: 1;
    padding-top: 0;
    width: 75%;
    margin: 0 auto;
  }
}
@media (max-width:1024px) and (max-width:1024px) {
  #index_page .pageContentAll .inxAbout > .thisBox .contentBox .textBoxaAll {
    width: 86%;
  }
}
#index_page .pageContentAll .inxAbout > .thisBox .contentBox .textBoxaAll .danju {
  width: 46vw;
  position: absolute;
  left: 10%;
  top: 8vw;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  flex-wrap: unset;
  gap: 1vw;
}
@media (max-width:1024px) {
  #index_page .pageContentAll .inxAbout > .thisBox .contentBox .textBoxaAll .danju {
    width: 100%;
    position: unset;
    margin-bottom: 10vw;
  }
}
#index_page .pageContentAll .inxAbout > .thisBox .contentBox .textBoxaAll .danju .en {
  font-size: clamp(12px, 2.1vw, 2.1vw);
}
@media (max-width:1024px) {
  #index_page .pageContentAll .inxAbout > .thisBox .contentBox .textBoxaAll .danju .en {
    font-size: 6vw;
  }
}
#index_page .pageContentAll .inxAbout > .thisBox .contentBox .textBoxaAll .danju .cn {
  color: #BD2D31;
  font-size: clamp(12px, 1.3vw, 1.3vw);
}
@media (max-width:1024px) {
  #index_page .pageContentAll .inxAbout > .thisBox .contentBox .textBoxaAll .danju .cn {
    font-size: 4.4vw;
  }
}
@media (max-width:1024px) {
  #index_page .pageContentAll .inxAbout > .thisBox .contentBox .textBoxaAll .danju .cn {
    font-size: 5vw;
  }
}
#index_page .pageContentAll .inxAbout > .thisBox .contentBox .textBoxaAll .content {
  position: absolute;
  bottom: 15vw;
  left: 34%;
  width: 29vw;
  text-align: justify;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  flex-wrap: unset;
  gap: 3vw;
}
@media (max-width:1024px) {
  #index_page .pageContentAll .inxAbout > .thisBox .contentBox .textBoxaAll .content {
    width: 100%;
    position: unset;
    padding-top: 66vw;
  }
}
#index_page .pageContentAll .inxAbout > .thisBox .contentBox .textBoxaAll .content p {
  color: #333;
  line-height: 3em;
}
#index_page .pageContentAll .inxAbout > .thisBox .contentBox .textBoxaAll .content p div {
  font-size: clamp(12px, 1vw, 1vw);
  font-family: 'cn1';
}
@media (max-width:1024px) {
  #index_page .pageContentAll .inxAbout > .thisBox .contentBox .textBoxaAll .content p div {
    font-size: 3.8vw;
  }
}
#index_page .pageContentAll .inxAbout > .thisBox .contentBox .textBoxaAll .unifyButton {
  position: absolute;
  left: 34%;
  bottom: 3vw;
}
@media (max-width:1024px) {
  #index_page .pageContentAll .inxAbout > .thisBox .contentBox .textBoxaAll .unifyButton {
    position: unset;
  }
}
#index_page .pageContentAll .inxHistory {
  position: relative;
  z-index: 1;
  background-color: #fff;
  border-top: 1px solid #ccc;
}
#index_page .pageContentAll .inxHistory > .thisBox {
  position: relative;
  padding: 6vw 0;
}
@media (max-width:1600px) {
  #index_page .pageContentAll .inxHistory > .thisBox {
    padding: 6vw 0;
  }
}
@media (max-width:1300px) {
  #index_page .pageContentAll .inxHistory > .thisBox {
    padding: 6vw 0;
  }
}
@media (max-width:1024px) {
  #index_page .pageContentAll .inxHistory > .thisBox {
    padding: 12vw 0;
  }
}
#index_page .pageContentAll .inxHistory > .thisBox .posiBox {
  width: 100%;
  height: calc(100vh - 5vw * 1);
  will-change: transform;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  flex-wrap: unset;
}
@media (max-width:1600px) {
  #index_page .pageContentAll .inxHistory > .thisBox .posiBox {
    height: calc(100vh - 5vw* 1);
  }
}
@media (max-width:1300px) {
  #index_page .pageContentAll .inxHistory > .thisBox .posiBox {
    height: calc(100vh - 5vw* 1);
  }
}
@media (max-width:1024px) {
  #index_page .pageContentAll .inxHistory > .thisBox .posiBox {
    height: unset;
  }
}
#index_page .pageContentAll .inxHistory > .thisBox .posiBox .centerHis {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  flex-wrap: unset;
}
@media (max-width:1024px) {
  #index_page .pageContentAll .inxHistory > .thisBox .posiBox .centerHis {
    margin: 10vw 0;
  }
}
#index_page .pageContentAll .inxHistory > .thisBox .posiBox .centerHis div {
  font-size: clamp(12px, 6.7vw, 6.7vw);
  font-family: 'en6';
  text-transform: uppercase;
}
@media (max-width:1024px) {
  #index_page .pageContentAll .inxHistory > .thisBox .posiBox .centerHis div {
    font-size: 15.2vw;
  }
}
@media (max-width:1024px) {
  #index_page .pageContentAll .inxHistory > .thisBox .posiBox .centerHis div {
    font-size: 8vw;
  }
}
#index_page .pageContentAll .inxHistory > .thisBox .posiBox .centerHis .botT {
  padding-right: 4vw;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  flex-wrap: unset;
  align-self: flex-end;
}
#index_page .pageContentAll .inxHistory > .thisBox .posiBox .centerHis .botT span {
  opacity: 0.1;
}
#index_page .pageContentAll .inxHistory > .thisBox .posiBox .centerHis .botT .year {
  position: relative;
  will-change: transfrom;
  overflow: hidden;
  transition-duration: 0.8s;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.56, -0.01, 0.04, 1);
  height: 100%;
}
#index_page .pageContentAll .inxHistory > .thisBox .posiBox .centerHis .botT .year .yearLi {
  line-height: 1em;
  position: absolute;
  display: none;
  top: 0;
  left: 0;
  color: #BD2D31;
  width: max-content;
}
#index_page .pageContentAll .inxHistory > .thisBox .posiBox .centerHis .cnBox {
  position: absolute;
  right: 0;
  top: 1vw;
  font-size: clamp(12px, 1.2vw, 1.2vw);
}
@media (max-width:1024px) {
  #index_page .pageContentAll .inxHistory > .thisBox .posiBox .centerHis .cnBox {
    font-size: 4.2vw;
  }
}
@media (max-width:1024px) {
  #index_page .pageContentAll .inxHistory > .thisBox .posiBox .centerHis .cnBox {
    margin-top: 4vw;
    position: unset;
  }
}
#index_page .pageContentAll .inxHistory > .thisBox .posiBox .leftBottom {
  position: absolute;
  bottom: 0;
  left: 0;
  font-size: clamp(12px, 5.7vw, 5.7vw);
  font-family: 'en6';
  text-transform: uppercase;
  opacity: 0.06;
}
@media (max-width:1024px) {
  #index_page .pageContentAll .inxHistory > .thisBox .posiBox .leftBottom {
    font-size: 13.2vw;
  }
}
@media (max-width:1024px) {
  #index_page .pageContentAll .inxHistory > .thisBox .posiBox .leftBottom {
    text-align: center;
    position: unset;
  }
}
#index_page .pageContentAll .inxHistory > .thisBox .posiBox .rightTop {
  position: absolute;
  top: 0;
  right: 0;
  font-family: 'cn1';
  font-size: clamp(12px, 5.7vw, 5.7vw);
  opacity: 0.06;
}
@media (max-width:1024px) {
  #index_page .pageContentAll .inxHistory > .thisBox .posiBox .rightTop {
    font-size: 13.2vw;
  }
}
@media (max-width:1024px) {
  #index_page .pageContentAll .inxHistory > .thisBox .posiBox .rightTop {
    position: unset;
    text-align: center;
  }
}
#index_page .pageContentAll .inxHistory > .thisBox .contentBox {
  position: relative;
  z-index: 1;
}
#index_page .pageContentAll .inxHistory > .thisBox .contentBox .hisList .ul {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  flex-wrap: unset;
  width: 100%;
}
#index_page .pageContentAll .inxHistory > .thisBox .contentBox .hisList .ul .li {
  padding: 5vw 0;
}
#index_page .pageContentAll .inxHistory > .thisBox .contentBox .hisList .ul .li .box {
  position: relative;
  width: 54vw;
  height: 32vw;
}
@media (max-width:1024px) {
  #index_page .pageContentAll .inxHistory > .thisBox .contentBox .hisList .ul .li .box {
    width: 90vw;
    height: 80vw;
  }
}
#index_page .pageContentAll .inxHistory > .thisBox .contentBox .hisList .ul .li .box .imgBox {
  overflow: hidden;
  position: relative;
  width: 100%;
  height: 100%;
}
#index_page .pageContentAll .inxHistory > .thisBox .contentBox .hisList .ul .li .box .imgBox img {
  height: 120%;
}
#index_page .pageContentAll .inxHistory > .thisBox .contentBox .hisList .ul .li .box .imgBox::after {
  content: '';
  position: absolute;
  display: block;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.3);
}
#index_page .pageContentAll .inxHistory > .thisBox .contentBox .hisList .ul .li .box .textBox {
  padding: 5vw;
  position: absolute;
  top: 0;
}
@media (max-width:1024px) {
  #index_page .pageContentAll .inxHistory > .thisBox .contentBox .hisList .ul .li .box .textBox {
    padding: 8vw;
  }
}
#index_page .pageContentAll .inxHistory > .thisBox .contentBox .hisList .ul .li .box .textBox .num {
  font-size: clamp(12px, 8.7vw, 8.7vw);
  font-family: 'en6';
  text-transform: uppercase;
  color: #fff;
  margin-bottom: 2vw;
  opacity: 0.9;
  mix-blend-mode: hard-light;
  text-shadow: 2px 2px 6px rgba(0, 0, 0, 0.6);
}
@media (max-width:1024px) {
  #index_page .pageContentAll .inxHistory > .thisBox .contentBox .hisList .ul .li .box .textBox .num {
    font-size: 19.2vw;
  }
}
@media (max-width:1024px) {
  #index_page .pageContentAll .inxHistory > .thisBox .contentBox .hisList .ul .li .box .textBox .num {
    font-size: 16vw;
  }
}
#index_page .pageContentAll .inxHistory > .thisBox .contentBox .hisList .ul .li .box .textBox .content {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  flex-wrap: unset;
  gap: 1vw;
}
#index_page .pageContentAll .inxHistory > .thisBox .contentBox .hisList .ul .li .box .textBox .content p {
  color: #fff;
  font-size: clamp(12px, 1.1vw, 1.1vw);
  background-color: rgba(0, 0, 0, 0.6);
  padding: 0.6vw 2vw;
}
@media (max-width:1024px) {
  #index_page .pageContentAll .inxHistory > .thisBox .contentBox .hisList .ul .li .box .textBox .content p {
    font-size: 4vw;
  }
}
@media (min-width:1024px) {
  #index_page .pageContentAll .inxHistory > .thisBox .contentBox .hisList .ul .li:nth-child(4n+1) {
    align-self: flex-start;
  }
  #index_page .pageContentAll .inxHistory > .thisBox .contentBox .hisList .ul .li:nth-child(4n+1) .box {
    left: 1vw;
  }
  #index_page .pageContentAll .inxHistory > .thisBox .contentBox .hisList .ul .li:nth-child(4n+2) {
    align-self: flex-end;
  }
  #index_page .pageContentAll .inxHistory > .thisBox .contentBox .hisList .ul .li:nth-child(4n+2) .box {
    right: 1vw;
  }
  #index_page .pageContentAll .inxHistory > .thisBox .contentBox .hisList .ul .li:nth-child(4n+3) {
    align-self: flex-start;
  }
  #index_page .pageContentAll .inxHistory > .thisBox .contentBox .hisList .ul .li:nth-child(4n+3) .box {
    left: 20vw;
  }
  #index_page .pageContentAll .inxHistory > .thisBox .contentBox .hisList .ul .li:nth-child(4n+4) {
    align-self: flex-end;
  }
  #index_page .pageContentAll .inxHistory > .thisBox .contentBox .hisList .ul .li:nth-child(4n+4) .box {
    right: 10vw;
  }
}
@media (max-width:1024px) {
  #index_page .pageContentAll .inxHistory > .thisBox .contentBox .hisList .ul .li:nth-child(odd) {
    align-self: flex-start;
  }
  #index_page .pageContentAll .inxHistory > .thisBox .contentBox .hisList .ul .li:nth-child(odd) .box {
    left: 0;
  }
  #index_page .pageContentAll .inxHistory > .thisBox .contentBox .hisList .ul .li:nth-child(even) {
    align-self: flex-end;
  }
  #index_page .pageContentAll .inxHistory > .thisBox .contentBox .hisList .ul .li:nth-child(even) .box {
    right: 0;
  }
}
#index_page .pageContentAll .inxService > .thisBox {
  padding-bottom: 6vw;
}
@media (max-width:1600px) {
  #index_page .pageContentAll .inxService > .thisBox {
    padding-bottom: 6vw;
  }
}
@media (max-width:1300px) {
  #index_page .pageContentAll .inxService > .thisBox {
    padding-bottom: 6vw;
  }
}
@media (max-width:1024px) {
  #index_page .pageContentAll .inxService > .thisBox {
    padding-bottom: 12vw;
  }
}
#index_page .pageContentAll .inxService > .thisBox .topAniBox {
  position: relative;
  overflow: hidden;
}
#index_page .pageContentAll .inxService > .thisBox .topAniBox .aniBox {
  position: relative;
  z-index: 2;
  width: 100%;
}
#index_page .pageContentAll .inxService > .thisBox .topAniBox .aniBox .show {
  overflow: hidden;
  height: 5vw;
  position: relative;
}
@media (max-width:1024px) {
  #index_page .pageContentAll .inxService > .thisBox .topAniBox .aniBox .show {
    height: 10vw;
  }
}
#index_page .pageContentAll .inxService > .thisBox .topAniBox .aniBox .show div {
  background-color: #fff;
  width: 100%;
  height: 101%;
}
#index_page .pageContentAll .inxService > .thisBox .topAniBox .biaotiBox {
  position: absolute;
  z-index: 1;
  top: 4vw;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  flex-wrap: unset;
  width: 100%;
}
@media (max-width:1024px) {
  #index_page .pageContentAll .inxService > .thisBox .topAniBox .biaotiBox {
    top: 14vw;
  }
}
#index_page .pageContentAll .inxService > .thisBox .topAniBox .biaotiBox .enBox {
  position: relative;
  width: 100%;
}
#index_page .pageContentAll .inxService > .thisBox .topAniBox .biaotiBox .enBox .txt {
  position: absolute;
  line-height: 0.8em;
  top: 0;
  transition-duration: 0.5s;
  transition-property: color;
  font-size: clamp(12px, 12.7vw, 12.7vw);
  font-family: 'en6';
  text-transform: uppercase;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  flex-wrap: unset;
  width: 100%;
  color: transparent;
  -webkit-text-stroke: 2px #bbb;
}
@media (max-width:1024px) {
  #index_page .pageContentAll .inxService > .thisBox .topAniBox .biaotiBox .enBox .txt {
    font-size: 27.2vw;
  }
}
@media (max-width:1024px) {
  #index_page .pageContentAll .inxService > .thisBox .topAniBox .biaotiBox .enBox .txt {
    font-size: 20vw;
  }
}
#index_page .pageContentAll .inxService > .thisBox .topAniBox .biaotiBox .enBox .txt:nth-child(2) {
  -webkit-text-stroke: 1px #666;
  color: #F2F3F5;
  z-index: 1;
  position: relative;
}
#index_page .pageContentAll .inxService > .thisBox .topAniBox .biaotiBox .cnBox {
  font-size: clamp(12px, 1.5vw, 1.5vw);
  color: #BD2D31;
  opacity: 0;
  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 .inxService > .thisBox .topAniBox .biaotiBox .cnBox {
    font-size: 4.8vw;
  }
}
#index_page .pageContentAll .inxService > .thisBox .topAniBox .biaotiBox.end .enBox .txt {
  opacity: 0;
}
#index_page .pageContentAll .inxService > .thisBox .topAniBox .biaotiBox.end .enBox .txt:nth-child(2) {
  -webkit-text-stroke: 1px #666;
  color: #333;
  opacity: 1;
}
#index_page .pageContentAll .inxService > .thisBox .topAniBox .biaotiBox.end .cnBox {
  opacity: 1;
}
#index_page .pageContentAll .inxService > .thisBox .contentBox .ul .li {
  border-bottom: 1px solid #ddd;
}
#index_page .pageContentAll .inxService > .thisBox .contentBox .ul .li .aBox {
  position: relative;
  height: 8vw;
  width: 100%;
}
@media (max-width:1024px) {
  #index_page .pageContentAll .inxService > .thisBox .contentBox .ul .li .aBox {
    height: 35vw;
  }
}
#index_page .pageContentAll .inxService > .thisBox .contentBox .ul .li .aBox > div {
  position: relative;
  z-index: 1;
  width: 100%;
  height: 100%;
}
#index_page .pageContentAll .inxService > .thisBox .contentBox .ul .li .aBox > div .coutBox {
  width: 75%;
  margin: 0 auto;
  height: 100%;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-start;
  flex-wrap: unset;
  gap: 2vw;
}
@media (max-width:1024px) {
  #index_page .pageContentAll .inxService > .thisBox .contentBox .ul .li .aBox > div .coutBox {
    width: 86%;
  }
}
#index_page .pageContentAll .inxService > .thisBox .contentBox .ul .li .aBox > div .coutBox .num {
  font-size: clamp(12px, 5.7vw, 5.7vw);
  font-family: 'en6';
  text-transform: uppercase;
}
@media (max-width:1024px) {
  #index_page .pageContentAll .inxService > .thisBox .contentBox .ul .li .aBox > div .coutBox .num {
    font-size: 13.2vw;
  }
}
#index_page .pageContentAll .inxService > .thisBox .contentBox .ul .li .aBox > div .coutBox .textBox .name,
#index_page .pageContentAll .inxService > .thisBox .contentBox .ul .li .aBox > div .coutBox .textBox .name div {
  font-size: clamp(12px, 1.7vw, 1.7vw);
  font-family: 'cn1';
}
@media (max-width:1024px) {
  #index_page .pageContentAll .inxService > .thisBox .contentBox .ul .li .aBox > div .coutBox .textBox .name,
  #index_page .pageContentAll .inxService > .thisBox .contentBox .ul .li .aBox > div .coutBox .textBox .name div {
    font-size: 5.2vw;
  }
}
#index_page .pageContentAll .inxService > .thisBox .contentBox .ul .li .aBox > div .coutBox .textBox .def1 {
  opacity: 0.7;
}
@media (max-width:1024px) {
  #index_page .pageContentAll .inxService > .thisBox .contentBox .ul .li .aBox > div .coutBox .textBox .def1 {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
  }
}
#index_page .pageContentAll .inxService > .thisBox .contentBox .ul .li .aBox > div.initBox .coutBox .num {
  color: transparent;
  -webkit-text-stroke: 1px #333;
}
#index_page .pageContentAll .inxService > .thisBox .contentBox .ul .li .aBox > div.showBox {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  background-color: #222;
  transition: 0.5s;
  clip-path: inset(50% 0 50% 0);
}
#index_page .pageContentAll .inxService > .thisBox .contentBox .ul .li .aBox > div.showBox .coutBox .num {
  color: #BD2D31;
}
#index_page .pageContentAll .inxService > .thisBox .contentBox .ul .li .aBox > div.showBox .coutBox .textBox .name {
  color: #fff;
}
#index_page .pageContentAll .inxService > .thisBox .contentBox .ul .li .aBox > div.showBox .coutBox .textBox .def1 {
  color: #fff;
}
#index_page .pageContentAll .inxService > .thisBox .contentBox .ul .li .aBox::after {
  content: '';
  position: absolute;
  display: block;
  left: 0;
  top: 50%;
  width: 100%;
  transition-duration: 0.3s;
  background-color: #BD2D31;
  height: 0;
  transform: translateY(-50%);
}
#index_page .pageContentAll .inxService > .thisBox .contentBox .ul .li .aBox:hover > div.showBox {
  clip-path: inset(0 0 0 0);
}
#index_page .pageContentAll .inxService > .thisBox .contentBox .ul .li .aBox:hover::after {
  height: 100%;
}
#index_page .pageContentAll .inxService > .thisBox .contentBox .ul .li:first-child {
  border-top: 1px solid #ddd;
}
#index_page .pageContentAll .inxWhyChoose > .thisBox {
  width: 100%;
  height: calc(100vh - 5vw * 1);
}
@media (max-width:1600px) {
  #index_page .pageContentAll .inxWhyChoose > .thisBox {
    height: calc(100vh - 5vw* 1);
  }
}
@media (max-width:1300px) {
  #index_page .pageContentAll .inxWhyChoose > .thisBox {
    height: calc(100vh - 5vw* 1);
  }
}
@media (max-width:1024px) {
  #index_page .pageContentAll .inxWhyChoose > .thisBox {
    height: unset;
  }
}
@media (max-width:1024px) {
  #index_page .pageContentAll .inxWhyChoose > .thisBox {
    height: unset;
  }
}
#index_page .pageContentAll .inxWhyChoose > .thisBox .contentBox {
  position: relative;
  width: 100%;
  height: 100%;
  overflow: hidden;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-start;
  flex-wrap: unset;
}
@media (max-width:1024px) {
  #index_page .pageContentAll .inxWhyChoose > .thisBox .contentBox {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    flex-wrap: unset;
  }
}
#index_page .pageContentAll .inxWhyChoose > .thisBox .contentBox .leftBiaoTi {
  width: calc(40vw + 1px);
  height: 100%;
  background-color: #222;
}
@media (max-width:1024px) {
  #index_page .pageContentAll .inxWhyChoose > .thisBox .contentBox .leftBiaoTi {
    width: 100%;
    height: unset;
  }
}
#index_page .pageContentAll .inxWhyChoose > .thisBox .contentBox .leftBiaoTi .box {
  padding: 4vw;
  will-change: transform;
}
@media (max-width:1024px) {
  #index_page .pageContentAll .inxWhyChoose > .thisBox .contentBox .leftBiaoTi .box {
    padding: 8vw;
  }
}
#index_page .pageContentAll .inxWhyChoose > .thisBox .contentBox .leftBiaoTi .box .subname {
  font-size: clamp(12px, 3.7vw, 3.7vw);
  color: #BD2D31;
  font-family: 'en6';
  text-transform: uppercase;
}
@media (max-width:1024px) {
  #index_page .pageContentAll .inxWhyChoose > .thisBox .contentBox .leftBiaoTi .box .subname {
    font-size: 9.2vw;
  }
}
#index_page .pageContentAll .inxWhyChoose > .thisBox .contentBox .leftBiaoTi .box .name {
  font-size: clamp(12px, 1.9vw, 1.9vw);
  font-family: 'cn1';
  color: #fff;
}
@media (max-width:1024px) {
  #index_page .pageContentAll .inxWhyChoose > .thisBox .contentBox .leftBiaoTi .box .name {
    font-size: 5.6vw;
  }
}
#index_page .pageContentAll .inxWhyChoose > .thisBox .contentBox .leftBiaoTi .box .def1 {
  padding-right: 6vw;
  text-align: justify;
  margin-top: 7vw;
  opacity: 0.7;
  font-size: clamp(12px, 0.9vw, 0.9vw);
  line-height: 3em;
  color: #fff;
}
@media (max-width:1024px) {
  #index_page .pageContentAll .inxWhyChoose > .thisBox .contentBox .leftBiaoTi .box .def1 {
    font-size: 3.6vw;
  }
}
@media (max-width:1024px) {
  #index_page .pageContentAll .inxWhyChoose > .thisBox .contentBox .leftBiaoTi .box .def1 {
    padding-right: 0;
  }
}
#index_page .pageContentAll .inxWhyChoose > .thisBox .contentBox .ul {
  width: calc(100% - 40vw);
  height: 100%;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  flex-wrap: unset;
}
@media (max-width:1024px) {
  #index_page .pageContentAll .inxWhyChoose > .thisBox .contentBox .ul {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    flex-wrap: unset;
    height: unset;
  }
}
#index_page .pageContentAll .inxWhyChoose > .thisBox .contentBox .ul .li {
  position: absolute;
  left: 0;
  top: 0;
  width: 40vw;
  height: 100%;
}
@media (max-width:1024px) {
  #index_page .pageContentAll .inxWhyChoose > .thisBox .contentBox .ul .li {
    width: 100%;
    position: relative;
    height: unset;
  }
}
#index_page .pageContentAll .inxWhyChoose > .thisBox .contentBox .ul .li .box {
  overflow: hidden;
  will-change: transform;
  position: relative;
  width: 100%;
  height: 100%;
  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 .inxWhyChoose > .thisBox .contentBox .ul .li .box {
    height: 100%;
  }
}
#index_page .pageContentAll .inxWhyChoose > .thisBox .contentBox .ul .li .box .imgBox {
  position: relative;
  width: 100%;
  height: 100%;
}
@media (max-width:1024px) {
  #index_page .pageContentAll .inxWhyChoose > .thisBox .contentBox .ul .li .box .imgBox {
    position: absolute;
    top: 0;
  }
}
#index_page .pageContentAll .inxWhyChoose > .thisBox .contentBox .ul .li .box .imgBox img {
  width: 110%;
  height: 110%;
  position: relative;
  left: -5%;
  top: -5%;
  transition-duration: 0.8s;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.56, -0.01, 0.04, 1);
  filter: blur(0);
}
#index_page .pageContentAll .inxWhyChoose > .thisBox .contentBox .ul .li .box .imgBox::after {
  content: '';
  position: absolute;
  display: block;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  height: 70%;
  background: linear-gradient(to top, #000, transparent);
  opacity: 0.5;
  transition-duration: 0.8s;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.56, -0.01, 0.04, 1);
  pointer-events: none;
}
@media (max-width:1024px) {
  #index_page .pageContentAll .inxWhyChoose > .thisBox .contentBox .ul .li .box .imgBox::after {
    opacity: 1;
  }
}
@media (max-width:1024px) {
  #index_page .pageContentAll .inxWhyChoose > .thisBox .contentBox .ul .li .box .textBox {
    position: relative;
    padding: 8vw;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    flex-wrap: unset;
  }
}
#index_page .pageContentAll .inxWhyChoose > .thisBox .contentBox .ul .li .box .textBox .title {
  position: absolute;
  width: 100%;
  transition-duration: 0.8s;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.56, -0.01, 0.04, 1);
  padding-bottom: 2vw;
  padding-left: 2vw;
  left: 4vw;
  right: 4vw;
  color: #fff;
  font-family: 'cn1';
  font-size: clamp(12px, 1.1vw, 1.1vw);
  bottom: 4vw;
}
@media (max-width:1024px) {
  #index_page .pageContentAll .inxWhyChoose > .thisBox .contentBox .ul .li .box .textBox .title {
    font-size: 4vw;
  }
}
@media (max-width:1024px) {
  #index_page .pageContentAll .inxWhyChoose > .thisBox .contentBox .ul .li .box .textBox .title {
    margin-bottom: 6vw;
    position: relative;
    padding-left: 6vw;
    left: unset;
    right: unset;
    bottom: unset;
  }
}
#index_page .pageContentAll .inxWhyChoose > .thisBox .contentBox .ul .li .box .textBox .title span {
  color: #BD2D31;
  font-size: clamp(12px, 1.5vw, 1.5vw);
}
@media (max-width:1024px) {
  #index_page .pageContentAll .inxWhyChoose > .thisBox .contentBox .ul .li .box .textBox .title span {
    font-size: 4.8vw;
  }
}
#index_page .pageContentAll .inxWhyChoose > .thisBox .contentBox .ul .li .box .textBox .title::before {
  content: '';
  position: absolute;
  display: block;
  left: 0;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background-color: #fff;
  top: 1vw;
}
#index_page .pageContentAll .inxWhyChoose > .thisBox .contentBox .ul .li .box .textBox .content {
  position: absolute;
  opacity: 0;
  transition-duration: 0.8s;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.56, -0.01, 0.04, 1);
  transform: translateY(1vw);
  pointer-events: none;
  bottom: 4vw;
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  flex-wrap: unset;
  gap: 1vw;
  padding: 0 4vw;
}
@media (max-width:1024px) {
  #index_page .pageContentAll .inxWhyChoose > .thisBox .contentBox .ul .li .box .textBox .content {
    position: unset;
    padding: 0;
    gap: 4vw;
  }
}
#index_page .pageContentAll .inxWhyChoose > .thisBox .contentBox .ul .li .box .textBox .content p {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  flex-wrap: unset;
  color: #fff;
  width: 100%;
}
@media (max-width:1024px) {
  #index_page .pageContentAll .inxWhyChoose > .thisBox .contentBox .ul .li .box .textBox .content p {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    flex-wrap: unset;
  }
}
#index_page .pageContentAll .inxWhyChoose > .thisBox .contentBox .ul .li .box .textBox .content p div {
  color: #fff;
}
#index_page .pageContentAll .inxWhyChoose > .thisBox .contentBox .ul .li .box .textBox .content p .sTitle {
  background-color: #BD2D31;
  margin-bottom: 0.4vw;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  flex-wrap: unset;
  width: 6vw;
  padding: 0.2vw 0;
}
@media (max-width:1024px) {
  #index_page .pageContentAll .inxWhyChoose > .thisBox .contentBox .ul .li .box .textBox .content p .sTitle {
    width: 20vw;
  }
}
#index_page .pageContentAll .inxWhyChoose > .thisBox .contentBox .ul .li .box .textBox .content p .sCout {
  padding-left: 2vw;
  width: calc(100% - 6vw);
}
@media (max-width:1024px) {
  #index_page .pageContentAll .inxWhyChoose > .thisBox .contentBox .ul .li .box .textBox .content p .sCout {
    width: 100%;
  }
}
@media (min-width:1024px) {
  #index_page .pageContentAll .inxWhyChoose > .thisBox .contentBox .ul .li .box:hover .imgBox::after {
    height: 150%;
  }
  #index_page .pageContentAll .inxWhyChoose > .thisBox .contentBox .ul .li .box:hover .textBox .content {
    opacity: 1;
    transition-delay: 0.4s;
    pointer-events: auto;
    transform: translateY(0);
  }
  #index_page .pageContentAll .inxWhyChoose > .thisBox .contentBox .ul .li .box:hover .imgBox img {
    filter: blur(10px);
  }
}
@media (max-width:1024px) {
  #index_page .pageContentAll .inxWhyChoose > .thisBox .contentBox .ul .li .box .imgBox::after {
    height: 150%;
  }
  #index_page .pageContentAll .inxWhyChoose > .thisBox .contentBox .ul .li .box .textBox .content {
    opacity: 1;
    transition-delay: 0.4s;
    pointer-events: auto;
    transform: translateY(0);
  }
}
#index_page .pageContentAll .inxNews > .thisBox {
  padding-top: 6vw;
  padding-bottom: 6vw;
}
@media (max-width:1600px) {
  #index_page .pageContentAll .inxNews > .thisBox {
    padding-top: 6vw;
  }
}
@media (max-width:1300px) {
  #index_page .pageContentAll .inxNews > .thisBox {
    padding-top: 6vw;
  }
}
@media (max-width:1024px) {
  #index_page .pageContentAll .inxNews > .thisBox {
    padding-top: 12vw;
  }
}
#index_page .pageContentAll .inxNews > .thisBox .topNameBox {
  padding: 0 10vw;
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  justify-content: space-between;
  flex-wrap: unset;
  margin-bottom: 4vw;
}
@media (max-width:1024px) {
  #index_page .pageContentAll .inxNews > .thisBox .topNameBox {
    margin-bottom: 6vw;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    flex-wrap: unset;
  }
}
#index_page .pageContentAll .inxNews > .thisBox .topNameBox .enBox {
  margin-top: -2vw;
}
#index_page .pageContentAll .inxNews > .thisBox .topNameBox .enBox div {
  font-size: clamp(12px, 5.7vw, 5.7vw);
  color: transparent;
  -webkit-text-stroke: 1px rgba(51, 51, 51, 0.3);
  line-height: 0.9em;
  font-family: 'en6';
  text-transform: uppercase;
  text-shadow: 0 -8px 0 #F2F3F5, 0 8px 0 #F2F3F5;
}
@media (max-width:1024px) {
  #index_page .pageContentAll .inxNews > .thisBox .topNameBox .enBox div {
    font-size: 13.2vw;
  }
}
#index_page .pageContentAll .inxNews > .thisBox .topNameBox .rightName {
  width: 50%;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  justify-content: center;
  flex-wrap: unset;
}
@media (max-width:1024px) {
  #index_page .pageContentAll .inxNews > .thisBox .topNameBox .rightName {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    flex-wrap: unset;
  }
}
#index_page .pageContentAll .inxNews > .thisBox .topNameBox .rightName .name {
  font-size: clamp(12px, 3.7vw, 3.7vw);
  font-family: 'cn1';
}
@media (max-width:1024px) {
  #index_page .pageContentAll .inxNews > .thisBox .topNameBox .rightName .name {
    font-size: 9.2vw;
  }
}
#index_page .pageContentAll .inxNews > .thisBox .topNameBox .rightName .def1 {
  border-top: 1px solid #ddd;
  padding-left: 10vw;
  padding-top: 1vw;
  line-height: 2em;
  margin-top: 2vw;
}
@media (max-width:1024px) {
  #index_page .pageContentAll .inxNews > .thisBox .topNameBox .rightName .def1 {
    padding-left: 0;
  }
}
#index_page .pageContentAll .inxNews > .thisBox .contentBox .swiperBox #inxNews .swiper-slide {
  width: 22vw;
}
@media (max-width:1024px) {
  #index_page .pageContentAll .inxNews > .thisBox .contentBox .swiperBox #inxNews .swiper-slide {
    width: 70vw;
  }
}
#index_page .pageContentAll .inxNews > .thisBox .contentBox .swiperBox #inxNews .swiper-slide .aBox {
  width: 100%;
}
#index_page .pageContentAll .inxNews > .thisBox .contentBox .swiperBox #inxNews .swiper-slide .aBox .imgBoxAll {
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 22vw;
  padding: 1vw;
}
@media (max-width:1024px) {
  #index_page .pageContentAll .inxNews > .thisBox .contentBox .swiperBox #inxNews .swiper-slide .aBox .imgBoxAll {
    padding: 2vw;
    height: 66vw;
  }
}
#index_page .pageContentAll .inxNews > .thisBox .contentBox .swiperBox #inxNews .swiper-slide .aBox .imgBoxAll .blurBg {
  left: 0;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  opacity: 0.3;
  transform: scale(1.1);
  filter: blur(10px);
}
#index_page .pageContentAll .inxNews > .thisBox .contentBox .swiperBox #inxNews .swiper-slide .aBox .imgBoxAll .imgBox {
  will-change: transform;
  border-radius: 0.6vw;
  overflow: hidden;
  position: relative;
  z-index: 1;
  width: 100%;
  height: 100%;
  transition-duration: 0.8s;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.56, -0.01, 0.04, 1);
}
#index_page .pageContentAll .inxNews > .thisBox .contentBox .swiperBox #inxNews .swiper-slide .aBox .imgBoxAll .imgBox img {
  transition-duration: 0.8s;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.56, -0.01, 0.04, 1);
}
#index_page .pageContentAll .inxNews > .thisBox .contentBox .swiperBox #inxNews .swiper-slide .aBox .textBox {
  margin-top: 1vw;
}
@media (max-width:1024px) {
  #index_page .pageContentAll .inxNews > .thisBox .contentBox .swiperBox #inxNews .swiper-slide .aBox .textBox {
    margin-top: 4vw;
  }
}
#index_page .pageContentAll .inxNews > .thisBox .contentBox .swiperBox #inxNews .swiper-slide .aBox .textBox .title {
  transition-duration: 0.8s;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.56, -0.01, 0.04, 1);
  font-size: clamp(12px, 1vw, 1vw);
  font-family: 'cn1';
}
@media (max-width:1024px) {
  #index_page .pageContentAll .inxNews > .thisBox .contentBox .swiperBox #inxNews .swiper-slide .aBox .textBox .title {
    font-size: 3.8vw;
  }
}
#index_page .pageContentAll .inxNews > .thisBox .contentBox .swiperBox #inxNews .swiper-slide .aBox .textBox .date {
  margin-top: 1vw;
  font-family: 'en6';
  text-transform: uppercase;
  font-size: clamp(12px, 1vw, 1vw);
}
@media (max-width:1024px) {
  #index_page .pageContentAll .inxNews > .thisBox .contentBox .swiperBox #inxNews .swiper-slide .aBox .textBox .date {
    font-size: 3.8vw;
  }
}
#index_page .pageContentAll .inxNews > .thisBox .contentBox .swiperBox #inxNews .swiper-slide .aBox:hover .imgBoxAll .imgBox {
  transform: scale(1.06);
}
#index_page .pageContentAll .inxNews > .thisBox .contentBox .swiperBox #inxNews .swiper-slide .aBox:hover .imgBoxAll .imgBox img {
  transform: scale(1.04);
  transition-duration: 2s;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.56, -0.01, 0.04, 1);
  transition-delay: 0.8s;
}
#index_page .pageContentAll .inxNews > .thisBox .contentBox .swiperBox #inxNews .swiper-slide .aBox:hover .textBox .title {
  color: #BD2D31;
}
#index_page .pageContentAll .inxNews > .thisBox .contentBox .swiperBox .swiperControl {
  margin-top: 4vw;
}
@media (max-width:1024px) {
  #index_page .pageContentAll .inxNews > .thisBox .contentBox .swiperBox .swiperControl {
    margin-top: 12vw;
  }
}
#index_page .pageContentAll .inxNews > .thisBox .contentBox .swiperBox .swiperControl .scrollProgress {
  position: relative;
  margin-bottom: 2vw;
  width: 70vw;
  transform: scaleX(0);
  left: 15vw;
  height: 4px;
  transition-duration: 2s;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.56, -0.01, 0.04, 1);
  background-color: #ddd;
  border-radius: 2px;
  overflow: hidden;
}
#index_page .pageContentAll .inxNews > .thisBox .contentBox .swiperBox .swiperControl .scrollProgress .swiper-scrollbar-drag {
  height: 100%;
  border-radius: 2px;
  background-color: #BD2D31;
  width: 20vw;
  cursor: pointer;
}
#index_page .pageContentAll .inxNews > .thisBox .contentBox .swiperBox .swiperControl .scrollProgress.on {
  transform: scaleX(1);
}
@media (max-width:1024px) {
  #index_page .pageContentAll .inxNews > .thisBox .contentBox .swiperBox .swiperControl .navigation {
    display: none;
  }
}
#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;
  width: 100%;
}
#news_page .pageContentAll .pageContent .newsList > .thisBox .contentBox .ul .li {
  padding: 2vw 0;
  width: 100%;
  border-bottom: 1px solid #ddd;
}
@media (max-width:1024px) {
  #news_page .pageContentAll .pageContent .newsList > .thisBox .contentBox .ul .li {
    padding: 6vw 0;
  }
}
#news_page .pageContentAll .pageContent .newsList > .thisBox .contentBox .ul .li .aBox {
  border-radius: 1.4vw;
  width: 100%;
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  justify-content: center;
  flex-wrap: unset;
  height: 12vw;
}
@media (max-width:1024px) {
  #news_page .pageContentAll .pageContent .newsList > .thisBox .contentBox .ul .li .aBox {
    height: unset;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    flex-wrap: unset;
    gap: 4vw;
  }
}
#news_page .pageContentAll .pageContent .newsList > .thisBox .contentBox .ul .li .aBox .imgBoxAll {
  height: 100%;
  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 .sortOf {
  width: 14vw;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  flex-wrap: unset;
  font-family: 'cn1';
}
@media (max-width:1024px) {
  #news_page .pageContentAll .pageContent .newsList > .thisBox .contentBox .ul .li .aBox .sortOf {
    width: fit-content;
  }
}
#news_page .pageContentAll .pageContent .newsList > .thisBox .contentBox .ul .li .aBox .textBoxAll {
  width: calc(100% - 34vw);
  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%;
  }
}
#news_page .pageContentAll .pageContent .newsList > .thisBox .contentBox .ul .li .aBox .textBoxAll .date {
  color: #BD2D31;
  font-family: 'en6';
  text-transform: uppercase;
  font-size: clamp(12px, 2.1vw, 2.1vw);
}
@media (max-width:1024px) {
  #news_page .pageContentAll .pageContent .newsList > .thisBox .contentBox .ul .li .aBox .textBoxAll .date {
    font-size: 6vw;
  }
}
@media (max-width:1024px) {
  #news_page .pageContentAll .pageContent .newsList > .thisBox .contentBox .ul .li .aBox .textBoxAll .date {
    margin-bottom: 2vw;
  }
}
#news_page .pageContentAll .pageContent .newsList > .thisBox .contentBox .ul .li .aBox .textBoxAll .title,
#news_page .pageContentAll .pageContent .newsList > .thisBox .contentBox .ul .li .aBox .textBoxAll .title div {
  font-size: clamp(12px, 1.5vw, 1.5vw);
  line-height: 1em;
  color: #333;
  font-family: 'cn1';
}
@media (max-width:1024px) {
  #news_page .pageContentAll .pageContent .newsList > .thisBox .contentBox .ul .li .aBox .textBoxAll .title,
  #news_page .pageContentAll .pageContent .newsList > .thisBox .contentBox .ul .li .aBox .textBoxAll .title div {
    font-size: 4.8vw;
  }
}
#news_page .pageContentAll .pageContent .newsList > .thisBox .contentBox .ul .li .aBox .textBoxAll .description {
  margin-top: 2vw;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  line-height: 2em;
  opacity: 0.9;
}
#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: #BD2D31;
}
#contact_page .pageContentAll .pageContent .contactInfo > .thisBox .contentBox .lianxi .ulBox {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  flex-wrap: unset;
}
@media (max-width:1024px) {
  #contact_page .pageContentAll .pageContent .contactInfo > .thisBox .contentBox .lianxi .ulBox {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 0;
  }
}
#contact_page .pageContentAll .pageContent .contactInfo > .thisBox .contentBox .lianxi .ulBox .box {
  flex: 1;
  border: 1px solid rgba(0, 0, 0, 0.3);
  padding: 2vw;
  height: 10vw;
  border-right: none;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  flex-wrap: unset;
}
@media (max-width:1024px) {
  #contact_page .pageContentAll .pageContent .contactInfo > .thisBox .contentBox .lianxi .ulBox .box {
    padding: 4vw;
    height: 40vw;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    flex-wrap: unset;
  }
}
#contact_page .pageContentAll .pageContent .contactInfo > .thisBox .contentBox .lianxi .ulBox .box .label {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  flex-wrap: unset;
  gap: 0.6vw;
}
#contact_page .pageContentAll .pageContent .contactInfo > .thisBox .contentBox .lianxi .ulBox .box .label .ico i {
  color: #BD2D31;
  font-size: clamp(12px, 1.3vw, 1.3vw);
}
@media (max-width:1024px) {
  #contact_page .pageContentAll .pageContent .contactInfo > .thisBox .contentBox .lianxi .ulBox .box .label .ico i {
    font-size: 4.4vw;
  }
}
@media (max-width:1024px) {
  #contact_page .pageContentAll .pageContent .contactInfo > .thisBox .contentBox .lianxi .ulBox .box .label .ico i {
    font-size: 7vw;
  }
}
#contact_page .pageContentAll .pageContent .contactInfo > .thisBox .contentBox .lianxi .ulBox .box .label .txt {
  font-size: clamp(12px, 1vw, 1vw);
}
@media (max-width:1024px) {
  #contact_page .pageContentAll .pageContent .contactInfo > .thisBox .contentBox .lianxi .ulBox .box .label .txt {
    font-size: 3.8vw;
  }
}
#contact_page .pageContentAll .pageContent .contactInfo > .thisBox .contentBox .lianxi .ulBox .box .cout {
  margin-top: 1vw;
  text-align: center;
}
#contact_page .pageContentAll .pageContent .contactInfo > .thisBox .contentBox .lianxi .ulBox .box:first-child {
  border-left: none;
}
@media (max-width:1024px) {
  #contact_page .pageContentAll .pageContent .contactInfo > .thisBox .contentBox .lianxi .ulBox .box:nth-child(3) {
    border-left: none;
    border-top: none;
  }
  #contact_page .pageContentAll .pageContent .contactInfo > .thisBox .contentBox .lianxi .ulBox .box:nth-child(4) {
    border-top: none;
  }
}
#contact_page .pageContentAll .pageContent .message > .thisBox {
  padding-top: 6vw;
}
@media (max-width:1600px) {
  #contact_page .pageContentAll .pageContent .message > .thisBox {
    padding-top: 6vw;
  }
}
@media (max-width:1300px) {
  #contact_page .pageContentAll .pageContent .message > .thisBox {
    padding-top: 6vw;
  }
}
@media (max-width:1024px) {
  #contact_page .pageContentAll .pageContent .message > .thisBox {
    padding-top: 12vw;
  }
}
#contact_page .pageContentAll .pageContent .message > .thisBox .posiFormBox {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  flex-wrap: unset;
}
#contact_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_page .pageContentAll .pageContent .message > .thisBox .posiFormBox .shuoming {
    padding: 4vw;
    gap: 4vw;
  }
}
#contact_page .pageContentAll .pageContent .message > .thisBox .posiFormBox .kuangBox {
  position: relative;
  width: 60vw;
}
@media (max-width:1024px) {
  #contact_page .pageContentAll .pageContent .message > .thisBox .posiFormBox .kuangBox {
    width: 96vw;
    padding: 0 10vw;
  }
}
#contact_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_page .pageContentAll .pageContent .message > .thisBox .posiFormBox .kuangBox .formBiaodan .thisBoxAll .cenBox .biaodan {
  width: 100%;
}
#contact_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_page .pageContentAll .pageContent .message > .thisBox .posiFormBox .kuangBox .formBiaodan .thisBoxAll .cenBox .biaodan form .inputBox {
  border-bottom: 1px solid rgba(0, 0, 0, 0.5);
  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_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_page .pageContentAll .pageContent .message > .thisBox .posiFormBox .kuangBox .formBiaodan .thisBoxAll .cenBox .biaodan form .inputBox .bdTitle {
  padding-bottom: 0.8vw;
  position: relative;
  display: block;
  width: 10vw;
  font-size: clamp(12px, 0.9vw, 0.9vw);
}
@media (max-width:1024px) {
  #contact_page .pageContentAll .pageContent .message > .thisBox .posiFormBox .kuangBox .formBiaodan .thisBoxAll .cenBox .biaodan form .inputBox .bdTitle {
    font-size: 3.6vw;
  }
}
@media (max-width:1024px) {
  #contact_page .pageContentAll .pageContent .message > .thisBox .posiFormBox .kuangBox .formBiaodan .thisBoxAll .cenBox .biaodan form .inputBox .bdTitle {
    width: 100%;
  }
}
#contact_page .pageContentAll .pageContent .message > .thisBox .posiFormBox .kuangBox .formBiaodan .thisBoxAll .cenBox .biaodan form .inputBox .input {
  position: relative;
  width: 100%;
}
@media (max-width:1024px) {
  #contact_page .pageContentAll .pageContent .message > .thisBox .posiFormBox .kuangBox .formBiaodan .thisBoxAll .cenBox .biaodan form .inputBox .input {
    width: 100%;
  }
}
#contact_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_page .pageContentAll .pageContent .message > .thisBox .posiFormBox .kuangBox .formBiaodan .thisBoxAll .cenBox .biaodan form .inputBox .input input {
    padding-left: 4vw;
  }
}
@media (max-width:1024px) {
  #contact_page .pageContentAll .pageContent .message > .thisBox .posiFormBox .kuangBox .formBiaodan .thisBoxAll .cenBox .biaodan form .inputBox .input input {
    height: 12vw;
  }
}
#contact_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_page .pageContentAll .pageContent .message > .thisBox .posiFormBox .kuangBox .formBiaodan .thisBoxAll .cenBox .biaodan form .inputBox .input textarea {
    padding-left: 4vw;
  }
}
#contact_page .pageContentAll .pageContent .message > .thisBox .posiFormBox .kuangBox .formBiaodan .thisBoxAll .cenBox .biaodan form .inputBox.textarea {
  width: 100%;
}
#contact_page .pageContentAll .pageContent .message > .thisBox .posiFormBox .kuangBox .formBiaodan .thisBoxAll .cenBox .biaodan form .inputBox.textarea .input {
  height: 6vw;
}
@media (max-width:1024px) {
  #contact_page .pageContentAll .pageContent .message > .thisBox .posiFormBox .kuangBox .formBiaodan .thisBoxAll .cenBox .biaodan form .inputBox.textarea .input {
    height: 40vw;
  }
}
#contact_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_page .pageContentAll .pageContent .message > .thisBox .posiFormBox .kuangBox .formBiaodan .thisBoxAll .cenBox .biaodan form .inputBox.textarea .input textarea {
    padding: 4vw;
  }
}
#contact_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_page .pageContentAll .pageContent .message > .thisBox .posiFormBox .kuangBox .formBiaodan .thisBoxAll .cenBox .biaodan form .inputBox.yanzhengma .yanz {
  position: absolute;
  right: 0;
  top: 0;
  height: 100%;
}
#contact_page .pageContentAll .pageContent .message > .thisBox .posiFormBox .kuangBox .formBiaodan .thisBoxAll .cenBox .biaodan form .inputBox.yanzhengma .yanz img {
  height: 100%;
}
#contact_page .pageContentAll .pageContent .message > .thisBox .posiFormBox .kuangBox .formBiaodan .thisBoxAll .cenBox .biaodan form .inputBox.must .bdTitle::after {
  content: '*';
  position: absolute;
  color: red;
}
#contact_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_page .pageContentAll .pageContent .message > .thisBox .posiFormBox .kuangBox .formBiaodan .thisBoxAll .cenBox .biaodan form .inputBox.zhengque .tianxieInfo i {
  color: green;
}
#contact_page .pageContentAll .pageContent .message > .thisBox .posiFormBox .kuangBox .formBiaodan .thisBoxAll .cenBox .biaodan form .inputBox.zhengque .tianxieInfo .txt {
  color: green;
}
#contact_page .pageContentAll .pageContent .message > .thisBox .posiFormBox .kuangBox .formBiaodan .thisBoxAll .cenBox .biaodan form .inputBox.cuowu .tianxieInfo i {
  color: red;
}
#contact_page .pageContentAll .pageContent .message > .thisBox .posiFormBox .kuangBox .formBiaodan .thisBoxAll .cenBox .biaodan form .inputBox.cuowu .tianxieInfo .txt {
  color: red;
}
#contact_page .pageContentAll .pageContent .message > .thisBox .posiFormBox .kuangBox .formBiaodan .thisBoxAll .cenBox .biaodan form .button {
  margin: 0 auto;
  margin-top: 2vw;
}
#contact_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, 45, 49, 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_page .pageContentAll .pageContent .message > .thisBox .posiFormBox .kuangBox .formBiaodan .thisBoxAll .cenBox .biaodan form .button .submit {
    width: 40vw;
    height: 10vw;
  }
}
#contact_page .pageContentAll .pageContent .message > .thisBox .posiFormBox .kuangBox .formBiaodan .thisBoxAll .cenBox .biaodan form .button .submit .txt {
  color: #fff;
}
#contact_page .pageContentAll .pageContent .message > .thisBox .posiFormBox .kuangBox .formBiaodan .thisBoxAll .cenBox .biaodan form .button .submit i {
  color: #fff;
}
#contact_page .pageContentAll .pageContent .message > .thisBox .posiFormBox .kuangBox .formBiaodan .thisBoxAll .cenBox .biaodan form .button .submit:hover {
  background-color: #BD2D31;
}
#about_page .pageContentAll .pageContent .jieshao > .thisBox {
  padding-bottom: 6vw;
}
@media (max-width:1600px) {
  #about_page .pageContentAll .pageContent .jieshao > .thisBox {
    padding-bottom: 6vw;
  }
}
@media (max-width:1300px) {
  #about_page .pageContentAll .pageContent .jieshao > .thisBox {
    padding-bottom: 6vw;
  }
}
@media (max-width:1024px) {
  #about_page .pageContentAll .pageContent .jieshao > .thisBox {
    padding-bottom: 12vw;
  }
}
#about_page .pageContentAll .pageContent .jieshao > .thisBox .contentBox {
  width: 75%;
  margin: 0 auto;
}
@media (max-width:1024px) {
  #about_page .pageContentAll .pageContent .jieshao > .thisBox .contentBox {
    width: 86%;
  }
}
#about_page .pageContentAll .pageContent .jieshao > .thisBox .contentBox .ul {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  flex-wrap: unset;
  gap: 8vw;
}
#about_page .pageContentAll .pageContent .jieshao > .thisBox .contentBox .ul .li {
  width: 100%;
}
#about_page .pageContentAll .pageContent .jieshao > .thisBox .contentBox .ul .li .box {
  position: relative;
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  justify-content: center;
  flex-wrap: unset;
}
@media (max-width:1024px) {
  #about_page .pageContentAll .pageContent .jieshao > .thisBox .contentBox .ul .li .box {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    flex-wrap: unset;
  }
}
#about_page .pageContentAll .pageContent .jieshao > .thisBox .contentBox .ul .li .box .textBox {
  position: relative;
  z-index: 1;
  padding-top: 2vw;
  padding-right: 10vw;
  width: calc(100% - 30vw);
}
@media (max-width:1024px) {
  #about_page .pageContentAll .pageContent .jieshao > .thisBox .contentBox .ul .li .box .textBox {
    padding-right: 0;
    padding-top: 0;
    width: 100%;
  }
}
#about_page .pageContentAll .pageContent .jieshao > .thisBox .contentBox .ul .li .box .textBox .titleBox {
  display: flex;
  flex-direction: row;
  align-items: flex-end;
  justify-content: flex-start;
  flex-wrap: unset;
  margin-bottom: 4vw;
  gap: 2vw;
}
#about_page .pageContentAll .pageContent .jieshao > .thisBox .contentBox .ul .li .box .textBox .titleBox .title {
  font-size: clamp(12px, 1.7vw, 1.7vw);
  font-family: 'cn1';
}
@media (max-width:1024px) {
  #about_page .pageContentAll .pageContent .jieshao > .thisBox .contentBox .ul .li .box .textBox .titleBox .title {
    font-size: 5.2vw;
  }
}
#about_page .pageContentAll .pageContent .jieshao > .thisBox .contentBox .ul .li .box .textBox .titleBox i {
  display: block;
  width: 1px;
  height: 2vw;
  background-color: #fff;
  transform: rotate(30deg);
  opacity: 0.4;
}
#about_page .pageContentAll .pageContent .jieshao > .thisBox .contentBox .ul .li .box .textBox .titleBox .subtitle {
  font-size: clamp(12px, 1.3vw, 1.3vw);
  font-family: 'en6';
  text-transform: uppercase;
  opacity: 0.7;
}
@media (max-width:1024px) {
  #about_page .pageContentAll .pageContent .jieshao > .thisBox .contentBox .ul .li .box .textBox .titleBox .subtitle {
    font-size: 4.4vw;
  }
}
#about_page .pageContentAll .pageContent .jieshao > .thisBox .contentBox .ul .li .box .textBox .content p {
  text-indent: 2em;
  padding: 0.6em 0;
}
#about_page .pageContentAll .pageContent .jieshao > .thisBox .contentBox .ul .li .box .textBox .content p strong div {
  color: #BD2D31;
}
#about_page .pageContentAll .pageContent .jieshao > .thisBox .contentBox .ul .li .box .textBox .content p div {
  font-size: clamp(12px, 0.9vw, 0.9vw);
  line-height: 2.4em;
}
@media (max-width:1024px) {
  #about_page .pageContentAll .pageContent .jieshao > .thisBox .contentBox .ul .li .box .textBox .content p div {
    font-size: 3.6vw;
  }
}
#about_page .pageContentAll .pageContent .jieshao > .thisBox .contentBox .ul .li .box .imgBox {
  overflow: hidden;
  width: 30vw;
  height: 40vw;
}
@media (max-width:1024px) {
  #about_page .pageContentAll .pageContent .jieshao > .thisBox .contentBox .ul .li .box .imgBox {
    width: 100%;
    height: 70vw;
  }
}
#about_page .pageContentAll .pageContent .jieshao > .thisBox .contentBox .ul .li .box .imgBox img {
  height: 120%;
}
@media (max-width:1024px) {
  #about_page .pageContentAll .pageContent .jieshao > .thisBox .contentBox .ul .li .box .imgBox img {
    height: 100%;
  }
}
#about_page .pageContentAll .pageContent .jieshao > .thisBox .contentBox .ul .li .box .posiImg {
  position: absolute;
  left: -4vw;
  bottom: -4vw;
  width: 15vw;
  height: 20vw;
  opacity: 0.2;
  filter: blur(10px);
}
#about_page .pageContentAll .pageContent .jieshao > .thisBox .contentBox .ul .li .box .posiImg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
#about_page .pageContentAll .pageContent .jieshao > .thisBox .contentBox .ul .li:nth-child(even) .box {
  flex-direction: row-reverse;
}
@media (max-width:1024px) {
  #about_page .pageContentAll .pageContent .jieshao > .thisBox .contentBox .ul .li:nth-child(even) .box {
    flex-direction: column;
  }
}
#about_page .pageContentAll .pageContent .jieshao > .thisBox .contentBox .ul .li:nth-child(even) .box .textBox {
  padding-right: 0;
  padding-left: 10vw;
}
@media (max-width:1024px) {
  #about_page .pageContentAll .pageContent .jieshao > .thisBox .contentBox .ul .li:nth-child(even) .box .textBox {
    padding-left: 0;
  }
}
#about_page .pageContentAll .pageContent .jieshao > .thisBox .contentBox .ul .li:nth-child(even) .box .posiImg {
  left: unset;
  right: 0;
  bottom: 0;
}
#about_page .pageContentAll .pageContent .partners > .thisBox {
  padding-bottom: 6vw;
}
@media (max-width:1600px) {
  #about_page .pageContentAll .pageContent .partners > .thisBox {
    padding-bottom: 6vw;
  }
}
@media (max-width:1300px) {
  #about_page .pageContentAll .pageContent .partners > .thisBox {
    padding-bottom: 6vw;
  }
}
@media (max-width:1024px) {
  #about_page .pageContentAll .pageContent .partners > .thisBox {
    padding-bottom: 12vw;
  }
}
#about_page .pageContentAll .pageContent .partners > .thisBox .contentBox {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  flex-wrap: unset;
  gap: 2vw;
}
#about_page .pageContentAll .pageContent .partners > .thisBox .contentBox .moveOne {
  width: 100%;
  height: 10vw;
}
@media (max-width:1024px) {
  #about_page .pageContentAll .pageContent .partners > .thisBox .contentBox .moveOne {
    height: 30vw;
  }
}
#about_page .pageContentAll .pageContent .partners > .thisBox .contentBox .moveOne .moveMask {
  position: relative;
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  flex-wrap: unset;
}
#about_page .pageContentAll .pageContent .partners > .thisBox .contentBox .moveOne .moveMask .ul {
  position: absolute;
  left: 0;
  height: 100%;
  will-change: transform;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  flex-wrap: unset;
  width: max-content;
}
#about_page .pageContentAll .pageContent .partners > .thisBox .contentBox .moveOne .moveMask .ul .li {
  padding: 0 1vw;
  height: 100%;
}
#about_page .pageContentAll .pageContent .partners > .thisBox .contentBox .moveOne .moveMask .ul .li .partnerA {
  background-color: #f8f8f8;
  padding: 1vw;
  transition-duration: 0.8s;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.56, -0.01, 0.04, 1);
  height: 100%;
}
#about_page .pageContentAll .pageContent .partners > .thisBox .contentBox .moveOne .moveMask .ul .li .partnerA .imgBox {
  height: 100%;
}
#about_page .pageContentAll .pageContent .partners > .thisBox .contentBox .moveOne .moveMask .ul .li .partnerA .imgBox img {
  object-fit: contain;
}
#about_page .pageContentAll .pageContent .partners > .thisBox .contentBox .moveOne .moveMask .ul .li .partnerA:hover {
  box-shadow: 2px 2px 10px rgba(0, 0, 0, 0.08);
  transform: scale(1.1);
}
#about_page .pageContentAll .pageContent .partners > .thisBox .contentBox .moveOne:nth-child(2) .moveMask .ul {
  right: 0;
  left: unset;
}
#about_page .pageContentAll .pageContent .partners > .thisBox .contentBox::before {
  content: '';
  position: absolute;
  display: block;
  top: 0;
  z-index: 1;
  width: 30vw;
  height: 100%;
  left: 0;
  pointer-events: none;
  background: linear-gradient(to left, transparent, #fff);
}
#about_page .pageContentAll .pageContent .partners > .thisBox .contentBox::after {
  content: '';
  position: absolute;
  display: block;
  top: 0;
  z-index: 1;
  width: 30vw;
  height: 100%;
  right: 0;
  pointer-events: none;
  background: linear-gradient(to right, transparent, #fff);
}
#about_page .pageContentAll .pageContent .honor {
  position: relative;
}
#about_page .pageContentAll .pageContent .honor > .thisBox {
  position: relative;
  z-index: 1;
}
#about_page .pageContentAll .pageContent .honor > .thisBox .contentBox {
  width: 75%;
  margin: 0 auto;
}
@media (max-width:1024px) {
  #about_page .pageContentAll .pageContent .honor > .thisBox .contentBox {
    width: 86%;
  }
}
#about_page .pageContentAll .pageContent .honor > .thisBox .contentBox .topTabs {
  padding-bottom: 1vw;
  margin-bottom: 1vw;
  border-bottom: 1px solid #ccc;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  flex-wrap: unset;
}
#about_page .pageContentAll .pageContent .honor > .thisBox .contentBox .topTabs .tabsBox .ul {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  flex-wrap: unset;
  gap: 2vw;
}
#about_page .pageContentAll .pageContent .honor > .thisBox .contentBox .topTabs .tabsBox .ul .li {
  cursor: pointer;
}
#about_page .pageContentAll .pageContent .honor > .thisBox .contentBox .topTabs .tabsBox .ul .li .title {
  font-size: clamp(12px, 1.3vw, 1.3vw);
}
@media (max-width:1024px) {
  #about_page .pageContentAll .pageContent .honor > .thisBox .contentBox .topTabs .tabsBox .ul .li .title {
    font-size: 4.4vw;
  }
}
#about_page .pageContentAll .pageContent .honor > .thisBox .contentBox .topTabs .tabsBox .ul .li.on .title {
  color: #BD2D31;
}
#about_page .pageContentAll .pageContent .honor > .thisBox .contentBox .topTabs .swiperControl {
  width: 5vw;
  height: 2vw;
  position: relative;
}
@media (max-width:1024px) {
  #about_page .pageContentAll .pageContent .honor > .thisBox .contentBox .topTabs .swiperControl {
    width: 20vw;
    height: 14vw;
  }
}
#about_page .pageContentAll .pageContent .honor > .thisBox .contentBox .topTabs .swiperControl .navigation {
  opacity: 0;
  pointer-events: none;
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  flex-wrap: unset;
}
#about_page .pageContentAll .pageContent .honor > .thisBox .contentBox .topTabs .swiperControl .navigation .btn {
  cursor: pointer;
  width: 2vw;
  height: 2vw;
  border-radius: 50%;
  background-color: #BD2D31;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  flex-wrap: unset;
}
#about_page .pageContentAll .pageContent .honor > .thisBox .contentBox .topTabs .swiperControl .navigation .btn:hover {
  background-color: #BD2D31;
}
@media (max-width:1024px) {
  #about_page .pageContentAll .pageContent .honor > .thisBox .contentBox .topTabs .swiperControl .navigation .btn {
    width: 8vw;
    height: 8vw;
  }
}
#about_page .pageContentAll .pageContent .honor > .thisBox .contentBox .topTabs .swiperControl .navigation .btn i {
  color: #fff;
  font-size: clamp(12px, 0.9vw, 0.9vw);
}
@media (max-width:1024px) {
  #about_page .pageContentAll .pageContent .honor > .thisBox .contentBox .topTabs .swiperControl .navigation .btn i {
    font-size: 3.6vw;
  }
}
#about_page .pageContentAll .pageContent .honor > .thisBox .contentBox .topTabs .swiperControl .navigation.on {
  opacity: 1;
  pointer-events: auto;
}
#about_page .pageContentAll .pageContent .honor > .thisBox .contentBox .swiperCout {
  height: 20vw;
  width: 100%;
  position: relative;
}
@media (max-width:1024px) {
  #about_page .pageContentAll .pageContent .honor > .thisBox .contentBox .swiperCout {
    height: 55vw;
  }
}
#about_page .pageContentAll .pageContent .honor > .thisBox .contentBox .swiperCout .swiperBox {
  position: absolute;
  top: 0;
  transition-duration: 0.8s;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.56, -0.01, 0.04, 1);
  pointer-events: none;
  width: 100%;
  height: 100%;
  opacity: 0;
  transform: translateY(3vw);
}
#about_page .pageContentAll .pageContent .honor > .thisBox .contentBox .swiperCout .swiperBox .swiper {
  width: 100%;
  height: 100%;
}
#about_page .pageContentAll .pageContent .honor > .thisBox .contentBox .swiperCout .swiperBox .swiper .swiper-slide .box {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  flex-wrap: unset;
  width: 100%;
  height: 100%;
}
#about_page .pageContentAll .pageContent .honor > .thisBox .contentBox .swiperCout .swiperBox .swiper .swiper-slide .box .imgBox {
  background-color: #f8f8f8;
  width: 100%;
  padding: 1vw;
  height: 16vw;
}
@media (max-width:1024px) {
  #about_page .pageContentAll .pageContent .honor > .thisBox .contentBox .swiperCout .swiperBox .swiper .swiper-slide .box .imgBox {
    height: 45vw;
  }
}
#about_page .pageContentAll .pageContent .honor > .thisBox .contentBox .swiperCout .swiperBox .swiper .swiper-slide .box .imgBox img {
  object-fit: contain;
}
#about_page .pageContentAll .pageContent .honor > .thisBox .contentBox .swiperCout .swiperBox .swiper .swiper-slide .box .title {
  margin-top: 1vw;
  font-size: clamp(12px, 0.9vw, 0.9vw);
}
@media (max-width:1024px) {
  #about_page .pageContentAll .pageContent .honor > .thisBox .contentBox .swiperCout .swiperBox .swiper .swiper-slide .box .title {
    font-size: 3.6vw;
  }
}
@media (max-width:1024px) {
  #about_page .pageContentAll .pageContent .honor > .thisBox .contentBox .swiperCout .swiperBox .swiper .swiper-slide .box .title {
    margin-top: 3vw;
    font-size: clamp(12px, 1.2vw, 1.2vw);
  }
}
@media (max-width:1024px) and (max-width:1024px) {
  #about_page .pageContentAll .pageContent .honor > .thisBox .contentBox .swiperCout .swiperBox .swiper .swiper-slide .box .title {
    font-size: 4.2vw;
  }
}
#about_page .pageContentAll .pageContent .honor > .thisBox .contentBox .swiperCout .swiperBox.on {
  pointer-events: auto;
  opacity: 1;
  transform: translateY(0);
  transition-delay: 0.3s;
}
@media (max-width:1024px) {
  #service_page .pageContentAll .pageContent .unifyTitle .unifyTitleThis > .thisBox .text .cn {
    font-size: 6vw;
  }
}
#service_page .pageContentAll .pageContent .navname > .thisBox {
  padding-bottom: 12vw;
}
#service_page .pageContentAll .pageContent .navname > .thisBox .contentBox {
  will-change: transform;
}
#service_page .pageContentAll .pageContent .navname > .thisBox .contentBox .box {
  position: relative;
}
#service_page .pageContentAll .pageContent .navname > .thisBox .contentBox .box .title {
  font-size: clamp(12px, 2.7vw, 2.7vw);
  font-family: 'cn1';
  text-align: center;
  padding: 3vw 0 5vw;
}
@media (max-width:1024px) {
  #service_page .pageContentAll .pageContent .navname > .thisBox .contentBox .box .title {
    font-size: 7.2vw;
  }
}
#service_page .pageContentAll .pageContent .navname > .thisBox .contentBox .box .subtitle {
  font-size: clamp(12px, 1.7vw, 1.7vw);
  color: #BD2D31;
}
@media (max-width:1024px) {
  #service_page .pageContentAll .pageContent .navname > .thisBox .contentBox .box .subtitle {
    font-size: 5.2vw;
  }
}
#service_page .pageContentAll .pageContent .navname > .thisBox .contentBox .box .miaoshuBox {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  justify-content: space-between;
  flex-wrap: unset;
  padding-left: 12vw;
  padding-right: 10vw;
}
@media (max-width:1024px) {
  #service_page .pageContentAll .pageContent .navname > .thisBox .contentBox .box .miaoshuBox {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    flex-wrap: unset;
    padding: 0 8vw;
  }
}
#service_page .pageContentAll .pageContent .navname > .thisBox .contentBox .box .miaoshuBox .leftTxt {
  width: 35vw;
}
@media (max-width:1024px) {
  #service_page .pageContentAll .pageContent .navname > .thisBox .contentBox .box .miaoshuBox .leftTxt {
    width: 100%;
  }
}
#service_page .pageContentAll .pageContent .navname > .thisBox .contentBox .box .miaoshuBox .leftTxt .miaoshu {
  font-size: clamp(12px, 1.2vw, 1.2vw);
  line-height: 2.6em;
}
@media (max-width:1024px) {
  #service_page .pageContentAll .pageContent .navname > .thisBox .contentBox .box .miaoshuBox .leftTxt .miaoshu {
    font-size: 4.2vw;
  }
}
@media (max-width:1024px) {
  #service_page .pageContentAll .pageContent .navname > .thisBox .contentBox .box .miaoshuBox .leftTxt .miaoshu {
    font-size: 3.4vw;
    line-height: 2em;
    text-align: justify;
  }
}
#service_page .pageContentAll .pageContent .navname > .thisBox .contentBox .box .miaoshuBox .leftTxt .miaoshu div {
  font-size: clamp(12px, 1.1vw, 1.1vw);
  line-height: 2.6em;
}
@media (max-width:1024px) {
  #service_page .pageContentAll .pageContent .navname > .thisBox .contentBox .box .miaoshuBox .leftTxt .miaoshu div {
    font-size: 4vw;
  }
}
#service_page .pageContentAll .pageContent .navname > .thisBox .contentBox .box .miaoshuBox .leftTxt .danju {
  margin-top: 4vw;
  background-color: #BD2D31;
  padding: 2vw;
  color: #fff;
  font-family: 'cn1';
  font-size: clamp(12px, 1.3vw, 1.3vw);
}
@media (max-width:1024px) {
  #service_page .pageContentAll .pageContent .navname > .thisBox .contentBox .box .miaoshuBox .leftTxt .danju {
    font-size: 4.4vw;
  }
}
@media (max-width:1024px) {
  #service_page .pageContentAll .pageContent .navname > .thisBox .contentBox .box .miaoshuBox .icoBox {
    display: none;
  }
}
#service_page .pageContentAll .pageContent .navname > .thisBox .contentBox .box .miaoshuBox .icoBox .ico {
  transform: rotate(135deg);
}
#service_page .pageContentAll .pageContent .navname > .thisBox .contentBox .box .miaoshuBox .icoBox .ico i {
  font-size: clamp(12px, 2.7vw, 2.7vw);
}
@media (max-width:1024px) {
  #service_page .pageContentAll .pageContent .navname > .thisBox .contentBox .box .miaoshuBox .icoBox .ico i {
    font-size: 7.2vw;
  }
}
#service_page .pageContentAll .pageContent .navname > .thisBox .contentBox .box .imgBox {
  position: absolute;
  top: 10vw;
  left: 10vw;
  width: 80vw;
  height: 40vw;
  overflow: hidden;
}
@media (max-width:1024px) {
  #service_page .pageContentAll .pageContent .navname > .thisBox .contentBox .box .imgBox {
    height: 60vw;
    position: unset;
    width: 100%;
    margin-top: 8vw;
  }
}
#service_page .pageContentAll .pageContent .navname > .thisBox .contentBox .box .imgBox img {
  height: 120%;
  object-fit: cover;
}
@media (max-width:1024px) {
  #service_page .pageContentAll .pageContent .navname > .thisBox .contentBox .box .imgBox img {
    height: 100%;
  }
}
#service_page .pageContentAll .pageContent .why > .thisBox .contentBox {
  width: 75%;
  margin: 0 auto;
}
@media (max-width:1024px) {
  #service_page .pageContentAll .pageContent .why > .thisBox .contentBox {
    width: 86%;
  }
}
#service_page .pageContentAll .pageContent .why > .thisBox .contentBox .ul {
  display: flex;
  flex-wrap: wrap;
  gap: 2vw;
  justify-content: center;
}
#service_page .pageContentAll .pageContent .why > .thisBox .contentBox .ul li {
  flex: unset;
  width: calc(100% / 3 - (3 - 1) * 2vw / 3);
}
@media (max-width:1024px) {
  #service_page .pageContentAll .pageContent .why > .thisBox .contentBox .ul {
    display: flex;
    flex-wrap: wrap;
    gap: 0vw;
    gap: 4vw;
  }
  #service_page .pageContentAll .pageContent .why > .thisBox .contentBox .ul li {
    flex: unset;
    width: calc(100% / 1 - (1 - 1) * 0vw / 1);
  }
}
#service_page .pageContentAll .pageContent .why > .thisBox .contentBox .ul .li {
  transform-style: preserve-3d;
  perspective: 1000px;
}
#service_page .pageContentAll .pageContent .why > .thisBox .contentBox .ul .li .box {
  box-shadow: 2px 2px 10px rgba(0, 0, 0, 0.1), -2px -2px 10px #ffffff;
  padding: 2vw;
  border-radius: 1vw;
  background-color: #fff;
  opacity: 0;
  transform: rotateX(90deg);
  transform-style: preserve-3d;
  will-change: transform;
  transition: 0s opacity 0.5s, 0.5s transform linear;
}
@media (max-width:1024px) {
  #service_page .pageContentAll .pageContent .why > .thisBox .contentBox .ul .li .box {
    padding: 5vw;
  }
}
#service_page .pageContentAll .pageContent .why > .thisBox .contentBox .ul .li .box .title {
  border-bottom: 1px solid rgba(51, 51, 51, 0.1);
  color: #BD2D31;
  padding-bottom: 1vw;
  margin-bottom: 1vw;
  font-size: clamp(12px, 1.5vw, 1.5vw);
  font-family: 'cn1';
}
@media (max-width:1024px) {
  #service_page .pageContentAll .pageContent .why > .thisBox .contentBox .ul .li .box .title {
    font-size: 4.8vw;
  }
}
#service_page .pageContentAll .pageContent .why > .thisBox .contentBox .ul .li .box .miaoshu {
  color: #333;
  font-size: clamp(12px, 0.9vw, 0.9vw);
  line-height: 2em;
}
@media (max-width:1024px) {
  #service_page .pageContentAll .pageContent .why > .thisBox .contentBox .ul .li .box .miaoshu {
    font-size: 3.6vw;
  }
}
#service_page .pageContentAll .pageContent .why > .thisBox .contentBox .ul .li.on .box {
  transition: 0s opacity, 0.8s transform cubic-bezier(0.18, 0.89, 0.32, 1.28);
  transform: rotateX(0);
  opacity: 1;
}
#service_page .pageContentAll .pageContent .youshi > .thisBox {
  padding: 6vw 0;
}
@media (max-width:1600px) {
  #service_page .pageContentAll .pageContent .youshi > .thisBox {
    padding: 6vw 0;
  }
}
@media (max-width:1300px) {
  #service_page .pageContentAll .pageContent .youshi > .thisBox {
    padding: 6vw 0;
  }
}
@media (max-width:1024px) {
  #service_page .pageContentAll .pageContent .youshi > .thisBox {
    padding: 12vw 0;
  }
}
#service_page .pageContentAll .pageContent .youshi > .thisBox .caseBiaoti {
  overflow: hidden;
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  flex-wrap: unset;
}
#service_page .pageContentAll .pageContent .youshi > .thisBox .caseBiaoti .xian {
  width: 100%;
  border-top: 1px solid #666;
}
#service_page .pageContentAll .pageContent .youshi > .thisBox .caseBiaoti .t {
  will-change: transform;
  width: max-content;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  flex-wrap: unset;
  gap: 2vw;
}
#service_page .pageContentAll .pageContent .youshi > .thisBox .caseBiaoti .t .cn {
  font-size: clamp(12px, 4.7vw, 4.7vw);
  letter-spacing: 0.1em;
}
@media (max-width:1024px) {
  #service_page .pageContentAll .pageContent .youshi > .thisBox .caseBiaoti .t .cn {
    font-size: 11.2vw;
  }
}
#service_page .pageContentAll .pageContent .youshi > .thisBox .caseBiaoti .t .en {
  font-size: clamp(12px, 5.7vw, 5.7vw);
  transform: translateY(0.2em);
}
@media (max-width:1024px) {
  #service_page .pageContentAll .pageContent .youshi > .thisBox .caseBiaoti .t .en {
    font-size: 13.2vw;
  }
}
#service_page .pageContentAll .pageContent .youshi > .thisBox .caseBiaoti .t:first-child {
  align-self: flex-end;
}
#service_page .pageContentAll .pageContent .youshi > .thisBox .caseBiaoti .t:last-child {
  align-self: flex-start;
}
#service_page .pageContentAll .pageContent .youshi > .thisBox .contentBox {
  width: 75%;
  margin: 0 auto;
}
@media (max-width:1024px) {
  #service_page .pageContentAll .pageContent .youshi > .thisBox .contentBox {
    width: 86%;
  }
}
#service_page .pageContentAll .pageContent .youshi > .thisBox .contentBox .ul {
  display: flex;
  flex-wrap: wrap;
  gap: 6vw;
}
#service_page .pageContentAll .pageContent .youshi > .thisBox .contentBox .ul li {
  flex: unset;
  width: calc(100% / 1 - (1 - 1) * 6vw / 1);
}
@media (max-width:1024px) {
  #service_page .pageContentAll .pageContent .youshi > .thisBox .contentBox .ul {
    gap: 12vw;
  }
}
#service_page .pageContentAll .pageContent .youshi > .thisBox .contentBox .ul .li .box {
  display: flex;
  flex-direction: row;
  align-items: flex-end;
  justify-content: center;
  flex-wrap: unset;
}
@media (max-width:1024px) {
  #service_page .pageContentAll .pageContent .youshi > .thisBox .contentBox .ul .li .box {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    flex-wrap: unset;
    gap: 4vw;
  }
}
#service_page .pageContentAll .pageContent .youshi > .thisBox .contentBox .ul .li .box .imgBox {
  width: 30vw;
  overflow: hidden;
  height: 20vw;
}
@media (max-width:1024px) {
  #service_page .pageContentAll .pageContent .youshi > .thisBox .contentBox .ul .li .box .imgBox {
    width: 100%;
    height: 40vw;
  }
}
#service_page .pageContentAll .pageContent .youshi > .thisBox .contentBox .ul .li .box .imgBox img {
  height: 120%;
}
@media (max-width:1024px) {
  #service_page .pageContentAll .pageContent .youshi > .thisBox .contentBox .ul .li .box .imgBox img {
    height: 100%;
  }
}
#service_page .pageContentAll .pageContent .youshi > .thisBox .contentBox .ul .li .box .textBox {
  position: relative;
  padding-left: 6vw;
  width: calc(100% - 40vw);
}
@media (max-width:1024px) {
  #service_page .pageContentAll .pageContent .youshi > .thisBox .contentBox .ul .li .box .textBox {
    width: 100%;
    padding-left: 0;
  }
}
#service_page .pageContentAll .pageContent .youshi > .thisBox .contentBox .ul .li .box .textBox .subtitle {
  font-size: clamp(12px, 2.1vw, 2.1vw);
  font-family: 'en6';
  text-transform: uppercase;
}
@media (max-width:1024px) {
  #service_page .pageContentAll .pageContent .youshi > .thisBox .contentBox .ul .li .box .textBox .subtitle {
    font-size: 6vw;
  }
}
#service_page .pageContentAll .pageContent .youshi > .thisBox .contentBox .ul .li .box .textBox .title {
  font-size: clamp(12px, 1.5vw, 1.5vw);
  font-family: 'cn1';
  color: #BD2D31;
  margin-bottom: 2vw;
}
@media (max-width:1024px) {
  #service_page .pageContentAll .pageContent .youshi > .thisBox .contentBox .ul .li .box .textBox .title {
    font-size: 4.8vw;
  }
}
@media (max-width:1024px) {
  #service_page .pageContentAll .pageContent .youshi > .thisBox .contentBox .ul .li .box .textBox .title {
    font-size: 6vw;
  }
}
#service_page .pageContentAll .pageContent .youshi > .thisBox .contentBox .ul .li .box .textBox .miaoshu {
  position: relative;
  padding-left: 3vw;
  font-size: clamp(12px, 0.9vw, 0.9vw);
  line-height: 2em;
}
@media (max-width:1024px) {
  #service_page .pageContentAll .pageContent .youshi > .thisBox .contentBox .ul .li .box .textBox .miaoshu {
    font-size: 3.6vw;
  }
}
#service_page .pageContentAll .pageContent .youshi > .thisBox .contentBox .ul .li .box .textBox .miaoshu::before {
  content: '*';
  position: absolute;
  top: 0;
  left: 0;
  width: 2px;
  height: 100%;
  color: #BD2D31;
  font-size: clamp(12px, 2.7vw, 2.7vw);
}
@media (max-width:1024px) {
  #service_page .pageContentAll .pageContent .youshi > .thisBox .contentBox .ul .li .box .textBox .miaoshu::before {
    font-size: 7.2vw;
  }
}
#service_page .pageContentAll .pageContent .youshi > .thisBox .contentBox .ul .li .box .textBox .num {
  margin-top: 2vw;
  font-size: clamp(12px, 6.7vw, 6.7vw);
  font-family: 'en6';
  text-transform: uppercase;
}
@media (max-width:1024px) {
  #service_page .pageContentAll .pageContent .youshi > .thisBox .contentBox .ul .li .box .textBox .num {
    font-size: 15.2vw;
  }
}
#service_page .pageContentAll .pageContent .youshi > .thisBox .contentBox .ul .li .box .textBox::after {
  content: '';
  position: absolute;
  display: block;
  bottom: 0;
  width: 30vw;
  background-color: #222;
  width: 100%;
  height: 1px;
  left: 4vw;
}
@media (min-width:1024px) {
  #service_page .pageContentAll .pageContent .youshi > .thisBox .contentBox .ul .li:nth-child(even) .box {
    flex-direction: row-reverse;
  }
  #service_page .pageContentAll .pageContent .youshi > .thisBox .contentBox .ul .li:nth-child(even) .box .textBox {
    padding-left: unset;
    padding-right: 6vw;
  }
  #service_page .pageContentAll .pageContent .youshi > .thisBox .contentBox .ul .li:nth-child(even) .box .textBox::after {
    left: unset;
    right: 4vw;
  }
}
#service_page .pageContentAll .pageContent .neirong > .thisBox .contentBox {
  width: 75%;
  margin: 0 auto;
}
@media (max-width:1024px) {
  #service_page .pageContentAll .pageContent .neirong > .thisBox .contentBox {
    width: 86%;
  }
}
#service_page .pageContentAll .pageContent .neirong > .thisBox .contentBox .ul {
  gap: 4vw;
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  flex-wrap: unset;
}
#service_page .pageContentAll .pageContent .neirong > .thisBox .contentBox .ul .li {
  width: 100%;
}
#service_page .pageContentAll .pageContent .neirong > .thisBox .contentBox .ul .li .box {
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 30vw;
}
@media (max-width:1024px) {
  #service_page .pageContentAll .pageContent .neirong > .thisBox .contentBox .ul .li .box {
    height: unset;
  }
}
#service_page .pageContentAll .pageContent .neirong > .thisBox .contentBox .ul .li .box .imgBox {
  position: relative;
  width: 100%;
  height: 100%;
  opacity: 0.1;
  transition-duration: 0.8s;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.56, -0.01, 0.04, 1);
}
@media (max-width:1024px) {
  #service_page .pageContentAll .pageContent .neirong > .thisBox .contentBox .ul .li .box .imgBox {
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
  }
}
#service_page .pageContentAll .pageContent .neirong > .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);
}
#service_page .pageContentAll .pageContent .neirong > .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);
}
#service_page .pageContentAll .pageContent .neirong > .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) {
  #service_page .pageContentAll .pageContent .neirong > .thisBox .contentBox .ul .li .box .textBox {
    position: relative;
    z-index: 1;
    padding: 8vw;
  }
}
#service_page .pageContentAll .pageContent .neirong > .thisBox .contentBox .ul .li .box .textBox .num {
  font-size: clamp(12px, 4.7vw, 4.7vw);
  font-weight: bold;
  transition-duration: 0.8s;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.56, -0.01, 0.04, 1);
  color: #ccc;
}
@media (max-width:1024px) {
  #service_page .pageContentAll .pageContent .neirong > .thisBox .contentBox .ul .li .box .textBox .num {
    font-size: 11.2vw;
  }
}
#service_page .pageContentAll .pageContent .neirong > .thisBox .contentBox .ul .li .box .textBox .title {
  font-size: clamp(12px, 1.7vw, 1.7vw);
  font-weight: bold;
  margin-bottom: 3vw;
  transition-duration: 0.8s;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.56, -0.01, 0.04, 1);
}
@media (max-width:1024px) {
  #service_page .pageContentAll .pageContent .neirong > .thisBox .contentBox .ul .li .box .textBox .title {
    font-size: 5.2vw;
  }
}
#service_page .pageContentAll .pageContent .neirong > .thisBox .contentBox .ul .li .box .textBox .miaoshu {
  font-size: clamp(12px, 1vw, 1vw);
  line-height: 2em;
  transition-duration: 0.8s;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.56, -0.01, 0.04, 1);
}
@media (max-width:1024px) {
  #service_page .pageContentAll .pageContent .neirong > .thisBox .contentBox .ul .li .box .textBox .miaoshu {
    font-size: 3.8vw;
  }
}
#service_page .pageContentAll .pageContent .neirong > .thisBox .contentBox .ul .li .box .hexin {
  position: absolute;
  right: 0;
  bottom: 0;
  background-color: #BD2D31;
  color: #fff;
  padding: 0.4vw 1vw;
}
#service_page .pageContentAll .pageContent .neirong > .thisBox .contentBox .ul .li .box:hover .imgBox {
  opacity: 1;
}
#service_page .pageContentAll .pageContent .neirong > .thisBox .contentBox .ul .li .box:hover .imgBox img {
  height: calc(100% + 2vw);
  transform: translateY(0);
}
#service_page .pageContentAll .pageContent .neirong > .thisBox .contentBox .ul .li .box:hover .imgBox::after {
  opacity: 1;
}
#service_page .pageContentAll .pageContent .neirong > .thisBox .contentBox .ul .li .box:hover .textBox .num {
  color: #BD2D31;
}
#service_page .pageContentAll .pageContent .neirong > .thisBox .contentBox .ul .li .box:hover .textBox .title {
  color: #fff;
}
#service_page .pageContentAll .pageContent .neirong > .thisBox .contentBox .ul .li .box:hover .textBox .miaoshu {
  color: #fff;
}
#service_page .pageContentAll .pageContent .liucheng > .thisBox .contentBox {
  width: 75%;
  margin: 0 auto;
  border: 1px solid #ddd;
}
@media (max-width:1024px) {
  #service_page .pageContentAll .pageContent .liucheng > .thisBox .contentBox {
    width: 86%;
  }
}
@media (max-width:1024px) {
  #service_page .pageContentAll .pageContent .liucheng > .thisBox .contentBox {
    width: 100%;
    border-bottom: none;
  }
}
#service_page .pageContentAll .pageContent .liucheng > .thisBox .contentBox .tabsBox {
  width: 100%;
  border-bottom: 1px solid #ddd;
  background-color: #f9f9f9;
}
#service_page .pageContentAll .pageContent .liucheng > .thisBox .contentBox .tabsBox .ul {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  flex-wrap: unset;
}
#service_page .pageContentAll .pageContent .liucheng > .thisBox .contentBox .tabsBox .ul .li {
  flex: 1;
}
#service_page .pageContentAll .pageContent .liucheng > .thisBox .contentBox .tabsBox .ul .li .box {
  cursor: pointer;
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  flex-wrap: unset;
  padding: 2vw 0;
}
#service_page .pageContentAll .pageContent .liucheng > .thisBox .contentBox .tabsBox .ul .li .box .num {
  color: #BD2D31;
  font-size: clamp(12px, 1.7vw, 1.7vw);
  transition-duration: 0.8s;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.56, -0.01, 0.04, 1);
  font-family: 'en6';
  text-transform: uppercase;
  border-radius: 50%;
  width: 3vw;
  height: 3vw;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  flex-wrap: unset;
}
@media (max-width:1024px) {
  #service_page .pageContentAll .pageContent .liucheng > .thisBox .contentBox .tabsBox .ul .li .box .num {
    font-size: 5.2vw;
  }
}
@media (max-width:1024px) {
  #service_page .pageContentAll .pageContent .liucheng > .thisBox .contentBox .tabsBox .ul .li .box .num {
    width: 10vw;
    height: 10vw;
  }
}
#service_page .pageContentAll .pageContent .liucheng > .thisBox .contentBox .tabsBox .ul .li .box .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);
  font-family: 'cn1';
}
@media (max-width:1024px) {
  #service_page .pageContentAll .pageContent .liucheng > .thisBox .contentBox .tabsBox .ul .li .box .title {
    font-size: 4vw;
  }
}
#service_page .pageContentAll .pageContent .liucheng > .thisBox .contentBox .tabsBox .ul .li .box i {
  position: absolute;
  left: 0;
  top: 50%;
  transform: translate(-50%, -50%);
  font-size: clamp(12px, 1.7vw, 1.7vw);
  color: #ccc;
}
@media (max-width:1024px) {
  #service_page .pageContentAll .pageContent .liucheng > .thisBox .contentBox .tabsBox .ul .li .box i {
    font-size: 5.2vw;
  }
}
#service_page .pageContentAll .pageContent .liucheng > .thisBox .contentBox .tabsBox .ul .li .box::before {
  content: '';
  position: absolute;
  display: block;
  bottom: 0;
  left: 0;
  border-left: 1px solid #ddd;
  height: 0.6vw;
}
#service_page .pageContentAll .pageContent .liucheng > .thisBox .contentBox .tabsBox .ul .li .box::after {
  content: '';
  position: absolute;
  display: block;
  bottom: 0;
  left: 50%;
  border-left: 1px solid #ddd;
  height: 1vw;
}
#service_page .pageContentAll .pageContent .liucheng > .thisBox .contentBox .tabsBox .ul .li:first-child .box::before {
  display: none;
}
#service_page .pageContentAll .pageContent .liucheng > .thisBox .contentBox .tabsBox .ul .li:first-child .box i {
  display: none;
}
#service_page .pageContentAll .pageContent .liucheng > .thisBox .contentBox .tabsBox .ul .li.on .box .num {
  background-color: #BD2D31;
  color: #fff;
  font-size: clamp(12px, 1.3vw, 1.3vw);
  transform: translateY(-0.3vw);
}
@media (max-width:1024px) {
  #service_page .pageContentAll .pageContent .liucheng > .thisBox .contentBox .tabsBox .ul .li.on .box .num {
    font-size: 4.4vw;
  }
}
#service_page .pageContentAll .pageContent .liucheng > .thisBox .contentBox .tabsBox .ul .li.on .box .title {
  transform: translateY(0.3vw);
}
#service_page .pageContentAll .pageContent .liucheng > .thisBox .contentBox .coutBox {
  position: relative;
  padding: 5vw ;
  height: 20vw;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  flex-wrap: unset;
  background-color: #f9f9f9;
}
@media (max-width:1024px) {
  #service_page .pageContentAll .pageContent .liucheng > .thisBox .contentBox .coutBox {
    height: 80vw;
    padding: 0;
    margin-top: 8vw;
    background-color: transparent;
    display: flex;
    flex-direction: row;
    align-items: unset;
    justify-content: unset;
    flex-wrap: unset;
  }
}
#service_page .pageContentAll .pageContent .liucheng > .thisBox .contentBox .coutBox .leftChange {
  position: relative;
  width: 70%;
  height: 100%;
  padding-right: 4vw;
  border-right: 1px solid #ddd;
}
@media (max-width:1024px) {
  #service_page .pageContentAll .pageContent .liucheng > .thisBox .contentBox .coutBox .leftChange {
    width: 100%;
    border-right: none;
    padding-right: 0;
  }
}
#service_page .pageContentAll .pageContent .liucheng > .thisBox .contentBox .coutBox .leftChange .ul {
  position: relative;
  width: 100%;
  height: 100%;
}
@media (max-width:1024px) {
  #service_page .pageContentAll .pageContent .liucheng > .thisBox .contentBox .coutBox .leftChange .ul {
    display: flex;
    flex-direction: row;
    align-items: unset;
    justify-content: unset;
    flex-wrap: unset;
  }
}
#service_page .pageContentAll .pageContent .liucheng > .thisBox .contentBox .coutBox .leftChange .ul .li {
  position: absolute;
  left: 0;
  top: 0;
  opacity: 0;
  transition-duration: 0.8s;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.56, -0.01, 0.04, 1);
  pointer-events: none;
  transform: translateY(3vw);
  width: 100%;
}
@media (max-width:1024px) {
  #service_page .pageContentAll .pageContent .liucheng > .thisBox .contentBox .coutBox .leftChange .ul .li {
    position: unset;
    opacity: 1;
    transform: translateY(0);
    pointer-events: auto;
    transition-duration: 0s;
    transition-property: all;
    transition-timing-function: cubic-bezier(0.56, -0.01, 0.04, 1);
    width: 60vw;
  }
}
@media (max-width:1024px) {
  #service_page .pageContentAll .pageContent .liucheng > .thisBox .contentBox .coutBox .leftChange .ul .li .box {
    background-color: #f9f9f9;
    border: 1px solid #ddd;
    height: 100%;
    padding: 6vw;
  }
}
#service_page .pageContentAll .pageContent .liucheng > .thisBox .contentBox .coutBox .leftChange .ul .li .box .title {
  margin-bottom: 2vw;
  font-size: clamp(12px, 1.9vw, 1.9vw);
  font-family: 'cn1';
}
@media (max-width:1024px) {
  #service_page .pageContentAll .pageContent .liucheng > .thisBox .contentBox .coutBox .leftChange .ul .li .box .title {
    font-size: 5.6vw;
  }
}
#service_page .pageContentAll .pageContent .liucheng > .thisBox .contentBox .coutBox .leftChange .ul .li .box .miaoshu {
  font-size: clamp(12px, 0.9vw, 0.9vw);
  line-height: 2em;
  opacity: 0.8;
}
@media (max-width:1024px) {
  #service_page .pageContentAll .pageContent .liucheng > .thisBox .contentBox .coutBox .leftChange .ul .li .box .miaoshu {
    font-size: 3.6vw;
  }
}
#service_page .pageContentAll .pageContent .liucheng > .thisBox .contentBox .coutBox .leftChange .ul .li.on {
  opacity: 1;
  pointer-events: auto;
  transform: translateY(0);
  transition-delay: 0.3s;
}
#service_page .pageContentAll .pageContent .liucheng > .thisBox .contentBox .coutBox .rightControl {
  padding: 0 4vw;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  flex-wrap: unset;
  gap: 2vw;
}
@media (max-width:1024px) {
  #service_page .pageContentAll .pageContent .liucheng > .thisBox .contentBox .coutBox .rightControl {
    display: none;
  }
}
#service_page .pageContentAll .pageContent .liucheng > .thisBox .contentBox .coutBox .rightControl .btn {
  cursor: pointer;
  width: 3vw;
  height: 3vw;
  transition-duration: 0.8s;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.56, -0.01, 0.04, 1);
  background-color: #ddd;
  border-radius: 50%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  flex-wrap: unset;
}
#service_page .pageContentAll .pageContent .liucheng > .thisBox .contentBox .coutBox .rightControl .btn i {
  color: #333;
  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) {
  #service_page .pageContentAll .pageContent .liucheng > .thisBox .contentBox .coutBox .rightControl .btn i {
    font-size: 4vw;
  }
}
#service_page .pageContentAll .pageContent .liucheng > .thisBox .contentBox .coutBox .rightControl .btn:hover {
  background-color: #BD2D31;
}
#service_page .pageContentAll .pageContent .liucheng > .thisBox .contentBox .coutBox .rightControl .btn:hover i {
  color: #fff;
}
#service_page .pageContentAll .pageContent .jiazhi > .thisBox {
  padding: 6vw 0;
}
@media (max-width:1600px) {
  #service_page .pageContentAll .pageContent .jiazhi > .thisBox {
    padding: 6vw 0;
  }
}
@media (max-width:1300px) {
  #service_page .pageContentAll .pageContent .jiazhi > .thisBox {
    padding: 6vw 0;
  }
}
@media (max-width:1024px) {
  #service_page .pageContentAll .pageContent .jiazhi > .thisBox {
    padding: 12vw 0;
  }
}
#service_page .pageContentAll .pageContent .jiazhi > .thisBox .contentBox {
  background-color: #fff;
  width: 75%;
  margin: 0 auto;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  flex-wrap: unset;
}
@media (max-width:1024px) {
  #service_page .pageContentAll .pageContent .jiazhi > .thisBox .contentBox {
    width: 86%;
  }
}
@media (max-width:1024px) {
  #service_page .pageContentAll .pageContent .jiazhi > .thisBox .contentBox {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    flex-wrap: unset;
  }
}
#service_page .pageContentAll .pageContent .jiazhi > .thisBox .contentBox .leftBox {
  width: 40%;
}
@media (max-width:1024px) {
  #service_page .pageContentAll .pageContent .jiazhi > .thisBox .contentBox .leftBox {
    width: 100%;
  }
}
#service_page .pageContentAll .pageContent .jiazhi > .thisBox .contentBox .leftBox .imgBox {
  width: 100%;
  height: 20vw;
}
@media (max-width:1024px) {
  #service_page .pageContentAll .pageContent .jiazhi > .thisBox .contentBox .leftBox .imgBox {
    height: 40vw;
  }
}
#service_page .pageContentAll .pageContent .jiazhi > .thisBox .contentBox .rightBox {
  width: 60%;
}
@media (max-width:1024px) {
  #service_page .pageContentAll .pageContent .jiazhi > .thisBox .contentBox .rightBox {
    width: 100%;
  }
}
#service_page .pageContentAll .pageContent .jiazhi > .thisBox .contentBox .rightBox .box {
  padding-left: 3vw;
}
@media (max-width:1024px) {
  #service_page .pageContentAll .pageContent .jiazhi > .thisBox .contentBox .rightBox .box {
    padding: 6vw;
  }
}
#service_page .pageContentAll .pageContent .jiazhi > .thisBox .contentBox .rightBox .box .content {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  flex-wrap: unset;
  gap: 1vw;
}
#service_page .pageContentAll .pageContent .jiazhi > .thisBox .contentBox .rightBox .box .content p {
  font-size: clamp(12px, 0.9vw, 0.9vw);
}
@media (max-width:1024px) {
  #service_page .pageContentAll .pageContent .jiazhi > .thisBox .contentBox .rightBox .box .content p {
    font-size: 3.6vw;
  }
}
#service_page .pageContentAll .pageContent .jiazhi > .thisBox .contentBox .rightBox .box .content p strong {
  margin-right: 0.4vw;
  font-size: clamp(12px, 1.3vw, 1.3vw);
  font-family: 'cn1';
  color: #BD2D31;
}
@media (max-width:1024px) {
  #service_page .pageContentAll .pageContent .jiazhi > .thisBox .contentBox .rightBox .box .content p strong {
    font-size: 4.4vw;
  }
}
#wengzhang_page .pageContentAll .pageContent .wenzhangBox > .thisBox {
  padding-top: 5vw;
}
@media (max-width:1600px) {
  #wengzhang_page .pageContentAll .pageContent .wenzhangBox > .thisBox {
    padding-top: 5vw;
  }
}
@media (max-width:1300px) {
  #wengzhang_page .pageContentAll .pageContent .wenzhangBox > .thisBox {
    padding-top: 5vw;
  }
}
@media (max-width:1024px) {
  #wengzhang_page .pageContentAll .pageContent .wenzhangBox > .thisBox {
    padding-top: 20vw;
  }
}
#wengzhang_page .pageContentAll .pageContent .wenzhangBox > .thisBox .contentBox {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  flex-wrap: unset;
  gap: 2vw;
  width: 60%;
  margin: 0 auto;
  padding-top: 6vw;
}
@media (max-width:1600px) {
  #wengzhang_page .pageContentAll .pageContent .wenzhangBox > .thisBox .contentBox {
    padding-top: 6vw;
  }
}
@media (max-width:1300px) {
  #wengzhang_page .pageContentAll .pageContent .wenzhangBox > .thisBox .contentBox {
    padding-top: 6vw;
  }
}
@media (max-width:1024px) {
  #wengzhang_page .pageContentAll .pageContent .wenzhangBox > .thisBox .contentBox {
    padding-top: 12vw;
  }
}
@media (max-width:1024px) {
  #wengzhang_page .pageContentAll .pageContent .wenzhangBox > .thisBox .contentBox {
    width: 86%;
    gap: 4vw;
  }
}
#wengzhang_page .pageContentAll .pageContent .wenzhangBox > .thisBox .contentBox .wenzhangName {
  font-size: clamp(12px, 1.9vw, 1.9vw);
  font-family: 'cn1';
}
@media (max-width:1024px) {
  #wengzhang_page .pageContentAll .pageContent .wenzhangBox > .thisBox .contentBox .wenzhangName {
    font-size: 5.6vw;
  }
}
#wengzhang_page .pageContentAll .pageContent .wenzhangBox > .thisBox .contentBox .wenzhangInfo {
  background-color: #e8eaed;
  padding: 0.8vw;
  width: 100%;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  flex-wrap: unset;
  gap: 2vw;
}
@media (max-width:1024px) {
  #wengzhang_page .pageContentAll .pageContent .wenzhangBox > .thisBox .contentBox .wenzhangInfo {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    flex-wrap: unset;
    padding: 4vw;
  }
}
#wengzhang_page .pageContentAll .pageContent .wenzhangBox > .thisBox .contentBox .detailContentBox {
  background-color: #fff;
  padding: 2vw 4vw;
}
#wengzhang_page .pageContentAll .pageContent .wenzhangBox > .thisBox .contentBox .detailContentBox .wenzhang {
  width: 100%;
}
#wengzhang_page .pageContentAll .pageContent .wenzhangBox > .thisBox .contentBox .detailContentBox .wenzhang p {
  font-size: clamp(12px, 0.9vw, 0.9vw);
}
@media (max-width:1024px) {
  #wengzhang_page .pageContentAll .pageContent .wenzhangBox > .thisBox .contentBox .detailContentBox .wenzhang p {
    font-size: 3.6vw;
  }
}
#wengzhang_page .pageContentAll .pageContent .wenzhangBox > .thisBox .contentBox .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) {
  #wengzhang_page .pageContentAll .pageContent .wenzhangBox > .thisBox .contentBox .moreLink {
    padding-top: 4vw;
    gap: 6vw;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    flex-wrap: unset;
  }
}
#wengzhang_page .pageContentAll .pageContent .wenzhangBox > .thisBox .contentBox .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) {
  #wengzhang_page .pageContentAll .pageContent .wenzhangBox > .thisBox .contentBox .moreLink .moreBox {
    gap: 3vw;
    max-width: 100%;
  }
}
#wengzhang_page .pageContentAll .pageContent .wenzhangBox > .thisBox .contentBox .moreLink .moreBox .link {
  font-size: clamp(12px, 1vw, 1vw);
}
@media (max-width:1024px) {
  #wengzhang_page .pageContentAll .pageContent .wenzhangBox > .thisBox .contentBox .moreLink .moreBox .link {
    font-size: 3.8vw;
  }
}
#wengzhang_page .pageContentAll .pageContent .wenzhangBox > .thisBox .contentBox .moreLink .moreBox .link:hover {
  text-decoration: underline;
  color: #BD2D31;
}

  .why > .thisBox .contentBox {
  width: 75%;
  margin: 0 auto;
}
@media (max-width:1024px) {
  .why > .thisBox .contentBox {
    width: 86%;
  }
}
  .why > .thisBox .contentBox .ul {
  display: flex;
  flex-wrap: wrap;
  gap: 2vw;
  justify-content: center;
}
  .why > .thisBox .contentBox .ul li {
  flex: unset;
  width: calc(100% / 3 - (3 - 1) * 2vw / 3);
}
@media (max-width:1024px) {
  .why > .thisBox .contentBox .ul {
    display: flex;
    flex-wrap: wrap;
    gap: 0vw;
    gap: 4vw;
  }
  .why > .thisBox .contentBox .ul li {
    flex: unset;
    width: calc(100% / 1 - (1 - 1) * 0vw / 1);
  }
}
  .why > .thisBox .contentBox .ul .li {
  transform-style: preserve-3d;
  perspective: 1000px;
}
  .why > .thisBox .contentBox .ul .li .box {
  box-shadow: 2px 2px 10px rgba(0, 0, 0, 0.1), -2px -2px 10px #ffffff;
  padding: 2vw;
  border-radius: 1vw;
  background-color: #fff;
  opacity: 0;
  transform: rotateX(90deg);
  transform-style: preserve-3d;
  will-change: transform;
  transition: 0s opacity 0.5s, 0.5s transform linear;
}
@media (max-width:1024px) {
  .why > .thisBox .contentBox .ul .li .box {
    padding: 5vw;
  }
}
  .why > .thisBox .contentBox .ul .li .box .title {
  border-bottom: 1px solid rgba(51, 51, 51, 0.1);
  color: #BD2D31;
  padding-bottom: 1vw;
  margin-bottom: 1vw;
  font-size: clamp(12px, 1.5vw, 1.5vw);
  font-family: 'cn1';
}
@media (max-width:1024px) {
  .why > .thisBox .contentBox .ul .li .box .title {
    font-size: 4.8vw;
  }
}
  .why > .thisBox .contentBox .ul .li .box .miaoshu {
  color: #333;
  font-size: clamp(12px, 0.9vw, 0.9vw);
  line-height: 2em;
}
@media (max-width:1024px) {
  .why > .thisBox .contentBox .ul .li .box .miaoshu {
    font-size: 3.6vw;
  }
}
  .why > .thisBox .contentBox .ul .li.on .box {
  transition: 0s opacity, 0.8s transform cubic-bezier(0.18, 0.89, 0.32, 1.28);
  transform: rotateX(0);
  opacity: 1;
}