@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/OPPOSans3.0cn-Regular.woff2');
}
.cn1 {
  font-family: 'cn1';
}
@font-face {
  font-family: 'en1';
  src: url('../fonts/en/AbhayaLibre-ExtraBold.ttf');
}
.en1 {
  font-family: 'en1';
}
@font-face {
  font-family: 'en2';
  src: url('../fonts/en/Archivo-Bold.ttf');
}
.en2 {
  font-family: 'en2';
}
@font-face {
  font-family: 'en3';
  src: url('../fonts/en/Caveat.ttf');
}
.en3 {
  font-family: 'en3';
}
@font-face {
  font-family: 'en4';
  src: url('../fonts/en/MontserratAlternates-BlackItalic.ttf');
}
.en4 {
  font-family: 'en4';
}
@font-face {
  font-family: 'en5';
  src: url('../fonts/en/NewBaskerville.ttf');
}
.en5 {
  font-family: 'en5';
}
@font-face {
  font-family: 'en6';
  src: url('../fonts/en/utile.woff2');
}
.en6 {
  font-family: 'en6';
}
@font-face {
  font-family: 'en7';
  src: url('../fonts/en/OpenSans-Light.ttf');
}
.en7 {
  font-family: 'en7';
}
@font-face {
  font-family: 'en8';
  src: url('../fonts/en/Square721BT.ttf');
}
.en8 {
  font-family: 'en8';
}
@font-face {
  font-family: 'en9';
  src: url('../fonts/en/D-DIN-PRO-900-Heavy.otf');
}
.en9 {
  font-family: 'en9';
}
@font-face {
  font-family: 'en10';
  src: url('../fonts/en/NewBaskerville Italic.ttf');
}
.en10 {
  font-family: 'en10';
}
/* 弹跳 */
@keyframes myBounce {
  0% {
    transform: translate3d(0, 0, 0);
    /* text-shadow: rgba(255, 255, 255, 0.4) 0 0 0.05em; */
  }
  100% {
    transform: translate3d(0, -0.5em, 0);
    /* text-shadow: rgba(255, 255, 255, 0.4) 0 1em 0.35em; */
  }
}
/* 旋转 */
@keyframes xuanzhuan {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(-360deg);
  }
}
/* 波浪 */
@keyframes ripple {
  0% {
    box-shadow: 0 0 0 0 rgba(6, 39, 60, 0.15), 0 0 0 1vw rgba(6, 39, 60, 0.15), 0 0 0 2vw rgba(6, 39, 60, 0.15);
  }
  100% {
    box-shadow: 0 0 0 1vw rgba(6, 39, 60, 0.15), 0 0 0 2vw rgba(6, 39, 60, 0.15), 0 0 0 4vw rgba(6, 39, 60, 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;
  text-indent: 0;
  font-family: 'cn1';
}
@media (max-width:1024px) {
  a,
  div,
  section,
  p,
  button,
  ul,
  li,
  body,
  html,
  img,
  textarea,
  input {
    font-size: 3.6vw;
  }
}
a {
  display: block;
  text-decoration: none;
  outline: none;
}
img {
  border: 0;
  display: block;
}
body {
  margin: 0 auto;
  background-repeat: repeat;
}
ul,
li {
  list-style-type: none;
}
button {
  border: none;
  outline: none;
  background-color: transparent;
  box-sizing: content-box;
}
p {
  line-height: 2em;
}
video {
  object-fit: cover;
  width: 100%;
  height: 100%;
}
.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;
}
.fancybox__container * .fancybox__content {
  width: 80vw!important;
  height: 80vh!important;
}
.buttonLink {
  display: none;
}
.pageBox {
  max-width: 100%;
  margin: 0 auto;
}
.icon {
  width: 1em;
  height: 1em;
  vertical-align: -0.15em;
  fill: currentColor;
  overflow: hidden;
}
.pageContent {
  position: relative;
  z-index: 4;
  padding: 7vw 0;
}
@media (max-width:1600px) {
  .pageContent {
    padding: 7vw 0;
  }
}
@media (max-width:1300px) {
  .pageContent {
    padding: 7vw 0;
  }
}
@media (max-width:1024px) {
  .pageContent {
    padding: 12vw 0;
  }
}
mod {
  display: block;
}
.cn {
  font-family: 'cn1';
}
.en {
  font-family: 'en10';
  text-transform: uppercase;
}
.imgBox img {
  object-fit: cover;
  width: 100%;
  height: 100%;
}
.cenBox {
  width: 75%;
  margin: 0 auto;
}
@media (max-width:1600px) {
  .cenBox {
    width: 75%;
  }
}
@media (max-width:1300px) {
  .cenBox {
    width: 75%;
  }
}
@media (max-width:1024px) {
  .cenBox {
    width: 75%;
  }
}
.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: #06273C;
}
::-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: #06273C;
  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: #06273C;
  background-color: #fff;
}
.mapGoOpenBox.show {
  transform: translateY(0);
  pointer-events: auto;
}
.tongzhi {
  position: fixed;
  z-index: 1111;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: none;
}
.tongzhi .kuangjia {
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  flex-wrap: unset;
  transition-duration: 0.8s;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.56, -0.01, 0.04, 1);
}
.tongzhi .kuangjia .box {
  width: 400px;
  padding: 20px 0;
  background-color: #fff;
  box-shadow: 2px 2px 30px rgba(255, 255, 255, 0.5);
  transform: translateY(50px);
  transition-duration: 0.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) {
  .tongzhi .kuangjia .box {
    width: 90%;
  }
}
.tongzhi .kuangjia .box i {
  font-size: 80px;
  margin-bottom: 20px;
}
@media (max-width:1024px) {
  .tongzhi .kuangjia .box i {
    font-size: 18vw;
  }
}
.tongzhi .kuangjia .box i.icon-zhengque {
  color: #46ad75;
}
.tongzhi .kuangjia .box i.icon-cuowu {
  color: #b62c2c;
}
.tongzhi .kuangjia .box span {
  font-size: 18px;
  color: #666;
}
.tongzhi .kuangjia .box .jishi {
  margin-top: 20px;
  color: #666;
  font-size: 14px;
  transition-duration: 0.8s;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.56, -0.01, 0.04, 1);
}
.tongzhi .kuangjia.on .box {
  transform: translateY(0px);
}
body {
  background-color: #F2F2F2;
}
.pageContentAll {
  position: relative;
}
@media (max-width:1024px) {
  .pageContentAll {
    padding-top: 4vw;
  }
}
@media (max-width:1024px) and (max-width:1600px) {
  .pageContentAll {
    padding-top: 5vw;
  }
}
@media (max-width:1024px) and (max-width:1300px) {
  .pageContentAll {
    padding-top: 5vw;
  }
}
@media (max-width:1024px) and (max-width:1024px) {
  .pageContentAll {
    padding-top: 14vw;
  }
}
.unifyButton {
  margin-top: 2vw;
}
.unifyButton .unifyButtonThis {
  padding: 0.6vw;
  background-color: #06273C;
  border-radius: 4vw;
  width: fit-content;
}
.unifyButton .unifyButtonThis > .thisBox {
  position: relative;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  flex-wrap: unset;
  gap: 0.6vw;
  width: 8vw;
  height: 2.2vw;
}
.unifyButton .unifyButtonThis > .thisBox .txt {
  font-family: 'en10';
  text-transform: uppercase;
  font-size: clamp(12px, 0.8vw, 0.8vw);
  transition-duration: 0.5s;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.56, -0.01, 0.04, 1);
  color: #666;
  position: relative;
  z-index: 1;
  color: #fff;
  transform: translateX(1vw);
}
@media (max-width:1024px) {
  .unifyButton .unifyButtonThis > .thisBox .txt {
    font-size: 3.6vw;
  }
}
.unifyButton .unifyButtonThis > .thisBox .yuan {
  top: 0;
  position: absolute;
  left: 0;
  background-color: #fff;
  width: 2.2vw;
  height: 2.2vw;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  flex-wrap: unset;
  border-radius: 50%;
}
.unifyButton .unifyButtonThis > .thisBox .yuan .ico {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  flex-wrap: unset;
}
.unifyButton .unifyButtonThis > .thisBox .yuan .ico i {
  color: #06273C;
}
.unifyButton .unifyButtonThis:hover .txt {
  transform: translateX(-1vw);
}
.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: 'en10';
  text-transform: uppercase;
  font-size: clamp(12px, 1.1vw, 1.1vw);
  border: 1px solid #ddd;
}
@media (max-width:1024px) {
  .fenye .fenyeThis > .thisBox .box a {
    font-size: 4.2vw;
  }
}
@media (max-width:1024px) {
  .fenye .fenyeThis > .thisBox .box a {
    width: 10vw;
    height: 10vw;
  }
}
.fenye .fenyeThis > .thisBox .box a:hover {
  background-color: rgba(6, 39, 60, 0.1);
}
.fenye .fenyeThis > .thisBox .box a.page-num-current {
  background-color: #06273C;
  color: #fff;
}
.swiperControl .navigation .navigationThis {
  z-index: 1;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  flex-wrap: unset;
  gap: 1vw;
}
.swiperControl .navigation .navigationThis .btn {
  width: 3vw;
  height: 3vw;
  background-color: #f3f3f3;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  flex-wrap: unset;
  cursor: pointer;
}
.swiperControl .navigation .navigationThis .btn i {
  font-size: clamp(12px, 0.9vw, 0.9vw);
}
@media (max-width:1024px) {
  .swiperControl .navigation .navigationThis .btn i {
    font-size: 3.8vw;
  }
}
.swiperControl .navigation .navigationThis .btn:hover {
  background-color: #06273C;
}
.swiperControl .navigation .navigationThis .btn:hover i {
  color: #fff;
}
.swiperControl .pagination .paginationThis .swiper-pagination-bullet {
  width: 1.6vw;
  height: 0.2vw;
  border-radius: 0;
  transition-duration: 0.8s;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.56, -0.01, 0.04, 1);
}
.swiperControl .pagination .paginationThis .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background-color: #06273C;
  width: 3vw;
}
.ani_txt {
  position: relative;
}
.ani_txt .initTxt {
  overflow: hidden;
}
.ani_txt .initTxt div {
  font-family: 'cn1';
}
.ani_txt .initTxt.initTxt div {
  color: #fff;
  will-change: transform;
  transition-duration: 0.8s;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.56, -0.01, 0.04, 1);
  transition-property: color;
}
.ani_txt .initTxt.hovTxt {
  position: absolute;
  top: 0;
}
.ani_txt .initTxt.hovTxt div {
  color: #06273C;
  will-change: transform;
}
.unifyTitle {
  margin-bottom: 4vw;
  width: 100%;
}
.unifyTitle .unifyTitleThis {
  width: 75%;
  margin: 0 auto;
}
@media (max-width:1600px) {
  .unifyTitle .unifyTitleThis {
    width: 75%;
  }
}
@media (max-width:1300px) {
  .unifyTitle .unifyTitleThis {
    width: 75%;
  }
}
@media (max-width:1024px) {
  .unifyTitle .unifyTitleThis {
    width: 75%;
  }
}
.unifyTitle .unifyTitleThis > .thisBox {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  justify-content: space-between;
  flex-wrap: unset;
}
.unifyTitle .unifyTitleThis > .thisBox .leftInfo {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  flex-wrap: unset;
  gap: 0.7vw;
}
.unifyTitle .unifyTitleThis > .thisBox .leftInfo .cn {
  font-size: clamp(12px, 1.9vw, 1.9vw);
}
@media (max-width:1024px) {
  .unifyTitle .unifyTitleThis > .thisBox .leftInfo .cn {
    font-size: 5.8vw;
  }
}
.unifyTitle .unifyTitleThis > .thisBox .leftInfo .xian {
  width: 3vw;
  height: 0.3vw;
  background-color: var(--cor);
}
.unifyTitle .unifyTitleThis > .thisBox .leftInfo .xian div {
  width: 50%;
  height: 100%;
  background-color: var(--corL);
}
.unifyTitle .unifyTitleThis > .thisBox .leftInfo .en {
  font-size: clamp(12px, 0.9vw, 0.9vw);
  padding-bottom: 0.4vw;
  border-bottom: 1px solid #333;
}
@media (max-width:1024px) {
  .unifyTitle .unifyTitleThis > .thisBox .leftInfo .en {
    font-size: 3.8vw;
  }
}
.unifyTitle .unifyTitleThis > .thisBox .rightInfo {
  padding-top: 1vw;
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  justify-content: center;
  flex-wrap: unset;
  gap: 1vw;
}
.unifyTitle .unifyTitleThis > .thisBox .rightInfo .def1 {
  font-size: clamp(12px, 0.9vw, 0.9vw);
}
@media (max-width:1024px) {
  .unifyTitle .unifyTitleThis > .thisBox .rightInfo .def1 {
    font-size: 3.8vw;
  }
}
@media (max-width:1024px) {
  .unifyTitle .unifyTitleThis > .thisBox .rightInfo .def1 {
    display: none;
  }
}
.unifyTitle .unifyTitleThis > .thisBox .rightInfo .rightEn {
  position: absolute;
  top: 0;
  right: -8vw;
  width: max-content;
}
.unifyTitle .unifyTitleThis > .thisBox .rightInfo .rightEn .en {
  font-size: clamp(12px, 6.7vw, 6.7vw);
  opacity: 0.06;
}
@media (max-width:1024px) {
  .unifyTitle .unifyTitleThis > .thisBox .rightInfo .rightEn .en {
    font-size: 15.4vw;
  }
}
.topNav {
  position: fixed;
  z-index: 20;
  top: 0;
  left: 0;
  width: 100%;
}
.topNav .topNavThis {
  width: 100%;
  height: 100%;
}
.topNav .topNavThis .thisBox .navBoxAll {
  position: relative;
  width: 100%;
  height: 100%;
  padding: 0 4vw;
  height: 4vw;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  flex-wrap: unset;
}
@media (max-width:1600px) {
  .topNav .topNavThis .thisBox .navBoxAll {
    height: 5vw;
  }
}
@media (max-width:1300px) {
  .topNav .topNavThis .thisBox .navBoxAll {
    height: 5vw;
  }
}
@media (max-width:1024px) {
  .topNav .topNavThis .thisBox .navBoxAll {
    height: 14vw;
  }
}
.topNav .topNavThis .thisBox .navBoxAll .topNavLeft {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  flex-wrap: unset;
}
.topNav .topNavThis .thisBox .navBoxAll .topNavLeft .logoBox {
  position: relative;
  z-index: 1;
  transition-duration: 0.8s;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.56, -0.01, 0.04, 1);
  width: 14vw;
  height: 2.5vw;
  -webkit-mask-image: url(../img/footLogo.png);
  -webkit-mask-size: 100% 100%;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center;
  -webkit-mask-size: contain;
  -webkit-mask-position: left;
}
.topNav .topNavThis .thisBox .navBoxAll .topNavLeft .logoBox .color {
  background-color: #06273C;
  width: 100%;
  height: 100%;
}
.topNav .topNavThis .thisBox .navBoxAll .topNavLeft .logoBox .color {
  background-color: #fff;
  transition-duration: 0.8s;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.56, -0.01, 0.04, 1);
}
.topNav .topNavThis .thisBox .navBoxAll .topNavLeft .navBar {
  position: relative;
  z-index: 1;
  transition-duration: 0.8s;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.56, -0.01, 0.04, 1);
  margin-left: 2vw;
}
.topNav .topNavThis .thisBox .navBoxAll .topNavLeft .navBar .ul {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  flex-wrap: unset;
  gap: 3vw;
}
.topNav .topNavThis .thisBox .navBoxAll .topNavLeft .navBar .ul .li .a1 {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  flex-wrap: unset;
  gap: 0.3vw;
}
.topNav .topNavThis .thisBox .navBoxAll .topNavLeft .navBar .ul .li .a1 .txt div {
  text-transform: uppercase;
  transition-duration: 0.8s;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.56, -0.01, 0.04, 1);
  transition-property: color;
  font-size: clamp(14px, 1vw, 1vw);
}
.topNav .topNavThis .thisBox .navBoxAll .topNavLeft .navBar .ul .li .a1 i {
  color: #ccc;
  transition-duration: 0.8s;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.56, -0.01, 0.04, 1);
}
.topNav .topNavThis .thisBox .navBoxAll .topNavLeft .navBar .ul .li .a1:hover i {
  color: #06273C;
}
.topNav .topNavThis .thisBox .navBoxAll .topNavLeft .navBar .ul .li.on .a1 .txt div {
  color: #06273C;
}
.topNav .topNavThis .thisBox .navBoxAll .topNavLeft .navBar .ul .li.on .a1 i {
  color: #06273C;
  transform: rotate(180deg);
}
.topNav .topNavThis .thisBox .navBoxAll .topNavLeft .navBar .ul .li:first-child {
  display: none;
}
.topNav .topNavThis .thisBox .navBoxAll .navRight {
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  flex-wrap: unset;
  gap: 2vw;
}
.topNav .topNavThis .thisBox .navBoxAll .navRight .onlineShop > .thisBox .lineBox {
  position: relative;
  width: 8vw;
  height: 2.2vw;
}
@media (max-width:1024px) {
  .topNav .topNavThis .thisBox .navBoxAll .navRight .onlineShop > .thisBox .lineBox {
    width: 30vw;
    height: 8vw;
  }
}
.topNav .topNavThis .thisBox .navBoxAll .navRight .onlineShop > .thisBox .lineBox .posiBox {
  cursor: pointer;
  position: absolute;
  overflow: hidden;
  top: 0;
  border-radius: 1.1vw;
  border: 1px solid #666;
  left: 0;
  background-color: #fff;
}
@media (max-width:1024px) {
  .topNav .topNavThis .thisBox .navBoxAll .navRight .onlineShop > .thisBox .lineBox .posiBox {
    border-radius: 4vw;
  }
}
.topNav .topNavThis .thisBox .navBoxAll .navRight .onlineShop > .thisBox .lineBox .posiBox .initText {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  flex-wrap: unset;
  gap: 0.4vw;
  width: 8vw;
  height: 2.2vw;
}
@media (max-width:1024px) {
  .topNav .topNavThis .thisBox .navBoxAll .navRight .onlineShop > .thisBox .lineBox .posiBox .initText {
    transform: translate(-1px, -1px);
    gap: 2vw;
  }
}
.topNav .topNavThis .thisBox .navBoxAll .navRight .onlineShop > .thisBox .lineBox .posiBox .initText .ico {
  width: 1.2vw;
  height: 1.2vw;
}
@media (max-width:1024px) {
  .topNav .topNavThis .thisBox .navBoxAll .navRight .onlineShop > .thisBox .lineBox .posiBox .initText .ico {
    width: 4vw;
    height: 4vw;
  }
}
.topNav .topNavThis .thisBox .navBoxAll .navRight .onlineShop > .thisBox .lineBox .posiBox .initText .ico i {
  font-size: clamp(12px, 1.1vw, 1.1vw);
}
@media (max-width:1024px) {
  .topNav .topNavThis .thisBox .navBoxAll .navRight .onlineShop > .thisBox .lineBox .posiBox .initText .ico i {
    font-size: 4.2vw;
  }
}
@media (max-width:1024px) {
  .topNav .topNavThis .thisBox .navBoxAll .navRight .onlineShop > .thisBox .lineBox .posiBox .initText .ico i {
    font-size: 4.6vw;
  }
}
@media (max-width:1024px) {
  .topNav .topNavThis .thisBox .navBoxAll .navRight .onlineShop > .thisBox .lineBox .posiBox .initText {
    width: 30vw;
    height: 8vw;
  }
}
.topNav .topNavThis .thisBox .navBoxAll .navRight .onlineShop > .thisBox .lineBox .posiBox .showBox {
  position: relative;
  padding: 1vw;
}
@media (max-width:1024px) {
  .topNav .topNavThis .thisBox .navBoxAll .navRight .onlineShop > .thisBox .lineBox .posiBox .showBox {
    padding: 3vw;
  }
}
.topNav .topNavThis .thisBox .navBoxAll .navRight .onlineShop > .thisBox .lineBox .posiBox .showBox .ul {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  flex-wrap: unset;
  gap: 0.6vw;
}
@media (max-width:1024px) {
  .topNav .topNavThis .thisBox .navBoxAll .navRight .onlineShop > .thisBox .lineBox .posiBox .showBox .ul {
    gap: 2vw;
  }
}
.topNav .topNavThis .thisBox .navBoxAll .navRight .onlineShop > .thisBox .lineBox .posiBox .showBox .ul .li .shopA {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-start;
  flex-wrap: unset;
  gap: 0.4vw;
}
@media (max-width:1024px) {
  .topNav .topNavThis .thisBox .navBoxAll .navRight .onlineShop > .thisBox .lineBox .posiBox .showBox .ul .li .shopA {
    gap: 2vw;
  }
}
.topNav .topNavThis .thisBox .navBoxAll .navRight .onlineShop > .thisBox .lineBox .posiBox .showBox .ul .li .shopA .ico {
  width: 1vw;
  height: 1vw;
}
@media (max-width:1024px) {
  .topNav .topNavThis .thisBox .navBoxAll .navRight .onlineShop > .thisBox .lineBox .posiBox .showBox .ul .li .shopA .ico {
    width: 4vw;
    height: 4vw;
  }
}
.topNav .topNavThis .thisBox .navBoxAll .navRight .onlineShop > .thisBox .lineBox .posiBox .showBox .ul .li .shopA .ico img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.topNav .topNavThis .thisBox .navBoxAll .navRight .onlineShop > .thisBox .lineBox .posiBox .showBox .ul .li .shopA:hover .txt {
  color: #06273C;
}
.topNav .topNavThis .thisBox .navBoxAll .navRight .onlineShop > .thisBox .lineBox .posiBox .showBox::before {
  content: '';
  position: absolute;
  display: block;
  top: 0;
  left: 1vw;
  right: 1vw;
  border-top: 1px solid #ccc;
}
.topNav .topNavThis .thisBox .navBoxAll .navRight .goMessage .aBox {
  padding: 0.5vw 2vw;
  border-radius: 4vw;
  background-color: #06273C;
}
.topNav .topNavThis .thisBox .navBoxAll .navRight .goMessage .aBox .txt {
  color: #fff;
}
@media (min-width:1024px) {
  .topNav .topNavThis .thisBox .navBoxAll .navRight .openBtn {
    display: none;
  }
}
.topNav .topNavThis .thisBox .navBoxAll .navRight .openBtn .menuBtn {
  cursor: pointer;
  display: flex;
  flex-direction: row;
  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);
}
.topNav .topNavThis .thisBox .navBoxAll .navRight .openBtn .menuBtn .txt {
  width: 3vw;
  height: 100%;
  position: relative;
}
.topNav .topNavThis .thisBox .navBoxAll .navRight .openBtn .menuBtn .txt .t {
  height: 100%;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-start;
  flex-wrap: unset;
  width: max-content;
  color: #fff;
  font-family: 'cn1';
  transition-duration: 0.8s;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.56, -0.01, 0.04, 1);
  transform: translateX(0.4vw);
  position: absolute;
  opacity: 0;
  top: 0;
  left: 0;
}
.topNav .topNavThis .thisBox .navBoxAll .navRight .openBtn .menuBtn .txt .t.on {
  opacity: 1;
  transform: translateX(0);
}
.topNav .topNavThis .thisBox .navBoxAll .navRight .openBtn .menuBtn .ul {
  position: relative;
  width: 3vw;
  height: 3vw;
  transition-duration: 0.3s;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.56, -0.01, 0.04, 1);
  border-radius: 50%;
  border: 2px solid #fff;
}
.topNav .topNavThis .thisBox .navBoxAll .navRight .openBtn .menuBtn .ul .li {
  position: absolute;
  top: calc(50% - 2px);
  left: calc(50% - 2px);
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background-color: #fff;
  transition-duration: 0.8s;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.56, -0.01, 0.04, 1);
  transition-property: color;
}
.topNav .topNavThis .thisBox .navBoxAll .navRight .openBtn .menuBtn:active .ul {
  transform: scale(0.9);
}
.topNav .topNavThis .thisBox .navBoxAll::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);
  transform: translateY(-100%);
  width: 100%;
  height: 100%;
  background-color: #fff;
}
.topNav .topNavThis .thisBox .navTwoBoxAll {
  position: relative;
}
.topNav .topNavThis .thisBox .navTwoBoxAll .twoNav {
  border: 1px solid #ddd;
  border-left: none;
  border-right: none;
  position: absolute;
  left: 0;
  width: 100%;
  top: 0;
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  justify-content: flex-start;
  flex-wrap: unset;
  background-color: #fff;
  transition-duration: 0.8s;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.56, -0.01, 0.04, 1);
  clip-path: inset(0 0 100% 0);
  pointer-events: none;
}
.topNav .topNavThis .thisBox .navTwoBoxAll .twoNav.product .twoNavBar {
  width: 100%;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  flex-wrap: unset;
  height: 24vw;
}
.topNav .topNavThis .thisBox .navTwoBoxAll .twoNav.product .twoNavBar .leftSort {
  padding: 3vw;
  background-color: #f8f8f8;
  width: 24vw;
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  flex-wrap: unset;
  gap: 1vw;
  padding-left: 6vw;
}
.topNav .topNavThis .thisBox .navTwoBoxAll .twoNav.product .twoNavBar .leftSort .navname {
  font-size: clamp(12px, 1.9vw, 1.9vw);
}
@media (max-width:1024px) {
  .topNav .topNavThis .thisBox .navTwoBoxAll .twoNav.product .twoNavBar .leftSort .navname {
    font-size: 5.8vw;
  }
}
.topNav .topNavThis .thisBox .navTwoBoxAll .twoNav.product .twoNavBar .leftSort .def1 {
  line-height: 2em;
}
.topNav .topNavThis .thisBox .navTwoBoxAll .twoNav.product .twoNavBar .swiperBox {
  position: relative;
  padding-left: 8vw;
  width: calc(100% - 24vw);
}
.topNav .topNavThis .thisBox .navTwoBoxAll .twoNav.product .twoNavBar .swiperBox #topNavPro {
  width: 100%;
}
.topNav .topNavThis .thisBox .navTwoBoxAll .twoNav.product .twoNavBar .swiperBox #topNavPro .swiper-slide {
  width: 16vw;
}
.topNav .topNavThis .thisBox .navTwoBoxAll .twoNav.product .twoNavBar .swiperBox #topNavPro .swiper-slide .aBox {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  flex-wrap: unset;
  gap: 1vw;
}
.topNav .topNavThis .thisBox .navTwoBoxAll .twoNav.product .twoNavBar .swiperBox #topNavPro .swiper-slide .aBox .imgBox {
  overflow: hidden;
  width: 100%;
  height: 12vw;
}
.topNav .topNavThis .thisBox .navTwoBoxAll .twoNav.product .twoNavBar .swiperBox #topNavPro .swiper-slide .aBox .imgBox img {
  transition-duration: 0.8s;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.56, -0.01, 0.04, 1);
}
.topNav .topNavThis .thisBox .navTwoBoxAll .twoNav.product .twoNavBar .swiperBox #topNavPro .swiper-slide .aBox .title {
  font-size: clamp(12px, 1.1vw, 1.1vw);
}
@media (max-width:1024px) {
  .topNav .topNavThis .thisBox .navTwoBoxAll .twoNav.product .twoNavBar .swiperBox #topNavPro .swiper-slide .aBox .title {
    font-size: 4.2vw;
  }
}
.topNav .topNavThis .thisBox .navTwoBoxAll .twoNav.product .twoNavBar .swiperBox #topNavPro .swiper-slide .aBox:hover .imgBox img {
  transform: scale(1.1);
}
.topNav .topNavThis .thisBox .navTwoBoxAll .twoNav.product .twoNavBar .swiperBox #topNavPro .swiper-slide .aBox:hover .title {
  color: #06273C;
}
.topNav .topNavThis .thisBox .navTwoBoxAll .twoNav.product .twoNavBar .swiperBox .swiperControl {
  border-top: 1px solid #ccc;
  padding-top: 1vw;
  margin-top: 1vw;
  padding-right: 6vw;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  flex-wrap: unset;
}
.topNav .topNavThis .thisBox .navTwoBoxAll .twoNav.normal .twoNavBar {
  padding: 3vw 0;
  width: 100%;
  height: 20vw;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  flex-wrap: unset;
  gap: 4vw;
}
.topNav .topNavThis .thisBox .navTwoBoxAll .twoNav.normal .twoNavBar .leftNavList {
  height: 100%;
  padding-right: 4vw;
  border-right: 1px solid #ccc;
}
.topNav .topNavThis .thisBox .navTwoBoxAll .twoNav.normal .twoNavBar .leftNavList .ul {
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
  flex-wrap: unset;
  gap: 2vw;
}
.topNav .topNavThis .thisBox .navTwoBoxAll .twoNav.normal .twoNavBar .leftNavList .ul .li {
  cursor: pointer;
  font-size: clamp(12px, 1.1vw, 1.1vw);
}
@media (max-width:1024px) {
  .topNav .topNavThis .thisBox .navTwoBoxAll .twoNav.normal .twoNavBar .leftNavList .ul .li {
    font-size: 4.2vw;
  }
}
.topNav .topNavThis .thisBox .navTwoBoxAll .twoNav.normal .twoNavBar .leftNavList .ul .li.on {
  color: #06273C;
}
.topNav .topNavThis .thisBox .navTwoBoxAll .twoNav.normal .twoNavBar .coutBox {
  height: 100%;
  width: 46vw;
}
.topNav .topNavThis .thisBox .navTwoBoxAll .twoNav.normal .twoNavBar .coutBox .ul {
  position: relative;
  width: 100%;
  height: 100%;
}
.topNav .topNavThis .thisBox .navTwoBoxAll .twoNav.normal .twoNavBar .coutBox .ul .li {
  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);
  opacity: 0;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  flex-wrap: unset;
  gap: 4vw;
  pointer-events: none;
}
.topNav .topNavThis .thisBox .navTwoBoxAll .twoNav.normal .twoNavBar .coutBox .ul .li .imgBox {
  width: 24vw;
  height: 100%;
}
.topNav .topNavThis .thisBox .navTwoBoxAll .twoNav.normal .twoNavBar .coutBox .ul .li .textCout {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  flex-wrap: unset;
  gap: 1vw;
  width: calc(100% - 24vw);
}
.topNav .topNavThis .thisBox .navTwoBoxAll .twoNav.normal .twoNavBar .coutBox .ul .li .textCout .name {
  font-size: clamp(12px, 1.5vw, 1.5vw);
}
@media (max-width:1024px) {
  .topNav .topNavThis .thisBox .navTwoBoxAll .twoNav.normal .twoNavBar .coutBox .ul .li .textCout .name {
    font-size: 5vw;
  }
}
.topNav .topNavThis .thisBox .navTwoBoxAll .twoNav.normal .twoNavBar .coutBox .ul .li.on {
  opacity: 1;
  pointer-events: auto;
}
.topNav .topNavThis .thisBox .navTwoBoxAll .twoNav.active {
  clip-path: inset(0 0 0 0);
  pointer-events: auto;
}
.topNav.scrollShow .topNavThis > .thisBox .navBoxAll .logoBox .color {
  background-color: #06273C;
}
.topNav.scrollShow .topNavThis > .thisBox .navBoxAll .navBar .ul .li .a1 .txt div {
  color: #333;
}
.topNav.scrollShow .topNavThis > .thisBox .navBoxAll .navBar .ul .li .a1:hover .txt div {
  color: #06273C;
}
.topNav.scrollShow .topNavThis > .thisBox .navBoxAll .navRight .openBtn .menuBtn .txt .t {
  color: #333;
}
.topNav.scrollShow .topNavThis > .thisBox .navBoxAll .navRight .openBtn .menuBtn .ul {
  border-color: #333;
}
.topNav.scrollShow .topNavThis > .thisBox .navBoxAll .navRight .openBtn .menuBtn .ul .li {
  background-color: #333;
}
.topNav.scrollShow .topNavThis > .thisBox .navBoxAll::after {
  transform: translateY(0);
}
.topNav.openNavShow .topNavThis > .thisBox .logoBox {
  opacity: 0;
  pointer-events: none;
}
.topNav.openNavShow .topNavThis > .thisBox .navBar {
  opacity: 0;
  pointer-events: none;
}
.topNav.openNavShow .topNavThis > .thisBox .navRight .openBtn .menuBtn {
  transform: translateY(2vw);
}
.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;
}
.openNav .openNavThis {
  background-color: rgba(0, 0, 0, 0.95);
  position: relative;
  z-index: 1;
  width: 100%;
  height: 100%;
}
.openNav .openNavThis > .thisBox {
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  flex-wrap: unset;
}
.openNav .openNavThis > .thisBox .contentBox {
  width: 100%;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  flex-wrap: unset;
}
.openNav .openNavThis > .thisBox .contentBox .leftBox {
  width: 30%;
  padding: 0 8vw;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  flex-wrap: unset;
  gap: 4vw;
}
.openNav .openNavThis > .thisBox .contentBox .leftBox .openNavLogo {
  width: 15vw;
  height: 15vw;
}
.openNav .openNavThis > .thisBox .contentBox .leftBox .openNavLogo img {
  object-fit: contain;
  width: 100%;
  height: 100%;
  filter: invert(1);
}
.openNav .openNavThis > .thisBox .contentBox .leftBox .content p {
  font-size: clamp(12px, 1vw, 1vw);
  font-family: 'cn1';
}
@media (max-width:1024px) {
  .openNav .openNavThis > .thisBox .contentBox .leftBox .content p {
    font-size: 4vw;
  }
}
.openNav .openNavThis > .thisBox .contentBox .cenImg {
  width: 20%;
}
.openNav .openNavThis > .thisBox .contentBox .cenImg .imgBox {
  width: 100%;
  height: 35vw;
}
.openNav .openNavThis > .thisBox .contentBox .cenImg .imgBox img {
  object-fit: contain;
}
.openNav .openNavThis > .thisBox .contentBox .openNavBar {
  padding: 0 15vw 0 10vw;
  width: 50%;
}
.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%;
}
.openNav .openNavThis > .thisBox .contentBox .openNavBar .ul1 .li1 {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  flex-wrap: unset;
  gap: 1vw;
  padding-bottom: 1vw;
  width: 100%;
  border-bottom: 1px solid rgba(255, 255, 255, 0.3);
}
.openNav .openNavThis > .thisBox .contentBox .openNavBar .ul1 .li1 .a1 {
  position: relative;
  transition-duration: 0.3s;
  font-size: clamp(12px, 1.4vw, 1.4vw);
  font-family: 'cn1';
  transition-duration: 0.8s;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.56, -0.01, 0.04, 1);
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  flex-wrap: unset;
}
@media (max-width:1024px) {
  .openNav .openNavThis > .thisBox .contentBox .openNavBar .ul1 .li1 .a1 {
    font-size: 4.8vw;
  }
}
.openNav .openNavThis > .thisBox .contentBox .openNavBar .ul1 .li1 .a1 .cn {
  margin-right: 1vw;
}
.openNav .openNavThis > .thisBox .contentBox .openNavBar .ul1 .li1 .a1 .en div {
  font-size: clamp(12px, 1vw, 1vw);
}
@media (max-width:1024px) {
  .openNav .openNavThis > .thisBox .contentBox .openNavBar .ul1 .li1 .a1 .en div {
    font-size: 4vw;
  }
}
.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 #06273C;
}
.openNav .openNavThis > .thisBox .contentBox .openNavBar .ul1 .li1 .a1:hover {
  transform: translateX(1vw);
  color: #06273C;
}
.openNav .openNavThis > .thisBox .contentBox .openNavBar .ul1 .li1 .a1:hover::before {
  width: 2vw;
}
.openNav .openNavThis > .thisBox .contentBox .openNavBar .ul1 .li1 .a1:hover div {
  color: #06273C;
}
.openNav .openNavThis > .thisBox .contentBox .openNavBar .ul1 .li1 .a1 div {
  font-size: clamp(12px, 1.4vw, 1.4vw);
  transition-duration: 0.8s;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.56, -0.01, 0.04, 1);
  transition-property: color;
}
@media (max-width:1024px) {
  .openNav .openNavThis > .thisBox .contentBox .openNavBar .ul1 .li1 .a1 div {
    font-size: 4.8vw;
  }
}
.openNav .openNavThis > .thisBox .contentBox .openNavBar .ul1 .li1 .navTwoBox .ul2 {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-start;
  flex-wrap: unset;
  gap: 2vw;
}
.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);
}
.openNav.openNavShow {
  opacity: 1;
  pointer-events: auto;
}
.openNav.openNavShow::after {
  opacity: 1;
}
.txtMask {
  overflow: hidden;
}
.txtMask div {
  will-change: transform;
}
.shan_txt div {
  transition: 0.3s cubic-bezier(0.4, 0.4, 0, 1);
}
.loadingMore {
  margin-top: 4vw;
  padding: 1vw 3vw;
  border: 1px solid #06273C;
  color: #06273C;
  cursor: pointer;
  border-radius: 4vw;
  transition-duration: 0.3s;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.56, -0.01, 0.04, 1);
}
.loadingMore:hover {
  background-color: #06273C;
  color: #fff;
}
.foot .footThis > .thisBox {
  position: relative;
  background-color: #111;
}
.foot .footThis > .thisBox .contentBox {
  width: 75%;
  margin: 0 auto;
}
@media (max-width:1600px) {
  .foot .footThis > .thisBox .contentBox {
    width: 75%;
  }
}
@media (max-width:1300px) {
  .foot .footThis > .thisBox .contentBox {
    width: 75%;
  }
}
@media (max-width:1024px) {
  .foot .footThis > .thisBox .contentBox {
    width: 75%;
  }
}
.foot .footThis > .thisBox .contentBox .topBox {
  position: relative;
  z-index: 1;
  padding: 5vw 0 2vw;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  flex-wrap: unset;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}
.foot .footThis > .thisBox .contentBox .topBox .logoBox {
  width: 10vw;
  height: 5vw;
  -webkit-mask-image: none;
  -webkit-mask-size: 100% 100%;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center;
  -webkit-mask-size: contain;
  -webkit-mask-position: left;
}
.foot .footThis > .thisBox .contentBox .topBox .logoBox .color {
  background-color: #06273C;
  width: 100%;
  height: 100%;
}
.foot .footThis > .thisBox .contentBox .topBox .logoBox .color {
  background-color: #fff;
  width: 100%;
  height: 100%;
}
.foot .footThis > .thisBox .contentBox .topBox .erweima .ul {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  flex-wrap: unset;
  gap: 1vw;
}
.foot .footThis > .thisBox .contentBox .topBox .erweima .ul .li {
  position: relative;
  cursor: pointer;
}
.foot .footThis > .thisBox .contentBox .topBox .erweima .ul .li .ico {
  width: 3vw;
  height: 3vw;
  border-radius: 50%;
  background-color: #fff;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  flex-wrap: unset;
}
.foot .footThis > .thisBox .contentBox .topBox .erweima .ul .li .ico i {
  font-size: clamp(12px, 1.1vw, 1.1vw);
}
@media (max-width:1024px) {
  .foot .footThis > .thisBox .contentBox .topBox .erweima .ul .li .ico i {
    font-size: 4.2vw;
  }
}
.foot .footThis > .thisBox .contentBox .topBox .erweima .ul .li .hovBox {
  opacity: 0;
  pointer-events: none;
  position: absolute;
  left: 50%;
  translate: -50% 0;
  bottom: calc(100% + 1vw);
  background-color: #fff;
  padding: 0.6vw;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  flex-wrap: unset;
}
.foot .footThis > .thisBox .contentBox .topBox .erweima .ul .li .hovBox .imgBox {
  width: 6vw;
  height: 6vw;
  margin-bottom: 0.4vw;
}
.foot .footThis > .thisBox .contentBox .topBox .erweima .ul .li:hover .ico {
  background-color: #06273C;
}
.foot .footThis > .thisBox .contentBox .topBox .erweima .ul .li:hover .ico i {
  color: #fff;
}
.foot .footThis > .thisBox .contentBox .topBox .erweima .ul .li:hover .hovBox {
  opacity: 1;
  pointer-events: auto;
}
.foot .footThis > .thisBox .contentBox .cenCout {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  justify-content: space-between;
  flex-wrap: unset;
  padding: 4vw 0;
}
.foot .footThis > .thisBox .contentBox .cenCout .leftBox .footContact .ulBox {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  flex-wrap: unset;
  gap: 1vw;
}
.foot .footThis > .thisBox .contentBox .cenCout .leftBox .footContact .ulBox .box {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  flex-wrap: unset;
}
.foot .footThis > .thisBox .contentBox .cenCout .leftBox .footContact .ulBox .box .bTiao {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  flex-wrap: unset;
}
.foot .footThis > .thisBox .contentBox .cenCout .leftBox .footContact .ulBox .box .bTiao i {
  font-size: clamp(12px, 1vw, 1vw);
  color: rgba(255, 255, 255, 0.7);
}
@media (max-width:1024px) {
  .foot .footThis > .thisBox .contentBox .cenCout .leftBox .footContact .ulBox .box .bTiao i {
    font-size: 4vw;
  }
}
.foot .footThis > .thisBox .contentBox .cenCout .leftBox .footContact .ulBox .box .bTiao .txt {
  margin-left: 0.4vw;
  color: rgba(255, 255, 255, 0.7);
}
.foot .footThis > .thisBox .contentBox .cenCout .leftBox .footContact .ulBox .box .cout {
  margin-top: 0.4vw;
  color: #fff;
}
.foot .footThis > .thisBox .contentBox .cenCout .rigthBox .footNavBar .ul1 {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  justify-content: center;
  flex-wrap: unset;
  gap: 4vw;
}
.foot .footThis > .thisBox .contentBox .cenCout .rigthBox .footNavBar .ul1 .li1 {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  flex-wrap: unset;
}
.foot .footThis > .thisBox .contentBox .cenCout .rigthBox .footNavBar .ul1 .li1 .a1 .txt {
  font-weight: bold;
}
.foot .footThis > .thisBox .contentBox .cenCout .rigthBox .footNavBar .ul1 .li1 .a1 .txt div {
  font-size: clamp(12px, 0.9vw, 0.9vw);
}
@media (max-width:1024px) {
  .foot .footThis > .thisBox .contentBox .cenCout .rigthBox .footNavBar .ul1 .li1 .a1 .txt div {
    font-size: 3.8vw;
  }
}
.foot .footThis > .thisBox .contentBox .cenCout .rigthBox .footNavBar .ul1 .li1 .twoNav {
  margin-top: 1vw;
}
.foot .footThis > .thisBox .contentBox .cenCout .rigthBox .footNavBar .ul1 .li1 .twoNav .ul2 {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  flex-wrap: unset;
  gap: 1vw;
}
.foot .footThis > .thisBox .contentBox .cenCout .rigthBox .footNavBar .ul1 .li1 .twoNav .ul2 .li2 .a2 {
  opacity: 0.5;
}
.foot .footThis > .thisBox .footEnAni {
  width: 75%;
  margin: 0 auto;
  padding: 3vw 0 2vw;
  border-top: 1px solid rgba(255, 255, 255, 0.2);
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  flex-wrap: unset;
}
@media (max-width:1600px) {
  .foot .footThis > .thisBox .footEnAni {
    width: 75%;
  }
}
@media (max-width:1300px) {
  .foot .footThis > .thisBox .footEnAni {
    width: 75%;
  }
}
@media (max-width:1024px) {
  .foot .footThis > .thisBox .footEnAni {
    width: 75%;
  }
}
.foot .footThis > .thisBox .footEnAni .en,
.foot .footThis > .thisBox .footEnAni .en div {
  color: #eee;
  font-size: clamp(12px, 5.1vw, 5.1vw);
  font-family: 'en10';
  text-transform: uppercase;
}
@media (max-width:1024px) {
  .foot .footThis > .thisBox .footEnAni .en,
  .foot .footThis > .thisBox .footEnAni .en div {
    font-size: 12.2vw;
  }
}
.foot .footThis > .thisBox .footEnAni .cnTxt {
  color: #eee;
  font-size: clamp(12px, 1.5vw, 1.5vw);
}
@media (max-width:1024px) {
  .foot .footThis > .thisBox .footEnAni .cnTxt {
    font-size: 5vw;
  }
}
.foot .footThis > .thisBox .footBottomInfo {
  width: 100%;
  padding: 1vw 0;
  border-top: 1px solid rgba(255, 255, 255, 0.2);
}
.foot .footThis > .thisBox .footBottomInfo * {
  color: rgba(255, 255, 255, 0.5);
}
@media (max-width:1024px) {
  .foot .footThis > .thisBox .footBottomInfo {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    flex-wrap: unset;
    margin-top: 8vw;
    padding: 6vw 0;
  }
}
.foot .footThis > .thisBox .footBottomInfo * {
  font-size: clamp(12px, 0.7vw, 0.7vw);
}
@media (max-width:1024px) {
  .foot .footThis > .thisBox .footBottomInfo * {
    font-size: 3.4vw;
  }
}
.foot .footThis > .thisBox .footBottomInfo a:hover {
  color: #06273C;
}
.foot .footThis > .thisBox .footBottomInfo > .thisBox {
  padding: 1vw 0;
  width: 75%;
  margin: 0 auto;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  flex-wrap: unset;
}
@media (max-width:1600px) {
  .foot .footThis > .thisBox .footBottomInfo > .thisBox {
    width: 75%;
  }
}
@media (max-width:1300px) {
  .foot .footThis > .thisBox .footBottomInfo > .thisBox {
    width: 75%;
  }
}
@media (max-width:1024px) {
  .foot .footThis > .thisBox .footBottomInfo > .thisBox {
    width: 75%;
  }
}
@media (max-width:1024px) {
  .foot .footThis > .thisBox .footBottomInfo > .thisBox {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    flex-wrap: unset;
    gap: 4vw;
  }
}
.foot .footThis > .thisBox .footBottomInfo > .thisBox .infoLeft {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  flex-wrap: unset;
  gap: 1vw;
}
@media (max-width:1024px) {
  .foot .footThis > .thisBox .footBottomInfo > .thisBox .infoLeft {
    gap: 4vw;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    flex-wrap: unset;
  }
}
.foot .footThis > .thisBox .footBottomInfo > .thisBox .infoLeft > div .lbt {
  word-break: keep-all;
}
.foot .footThis > .thisBox .footBottomInfo > .thisBox .infoLeft .beian {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  flex-wrap: unset;
}
.foot .footThis > .thisBox .footBottomInfo > .thisBox .infoLeft .beian a {
  text-decoration: underline;
}
.foot .footThis > .thisBox .footBottomInfo > .thisBox .infoLeft .gabeian {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  flex-wrap: unset;
}
.foot .footThis > .thisBox .footBottomInfo > .thisBox .infoLeft .gabeian a {
  text-decoration: underline;
}
.foot .footThis > .thisBox .footBottomInfo > .thisBox .infoLeft .banquan {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  flex-wrap: unset;
}
@media (max-width:1024px) {
  .foot .footThis > .thisBox .footBottomInfo > .thisBox .infoLeft .banquan {
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    justify-content: center;
    flex-wrap: unset;
  }
}
.foot .footThis > .thisBox .footBottomInfo > .thisBox .infoRight .jishuzhichi {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-start;
  flex-wrap: unset;
}
.twoPageBox .pageContentAll .twoBanner .bannerThis {
  position: relative;
}
.twoPageBox .pageContentAll .twoBanner .bannerThis > .thisBox {
  position: relative;
  z-index: 1;
}
.twoPageBox .pageContentAll .twoBanner .bannerThis > .thisBox .contentBox {
  position: relative;
}
.twoPageBox .pageContentAll .twoBanner .bannerThis > .thisBox .contentBox .sortImg {
  position: relative;
  height: 54vw;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  flex-wrap: unset;
}
.twoPageBox .pageContentAll .twoBanner .bannerThis > .thisBox .contentBox .sortImg .imgBox {
  width: 100%;
  height: 130%;
}
.twoPageBox .pageContentAll .twoBanner .bannerThis > .thisBox .contentBox .sortImg::after {
  content: '';
  position: absolute;
  display: block;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.2);
}
.twoPageBox .pageContentAll .twoBanner .bannerThis > .thisBox .contentBox .textBox {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  flex-wrap: unset;
}
.twoPageBox .pageContentAll .twoBanner .bannerThis > .thisBox .contentBox .textBox .name {
  color: #fff;
  font-size: clamp(12px, 1.9vw, 1.9vw);
}
@media (max-width:1024px) {
  .twoPageBox .pageContentAll .twoBanner .bannerThis > .thisBox .contentBox .textBox .name {
    font-size: 5.8vw;
  }
}
.twoPageBox .pageContentAll .twoBanner .bannerThis > .thisBox .contentBox .textBox .subname {
  padding-right: 1vw;
  font-family: 'en10';
  text-transform: uppercase;
  color: #fff;
  font-size: clamp(12px, 4.7vw, 4.7vw);
  text-align: center;
}
@media (max-width:1024px) {
  .twoPageBox .pageContentAll .twoBanner .bannerThis > .thisBox .contentBox .textBox .subname {
    font-size: 11.4vw;
  }
}
.twoPageBox .pageContentAll .twoBanner .bannerThis > .thisBox .contentBox .textBox .scrollBtn {
  margin-top: 2vw;
  width: 3vw;
  height: 3vw;
  cursor: pointer;
  border-radius: 50%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  flex-wrap: unset;
  border: 2px solid #fff;
  animation: scrollBtnAni 2s ease-in-out infinite alternate;
}
@keyframes scrollBtnAni {
  0% {
    transform: translateY(0);
  }
  100% {
    transform: translateY(50%);
  }
}
.twoPageBox .pageContentAll .twoBanner .bannerThis > .thisBox .contentBox .textBox .scrollBtn i {
  color: #fff;
  font-size: clamp(12px, 1.4vw, 1.4vw);
}
@media (max-width:1024px) {
  .twoPageBox .pageContentAll .twoBanner .bannerThis > .thisBox .contentBox .textBox .scrollBtn i {
    font-size: 4.8vw;
  }
}
.twoPageBox .pageContentAll .twoBanner .bannerThis .bgYuansu {
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
}
.twoPageBox .pageContentAll .twoBanner .bannerThis .bgYuansu img {
  opacity: 0.1;
  width: 100%;
  height: 100%;
  object-fit: 100% 100%;
}
.twoPageBox .pageContentAll .detalBanner > .thisBox {
  height: 20vw;
  width: 100%;
}
.twoPageBox .pageContentAll .detalBanner > .thisBox > .contentBox {
  position: relative;
  width: 100%;
  height: 100%;
}
.twoPageBox .pageContentAll .detalBanner > .thisBox > .contentBox .imgBox {
  width: 100%;
  height: 100%;
}
.twoPageBox .pageContentAll .detalBanner > .thisBox > .contentBox .posiBox {
  position: absolute;
  left: 12%;
  bottom: 6vw;
}
.twoPageBox .pageContentAll .detalBanner > .thisBox > .contentBox .posiBox .goBack {
  border: 1px solid #fff;
  height: 2.4vw;
  padding: 0 2vw;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  flex-wrap: unset;
  gap: 1vw;
  border-radius: 1.2vw;
}
.twoPageBox .pageContentAll .detalBanner > .thisBox > .contentBox .posiBox .goBack .ico i {
  color: #fff;
}
.twoPageBox .pageContentAll .detalBanner > .thisBox > .contentBox .posiBox .goBack .txt {
  color: #fff;
}
.twoPageBox .pageContentAll .sortNav {
  position: relative;
  z-index: 1;
  margin-top: -12vw;
}
.twoPageBox .pageContentAll .sortNav .sortNavThis > .thisBox .contentBox {
  width: 75%;
  margin: 0 auto;
}
@media (max-width:1600px) {
  .twoPageBox .pageContentAll .sortNav .sortNavThis > .thisBox .contentBox {
    width: 75%;
  }
}
@media (max-width:1300px) {
  .twoPageBox .pageContentAll .sortNav .sortNavThis > .thisBox .contentBox {
    width: 75%;
  }
}
@media (max-width:1024px) {
  .twoPageBox .pageContentAll .sortNav .sortNavThis > .thisBox .contentBox {
    width: 75%;
  }
}
.twoPageBox .pageContentAll .sortNav .sortNavThis > .thisBox .contentBox .navBox {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  flex-wrap: unset;
}
.twoPageBox .pageContentAll .sortNav .sortNavThis > .thisBox .contentBox .navBox .navUl {
  background-color: #06273C;
  box-shadow: 1vw 1vw 2vw rgba(0, 0, 0, 0.05);
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-start;
  flex-wrap: unset;
  border-radius: 3vw;
  padding: 0.5vw 1vw;
}
.twoPageBox .pageContentAll .sortNav .sortNavThis > .thisBox .contentBox .navBox .navUl .li .aBox {
  height: 2.6vw;
  width: 8vw;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  flex-wrap: unset;
  border-radius: 3vw;
}
.twoPageBox .pageContentAll .sortNav .sortNavThis > .thisBox .contentBox .navBox .navUl .li .aBox .txt div {
  font-size: clamp(12px, 1.1vw, 1.1vw);
}
@media (max-width:1024px) {
  .twoPageBox .pageContentAll .sortNav .sortNavThis > .thisBox .contentBox .navBox .navUl .li .aBox .txt div {
    font-size: 4.2vw;
  }
}
.twoPageBox .pageContentAll .sortNav .sortNavThis > .thisBox .contentBox .navBox .navUl .li .aBox .txt .hovTxt div {
  color: #E8C68E;
}
.twoPageBox .pageContentAll .sortNav .sortNavThis > .thisBox .contentBox .navBox .navUl .li.on .aBox {
  background-color: #E8C68E;
}
.twoPageBox .pageContentAll .sortNav .sortNavThis > .thisBox .contentBox .navBox .navUl .li.on .aBox .txt div {
  color: #06273C;
}
.fiexdRight {
  position: fixed;
  z-index: 5;
  right: 1vw;
  transition-duration: 0.8s;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.56, -0.01, 0.04, 1);
  opacity: 0;
  pointer-events: none;
  bottom: 4vw;
  transform: translateX(100%);
}
.fiexdRight > .thisBox .contentBox {
  background-color: #fff;
  box-shadow: 2px 2px 10px rgba(0, 0, 0, 0.1);
  border-radius: 0.8vw;
  padding: 1vw 0;
}
.fiexdRight > .thisBox .contentBox .ul {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  flex-wrap: unset;
}
@media (max-width:1024px) {
  .fiexdRight > .thisBox .contentBox .ul {
    gap: 2vw;
  }
}
.fiexdRight > .thisBox .contentBox .ul .li {
  position: relative;
  cursor: pointer;
  width: 100%;
}
.fiexdRight > .thisBox .contentBox .ul .li .box {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  flex-wrap: unset;
  border-radius: 0.6vw;
  padding: 1vw 0.4vw;
  transition-duration: 0.3s;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.56, -0.01, 0.04, 1);
}
.fiexdRight > .thisBox .contentBox .ul .li .box .ico {
  overflow: hidden;
  position: relative;
  cursor: pointer;
  transition-duration: 0.3s;
  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;
}
.fiexdRight > .thisBox .contentBox .ul .li .box .ico i {
  position: relative;
  z-index: 1;
  font-size: clamp(12px, 1.5vw, 1.5vw);
  transition-duration: 0.3s;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.56, -0.01, 0.04, 1);
}
@media (max-width:1024px) {
  .fiexdRight > .thisBox .contentBox .ul .li .box .ico i {
    font-size: 5vw;
  }
}
.fiexdRight > .thisBox .contentBox .ul .li .box .txt {
  font-size: clamp(12px, 0.7vw, 0.7vw);
  transition-duration: 0.3s;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.56, -0.01, 0.04, 1);
}
@media (max-width:1024px) {
  .fiexdRight > .thisBox .contentBox .ul .li .box .txt {
    font-size: 3.4vw;
  }
}
.fiexdRight > .thisBox .contentBox .ul .li .hovBox {
  position: absolute;
  right: 150%;
  opacity: 0;
  pointer-events: none;
  transform: translateX(-1vw);
  transition-duration: 0.8s;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.56, -0.01, 0.04, 1);
  top: 0;
  border-radius: 1vw;
  padding: 2vw;
  background-color: #fff;
}
.fiexdRight > .thisBox .contentBox .ul .li .hovBox .imgBox {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  flex-wrap: unset;
  width: 6vw;
  height: 6vw;
}
.fiexdRight > .thisBox .contentBox .ul .li .hovBox .miaoshu {
  width: max-content;
  font-size: clamp(12px, 1.1vw, 1.1vw);
  font-weight: bold;
}
@media (max-width:1024px) {
  .fiexdRight > .thisBox .contentBox .ul .li .hovBox .miaoshu {
    font-size: 4.2vw;
  }
}
.fiexdRight > .thisBox .contentBox .ul .li:hover .box {
  background-color: #06273C;
}
.fiexdRight > .thisBox .contentBox .ul .li:hover .box .ico i {
  color: #fff;
}
.fiexdRight > .thisBox .contentBox .ul .li:hover .box .txt {
  color: #fff;
}
.fiexdRight > .thisBox .contentBox .ul .li:hover .hovBox {
  transform: translateX(0);
  opacity: 1;
  pointer-events: auto;
}
.fiexdRight.scrollShow {
  opacity: 1;
  pointer-events: auto;
  transform: translateX(0);
}
.changePageMoveBox {
  overflow: hidden;
  position: fixed;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 200;
  opacity: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  flex-wrap: unset;
}
.changePageMoveBox .logo {
  position: relative;
  z-index: 1;
  width: 16vw;
  height: 16vw;
  border-radius: 50%;
}
.changePageMoveBox .logo img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  filter: invert(1);
}
.changePageMoveBox .box {
  position: relative;
  width: 120%;
  height: 100%;
  transform: rotate(30deg);
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  flex-wrap: unset;
}
.changePageMoveBox .box .mask {
  width: 50%;
  height: 200%;
  background-color: #000;
}
.changePageMoveBox .box .mask.mask1 {
  position: relative;
  right: -1px;
}
.changePageMoveBox .box .mask.mask2 {
  position: relative;
  left: -1px;
}
.changePageMoveBox .logo {
  position: absolute;
  left: calc(50% - 8vw);
  top: calc(50% - 8vw);
}
.mouseCursor {
  pointer-events: none;
  position: fixed;
}
.mouseCursor .dianBox {
  opacity: 0.5;
  position: relative;
}
.mouseCursor .dianBox .dian {
  position: absolute;
  transform: translate(-50%, -50%);
  top: 0;
  left: 0;
}
.mouseCursor .dianBox .dian > div {
  width: 3vw;
  height: 3vw;
  border-radius: 50%;
  transition-duration: 0.8s;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.56, -0.01, 0.04, 1);
  border: 1px solid #06273C;
}
.mouseCursor .dianBox .kuoQuan {
  position: absolute;
  top: 0;
  left: 0;
  transform: translate(-50%, -50%);
}
.mouseCursor .dianBox .kuoQuan > div {
  border-radius: 50%;
  width: 8vw;
  height: 8vw;
  background-color: rgba(6, 39, 60, 0.1);
  transition-duration: 0.8s;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.56, -0.01, 0.04, 1);
  transform: scale(0);
}
.mouseCursor.hoverA .dianBox .dian > div {
  transform: scale(0);
}
.mouseCursor.hoverA .dianBox .kuoQuan > div {
  transform: scale(1);
}
.mouseCursorPoint {
  pointer-events: none;
  position: fixed;
}
.mouseCursorPoint > div {
  background-color: #06273C;
  transition-duration: 0.8s;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.56, -0.01, 0.04, 1);
  width: 0.8vw;
  height: 0.8vw;
  border-radius: 50%;
  transform: translate(-50%, -50%);
}
.mouseCursorPoint.hoverA > div {
  opacity: 0;
}
#index_page .pageContentAll .inxBanner > .thisBox {
  width: 100%;
  height: 100vh;
}
#index_page .pageContentAll .inxBanner > .thisBox > .contentBox {
  position: relative;
  width: 100%;
  height: 100%;
}
#index_page .pageContentAll .inxBanner > .thisBox > .contentBox .bannerCout {
  position: relative;
  width: 100%;
  height: 100%;
}
#index_page .pageContentAll .inxBanner > .thisBox > .contentBox .bannerCout .imgUl {
  overflow: hidden;
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
}
#index_page .pageContentAll .inxBanner > .thisBox > .contentBox .bannerCout .imgUl .ul {
  position: relative;
  width: 100%;
  height: 100%;
}
#index_page .pageContentAll .inxBanner > .thisBox > .contentBox .bannerCout .imgUl .ul .li {
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
}
#index_page .pageContentAll .inxBanner > .thisBox > .contentBox .bannerCout .imgUl .ul .li .box {
  position: relative;
  opacity: 0;
  transition-duration: 0.8s;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.56, -0.01, 0.04, 1);
  width: 100%;
  height: 100%;
}
#index_page .pageContentAll .inxBanner > .thisBox > .contentBox .bannerCout .imgUl .ul .li .box .imgBox {
  transform-origin: 0 0;
  transform: scale(1.2);
  width: 100%;
  height: 100%;
}
#index_page .pageContentAll .inxBanner > .thisBox > .contentBox .bannerCout .imgUl .ul .li .box .listHideImg {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  flex-wrap: unset;
}
#index_page .pageContentAll .inxBanner > .thisBox > .contentBox .bannerCout .imgUl .ul .li .box .listHideImg > div {
  clip-path: inset(0 0 0 0);
  height: 100%;
  flex: 1;
  overflow: hidden;
}
#index_page .pageContentAll .inxBanner > .thisBox > .contentBox .bannerCout .imgUl .ul .li .box .listHideImg > div img {
  position: relative;
  height: 100%;
  width: 100vw;
  object-fit: cover;
}
#index_page .pageContentAll .inxBanner > .thisBox > .contentBox .bannerCout .imgUl .ul .li .box .listHideImg > div:nth-child(1) img {
  left: 0;
}
#index_page .pageContentAll .inxBanner > .thisBox > .contentBox .bannerCout .imgUl .ul .li .box .listHideImg > div:nth-child(2) img {
  left: -25vw;
}
#index_page .pageContentAll .inxBanner > .thisBox > .contentBox .bannerCout .imgUl .ul .li .box .listHideImg > div:nth-child(3) img {
  left: -50vw;
}
#index_page .pageContentAll .inxBanner > .thisBox > .contentBox .bannerCout .imgUl .ul .li .box .listHideImg > div:nth-child(4) img {
  left: -75vw;
}
#index_page .pageContentAll .inxBanner > .thisBox > .contentBox .bannerCout .imgUl .ul .li.on {
  pointer-events: auto;
}
#index_page .pageContentAll .inxBanner > .thisBox > .contentBox .bannerCout .imgUl .ul .li.on .box {
  opacity: 1;
}
#index_page .pageContentAll .inxBanner > .thisBox > .contentBox .bannerCout .imgUl .ul .li.on .box .imgBox {
  transition-duration: 3s;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.56, -0.01, 0.04, 1);
  transform: scale(1);
}
#index_page .pageContentAll .inxBanner > .thisBox > .contentBox .bannerCout .imgUl .ul .li.on .box .listHideImg > div {
  transition-duration: 3s;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.56, -0.01, 0.04, 1);
  clip-path: inset(0 100% 0 0);
}
#index_page .pageContentAll .inxBanner > .thisBox > .contentBox .bannerCout .textUl {
  position: absolute;
  top: 16vw;
  left: 20vw;
  width: 30vw;
}
#index_page .pageContentAll .inxBanner > .thisBox > .contentBox .bannerCout .textUl .ul {
  position: relative;
}
#index_page .pageContentAll .inxBanner > .thisBox > .contentBox .bannerCout .textUl .ul .li {
  position: absolute;
  top: 0;
  opacity: 0;
  pointer-events: none;
}
#index_page .pageContentAll .inxBanner > .thisBox > .contentBox .bannerCout .textUl .ul .li .subtitle,
#index_page .pageContentAll .inxBanner > .thisBox > .contentBox .bannerCout .textUl .ul .li .subtitle div {
  color: #E8C68E;
  font-family: 'en10';
  text-transform: uppercase;
  font-size: clamp(12px, 1.3vw, 1.3vw);
  letter-spacing: 0.1em;
}
@media (max-width:1024px) {
  #index_page .pageContentAll .inxBanner > .thisBox > .contentBox .bannerCout .textUl .ul .li .subtitle,
  #index_page .pageContentAll .inxBanner > .thisBox > .contentBox .bannerCout .textUl .ul .li .subtitle div {
    font-size: 4.6vw;
  }
}
#index_page .pageContentAll .inxBanner > .thisBox > .contentBox .bannerCout .textUl .ul .li .miaoshu {
  margin-top: 2vw;
}
#index_page .pageContentAll .inxBanner > .thisBox > .contentBox .bannerCout .textUl .ul .li .miaoshu .t {
  color: #fff;
  font-size: clamp(12px, 2.1vw, 2.1vw);
}
@media (max-width:1024px) {
  #index_page .pageContentAll .inxBanner > .thisBox > .contentBox .bannerCout .textUl .ul .li .miaoshu .t {
    font-size: 6.2vw;
  }
}
#index_page .pageContentAll .inxBanner > .thisBox > .contentBox .bannerCout .textUl .ul .li.on {
  opacity: 1;
  pointer-events: auto;
}
#index_page .pageContentAll .inxBanner > .thisBox > .contentBox .scrollDown {
  position: absolute;
  z-index: 1;
  left: 20vw;
  bottom: 2vw;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  flex-wrap: unset;
  gap: 1vw;
}
#index_page .pageContentAll .inxBanner > .thisBox > .contentBox .scrollDown .txt {
  writing-mode: vertical-rl;
  color: #fff;
  font-size: clamp(12px, 0.8vw, 0.8vw);
  font-family: 'en10';
  text-transform: uppercase;
  letter-spacing: 0.1em;
}
@media (max-width:1024px) {
  #index_page .pageContentAll .inxBanner > .thisBox > .contentBox .scrollDown .txt {
    font-size: 3.6vw;
  }
}
#index_page .pageContentAll .inxBanner > .thisBox > .contentBox .scrollDown .mouse {
  border-radius: 2vw;
  width: 1.2vw;
  height: 2vw;
  border: 2px solid #fff;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  flex-wrap: unset;
}
#index_page .pageContentAll .inxBanner > .thisBox > .contentBox .scrollDown .mouse div {
  width: 0.3vw;
  height: 0.6vw;
  border-radius: 2vw;
  background-color: #fff;
  animation: mouseMove 1.5s ease-in-out infinite;
}
@keyframes mouseMove {
  0% {
    transform: translateY(-50%);
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    transform: translateY(50%);
    opacity: 0;
  }
}
#index_page .pageContentAll .inxBanner > .thisBox > .contentBox .bannerControl .pagination {
  position: absolute;
  left: 10vw;
  bottom: 2vw;
}
#index_page .pageContentAll .inxBanner > .thisBox > .contentBox .bannerControl .navigation {
  z-index: 1;
  position: absolute;
  right: 4vw;
  bottom: 2vw;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  flex-wrap: unset;
  gap: 2vw;
}
#index_page .pageContentAll .inxBanner > .thisBox > .contentBox .bannerControl .navigation .btn {
  height: 5vw;
  width: 10vw;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  flex-wrap: unset;
  cursor: pointer;
}
#index_page .pageContentAll .inxBanner > .thisBox > .contentBox .bannerControl .navigation .btn .ico {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  flex-wrap: unset;
  transition-duration: 0.8s;
  background-color: rgba(0, 0, 0, 0.2);
  width: 2vw;
  height: 100%;
  transition-duration: 0.3s;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.56, -0.01, 0.04, 1);
}
#index_page .pageContentAll .inxBanner > .thisBox > .contentBox .bannerControl .navigation .btn .ico i {
  color: #fff;
  font-size: clamp(12px, 1.3vw, 1.3vw);
}
@media (max-width:1024px) {
  #index_page .pageContentAll .inxBanner > .thisBox > .contentBox .bannerControl .navigation .btn .ico i {
    font-size: 4.6vw;
  }
}
#index_page .pageContentAll .inxBanner > .thisBox > .contentBox .bannerControl .navigation .btn .img {
  overflow: hidden;
  position: relative;
  width: calc(100% - 2vw);
  height: 100%;
}
#index_page .pageContentAll .inxBanner > .thisBox > .contentBox .bannerControl .navigation .btn .img img {
  position: absolute;
  top: 0;
  opacity: 0;
  transition-duration: 0.3s;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.56, -0.01, 0.04, 1);
  width: 100%;
  height: 100%;
  object-fit: cover;
}
#index_page .pageContentAll .inxBanner > .thisBox > .contentBox .bannerControl .navigation .btn .img img.on {
  opacity: 1;
}
#index_page .pageContentAll .inxBanner > .thisBox > .contentBox .bannerControl .navigation .btn:hover .ico {
  background-color: #06273C;
}
#index_page .pageContentAll .inxBanner > .thisBox > .contentBox .bannerControl .navigation .btn:hover .img img {
  transform: scale(1.1);
}
#index_page .pageContentAll .inxQuestion > .thisBox {
  padding-top: 7vw;
}
@media (max-width:1600px) {
  #index_page .pageContentAll .inxQuestion > .thisBox {
    padding-top: 7vw;
  }
}
@media (max-width:1300px) {
  #index_page .pageContentAll .inxQuestion > .thisBox {
    padding-top: 7vw;
  }
}
@media (max-width:1024px) {
  #index_page .pageContentAll .inxQuestion > .thisBox {
    padding-top: 12vw;
  }
}
#index_page .pageContentAll .inxQuestion > .thisBox .titleBox {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  flex-wrap: unset;
}
#index_page .pageContentAll .inxQuestion > .thisBox .titleBox .def1 {
  font-size: clamp(12px, 1.7vw, 1.7vw);
}
@media (max-width:1024px) {
  #index_page .pageContentAll .inxQuestion > .thisBox .titleBox .def1 {
    font-size: 5.4vw;
  }
}
#index_page .pageContentAll .inxQuestion > .thisBox .titleBox .def2 {
  font-size: clamp(12px, 1.7vw, 1.7vw);
}
@media (max-width:1024px) {
  #index_page .pageContentAll .inxQuestion > .thisBox .titleBox .def2 {
    font-size: 5.4vw;
  }
}
#index_page .pageContentAll .inxQuestion > .thisBox > .contentBox {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  flex-wrap: unset;
  padding-top: 10vw;
  padding-bottom: 10vw;
}
#index_page .pageContentAll .inxQuestion > .thisBox > .contentBox .box {
  position: relative;
}
#index_page .pageContentAll .inxQuestion > .thisBox > .contentBox .box .cenImg {
  width: 31vw;
  height: 21vw;
  -webkit-mask-image: url('../img/quesCenMask.png');
  -webkit-mask-size: contain;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center;
}
#index_page .pageContentAll .inxQuestion > .thisBox > .contentBox .box .cenImg .color {
  background-color: #06273C;
  width: 100%;
  height: 100%;
}
#index_page .pageContentAll .inxQuestion > .thisBox > .contentBox .box .cenImg .imgBox {
  width: 100%;
  height: 100%;
}
#index_page .pageContentAll .inxQuestion > .thisBox > .contentBox .box .positionText .ul .li {
  position: absolute;
}
#index_page .pageContentAll .inxQuestion > .thisBox > .contentBox .box .positionText .ul .li .overHider {
  background-color: rgba(255, 255, 255, 0.5);
  backdrop-filter: blur(65px);
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  flex-wrap: unset;
  gap: 0.6vw;
}
#index_page .pageContentAll .inxQuestion > .thisBox > .contentBox .box .positionText .ul .li .overHider .miaoshu {
  font-size: clamp(12px, 0.9vw, 0.9vw);
}
@media (max-width:1024px) {
  #index_page .pageContentAll .inxQuestion > .thisBox > .contentBox .box .positionText .ul .li .overHider .miaoshu {
    font-size: 3.8vw;
  }
}
#index_page .pageContentAll .inxQuestion > .thisBox > .contentBox .box .positionText .ul .li .overHider .title {
  color: #06273C;
  font-size: clamp(12px, 0.7vw, 0.7vw);
}
@media (max-width:1024px) {
  #index_page .pageContentAll .inxQuestion > .thisBox > .contentBox .box .positionText .ul .li .overHider .title {
    font-size: 3.4vw;
  }
}
#index_page .pageContentAll .inxQuestion > .thisBox > .contentBox .box .positionText .ul .li:nth-child(1) {
  right: 82%;
  bottom: 70%;
}
#index_page .pageContentAll .inxQuestion > .thisBox > .contentBox .box .positionText .ul .li:nth-child(1) .overHider {
  padding: 2vw 2vw 5vw 3vw;
  width: 24vw;
  height: 12vw;
  clip-path: url(#quesPath1);
}
#index_page .pageContentAll .inxQuestion > .thisBox > .contentBox .box .positionText .ul .li:nth-child(2) {
  left: 74%;
  top: 12%;
}
#index_page .pageContentAll .inxQuestion > .thisBox > .contentBox .box .positionText .ul .li:nth-child(2) .overHider {
  padding: 2vw 2vw 3vw 3vw;
  width: 25vw;
  height: 15vw;
  clip-path: url(#quesPath2);
}
#index_page .pageContentAll .inxQuestion > .thisBox > .contentBox .box .positionText .ul .li:nth-child(3) {
  top: 67%;
  right: 70%;
}
#index_page .pageContentAll .inxQuestion > .thisBox > .contentBox .box .positionText .ul .li:nth-child(3) .overHider {
  padding: 2vw 2vw 1vw 3vw;
  width: 25vw;
  height: 11vw;
  clip-path: url(#quesPath3);
}
#index_page .pageContentAll .inxAbout > .thisBox {
  background-color: #fff;
  width: 100%;
  height: 100vh;
}
#index_page .pageContentAll .inxAbout > .thisBox > .contentBox {
  position: relative;
  width: 100%;
  height: 100%;
}
#index_page .pageContentAll .inxAbout > .thisBox > .contentBox .videoBoxAll {
  position: relative;
  z-index: 1;
  width: 100%;
  height: 100%;
  clip-path: inset(calc(15% * calc(1 - var(--progress))) calc(40% * calc(1 - var(--progress))) calc(15% * calc(1 - var(--progress))) calc(10% * calc(1 - var(--progress))));
}
#index_page .pageContentAll .inxAbout > .thisBox > .contentBox .videoBoxAll .bgVideo {
  position: relative;
  width: 100%;
  height: 100%;
}
#index_page .pageContentAll .inxAbout > .thisBox > .contentBox .videoBoxAll .bgVideo video {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
#index_page .pageContentAll .inxAbout > .thisBox > .contentBox .videoBoxAll .bgVideo::after {
  content: '';
  position: absolute;
  display: block;
  top: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  background-color: rgba(0, 0, 0, 0.3);
}
#index_page .pageContentAll .inxAbout > .thisBox > .contentBox .videoBoxAll .rightTextBox .yearBox .since {
  color: #fff;
}
#index_page .pageContentAll .inxAbout > .thisBox > .contentBox .videoBoxAll .rightTextBox .yearBox .num {
  color: #fff;
}
#index_page .pageContentAll .inxAbout > .thisBox > .contentBox .videoBoxAll .rightTextBox .miaoshu {
  color: #fff;
}
#index_page .pageContentAll .inxAbout > .thisBox > .contentBox .rightTextBox {
  position: absolute;
  right: 10vw;
  width: 24vw;
  top: 50%;
  transform: translateY(-50%);
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  flex-wrap: unset;
}
#index_page .pageContentAll .inxAbout > .thisBox > .contentBox .rightTextBox .yearBox {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  flex-wrap: unset;
}
#index_page .pageContentAll .inxAbout > .thisBox > .contentBox .rightTextBox .yearBox .since {
  font-size: clamp(12px, 1.1vw, 1.1vw);
  opacity: 0.7;
}
@media (max-width:1024px) {
  #index_page .pageContentAll .inxAbout > .thisBox > .contentBox .rightTextBox .yearBox .since {
    font-size: 4.2vw;
  }
}
#index_page .pageContentAll .inxAbout > .thisBox > .contentBox .rightTextBox .yearBox .num {
  font-size: clamp(12px, 10.7vw, 10.7vw);
  font-family: 'en9';
  color: #06273C;
}
@media (max-width:1024px) {
  #index_page .pageContentAll .inxAbout > .thisBox > .contentBox .rightTextBox .yearBox .num {
    font-size: 23.4vw;
  }
}
#index_page .pageContentAll .inxAbout > .thisBox > .contentBox .rightTextBox .yearBox .quan {
  position: relative;
  margin-top: -4vw;
  transform: translateX(4vw);
  align-self: flex-end;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  flex-wrap: unset;
  width: 6vw;
  height: 6vw;
}
#index_page .pageContentAll .inxAbout > .thisBox > .contentBox .rightTextBox .yearBox .quan .cenText {
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  flex-wrap: unset;
}
#index_page .pageContentAll .inxAbout > .thisBox > .contentBox .rightTextBox .yearBox .quan .cenText .hisNum {
  font-size: clamp(12px, 1.3vw, 1.3vw);
  font-family: 'en10';
  text-transform: uppercase;
  color: #E8C68E;
}
@media (max-width:1024px) {
  #index_page .pageContentAll .inxAbout > .thisBox > .contentBox .rightTextBox .yearBox .quan .cenText .hisNum {
    font-size: 4.6vw;
  }
}
#index_page .pageContentAll .inxAbout > .thisBox > .contentBox .rightTextBox .yearBox .quan .cenText .dw {
  color: #E8C68E;
}
#index_page .pageContentAll .inxAbout > .thisBox > .contentBox .rightTextBox .yearBox .quan .quanT {
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
}
#index_page .pageContentAll .inxAbout > .thisBox > .contentBox .rightTextBox .yearBox .quan .quanT img {
  width: 100%;
  height: 100%;
  animation: xuanzhuan 40s linear 0s infinite normal;
}
#index_page .pageContentAll .inxAbout > .thisBox > .contentBox .rightTextBox .miaoshu {
  font-size: clamp(12px, 1.5vw, 1.5vw);
}
@media (max-width:1024px) {
  #index_page .pageContentAll .inxAbout > .thisBox > .contentBox .rightTextBox .miaoshu {
    font-size: 5vw;
  }
}
#index_page .pageContentAll .inxProduct {
  position: relative;
  overflow: hidden;
}
#index_page .pageContentAll .inxProduct > .thisBox {
  position: relative;
  z-index: 1;
}
#index_page .pageContentAll .inxProduct > .thisBox > .contentBox .pinBox {
  position: relative;
  width: 100%;
  height: 100vh;
}
#index_page .pageContentAll .inxProduct > .thisBox > .contentBox .pinBox .firstText {
  position: absolute;
  top: 6vw;
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  flex-wrap: unset;
  gap: 1vw;
}
#index_page .pageContentAll .inxProduct > .thisBox > .contentBox .pinBox .firstText div {
  font-size: clamp(12px, 2.7vw, 2.7vw);
}
@media (max-width:1024px) {
  #index_page .pageContentAll .inxProduct > .thisBox > .contentBox .pinBox .firstText div {
    font-size: 7.4vw;
  }
}
#index_page .pageContentAll .inxProduct > .thisBox > .contentBox .pinBox .circleHider {
  position: relative;
  z-index: 1;
  width: 100%;
  height: 100%;
  padding-top: 4vw;
  clip-path: circle(calc(var(--progress1) * 100%) at 50% calc(-1 * var(--progress1) * 10% + 60%));
}
#index_page .pageContentAll .inxProduct > .thisBox > .contentBox .pinBox .circleHider .oneAni {
  position: relative;
  z-index: 1;
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  flex-wrap: unset;
}
#index_page .pageContentAll .inxProduct > .thisBox > .contentBox .pinBox .circleHider .oneAni .oneAniBox {
  position: relative;
  border-radius: 2vw;
  overflow: hidden;
  width: 60vw;
  height: 31vw;
  border-radius: 30vw;
  will-change: transform;
  background-color: rgba(255, 255, 255, 0.5);
}
#index_page .pageContentAll .inxProduct > .thisBox > .contentBox .pinBox .circleHider .oneAni .oneAniBox .ul {
  position: relative;
  width: 100%;
  height: 100%;
}
#index_page .pageContentAll .inxProduct > .thisBox > .contentBox .pinBox .circleHider .oneAni .oneAniBox .ul .li {
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
}
#index_page .pageContentAll .inxProduct > .thisBox > .contentBox .pinBox .circleHider .oneAni .oneAniBox .ul .li .box {
  position: relative;
  clip-path: inset(0 0 calc(var(--progress) * 100%));
  width: 100%;
  height: calc(100% + 5vw);
  padding-bottom: 5vw;
}
#index_page .pageContentAll .inxProduct > .thisBox > .contentBox .pinBox .circleHider .oneAni .oneAniBox .ul .li .box .coutBox {
  width: 100%;
  height: 100%;
}
#index_page .pageContentAll .inxProduct > .thisBox > .contentBox .pinBox .circleHider .oneAni .oneAniBox .ul .li .box .coutBox .imgBox {
  width: 100%;
  height: 100%;
}
#index_page .pageContentAll .inxProduct > .thisBox > .contentBox .pinBox .circleHider .oneAni .oneAniBox .ul .li .box .xian {
  position: absolute;
  bottom: calc(var(--progress) * 100%);
  width: 100%;
  height: 1px;
  background-color: #fff;
}
#index_page .pageContentAll .inxProduct > .thisBox > .contentBox .pinBox .circleHider .oneAni .oneAniBox .ul .li .box .xian .title {
  position: absolute;
  bottom: 1vw;
  left: 50%;
  color: #fff;
  transform: translateX(-50%);
  font-size: clamp(12px, 1.7vw, 1.7vw);
}
@media (max-width:1024px) {
  #index_page .pageContentAll .inxProduct > .thisBox > .contentBox .pinBox .circleHider .oneAni .oneAniBox .ul .li .box .xian .title {
    font-size: 5.4vw;
  }
}
#index_page .pageContentAll .inxProduct > .thisBox > .contentBox .pinBox .circleHider .oneAni .oneAniBox .ul .li .box .xian .num {
  position: absolute;
  right: 5vw;
  bottom: 1vw;
  writing-mode: vertical-rl;
  font-family: 'en10';
  text-transform: uppercase;
  font-size: clamp(12px, 0.7vw, 0.7vw);
  opacity: 0.5;
  letter-spacing: 0.1em;
  color: #fff;
}
@media (max-width:1024px) {
  #index_page .pageContentAll .inxProduct > .thisBox > .contentBox .pinBox .circleHider .oneAni .oneAniBox .ul .li .box .xian .num {
    font-size: 3.4vw;
  }
}
#index_page .pageContentAll .inxProduct > .thisBox > .contentBox .pinBox .circleHider .oneAni .oneAniBox .lastAnis {
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  flex-wrap: unset;
}
#index_page .pageContentAll .inxProduct > .thisBox > .contentBox .pinBox .circleHider .oneAni .oneAniBox .lastAnis .kBox {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  flex-wrap: unset;
  gap: 2vw;
}
#index_page .pageContentAll .inxProduct > .thisBox > .contentBox .pinBox .circleHider .oneAni .oneAniBox .lastAnis .kBox .douhao {
  transform: translateY(100%);
  transition-duration: 1s;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.56, -0.01, 0.04, 1);
  opacity: 0;
}
#index_page .pageContentAll .inxProduct > .thisBox > .contentBox .pinBox .circleHider .oneAni .oneAniBox .lastAnis .kBox .t1 {
  font-size: clamp(12px, 1.9vw, 1.9vw);
  color: #06273C;
  opacity: 0;
  transform: translateY(100%);
  transition-duration: 1s;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.56, -0.01, 0.04, 1);
}
@media (max-width:1024px) {
  #index_page .pageContentAll .inxProduct > .thisBox > .contentBox .pinBox .circleHider .oneAni .oneAniBox .lastAnis .kBox .t1 {
    font-size: 5.8vw;
  }
}
#index_page .pageContentAll .inxProduct > .thisBox > .contentBox .pinBox .circleHider .oneAni .oneAniBox .lastAnis .kBox .t2 {
  font-size: clamp(12px, 0.9vw, 0.9vw);
  opacity: 0.7;
  transition-duration: 1s;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.56, -0.01, 0.04, 1);
  opacity: 0;
  transform: translateY(100%);
}
@media (max-width:1024px) {
  #index_page .pageContentAll .inxProduct > .thisBox > .contentBox .pinBox .circleHider .oneAni .oneAniBox .lastAnis .kBox .t2 {
    font-size: 3.8vw;
  }
}
#index_page .pageContentAll .inxProduct > .thisBox > .contentBox .pinBox .circleHider .oneAni .oneAniBox .lastAnis.on .kBox .douhao {
  transform: translateY(0);
  opacity: 1;
}
#index_page .pageContentAll .inxProduct > .thisBox > .contentBox .pinBox .circleHider .oneAni .oneAniBox .lastAnis.on .kBox .t1 {
  transform: translateY(0);
  transition-delay: 0.1s;
  opacity: 1;
}
#index_page .pageContentAll .inxProduct > .thisBox > .contentBox .pinBox .circleHider .oneAni .oneAniBox .lastAnis.on .kBox .t2 {
  transform: translateY(0);
  transition-delay: 0.2s;
  opacity: 1;
}
#index_page .pageContentAll .inxProduct > .thisBox > .contentBox .pinBox .circleHider .twoAni {
  position: absolute;
  top: 0;
  z-index: 1;
  left: 100%;
  will-change: transform;
  height: 100%;
  padding-top: 4vw;
}
#index_page .pageContentAll .inxProduct > .thisBox > .contentBox .pinBox .circleHider .twoAni .moveBox {
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  flex-wrap: unset;
}
#index_page .pageContentAll .inxProduct > .thisBox > .contentBox .pinBox .circleHider .twoAni .moveBox .ul {
  width: max-content;
  height: 100%;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  flex-wrap: unset;
  gap: 20vw;
}
#index_page .pageContentAll .inxProduct > .thisBox > .contentBox .pinBox .circleHider .twoAni .moveBox .ul .li .aBox {
  position: relative;
}
#index_page .pageContentAll .inxProduct > .thisBox > .contentBox .pinBox .circleHider .twoAni .moveBox .ul .li .aBox .imgBoxAll {
  position: relative;
}
#index_page .pageContentAll .inxProduct > .thisBox > .contentBox .pinBox .circleHider .twoAni .moveBox .ul .li .aBox .imgBoxAll .imgBox {
  position: relative;
  width: 60vw;
  height: 31vw;
  border-radius: 30vw;
  overflow: hidden;
}
#index_page .pageContentAll .inxProduct > .thisBox > .contentBox .pinBox .circleHider .twoAni .moveBox .ul .li .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 .inxProduct > .thisBox > .contentBox .pinBox .circleHider .twoAni .moveBox .ul .li .aBox .imgBoxAll .imgBox::after {
  content: '';
  position: absolute;
  display: block;
  top: 0;
  width: 100%;
  height: 100%;
  border-radius: 30vw;
  left: 1vw;
  top: 1vw;
  border: 1px dashed #fff;
  width: calc(100% - 2vw);
  height: calc(100% - 2vw);
}
#index_page .pageContentAll .inxProduct > .thisBox > .contentBox .pinBox .circleHider .twoAni .moveBox .ul .li .aBox .textBox {
  position: absolute;
  left: -6vw;
  bottom: 0;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  flex-wrap: unset;
  gap: 1vw;
}
#index_page .pageContentAll .inxProduct > .thisBox > .contentBox .pinBox .circleHider .twoAni .moveBox .ul .li .aBox .textBox .title {
  color: #fff;
  font-size: clamp(12px, 3.7vw, 3.7vw);
}
@media (max-width:1024px) {
  #index_page .pageContentAll .inxProduct > .thisBox > .contentBox .pinBox .circleHider .twoAni .moveBox .ul .li .aBox .textBox .title {
    font-size: 9.4vw;
  }
}
#index_page .pageContentAll .inxProduct > .thisBox > .contentBox .pinBox .circleHider .twoAni .moveBox .ul .li .aBox .textBox .subtitle {
  color: #fff;
  font-size: clamp(12px, 1.9vw, 1.9vw);
  font-family: 'en10';
  letter-spacing: 0.1em;
  text-transform: uppercase;
}
@media (max-width:1024px) {
  #index_page .pageContentAll .inxProduct > .thisBox > .contentBox .pinBox .circleHider .twoAni .moveBox .ul .li .aBox .textBox .subtitle {
    font-size: 5.8vw;
  }
}
#index_page .pageContentAll .inxProduct > .thisBox > .contentBox .pinBox .circleHider .twoAni .moveBox .ul .li .aBox .textBox .proMore {
  position: relative;
  width: 4vw;
  height: 4vw;
  margin-top: 2vw;
  border-radius: 50%;
}
#index_page .pageContentAll .inxProduct > .thisBox > .contentBox .pinBox .circleHider .twoAni .moveBox .ul .li .aBox .textBox .proMore .quan {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  flex-wrap: unset;
  width: 100%;
  height: 100%;
}
#index_page .pageContentAll .inxProduct > .thisBox > .contentBox .pinBox .circleHider .twoAni .moveBox .ul .li .aBox .textBox .proMore .quan i {
  color: #fff;
}
#index_page .pageContentAll .inxProduct > .thisBox > .contentBox .pinBox .circleHider .twoAni .moveBox .ul .li .aBox .textBox .proMore::after {
  content: '';
  position: absolute;
  display: block;
  top: 0;
  width: 100%;
  height: 100%;
  border: 1px dashed #fff;
  border-radius: 50%;
  transition-duration: 0.3s;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.56, -0.01, 0.04, 1);
}
#index_page .pageContentAll .inxProduct > .thisBox > .contentBox .pinBox .circleHider .twoAni .moveBox .ul .li .aBox:hover .imgBoxAll .imgBox {
  transition-duration: 0.8s;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.56, -0.01, 0.04, 1);
}
#index_page .pageContentAll .inxProduct > .thisBox > .contentBox .pinBox .circleHider .twoAni .moveBox .ul .li .aBox:hover .imgBoxAll .imgBox img {
  transform: scale(1.2);
}
#index_page .pageContentAll .inxProduct > .thisBox > .contentBox .pinBox .circleHider .twoAni .moveBox .ul .li .aBox:hover .textBox .proMore::after {
  animation: xuanzhuan 20s linear 0s infinite normal;
  background-color: rgba(255, 255, 255, 0.2);
}
#index_page .pageContentAll .inxProduct > .thisBox > .contentBox .pinBox .circleHider .twoAni.joinTwo {
  animation: twoAniLight 20s linear forwards;
}
#index_page .pageContentAll .inxProduct > .thisBox > .contentBox .pinBox .circleHider .bgVideo {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
}
#index_page .pageContentAll .inxProduct > .thisBox > .contentBox .pinBox .circleHider .bgVideo video {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
#index_page .pageContentAll .inxProduct > .thisBox > .contentBox .pinBox .circleHider .bgVideo::after {
  content: '';
  position: absolute;
  display: block;
  top: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  background-color: #fff;
  opacity: 0.6;
  transition-duration: 2s;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.56, -0.01, 0.04, 1);
}
#index_page .pageContentAll .inxProduct > .thisBox > .contentBox .pinBox .circleHider .bgVideo.joinTwo::after {
  background-color: #06273C;
  opacity: 0.8;
}
#index_page .pageContentAll .inxProduct > .thisBox > .contentBox .pinBox::before {
  pointer-events: none;
  z-index: 2;
  width: 200%;
  content: '';
  position: absolute;
  display: block;
  top: 100%;
  background-color: #fff;
  animation: lightAni 20s linear 4s infinite normal;
}
#index_page .pageContentAll .inxProduct > .thisBox > .contentBox .pinBox::after {
  pointer-events: none;
  z-index: 2;
  width: 200%;
  content: '';
  position: absolute;
  display: block;
  top: 100%;
  background-color: #fff;
  animation: lightAni 20s linear 0s infinite normal;
}
@keyframes lightAni {
  0% {
    transform: translate(80vw, 80vh) rotate(-30deg);
    opacity: 0.2;
    filter: blur(65px);
  }
  40% {
    opacity: 0.3;
    height: 6vw;
  }
  50% {
    opacity: 0.1;
    height: 8vw;
    filter: blur(80px);
  }
  60% {
    opacity: 0.5;
    height: 2vw;
  }
  70% {
    opacity: 0.2;
    height: 8vw;
    filter: blur(45px);
  }
  80% {
    opacity: 0.4;
    height: 4vw;
  }
  100% {
    transform: translate(-120vw, -120vh) rotate(-30deg);
    opacity: 0.6;
  }
}
#index_page .pageContentAll .inxGongyi {
  position: relative;
}
#index_page .pageContentAll .inxGongyi > .thisBox {
  position: relative;
  z-index: 1;
  padding: 7vw 0;
}
@media (max-width:1600px) {
  #index_page .pageContentAll .inxGongyi > .thisBox {
    padding: 7vw 0;
  }
}
@media (max-width:1300px) {
  #index_page .pageContentAll .inxGongyi > .thisBox {
    padding: 7vw 0;
  }
}
@media (max-width:1024px) {
  #index_page .pageContentAll .inxGongyi > .thisBox {
    padding: 12vw 0;
  }
}
#index_page .pageContentAll .inxGongyi > .thisBox .titleBox {
  width: 75%;
  margin: 0 auto;
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  justify-content: space-between;
  flex-wrap: unset;
  margin-bottom: 5vw;
}
@media (max-width:1600px) {
  #index_page .pageContentAll .inxGongyi > .thisBox .titleBox {
    width: 75%;
  }
}
@media (max-width:1300px) {
  #index_page .pageContentAll .inxGongyi > .thisBox .titleBox {
    width: 75%;
  }
}
@media (max-width:1024px) {
  #index_page .pageContentAll .inxGongyi > .thisBox .titleBox {
    width: 75%;
  }
}
#index_page .pageContentAll .inxGongyi > .thisBox .titleBox .leftBox {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  flex-wrap: unset;
  gap: 1vw;
}
#index_page .pageContentAll .inxGongyi > .thisBox .titleBox .leftBox .cn {
  position: relative;
  z-index: 1;
  font-size: clamp(12px, 1.5vw, 1.5vw);
}
@media (max-width:1024px) {
  #index_page .pageContentAll .inxGongyi > .thisBox .titleBox .leftBox .cn {
    font-size: 5vw;
  }
}
#index_page .pageContentAll .inxGongyi > .thisBox .titleBox .leftBox .en {
  color: #fff;
  background-color: #06273C;
  padding: 0.2vw 2vw;
}
#index_page .pageContentAll .inxGongyi > .thisBox .titleBox .leftBox .bgTxt {
  position: absolute;
  top: 0;
  left: 80%;
  font-size: clamp(12px, 4.7vw, 4.7vw);
  opacity: 0.1;
  width: max-content;
  font-weight: bold;
  transform: translateY(-1vw);
}
@media (max-width:1024px) {
  #index_page .pageContentAll .inxGongyi > .thisBox .titleBox .leftBox .bgTxt {
    font-size: 11.4vw;
  }
}
#index_page .pageContentAll .inxGongyi > .thisBox .titleBox .rightBox .txt {
  font-size: clamp(12px, 2.1vw, 2.1vw);
}
@media (max-width:1024px) {
  #index_page .pageContentAll .inxGongyi > .thisBox .titleBox .rightBox .txt {
    font-size: 6.2vw;
  }
}
#index_page .pageContentAll .inxGongyi > .thisBox > .contentBox {
  width: 75%;
  margin: 0 auto;
}
@media (max-width:1600px) {
  #index_page .pageContentAll .inxGongyi > .thisBox > .contentBox {
    width: 75%;
  }
}
@media (max-width:1300px) {
  #index_page .pageContentAll .inxGongyi > .thisBox > .contentBox {
    width: 75%;
  }
}
@media (max-width:1024px) {
  #index_page .pageContentAll .inxGongyi > .thisBox > .contentBox {
    width: 75%;
  }
}
#index_page .pageContentAll .inxGongyi > .thisBox > .contentBox .ul {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  flex-wrap: unset;
  gap: 8vw;
  will-change: transform;
}
#index_page .pageContentAll .inxGongyi > .thisBox > .contentBox .ul .li {
  width: 100%;
}
#index_page .pageContentAll .inxGongyi > .thisBox > .contentBox .ul .li .box {
  width: 100%;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  flex-wrap: unset;
}
#index_page .pageContentAll .inxGongyi > .thisBox > .contentBox .ul .li .box .imgBoxAll {
  position: relative;
  width: 30vw;
  height: 30vw;
}
#index_page .pageContentAll .inxGongyi > .thisBox > .contentBox .ul .li .box .imgBoxAll .svgHider {
  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 .inxGongyi > .thisBox > .contentBox .ul .li .box .imgBoxAll .svgHider .imgBox {
  width: 100%;
  height: 100%;
  overflow: hidden;
}
#index_page .pageContentAll .inxGongyi > .thisBox > .contentBox .ul .li .box .imgBoxAll .svgHider .imgBox img {
  transition-duration: 0.8s;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.56, -0.01, 0.04, 1);
}
#index_page .pageContentAll .inxGongyi > .thisBox > .contentBox .ul .li .box .imgBoxAll .fanganCanvas {
  position: absolute;
  top: -15%;
  left: -15%;
  opacity: 0.05;
  width: 130%;
  height: 130%;
  animation: xuanzhuan 50s linear 0s infinite normal;
}
#index_page .pageContentAll .inxGongyi > .thisBox > .contentBox .ul .li .box .textBox {
  width: 50%;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  flex-wrap: unset;
  gap: 2vw;
}
#index_page .pageContentAll .inxGongyi > .thisBox > .contentBox .ul .li .box .textBox .title {
  display: flex;
  flex-direction: row;
  align-items: flex-end;
  justify-content: flex-start;
  flex-wrap: unset;
  gap: 2vw;
}
#index_page .pageContentAll .inxGongyi > .thisBox > .contentBox .ul .li .box .textBox .title .num {
  font-family: 'en9';
  font-size: clamp(12px, 7.7vw, 7.7vw);
  line-height: 0.9em;
  color: #06273C;
}
@media (max-width:1024px) {
  #index_page .pageContentAll .inxGongyi > .thisBox > .contentBox .ul .li .box .textBox .title .num {
    font-size: 17.4vw;
  }
}
#index_page .pageContentAll .inxGongyi > .thisBox > .contentBox .ul .li .box .textBox .title .txt {
  font-size: clamp(12px, 2.5vw, 2.5vw);
  font-family: 'cn1';
}
@media (max-width:1024px) {
  #index_page .pageContentAll .inxGongyi > .thisBox > .contentBox .ul .li .box .textBox .title .txt {
    font-size: 7vw;
  }
}
#index_page .pageContentAll .inxGongyi > .thisBox > .contentBox .ul .li .box .textBox .miaoshu {
  line-height: 2em;
}
#index_page .pageContentAll .inxGongyi > .thisBox > .contentBox .ul .li.on .box .imgBoxAll .svgHider {
  transform: rotate(30deg) scale(1.2);
}
#index_page .pageContentAll .inxGongyi > .thisBox > .contentBox .ul .li.on .box .imgBoxAll .svgHider .imgBox img {
  transform: scale(1.1);
  transition-delay: 0.3s;
}
#index_page .pageContentAll .inxGongyi > .thisBox > .contentBox .ul .li:nth-child(2n) .box {
  flex-direction: row-reverse;
}
#index_page .pageContentAll .inxGongyi::after {
  content: '';
  position: absolute;
  display: block;
  top: 0;
  width: 100%;
  height: 100%;
}
#index_page .pageContentAll .inxNews {
  overflow: hidden;
  position: relative;
}
#index_page .pageContentAll .inxNews > .thisBox {
  position: relative;
  z-index: 1;
  padding: 7vw 0;
}
@media (max-width:1600px) {
  #index_page .pageContentAll .inxNews > .thisBox {
    padding: 7vw 0;
  }
}
@media (max-width:1300px) {
  #index_page .pageContentAll .inxNews > .thisBox {
    padding: 7vw 0;
  }
}
@media (max-width:1024px) {
  #index_page .pageContentAll .inxNews > .thisBox {
    padding: 12vw 0;
  }
}
#index_page .pageContentAll .inxNews > .thisBox .titleBox {
  margin-bottom: 3vw;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  flex-wrap: unset;
}
#index_page .pageContentAll .inxNews > .thisBox .titleBox .sortname {
  font-size: clamp(12px, 1.9vw, 1.9vw);
  color: #fff;
}
@media (max-width:1024px) {
  #index_page .pageContentAll .inxNews > .thisBox .titleBox .sortname {
    font-size: 5.8vw;
  }
}
#index_page .pageContentAll .inxNews > .thisBox > .contentBox {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  flex-wrap: unset;
}
#index_page .pageContentAll .inxNews > .thisBox > .contentBox .swiperBox {
  position: relative;
  width: 100%;
}
#index_page .pageContentAll .inxNews > .thisBox > .contentBox .swiperBox #inxNews {
  width: 100%;
}
#index_page .pageContentAll .inxNews > .thisBox > .contentBox .swiperBox #inxNews .swiper-slide {
  width: fit-content;
  padding: 0 3vw;
}
#index_page .pageContentAll .inxNews > .thisBox > .contentBox .swiperBox #inxNews .swiper-slide .aBox {
  width: 50vw;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  flex-wrap: unset;
  gap: 1vw;
  opacity: 0.5;
  transition-duration: 1s;
  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 .imgBox {
  height: 26vw;
  width: 100%;
  overflow: hidden;
}
#index_page .pageContentAll .inxNews > .thisBox > .contentBox .swiperBox #inxNews .swiper-slide .aBox .imgBox img {
  transition-duration: 0.8s;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.56, -0.01, 0.04, 1);
}
#index_page .pageContentAll .inxNews > .thisBox > .contentBox .swiperBox #inxNews .swiper-slide .aBox .textBox {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  flex-wrap: unset;
  gap: 1vw;
}
#index_page .pageContentAll .inxNews > .thisBox > .contentBox .swiperBox #inxNews .swiper-slide .aBox .textBox .title {
  font-size: clamp(12px, 1.2vw, 1.2vw);
  color: #fff;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
}
@media (max-width:1024px) {
  #index_page .pageContentAll .inxNews > .thisBox > .contentBox .swiperBox #inxNews .swiper-slide .aBox .textBox .title {
    font-size: 4.4vw;
  }
}
#index_page .pageContentAll .inxNews > .thisBox > .contentBox .swiperBox #inxNews .swiper-slide .aBox .textBox .time {
  font-size: clamp(12px, 1.1vw, 1.1vw);
  font-family: 'en10';
  text-transform: uppercase;
  color: #fff;
  opacity: 0.7;
}
@media (max-width:1024px) {
  #index_page .pageContentAll .inxNews > .thisBox > .contentBox .swiperBox #inxNews .swiper-slide .aBox .textBox .time {
    font-size: 4.2vw;
  }
}
#index_page .pageContentAll .inxNews > .thisBox > .contentBox .swiperBox #inxNews .swiper-slide .aBox:hover .imgBox img {
  transform: scale(1.1);
}
#index_page .pageContentAll .inxNews > .thisBox > .contentBox .swiperBox #inxNews .swiper-slide.swiper-slide-active .aBox {
  opacity: 1;
}
#index_page .pageContentAll .inxNews > .thisBox > .contentBox .swiperBox .swiperControl .navigation .navigationThis .btn {
  position: absolute;
  top: 12vw;
  z-index: 1;
}
#index_page .pageContentAll .inxNews > .thisBox > .contentBox .swiperBox .swiperControl .navigation .navigationThis .leftBtn {
  left: 21%;
}
#index_page .pageContentAll .inxNews > .thisBox > .contentBox .swiperBox .swiperControl .navigation .navigationThis .rightBtn {
  right: 21%;
}
#index_page .pageContentAll .inxNews .bgSwiper {
  pointer-events: none;
  background-color: #000;
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
}
#index_page .pageContentAll .inxNews .bgSwiper .ul {
  width: 120%;
  height: 120%;
  position: relative;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
#index_page .pageContentAll .inxNews .bgSwiper .ul .li {
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  transition-duration: 1s;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.56, -0.01, 0.04, 1);
}
#index_page .pageContentAll .inxNews .bgSwiper .ul .li img {
  filter: blur(2vw);
  opacity: 0.6;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
#index_page .pageContentAll .inxNews .bgSwiper .ul .li.on {
  opacity: 1;
}
#news_page .pageContentAll .pageContent {
  padding-top: 4vw;
}
#news_page .pageContentAll .pageContent .topOneNews > .thisBox > .contentBox {
  width: 75%;
  margin: 0 auto;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  flex-wrap: unset;
  height: 28vw;
  border-radius: 20px;
  overflow: hidden;
  background-color: #fff;
}
@media (max-width:1600px) {
  #news_page .pageContentAll .pageContent .topOneNews > .thisBox > .contentBox {
    width: 75%;
  }
}
@media (max-width:1300px) {
  #news_page .pageContentAll .pageContent .topOneNews > .thisBox > .contentBox {
    width: 75%;
  }
}
@media (max-width:1024px) {
  #news_page .pageContentAll .pageContent .topOneNews > .thisBox > .contentBox {
    width: 75%;
  }
}
#news_page .pageContentAll .pageContent .topOneNews > .thisBox > .contentBox .textBox {
  width: 39%;
  height: 100%;
  padding: 3vw;
}
#news_page .pageContentAll .pageContent .topOneNews > .thisBox > .contentBox .textBox .top {
  border-top: 1px solid #ccc;
  margin-bottom: 3.5vw;
  padding-top: 1vw;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  flex-wrap: unset;
  gap: 1vw;
}
#news_page .pageContentAll .pageContent .topOneNews > .thisBox > .contentBox .textBox .top .date {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  flex-wrap: unset;
  gap: 1vw;
}
#news_page .pageContentAll .pageContent .topOneNews > .thisBox > .contentBox .textBox .top .date .ico i {
  font-size: clamp(12px, 1vw, 1vw);
}
@media (max-width:1024px) {
  #news_page .pageContentAll .pageContent .topOneNews > .thisBox > .contentBox .textBox .top .date .ico i {
    font-size: 4vw;
  }
}
#news_page .pageContentAll .pageContent .topOneNews > .thisBox > .contentBox .textBox .top .title {
  font-size: clamp(12px, 1vw, 1vw);
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
}
@media (max-width:1024px) {
  #news_page .pageContentAll .pageContent .topOneNews > .thisBox > .contentBox .textBox .top .title {
    font-size: 4vw;
  }
}
#news_page .pageContentAll .pageContent .topOneNews > .thisBox > .contentBox .textBox .top .miaoshu {
  opacity: 0.7;
  line-height: 1.5em;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  margin-top: 1.5vw;
}
#news_page .pageContentAll .pageContent .topOneNews > .thisBox > .contentBox .imgBox {
  width: 61%;
  height: 100%;
}
#news_page .pageContentAll .pageContent .newsList > .thisBox {
  padding-top: 4vw;
}
#news_page .pageContentAll .pageContent .newsList > .thisBox > .contentBox {
  width: 75%;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  flex-wrap: unset;
}
@media (max-width:1600px) {
  #news_page .pageContentAll .pageContent .newsList > .thisBox > .contentBox {
    width: 75%;
  }
}
@media (max-width:1300px) {
  #news_page .pageContentAll .pageContent .newsList > .thisBox > .contentBox {
    width: 75%;
  }
}
@media (max-width:1024px) {
  #news_page .pageContentAll .pageContent .newsList > .thisBox > .contentBox {
    width: 75%;
  }
}
#news_page .pageContentAll .pageContent .newsList > .thisBox > .contentBox .ul {
  display: flex;
  flex-wrap: wrap;
  gap: 3vw;
  row-gap: 4vw;
  width: 100%;
}
#news_page .pageContentAll .pageContent .newsList > .thisBox > .contentBox .ul > li {
  width: calc(100% / 3 - (3 - 1) * 3vw / 3);
}
#news_page .pageContentAll .pageContent .newsList > .thisBox > .contentBox .ul .li {
  opacity: 0;
}
#news_page .pageContentAll .pageContent .newsList > .thisBox > .contentBox .ul .li .aBox .textBoxAll {
  border-top: 1px solid #ccc;
  margin-bottom: 3.5vw;
  padding-top: 1vw;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  flex-wrap: unset;
  gap: 1vw;
}
#news_page .pageContentAll .pageContent .newsList > .thisBox > .contentBox .ul .li .aBox .textBoxAll .date {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  flex-wrap: unset;
  gap: 1vw;
}
#news_page .pageContentAll .pageContent .newsList > .thisBox > .contentBox .ul .li .aBox .textBoxAll .date .ico i {
  font-size: clamp(12px, 1vw, 1vw);
}
@media (max-width:1024px) {
  #news_page .pageContentAll .pageContent .newsList > .thisBox > .contentBox .ul .li .aBox .textBoxAll .date .ico i {
    font-size: 4vw;
  }
}
#news_page .pageContentAll .pageContent .newsList > .thisBox > .contentBox .ul .li .aBox .textBoxAll .title {
  font-size: clamp(12px, 1vw, 1vw);
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
}
@media (max-width:1024px) {
  #news_page .pageContentAll .pageContent .newsList > .thisBox > .contentBox .ul .li .aBox .textBoxAll .title {
    font-size: 4vw;
  }
}
#news_page .pageContentAll .pageContent .newsList > .thisBox > .contentBox .ul .li .aBox .textBoxAll .miaoshu {
  opacity: 0.7;
  line-height: 1.5em;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  margin-top: 1.5vw;
}
#news_page .pageContentAll .pageContent .newsList > .thisBox > .contentBox .ul .li .aBox .imgBoxAll {
  width: 100%;
  height: 14vw;
  overflow: hidden;
  border-radius: 20px;
}
#news_page .pageContentAll .pageContent .newsList > .thisBox > .contentBox .ul .li .aBox .imgBoxAll .imgBox {
  width: 100%;
  height: 100%;
  transition-duration: 0.8s;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.56, -0.01, 0.04, 1);
}
#news_page .pageContentAll .pageContent .newsList > .thisBox > .contentBox .ul .li .aBox:hover .textBoxAll .title {
  color: #06273C;
}
#news_page .pageContentAll .pageContent .newsList > .thisBox > .contentBox .ul .li .aBox:hover .imgBoxAll .imgBox {
  transform: scale(1.1);
}
#product_page .pageContentAll .pageContent {
  padding-top: 0;
}
#product_page .pageContentAll .pageContent .topProduct {
  margin-top: -6vw;
}
#product_page .pageContentAll .pageContent .topProduct > .thisBox > .contentBox {
  width: 94%;
  margin: 0 auto;
}
#product_page .pageContentAll .pageContent .topProduct > .thisBox > .contentBox .ul {
  display: flex;
  flex-wrap: wrap;
  gap: 3vw;
}
#product_page .pageContentAll .pageContent .topProduct > .thisBox > .contentBox .ul > li {
  width: calc(100% / 2 - (2 - 1) * 3vw / 2);
}
#product_page .pageContentAll .pageContent .topProduct > .thisBox > .contentBox .ul .li .aBox {
  position: relative;
  height: 28vw;
  width: 100%;
  overflow: hidden;
  border-radius: 20px;
}
#product_page .pageContentAll .pageContent .topProduct > .thisBox > .contentBox .ul .li .aBox .imgBox {
  width: 100%;
  height: 100%;
  transition-duration: 0.8s;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.56, -0.01, 0.04, 1);
}
#product_page .pageContentAll .pageContent .topProduct > .thisBox > .contentBox .ul .li .aBox .textBox {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  flex-wrap: unset;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  position: absolute;
}
#product_page .pageContentAll .pageContent .topProduct > .thisBox > .contentBox .ul .li .aBox .textBox .title {
  font-size: clamp(12px, 1.9vw, 1.9vw);
  color: #fff;
  text-shadow: 0 0 20px #233950;
}
@media (max-width:1024px) {
  #product_page .pageContentAll .pageContent .topProduct > .thisBox > .contentBox .ul .li .aBox .textBox .title {
    font-size: 5.8vw;
  }
}
#product_page .pageContentAll .pageContent .topProduct > .thisBox > .contentBox .ul .li .aBox .textBox .subtitle {
  font-size: clamp(12px, 1.3vw, 1.3vw);
  color: #fff;
  font-family: 'en10';
  text-transform: uppercase;
  text-shadow: 0 0 20px #233950;
}
@media (max-width:1024px) {
  #product_page .pageContentAll .pageContent .topProduct > .thisBox > .contentBox .ul .li .aBox .textBox .subtitle {
    font-size: 4.6vw;
  }
}
#product_page .pageContentAll .pageContent .topProduct > .thisBox > .contentBox .ul .li .aBox:hover .imgBox {
  transform: scale(1.1);
}
#product_page .pageContentAll .pageContent .productList {
  margin-top: 3vw;
}
#product_page .pageContentAll .pageContent .productList > .thisBox > .contentBox {
  width: 94%;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  flex-wrap: unset;
}
#product_page .pageContentAll .pageContent .productList > .thisBox > .contentBox .ul {
  display: flex;
  flex-wrap: wrap;
  gap: 1vw;
}
#product_page .pageContentAll .pageContent .productList > .thisBox > .contentBox .ul > li {
  width: calc(100% / 3 - (3 - 1) * 1vw / 3);
}
#product_page .pageContentAll .pageContent .productList > .thisBox > .contentBox .ul .li .aBox {
  background-color: #f9f9f9;
  padding: 3vw 2vw 2vw 2vw;
  border-radius: 20px;
  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);
}
#product_page .pageContentAll .pageContent .productList > .thisBox > .contentBox .ul .li .aBox .title {
  font-size: clamp(12px, 1.1vw, 1.1vw);
}
@media (max-width:1024px) {
  #product_page .pageContentAll .pageContent .productList > .thisBox > .contentBox .ul .li .aBox .title {
    font-size: 4.2vw;
  }
}
#product_page .pageContentAll .pageContent .productList > .thisBox > .contentBox .ul .li .aBox .subtitle {
  font-family: 'en10';
  text-transform: uppercase;
}
#product_page .pageContentAll .pageContent .productList > .thisBox > .contentBox .ul .li .aBox .imgBox {
  margin: 1vw 0;
  width: 100%;
  height: 16vw;
  transition-duration: 0.8s;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.56, -0.01, 0.04, 1);
}
#product_page .pageContentAll .pageContent .productList > .thisBox > .contentBox .ul .li .aBox .imgBox img {
  object-fit: contain;
}
#product_page .pageContentAll .pageContent .productList > .thisBox > .contentBox .ul .li .aBox .proMore {
  position: relative;
  border: 1px solid #ccc;
  padding: 0.4vw 2vw;
  overflow: hidden;
  border-radius: 2vw;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  flex-wrap: unset;
  gap: 1vw;
}
#product_page .pageContentAll .pageContent .productList > .thisBox > .contentBox .ul .li .aBox .proMore .txt {
  position: relative;
  z-index: 1;
  transition-duration: 0.8s;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.56, -0.01, 0.04, 1);
}
#product_page .pageContentAll .pageContent .productList > .thisBox > .contentBox .ul .li .aBox .proMore i {
  position: relative;
  z-index: 1;
  transition-duration: 0.8s;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.56, -0.01, 0.04, 1);
}
#product_page .pageContentAll .pageContent .productList > .thisBox > .contentBox .ul .li .aBox .proMore::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: 0;
  height: 100%;
  background-color: #06273C;
}
#product_page .pageContentAll .pageContent .productList > .thisBox > .contentBox .ul .li .aBox:hover {
  transform: translateY(-1vw);
  box-shadow: 0 1vw 2vw rgba(0, 0, 0, 0.1);
}
#product_page .pageContentAll .pageContent .productList > .thisBox > .contentBox .ul .li .aBox:hover .imgBox {
  transform: scale(1.05);
}
#product_page .pageContentAll .pageContent .productList > .thisBox > .contentBox .ul .li .aBox:hover .proMore .txt {
  color: #E8C68E;
}
#product_page .pageContentAll .pageContent .productList > .thisBox > .contentBox .ul .li .aBox:hover .proMore i {
  color: #E8C68E;
}
#product_page .pageContentAll .pageContent .productList > .thisBox > .contentBox .ul .li .aBox:hover .proMore::after {
  width: 100%;
}
#advantages_page .pageContentAll .pageContent .advTextBox {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  flex-wrap: unset;
  gap: 1vw;
}
#advantages_page .pageContentAll .pageContent .advTextBox .subtitle {
  font-size: clamp(12px, 2.3vw, 2.3vw);
  font-family: 'en10';
  text-transform: uppercase;
}
@media (max-width:1024px) {
  #advantages_page .pageContentAll .pageContent .advTextBox .subtitle {
    font-size: 6.6vw;
  }
}
#advantages_page .pageContentAll .pageContent .advTextBox .title {
  font-size: clamp(12px, 2.3vw, 2.3vw);
}
@media (max-width:1024px) {
  #advantages_page .pageContentAll .pageContent .advTextBox .title {
    font-size: 6.6vw;
  }
}
#advantages_page .pageContentAll .pageContent .advTextBox .xian {
  width: 100%;
  border-top: 1px solid #333;
  margin: 2vw 0;
}
#advantages_page .pageContentAll .pageContent .advTextBox .miaoshu {
  font-size: clamp(12px, 1.2vw, 1.2vw);
  color: #06273C;
}
@media (max-width:1024px) {
  #advantages_page .pageContentAll .pageContent .advTextBox .miaoshu {
    font-size: 4.4vw;
  }
}
#advantages_page .pageContentAll .pageContent .advantages1 > .thisBox {
  padding-bottom: 7vw;
}
@media (max-width:1600px) {
  #advantages_page .pageContentAll .pageContent .advantages1 > .thisBox {
    padding-bottom: 7vw;
  }
}
@media (max-width:1300px) {
  #advantages_page .pageContentAll .pageContent .advantages1 > .thisBox {
    padding-bottom: 7vw;
  }
}
@media (max-width:1024px) {
  #advantages_page .pageContentAll .pageContent .advantages1 > .thisBox {
    padding-bottom: 12vw;
  }
}
#advantages_page .pageContentAll .pageContent .advantages1 > .thisBox > .contentBox {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  flex-wrap: unset;
  gap: 8vw;
}
#advantages_page .pageContentAll .pageContent .advantages1 > .thisBox > .contentBox .pics .imgBox {
  overflow: hidden;
  border-radius: 20px;
}
#advantages_page .pageContentAll .pageContent .advantages1 > .thisBox > .contentBox .pics .imgBox:nth-child(1) {
  width: 30vw;
  height: 36vw;
  margin-left: 10vw;
}
#advantages_page .pageContentAll .pageContent .advantages1 > .thisBox > .contentBox .pics .imgBox:nth-child(2) {
  margin-top: -14vw;
  width: 16vw;
  height: 16vw;
}
#advantages_page .pageContentAll .pageContent .advantages1 > .thisBox > .contentBox .advTextBox {
  width: 30vw;
}
#advantages_page .pageContentAll .pageContent .advantages2 > .thisBox > .contentBox {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  flex-wrap: unset;
  width: 100%;
  height: calc(100vh - 4vw * 1);
}
@media (max-width:1600px) {
  #advantages_page .pageContentAll .pageContent .advantages2 > .thisBox > .contentBox {
    height: calc(100vh - 5vw* 1);
  }
}
@media (max-width:1300px) {
  #advantages_page .pageContentAll .pageContent .advantages2 > .thisBox > .contentBox {
    height: calc(100vh - 5vw* 1);
  }
}
@media (max-width:1024px) {
  #advantages_page .pageContentAll .pageContent .advantages2 > .thisBox > .contentBox {
    height: unset;
  }
}
#advantages_page .pageContentAll .pageContent .advantages2 > .thisBox > .contentBox .leftBox {
  background-color: #fff;
  width: 50%;
  height: 100%;
  padding: 6vw 10vw;
}
#advantages_page .pageContentAll .pageContent .advantages2 > .thisBox > .contentBox .imgBoxAll {
  width: 50%;
  height: 100%;
}
#advantages_page .pageContentAll .pageContent .advantages2 > .thisBox > .contentBox .imgBoxAll .imgBox {
  width: 100%;
  height: 100%;
}
#advantages_page .pageContentAll .pageContent .advantages3 > .thisBox {
  padding-top: 7vw;
}
@media (max-width:1600px) {
  #advantages_page .pageContentAll .pageContent .advantages3 > .thisBox {
    padding-top: 7vw;
  }
}
@media (max-width:1300px) {
  #advantages_page .pageContentAll .pageContent .advantages3 > .thisBox {
    padding-top: 7vw;
  }
}
@media (max-width:1024px) {
  #advantages_page .pageContentAll .pageContent .advantages3 > .thisBox {
    padding-top: 12vw;
  }
}
#advantages_page .pageContentAll .pageContent .advantages3 > .thisBox > .contentBox {
  width: 80%;
  margin: 0 auto;
  height: 40vw;
  position: relative;
}
#advantages_page .pageContentAll .pageContent .advantages3 > .thisBox > .contentBox .imgBox {
  overflow: hidden;
  border-radius: 20px;
  width: 100%;
  height: 100%;
}
#advantages_page .pageContentAll .pageContent .advantages3 > .thisBox > .contentBox .textBox {
  position: absolute;
  right: 4vw;
  top: 2vw;
  border-radius: 20px;
  width: 50%;
  background-color: rgba(255, 255, 255, 0.4);
  padding: 4vw;
  height: 36vw;
}
#about_company_page .pageContentAll .pageContent {
  padding-top: 0;
}
#about_company_page .pageContentAll .pageContent .sinceBox {
  position: relative;
  padding-top: 7vw;
  padding-bottom: 16vw;
}
@media (max-width:1600px) {
  #about_company_page .pageContentAll .pageContent .sinceBox {
    padding-top: 7vw;
  }
}
@media (max-width:1300px) {
  #about_company_page .pageContentAll .pageContent .sinceBox {
    padding-top: 7vw;
  }
}
@media (max-width:1024px) {
  #about_company_page .pageContentAll .pageContent .sinceBox {
    padding-top: 12vw;
  }
}
#about_company_page .pageContentAll .pageContent .sinceBox > .thisBox {
  position: relative;
  z-index: 1;
}
#about_company_page .pageContentAll .pageContent .sinceBox > .thisBox > .contentBox {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  flex-wrap: unset;
  gap: 8vw;
}
#about_company_page .pageContentAll .pageContent .sinceBox > .thisBox > .contentBox .yearBox {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  flex-wrap: unset;
}
#about_company_page .pageContentAll .pageContent .sinceBox > .thisBox > .contentBox .yearBox .since {
  font-size: clamp(12px, 1.1vw, 1.1vw);
  opacity: 0.7;
}
@media (max-width:1024px) {
  #about_company_page .pageContentAll .pageContent .sinceBox > .thisBox > .contentBox .yearBox .since {
    font-size: 4.2vw;
  }
}
#about_company_page .pageContentAll .pageContent .sinceBox > .thisBox > .contentBox .yearBox .num {
  font-size: clamp(12px, 10.7vw, 10.7vw);
  font-family: 'en9';
  color: #06273C;
}
@media (max-width:1024px) {
  #about_company_page .pageContentAll .pageContent .sinceBox > .thisBox > .contentBox .yearBox .num {
    font-size: 23.4vw;
  }
}
#about_company_page .pageContentAll .pageContent .sinceBox > .thisBox > .contentBox .yearBox .quan {
  position: relative;
  margin-top: -4vw;
  transform: translateX(4vw);
  align-self: flex-end;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  flex-wrap: unset;
  width: 6vw;
  height: 6vw;
}
#about_company_page .pageContentAll .pageContent .sinceBox > .thisBox > .contentBox .yearBox .quan .cenText {
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  flex-wrap: unset;
}
#about_company_page .pageContentAll .pageContent .sinceBox > .thisBox > .contentBox .yearBox .quan .cenText .hisNum {
  font-size: clamp(12px, 1.3vw, 1.3vw);
  font-family: 'en10';
  text-transform: uppercase;
  color: #E8C68E;
}
@media (max-width:1024px) {
  #about_company_page .pageContentAll .pageContent .sinceBox > .thisBox > .contentBox .yearBox .quan .cenText .hisNum {
    font-size: 4.6vw;
  }
}
#about_company_page .pageContentAll .pageContent .sinceBox > .thisBox > .contentBox .yearBox .quan .cenText .dw {
  color: #E8C68E;
}
#about_company_page .pageContentAll .pageContent .sinceBox > .thisBox > .contentBox .yearBox .quan .quanT {
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
}
#about_company_page .pageContentAll .pageContent .sinceBox > .thisBox > .contentBox .yearBox .quan .quanT img {
  width: 100%;
  height: 100%;
  animation: xuanzhuan 40s linear 0s infinite normal;
}
#about_company_page .pageContentAll .pageContent .sinceBox > .thisBox > .contentBox .yearBox .num {
  width: 20vw;
}
#about_company_page .pageContentAll .pageContent .sinceBox > .thisBox > .contentBox .miaoshu {
  font-size: clamp(12px, 1.5vw, 1.5vw);
}
@media (max-width:1024px) {
  #about_company_page .pageContentAll .pageContent .sinceBox > .thisBox > .contentBox .miaoshu {
    font-size: 5vw;
  }
}
#about_company_page .pageContentAll .pageContent .jianjie {
  margin-top: -8vw;
  position: relative;
  z-index: 1;
}
#about_company_page .pageContentAll .pageContent .jianjie > .thisBox {
  padding-bottom: 7vw;
}
@media (max-width:1600px) {
  #about_company_page .pageContentAll .pageContent .jianjie > .thisBox {
    padding-bottom: 7vw;
  }
}
@media (max-width:1300px) {
  #about_company_page .pageContentAll .pageContent .jianjie > .thisBox {
    padding-bottom: 7vw;
  }
}
@media (max-width:1024px) {
  #about_company_page .pageContentAll .pageContent .jianjie > .thisBox {
    padding-bottom: 12vw;
  }
}
#about_company_page .pageContentAll .pageContent .jianjie > .thisBox > .contentBox {
  display: flex;
  flex-direction: row;
  align-items: flex-end;
  justify-content: center;
  flex-wrap: unset;
  gap: 10vw;
}
#about_company_page .pageContentAll .pageContent .jianjie > .thisBox > .contentBox .imgBox {
  width: 40vw;
  height: 50vw;
  border-radius: 20px;
  overflow: hidden;
}
#about_company_page .pageContentAll .pageContent .jianjie > .thisBox > .contentBox .textBox {
  width: 30vw;
  padding-bottom: 4vw;
}
#about_company_page .pageContentAll .pageContent .jianjie > .thisBox > .contentBox .textBox .subtitle {
  margin-bottom: 4vw;
  font-size: clamp(12px, 3.7vw, 3.7vw);
  font-family: 'en10';
  text-transform: uppercase;
  background: url(../img/img1.jpg) no-repeat center / cover;
  -webkit-background-clip: text;
  color: transparent;
}
@media (max-width:1024px) {
  #about_company_page .pageContentAll .pageContent .jianjie > .thisBox > .contentBox .textBox .subtitle {
    font-size: 9.4vw;
  }
}
#about_company_page .pageContentAll .pageContent .bigMode .thisBox {
  width: 100%;
  height: 30vw;
}
#about_company_page .pageContentAll .pageContent .bigMode .thisBox > .contentBox {
  position: relative;
  width: 100%;
  height: 100%;
}
#about_company_page .pageContentAll .pageContent .bigMode .thisBox > .contentBox .imgBox {
  overflow: hidden;
  width: 100%;
  height: 100%;
}
#about_company_page .pageContentAll .pageContent .bigMode .thisBox > .contentBox .imgBox img {
  height: auto;
}
#about_company_page .pageContentAll .pageContent .bigMode .thisBox > .contentBox .textBox {
  will-change: transform;
  position: absolute;
  top: 10vw;
  left: 50%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  flex-wrap: unset;
  transform: translateX(-50%);
}
#about_company_page .pageContentAll .pageContent .bigMode .thisBox > .contentBox .textBox .title {
  color: #fff;
  font-size: clamp(12px, 1.7vw, 1.7vw);
  text-shadow: 0 0 20px #5487bf;
}
@media (max-width:1024px) {
  #about_company_page .pageContentAll .pageContent .bigMode .thisBox > .contentBox .textBox .title {
    font-size: 5.4vw;
  }
}
#about_company_page .pageContentAll .pageContent .bigMode .thisBox > .contentBox .textBox .subtitle {
  font-size: clamp(12px, 3.7vw, 3.7vw);
  color: #fff;
  font-family: 'en10';
  text-transform: uppercase;
  text-shadow: 0 0 20px #5487bf;
}
@media (max-width:1024px) {
  #about_company_page .pageContentAll .pageContent .bigMode .thisBox > .contentBox .textBox .subtitle {
    font-size: 9.4vw;
  }
}
#about_company_page .pageContentAll .pageContent .bigMode .thisBox > .contentBox .textBox .miaoshu {
  margin-top: 2vw;
  font-size: clamp(12px, 1vw, 1vw);
  color: #fff;
  text-shadow: 0 0 20px #5487bf;
}
@media (max-width:1024px) {
  #about_company_page .pageContentAll .pageContent .bigMode .thisBox > .contentBox .textBox .miaoshu {
    font-size: 4vw;
  }
}
#about_company_page .pageContentAll .pageContent .slogenBox > .thisBox {
  padding-top: 10vw;
}
#about_company_page .pageContentAll .pageContent .slogenBox > .thisBox > .contentBox {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  flex-wrap: unset;
  gap: 8vw;
}
#about_company_page .pageContentAll .pageContent .slogenBox > .thisBox > .contentBox .textBox .subtitle {
  margin-bottom: 3vw;
  font-size: clamp(12px, 1.9vw, 1.9vw);
}
@media (max-width:1024px) {
  #about_company_page .pageContentAll .pageContent .slogenBox > .thisBox > .contentBox .textBox .subtitle {
    font-size: 5.8vw;
  }
}
#about_company_page .pageContentAll .pageContent .slogenBox > .thisBox > .contentBox .textBox .miaoshu {
  line-height: 2em;
}
#about_company_page .pageContentAll .pageContent .slogenBox > .thisBox > .contentBox .imgBox {
  border-radius: 20px;
  overflow: hidden;
  width: 40vw;
  height: 30vw;
}
#about_history_page .pageContentAll .pageContent .history > .thisBox .contentBox {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  justify-content: center;
  flex-wrap: unset;
  width: 75%;
  margin: 0 auto;
}
@media (max-width:1600px) {
  #about_history_page .pageContentAll .pageContent .history > .thisBox .contentBox {
    width: 75%;
  }
}
@media (max-width:1300px) {
  #about_history_page .pageContentAll .pageContent .history > .thisBox .contentBox {
    width: 75%;
  }
}
@media (max-width:1024px) {
  #about_history_page .pageContentAll .pageContent .history > .thisBox .contentBox {
    width: 75%;
  }
}
@media (max-width:1024px) {
  #about_history_page .pageContentAll .pageContent .history > .thisBox .contentBox {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    flex-wrap: unset;
  }
}
#about_history_page .pageContentAll .pageContent .history > .thisBox .contentBox .leftYears {
  position: relative;
  width: 15vw;
  height: calc(100vh - 4vw * 1);
  will-change: transform;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  flex-wrap: unset;
  border-right: 1px solid #ddd;
}
@media (max-width:1600px) {
  #about_history_page .pageContentAll .pageContent .history > .thisBox .contentBox .leftYears {
    height: calc(100vh - 5vw* 1);
  }
}
@media (max-width:1300px) {
  #about_history_page .pageContentAll .pageContent .history > .thisBox .contentBox .leftYears {
    height: calc(100vh - 5vw* 1);
  }
}
@media (max-width:1024px) {
  #about_history_page .pageContentAll .pageContent .history > .thisBox .contentBox .leftYears {
    height: unset;
  }
}
@media (max-width:1024px) {
  #about_history_page .pageContentAll .pageContent .history > .thisBox .contentBox .leftYears {
    width: 100%;
    padding: 8vw 0;
    background-color: #fff;
    display: none;
  }
}
#about_history_page .pageContentAll .pageContent .history > .thisBox .contentBox .leftYears .box {
  position: relative;
  width: 100%;
}
#about_history_page .pageContentAll .pageContent .history > .thisBox .contentBox .leftYears .box .ul {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  flex-wrap: unset;
}
#about_history_page .pageContentAll .pageContent .history > .thisBox .contentBox .leftYears .box .ul .li {
  position: relative;
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  flex-wrap: unset;
  padding: 0.5vw 0;
}
#about_history_page .pageContentAll .pageContent .history > .thisBox .contentBox .leftYears .box .ul .li .yearBox {
  position: relative;
  height: 3vw;
  padding: 1vw;
  cursor: pointer;
}
#about_history_page .pageContentAll .pageContent .history > .thisBox .contentBox .leftYears .box .ul .li .yearBox .year {
  font-size: clamp(12px, 1.2vw, 1.2vw);
  transition-duration: 0.3s;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.56, -0.01, 0.04, 1);
  font-family: 'en10';
  text-transform: uppercase;
}
@media (max-width:1024px) {
  #about_history_page .pageContentAll .pageContent .history > .thisBox .contentBox .leftYears .box .ul .li .yearBox .year {
    font-size: 4.4vw;
  }
}
#about_history_page .pageContentAll .pageContent .history > .thisBox .contentBox .leftYears .box .ul .li .yearBox svg {
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none;
  width: 100%;
}
#about_history_page .pageContentAll .pageContent .history > .thisBox .contentBox .leftYears .box .ul .li .yearBox svg path {
  fill: none;
  stroke: #06273C;
}
#about_history_page .pageContentAll .pageContent .history > .thisBox .contentBox .leftYears .box .ul .li::before {
  content: '';
  position: absolute;
  display: block;
  top: 50%;
  width: 30%;
  left: 0;
  height: 2px;
  background-color: #ccc;
}
#about_history_page .pageContentAll .pageContent .history > .thisBox .contentBox .leftYears .box .ul .li.on .yearBox .year {
  transform: scale(1.2);
  transform-origin: 0 50%;
  color: #06273C;
}
#about_history_page .pageContentAll .pageContent .history > .thisBox .contentBox .leftYears .box .dotLine {
  position: absolute;
  right: -2px;
  transition-duration: 0.8s;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.56, -0.01, 0.04, 1);
  height: 5vw;
  width: 3px;
  top: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  flex-wrap: unset;
}
@media (max-width:1024px) {
  #about_history_page .pageContentAll .pageContent .history > .thisBox .contentBox .leftYears .box .dotLine {
    display: none;
  }
}
#about_history_page .pageContentAll .pageContent .history > .thisBox .contentBox .leftYears .box .dotLine div {
  width: 100%;
  height: 1.5vw;
  border-radius: 1px;
  background-color: #06273C;
}
#about_history_page .pageContentAll .pageContent .history > .thisBox .contentBox .leftYears::after {
  content: '';
  position: absolute;
  display: block;
  left: 0;
  top: 0;
  width: 1.8vw;
  height: 100%;
  background-image: url(../img/historyListBg.png);
  background-size: 100% auto;
  background-repeat: repeat-y;
}
#about_history_page .pageContentAll .pageContent .history > .thisBox .contentBox .rightCout {
  padding-left: 6vw;
  width: calc(100% - 15vw);
}
@media (max-width:1024px) {
  #about_history_page .pageContentAll .pageContent .history > .thisBox .contentBox .rightCout {
    width: 100%;
    padding-left: 0;
  }
}
#about_history_page .pageContentAll .pageContent .history > .thisBox .contentBox .rightCout .ul {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  flex-wrap: unset;
  gap: 10vw;
}
#about_history_page .pageContentAll .pageContent .history > .thisBox .contentBox .rightCout .ul .li {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  flex-wrap: unset;
}
#about_history_page .pageContentAll .pageContent .history > .thisBox .contentBox .rightCout .ul .li .year {
  position: relative;
}
#about_history_page .pageContentAll .pageContent .history > .thisBox .contentBox .rightCout .ul .li .year > div {
  font-size: clamp(12px, 9.7vw, 9.7vw);
  font-family: 'en10';
  text-transform: uppercase;
  margin-bottom: 6vw;
  background: -webkit-linear-gradient(rgba(0, 0, 0, 0.8), rgba(0, 0, 0, 0));
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  padding-right: 2vw;
  line-height: 0.8em;
}
@media (max-width:1024px) {
  #about_history_page .pageContentAll .pageContent .history > .thisBox .contentBox .rightCout .ul .li .year > div {
    font-size: 21.4vw;
  }
}
#about_history_page .pageContentAll .pageContent .history > .thisBox .contentBox .rightCout .ul .li .year > div.t1 {
  position: relative;
  z-index: 1;
}
#about_history_page .pageContentAll .pageContent .history > .thisBox .contentBox .rightCout .ul .li .year > div.t2 {
  position: absolute;
  top: 2vw;
  left: 2vw;
  opacity: 0.1;
}
#about_history_page .pageContentAll .pageContent .history > .thisBox .contentBox .rightCout .ul .li .box {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  flex-wrap: unset;
  width: 100%;
}
#about_history_page .pageContentAll .pageContent .history > .thisBox .contentBox .rightCout .ul .li .box .imgBoxAll {
  width: 60%;
  position: relative;
  transform: rotate(5deg);
}
#about_history_page .pageContentAll .pageContent .history > .thisBox .contentBox .rightCout .ul .li .box .imgBoxAll .imgBox {
  -webkit-mask-image: url(../img/hisImgMask.png);
  -webkit-mask-size: 100% 100%;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center;
}
#about_history_page .pageContentAll .pageContent .history > .thisBox .contentBox .rightCout .ul .li .box .imgBoxAll .imgBox .color {
  background-color: #06273C;
  width: 100%;
  height: 100%;
}
#about_history_page .pageContentAll .pageContent .history > .thisBox .contentBox .rightCout .ul .li .box .imgBoxAll .imgBox:nth-child(1) {
  position: relative;
  z-index: 1;
}
#about_history_page .pageContentAll .pageContent .history > .thisBox .contentBox .rightCout .ul .li .box .imgBoxAll .imgBox:nth-child(2) {
  position: absolute;
  top: 0;
  opacity: 0.2;
  left: 0%;
  transform: rotate(10deg);
}
#about_history_page .pageContentAll .pageContent .history > .thisBox .contentBox .rightCout .ul .li .box .textBox {
  position: relative;
  z-index: 1;
  width: 40%;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  justify-content: center;
  flex-wrap: unset;
}
#about_history_page .pageContentAll .pageContent .history > .thisBox .contentBox .rightCout .ul .li .box .textBox .miaoshu {
  width: 120%;
  font-size: clamp(12px, 2.1vw, 2.1vw);
}
@media (max-width:1024px) {
  #about_history_page .pageContentAll .pageContent .history > .thisBox .contentBox .rightCout .ul .li .box .textBox .miaoshu {
    font-size: 6.2vw;
  }
}
#about_history_page .pageContentAll .pageContent .history > .thisBox .contentBox .rightCout .ul .li:nth-child(2n) {
  align-items: flex-end;
}
#about_history_page .pageContentAll .pageContent .history > .thisBox .contentBox .rightCout .ul .li:nth-child(2n) .box {
  flex-direction: row-reverse;
}
#about_history_page .pageContentAll .pageContent .history > .thisBox .contentBox .rightCout .ul .li:nth-child(2n) .box .imgBoxAll {
  transform: rotate(-5deg);
}
#about_history_page .pageContentAll .pageContent .history > .thisBox .contentBox .rightCout .ul .li:nth-child(2n) .box .textBox {
  align-items: flex-start;
}
#wenzhang_page .pageContentAll .pageContent {
  padding-top: 0;
}
#wenzhang_page .pageContentAll .pageContent .wenzhangBox {
  margin-top: -3vw;
}
#wenzhang_page .pageContentAll .pageContent .wenzhangBox > .thisBox .contentBox {
  border-radius: 20px;
  background-color: #fff;
  padding: 4vw;
  width: 75%;
  margin: 0 auto;
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  justify-content: center;
  flex-wrap: unset;
}
@media (max-width:1600px) {
  #wenzhang_page .pageContentAll .pageContent .wenzhangBox > .thisBox .contentBox {
    width: 75%;
  }
}
@media (max-width:1300px) {
  #wenzhang_page .pageContentAll .pageContent .wenzhangBox > .thisBox .contentBox {
    width: 75%;
  }
}
@media (max-width:1024px) {
  #wenzhang_page .pageContentAll .pageContent .wenzhangBox > .thisBox .contentBox {
    width: 75%;
  }
}
#wenzhang_page .pageContentAll .pageContent .wenzhangBox > .thisBox .contentBox .newsCoutAll {
  padding-right: 6vw;
  width: calc(100% - 20vw);
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  flex-wrap: unset;
  gap: 1vw;
}
@media (max-width:1024px) {
  #wenzhang_page .pageContentAll .pageContent .wenzhangBox > .thisBox .contentBox .newsCoutAll {
    padding-right: 0;
    width: 100%;
    gap: 3vw;
  }
}
#wenzhang_page .pageContentAll .pageContent .wenzhangBox > .thisBox .contentBox .newsCoutAll .lujing {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  flex-wrap: unset;
  opacity: 0.5;
}
#wenzhang_page .pageContentAll .pageContent .wenzhangBox > .thisBox .contentBox .newsCoutAll .lujing * {
  font-size: clamp(12px, 0.7vw, 0.7vw);
  margin: 0 0.4vw;
}
@media (max-width:1024px) {
  #wenzhang_page .pageContentAll .pageContent .wenzhangBox > .thisBox .contentBox .newsCoutAll .lujing * {
    font-size: 3.4vw;
  }
}
#wenzhang_page .pageContentAll .pageContent .wenzhangBox > .thisBox .contentBox .newsCoutAll .wenzhangName {
  font-size: clamp(12px, 2.1vw, 2.1vw);
  font-family: 'cn1';
}
@media (max-width:1024px) {
  #wenzhang_page .pageContentAll .pageContent .wenzhangBox > .thisBox .contentBox .newsCoutAll .wenzhangName {
    font-size: 6.2vw;
  }
}
#wenzhang_page .pageContentAll .pageContent .wenzhangBox > .thisBox .contentBox .newsCoutAll .date {
  font-size: clamp(12px, 1vw, 1vw);
}
@media (max-width:1024px) {
  #wenzhang_page .pageContentAll .pageContent .wenzhangBox > .thisBox .contentBox .newsCoutAll .date {
    font-size: 4vw;
  }
}
@media (max-width:1024px) {
  #wenzhang_page .pageContentAll .pageContent .wenzhangBox > .thisBox .contentBox .newsCoutAll .date {
    font-size: 5vw;
  }
}
#wenzhang_page .pageContentAll .pageContent .wenzhangBox > .thisBox .contentBox .newsCoutAll .xian {
  width: 100%;
  height: 1px;
  background-color: #ccc;
  margin: 1vw 0;
}
#wenzhang_page .pageContentAll .pageContent .wenzhangBox > .thisBox .contentBox .newsCoutAll .detailContentBox .wenzhang {
  width: 100%;
}
#wenzhang_page .pageContentAll .pageContent .wenzhangBox > .thisBox .contentBox .newsCoutAll .detailContentBox .wenzhang p {
  font-size: clamp(12px, 0.9vw, 0.9vw);
}
@media (max-width:1024px) {
  #wenzhang_page .pageContentAll .pageContent .wenzhangBox > .thisBox .contentBox .newsCoutAll .detailContentBox .wenzhang p {
    font-size: 3.8vw;
  }
}
#wenzhang_page .pageContentAll .pageContent .wenzhangBox > .thisBox .contentBox .newsCoutAll .moreLink {
  border-top: 1px dashed #999;
  padding-top: 1vw;
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  flex-wrap: unset;
  gap: 1vw;
}
@media (max-width:1024px) {
  #wenzhang_page .pageContentAll .pageContent .wenzhangBox > .thisBox .contentBox .newsCoutAll .moreLink {
    padding-top: 4vw;
    gap: 6vw;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    flex-wrap: unset;
  }
}
#wenzhang_page .pageContentAll .pageContent .wenzhangBox > .thisBox .contentBox .newsCoutAll .moreLink .moreBox {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  flex-wrap: unset;
  gap: 0.5vw;
}
@media (max-width:1024px) {
  #wenzhang_page .pageContentAll .pageContent .wenzhangBox > .thisBox .contentBox .newsCoutAll .moreLink .moreBox {
    gap: 3vw;
  }
}
#wenzhang_page .pageContentAll .pageContent .wenzhangBox > .thisBox .contentBox .newsCoutAll .moreLink .moreBox .link {
  font-size: clamp(12px, 1vw, 1vw);
}
@media (max-width:1024px) {
  #wenzhang_page .pageContentAll .pageContent .wenzhangBox > .thisBox .contentBox .newsCoutAll .moreLink .moreBox .link {
    font-size: 4vw;
  }
}
#wenzhang_page .pageContentAll .pageContent .wenzhangBox > .thisBox .contentBox .newsCoutAll .moreLink .moreBox .link:hover {
  text-decoration: underline;
  color: #06273C;
}
#wenzhang_page .pageContentAll .pageContent .wenzhangBox > .thisBox .contentBox .rightCout {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  flex-wrap: unset;
  gap: 4vw;
}
#wenzhang_page .pageContentAll .pageContent .wenzhangBox > .thisBox .contentBox .rightCout .titleBiaoti {
  width: 100%;
  font-size: clamp(12px, 1.3vw, 1.3vw);
}
@media (max-width:1024px) {
  #wenzhang_page .pageContentAll .pageContent .wenzhangBox > .thisBox .contentBox .rightCout .titleBiaoti {
    font-size: 4.6vw;
  }
}
#wenzhang_page .pageContentAll .pageContent .wenzhangBox > .thisBox .contentBox .rightCout .hotNews {
  width: 20vw;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  flex-wrap: unset;
  gap: 1vw;
}
@media (max-width:1024px) {
  #wenzhang_page .pageContentAll .pageContent .wenzhangBox > .thisBox .contentBox .rightCout .hotNews {
    display: none;
  }
}
#wenzhang_page .pageContentAll .pageContent .wenzhangBox > .thisBox .contentBox .rightCout .hotNews .ul {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  flex-wrap: unset;
}
#wenzhang_page .pageContentAll .pageContent .wenzhangBox > .thisBox .contentBox .rightCout .hotNews .ul .li {
  padding: 1.4vw 0;
  border-bottom: 1px solid #ddd;
  width: 100%;
}
#wenzhang_page .pageContentAll .pageContent .wenzhangBox > .thisBox .contentBox .rightCout .hotNews .ul .li .aBox {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  flex-wrap: unset;
  height: 6vw;
}
#wenzhang_page .pageContentAll .pageContent .wenzhangBox > .thisBox .contentBox .rightCout .hotNews .ul .li .aBox .imgBox {
  width: 40%;
  height: 100%;
}
#wenzhang_page .pageContentAll .pageContent .wenzhangBox > .thisBox .contentBox .rightCout .hotNews .ul .li .aBox .textBox {
  padding-left: 1vw;
  width: 60%;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  flex-wrap: unset;
  gap: 1vw;
}
#wenzhang_page .pageContentAll .pageContent .wenzhangBox > .thisBox .contentBox .rightCout .hotNews .ul .li .aBox .textBox .title {
  font-size: clamp(12px, 0.9vw, 0.9vw);
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}
@media (max-width:1024px) {
  #wenzhang_page .pageContentAll .pageContent .wenzhangBox > .thisBox .contentBox .rightCout .hotNews .ul .li .aBox .textBox .title {
    font-size: 3.8vw;
  }
}
#wenzhang_page .pageContentAll .pageContent .wenzhangBox > .thisBox .contentBox .rightCout .hotNews .ul .li .aBox .textBox .date {
  font-size: clamp(12px, 0.7vw, 0.7vw);
}
@media (max-width:1024px) {
  #wenzhang_page .pageContentAll .pageContent .wenzhangBox > .thisBox .contentBox .rightCout .hotNews .ul .li .aBox .textBox .date {
    font-size: 3.4vw;
  }
}
#wenzhang_page .pageContentAll .pageContent .wenzhangBox > .thisBox .contentBox .rightCout .hotNews .ul .li .aBox:hover .textBox .title {
  color: #06273C;
}
#wenzhang_page .pageContentAll .pageContent .wenzhangBox > .thisBox .contentBox .rightCout .contact {
  width: 100%;
}
#wenzhang_page .pageContentAll .pageContent .wenzhangBox > .thisBox .contentBox .rightCout .contact .cout {
  margin-top: 1vw;
  background-color: rgba(6, 39, 60, 0.05);
  padding: 2vw;
  border-radius: 1vw;
}
#wenzhang_page .pageContentAll .pageContent .wenzhangBox > .thisBox .contentBox .rightCout .contact .cout .txt {
  font-size: clamp(12px, 1.1vw, 1.1vw);
}
@media (max-width:1024px) {
  #wenzhang_page .pageContentAll .pageContent .wenzhangBox > .thisBox .contentBox .rightCout .contact .cout .txt {
    font-size: 4.2vw;
  }
}
#service_message_page .pageContentAll .pageContent {
  padding-top: 0;
}
#service_message_page .pageContentAll .pageContent .message {
  margin-top: -5vw;
  position: relative;
}
#service_message_page .pageContentAll .pageContent .message > .thisBox {
  position: relative;
  z-index: 1;
  width: 100%;
  height: 100%;
}
#service_message_page .pageContentAll .pageContent .message > .thisBox .contentBox {
  border-radius: 20px;
  padding: 5vw;
  width: 75%;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  flex-wrap: unset;
  position: relative;
  background-color: #fff;
}
@media (max-width:1600px) {
  #service_message_page .pageContentAll .pageContent .message > .thisBox .contentBox {
    width: 75%;
  }
}
@media (max-width:1300px) {
  #service_message_page .pageContentAll .pageContent .message > .thisBox .contentBox {
    width: 75%;
  }
}
@media (max-width:1024px) {
  #service_message_page .pageContentAll .pageContent .message > .thisBox .contentBox {
    width: 75%;
  }
}
#service_message_page .pageContentAll .pageContent .message > .thisBox .contentBox .biaodan {
  width: 100%;
}
#service_message_page .pageContentAll .pageContent .message > .thisBox .contentBox .biaodan form {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  flex-wrap: unset;
}
#service_message_page .pageContentAll .pageContent .message > .thisBox .contentBox .biaodan form .inputBox {
  position: relative;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  flex-wrap: unset;
  width: 100%;
  padding: 2vw 0;
  border-bottom: 1px solid #ccc;
}
@media (max-width:1024px) {
  #service_message_page .pageContentAll .pageContent .message > .thisBox .contentBox .biaodan form .inputBox {
    margin-bottom: 6vw;
  }
}
#service_message_page .pageContentAll .pageContent .message > .thisBox .contentBox .biaodan form .inputBox .bdTitle {
  position: relative;
  display: block;
  width: 8vw;
  font-size: clamp(12px, 0.9vw, 0.9vw);
  font-family: 'cn1';
  margin-bottom: 1vw;
}
@media (max-width:1024px) {
  #service_message_page .pageContentAll .pageContent .message > .thisBox .contentBox .biaodan form .inputBox .bdTitle {
    font-size: 3.8vw;
  }
}
@media (max-width:1024px) {
  #service_message_page .pageContentAll .pageContent .message > .thisBox .contentBox .biaodan form .inputBox .bdTitle {
    width: 100%;
  }
}
#service_message_page .pageContentAll .pageContent .message > .thisBox .contentBox .biaodan form .inputBox .input {
  position: relative;
  width: calc(100% - 8vw);
}
@media (max-width:1024px) {
  #service_message_page .pageContentAll .pageContent .message > .thisBox .contentBox .biaodan form .inputBox .input {
    width: 100%;
  }
}
#service_message_page .pageContentAll .pageContent .message > .thisBox .contentBox .biaodan form .inputBox .input input {
  width: 100%;
  background-color: transparent;
  height: 100%;
  padding-left: 2vw;
  background-color: #f8f8f8;
  border-radius: 20px;
  border: none;
  height: 4vw;
}
@media (max-width:1024px) {
  #service_message_page .pageContentAll .pageContent .message > .thisBox .contentBox .biaodan form .inputBox .input input {
    padding-left: 4vw;
  }
}
@media (max-width:1024px) {
  #service_message_page .pageContentAll .pageContent .message > .thisBox .contentBox .biaodan form .inputBox .input input {
    height: 12vw;
  }
}
#service_message_page .pageContentAll .pageContent .message > .thisBox .contentBox .biaodan form .inputBox .input textarea {
  width: 100%;
  background-color: transparent;
  height: 100%;
  padding-left: 2vw;
  background-color: #f8f8f8;
  border-radius: 20px;
  border: none;
  height: 6vw;
  resize: vertical;
}
@media (max-width:1024px) {
  #service_message_page .pageContentAll .pageContent .message > .thisBox .contentBox .biaodan form .inputBox .input textarea {
    padding-left: 4vw;
  }
}
#service_message_page .pageContentAll .pageContent .message > .thisBox .contentBox .biaodan form .inputBox.textarea {
  width: 100%;
}
#service_message_page .pageContentAll .pageContent .message > .thisBox .contentBox .biaodan form .inputBox.textarea .input textarea {
  height: 6vw;
  font-family: auto;
  padding: 1vw 2vw;
  width: 100%;
  outline: none;
}
@media (max-width:1024px) {
  #service_message_page .pageContentAll .pageContent .message > .thisBox .contentBox .biaodan form .inputBox.textarea .input textarea {
    padding: 4vw;
    height: 40vw;
  }
}
#service_message_page .pageContentAll .pageContent .message > .thisBox .contentBox .biaodan form .inputBox.yanzhengma .input {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  flex-wrap: unset;
  gap: 1vw;
}
#service_message_page .pageContentAll .pageContent .message > .thisBox .contentBox .biaodan form .inputBox.yanzhengma .yanz {
  position: absolute;
  right: 0;
  top: 0;
  height: 100%;
}
#service_message_page .pageContentAll .pageContent .message > .thisBox .contentBox .biaodan form .inputBox.yanzhengma .yanz img {
  height: 100%;
  cursor: pointer;
}
#service_message_page .pageContentAll .pageContent .message > .thisBox .contentBox .biaodan form .inputBox.must .bdTitle::after {
  content: '*';
  position: absolute;
  color: red;
}
#service_message_page .pageContentAll .pageContent .message > .thisBox .contentBox .biaodan form .inputBox .tianxieInfo {
  position: absolute;
  left: 0;
  top: 110%;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-start;
  flex-wrap: unset;
}
#service_message_page .pageContentAll .pageContent .message > .thisBox .contentBox .biaodan form .inputBox.zhengque .tianxieInfo i {
  color: green;
}
#service_message_page .pageContentAll .pageContent .message > .thisBox .contentBox .biaodan form .inputBox.zhengque .tianxieInfo .txt {
  color: green;
}
#service_message_page .pageContentAll .pageContent .message > .thisBox .contentBox .biaodan form .inputBox.cuowu .tianxieInfo i {
  color: red;
}
#service_message_page .pageContentAll .pageContent .message > .thisBox .contentBox .biaodan form .inputBox.cuowu .tianxieInfo .txt {
  color: red;
}
#service_message_page .pageContentAll .pageContent .message > .thisBox .contentBox .biaodan form .button {
  margin: 0 auto;
  margin-top: 2vw;
  width: 100%;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  flex-wrap: unset;
}
#service_message_page .pageContentAll .pageContent .message > .thisBox .contentBox .biaodan form .button .submit {
  cursor: pointer;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  flex-wrap: unset;
  gap: 1vw;
  height: 3vw;
  padding: 0 2vw;
  background-color: #06273C;
  border-radius: 20px;
}
@media (max-width:1024px) {
  #service_message_page .pageContentAll .pageContent .message > .thisBox .contentBox .biaodan form .button .submit {
    width: 100%;
    height: 14vw;
  }
}
#service_message_page .pageContentAll .pageContent .message > .thisBox .contentBox .biaodan form .button .submit .txt {
  color: #fff;
  transition-duration: 0.3s;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.56, -0.01, 0.04, 1);
  font-family: 'cn1';
}
#service_message_page .pageContentAll .pageContent .message > .thisBox .contentBox .biaodan form .button .submit i {
  color: #06273C;
  transition-duration: 0.3s;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.56, -0.01, 0.04, 1);
  color: #fff;
}
#service_question_page .pageContentAll .pageContent {
  padding-top: 0;
}
#service_question_page .pageContentAll .pageContent .question {
  margin-top: -5vw;
}
#service_question_page .pageContentAll .pageContent .question > .thisBox > .contentBox {
  width: 75%;
  margin: 0 auto;
  background-color: #fff;
  border-radius: 20px;
  padding: 5vw;
}
@media (max-width:1600px) {
  #service_question_page .pageContentAll .pageContent .question > .thisBox > .contentBox {
    width: 75%;
  }
}
@media (max-width:1300px) {
  #service_question_page .pageContentAll .pageContent .question > .thisBox > .contentBox {
    width: 75%;
  }
}
@media (max-width:1024px) {
  #service_question_page .pageContentAll .pageContent .question > .thisBox > .contentBox {
    width: 75%;
  }
}
#service_question_page .pageContentAll .pageContent .question > .thisBox > .contentBox .ul .li .box {
  border-bottom: 1px solid #ccc;
}
#service_question_page .pageContentAll .pageContent .question > .thisBox > .contentBox .ul .li .box .ques {
  cursor: pointer;
  padding: 2vw 0;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  flex-wrap: unset;
}
#service_question_page .pageContentAll .pageContent .question > .thisBox > .contentBox .ul .li .box .ques .titleBox {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  flex-wrap: unset;
}
#service_question_page .pageContentAll .pageContent .question > .thisBox > .contentBox .ul .li .box .ques .titleBox .bigT {
  width: 8vw;
  font-size: clamp(12px, 3.7vw, 3.7vw);
  font-family: 'en10';
  text-transform: uppercase;
}
@media (max-width:1024px) {
  #service_question_page .pageContentAll .pageContent .question > .thisBox > .contentBox .ul .li .box .ques .titleBox .bigT {
    font-size: 9.4vw;
  }
}
#service_question_page .pageContentAll .pageContent .question > .thisBox > .contentBox .ul .li .box .ques .titleBox .txt {
  width: calc(100% - 8vw);
  font-size: clamp(12px, 1.3vw, 1.3vw);
}
@media (max-width:1024px) {
  #service_question_page .pageContentAll .pageContent .question > .thisBox > .contentBox .ul .li .box .ques .titleBox .txt {
    font-size: 4.6vw;
  }
}
#service_question_page .pageContentAll .pageContent .question > .thisBox > .contentBox .ul .li .box .ques .ico {
  position: relative;
  background-color: #06273C;
  border-radius: 50%;
  width: 3vw;
  height: 3vw;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  flex-wrap: unset;
}
#service_question_page .pageContentAll .pageContent .question > .thisBox > .contentBox .ul .li .box .ques .ico div {
  width: 40%;
  height: 1px;
  background-color: #fff;
  transition-duration: 0.8s;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.56, -0.01, 0.04, 1);
}
#service_question_page .pageContentAll .pageContent .question > .thisBox > .contentBox .ul .li .box .ques .ico div:nth-child(1) {
  transform: rotate(180deg);
}
#service_question_page .pageContentAll .pageContent .question > .thisBox > .contentBox .ul .li .box .ques .ico div:nth-child(2) {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) rotate(270deg);
}
#service_question_page .pageContentAll .pageContent .question > .thisBox > .contentBox .ul .li .box .anser {
  position: relative;
  overflow: hidden;
  height: 0;
  transition-duration: 0.8s;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.56, -0.01, 0.04, 1);
}
#service_question_page .pageContentAll .pageContent .question > .thisBox > .contentBox .ul .li .box .anser .box {
  padding: 2vw 0;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-start;
  flex-wrap: unset;
}
#service_question_page .pageContentAll .pageContent .question > .thisBox > .contentBox .ul .li .box .anser .box .bigT {
  font-size: clamp(12px, 3.7vw, 3.7vw);
  font-family: 'en10';
  text-transform: uppercase;
  width: 8vw;
}
@media (max-width:1024px) {
  #service_question_page .pageContentAll .pageContent .question > .thisBox > .contentBox .ul .li .box .anser .box .bigT {
    font-size: 9.4vw;
  }
}
#service_question_page .pageContentAll .pageContent .question > .thisBox > .contentBox .ul .li .box .anser .box .txt {
  width: calc(100% - 8vw);
}
#service_question_page .pageContentAll .pageContent .question > .thisBox > .contentBox .ul .li .box .anser .box .txt p {
  font-size: clamp(12px, 0.9vw, 0.9vw);
}
@media (max-width:1024px) {
  #service_question_page .pageContentAll .pageContent .question > .thisBox > .contentBox .ul .li .box .anser .box .txt p {
    font-size: 3.8vw;
  }
}
#service_question_page .pageContentAll .pageContent .question > .thisBox > .contentBox .ul .li .box .anser::before {
  content: '';
  position: absolute;
  display: block;
  top: 0;
  right: 0;
  border-top: 1px solid #ccc;
  width: calc(100% - 8vw);
}
#service_question_page .pageContentAll .pageContent .question > .thisBox > .contentBox .ul .li.on .box .ques .ico div:nth-child(1) {
  transform: rotate(0);
}
#service_question_page .pageContentAll .pageContent .question > .thisBox > .contentBox .ul .li.on .box .ques .ico div:nth-child(2) {
  transform: translate(-50%, -50%) rotate(0);
}
#service_shouhou_page .pageContentAll .pageContent {
  padding-top: 0;
}
#service_shouhou_page .pageContentAll .pageContent .shouhou {
  margin-top: -5vw;
}
#service_shouhou_page .pageContentAll .pageContent .shouhou > .thisBox > .contentBox {
  width: 75%;
  margin: 0 auto;
  background-color: #fff;
  border-radius: 20px;
  padding: 4vw 6vw;
}
@media (max-width:1600px) {
  #service_shouhou_page .pageContentAll .pageContent .shouhou > .thisBox > .contentBox {
    width: 75%;
  }
}
@media (max-width:1300px) {
  #service_shouhou_page .pageContentAll .pageContent .shouhou > .thisBox > .contentBox {
    width: 75%;
  }
}
@media (max-width:1024px) {
  #service_shouhou_page .pageContentAll .pageContent .shouhou > .thisBox > .contentBox {
    width: 75%;
  }
}
#service_shouhou_page .pageContentAll .pageContent .shouhou > .thisBox > .contentBox .content p {
  position: relative;
  font-size: clamp(12px, 1.1vw, 1.1vw);
  padding: 2vw 0;
  border-bottom: 1px dashed #ccc;
  padding-left: 2vw;
}
@media (max-width:1024px) {
  #service_shouhou_page .pageContentAll .pageContent .shouhou > .thisBox > .contentBox .content p {
    font-size: 4.2vw;
  }
}
#service_shouhou_page .pageContentAll .pageContent .shouhou > .thisBox > .contentBox .content p::before {
  content: '';
  position: absolute;
  display: block;
  left: 0;
  top: 2.8vw;
  border-radius: 50%;
  background-color: #06273C;
  width: 0.6vw;
  height: 0.6vw;
}
#about_honor_page .pageContentAll .pageContent .honorList > .thisBox > .contentBox {
  width: 75%;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  flex-wrap: unset;
}
@media (max-width:1600px) {
  #about_honor_page .pageContentAll .pageContent .honorList > .thisBox > .contentBox {
    width: 75%;
  }
}
@media (max-width:1300px) {
  #about_honor_page .pageContentAll .pageContent .honorList > .thisBox > .contentBox {
    width: 75%;
  }
}
@media (max-width:1024px) {
  #about_honor_page .pageContentAll .pageContent .honorList > .thisBox > .contentBox {
    width: 75%;
  }
}
#about_honor_page .pageContentAll .pageContent .honorList > .thisBox > .contentBox .ul {
  display: flex;
  flex-wrap: wrap;
  gap: 4vw;
}
#about_honor_page .pageContentAll .pageContent .honorList > .thisBox > .contentBox .ul > li {
  width: calc(100% / 3 - (3 - 1) * 4vw / 3);
}
#about_honor_page .pageContentAll .pageContent .honorList > .thisBox > .contentBox .ul .li {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  flex-wrap: unset;
  gap: 0.6vw;
}
#about_honor_page .pageContentAll .pageContent .honorList > .thisBox > .contentBox .ul .li .imgBoxAll {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  flex-wrap: unset;
  padding: 1vw;
  height: 20vw;
  border: 1px solid #ccc;
}
#about_honor_page .pageContentAll .pageContent .honorList > .thisBox > .contentBox .ul .li .imgBoxAll .imgBox {
  transition-duration: 0.8s;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.56, -0.01, 0.04, 1);
}
#about_honor_page .pageContentAll .pageContent .honorList > .thisBox > .contentBox .ul .li .imgBoxAll:hover .imgBox {
  transform: scale(0.9);
}
#about_honor_page .pageContentAll .pageContent .honorList > .thisBox > .contentBox .ul .li .imgBoxAll:hover .imgBox img {
  object-fit: contain;
}
#about_honor_page .pageContentAll .pageContent .honorList > .thisBox > .contentBox .ul .li .title {
  font-size: clamp(12px, 1.1vw, 1.1vw);
}
@media (max-width:1024px) {
  #about_honor_page .pageContentAll .pageContent .honorList > .thisBox > .contentBox .ul .li .title {
    font-size: 4.2vw;
  }
}
#product_detail_page .pageContentAll .pageContent {
  padding-top: 0;
}
#product_detail_page .pageContentAll .pageContent .productDteail {
  margin-top: -3vw;
}
#product_detail_page .pageContentAll .pageContent .productDteail > .thisBox .contentBox {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  flex-wrap: unset;
  border-radius: 20px;
  background-color: #fff;
  padding: 4vw;
  width: 75%;
  margin: 0 auto;
}
@media (max-width:1600px) {
  #product_detail_page .pageContentAll .pageContent .productDteail > .thisBox .contentBox {
    width: 75%;
  }
}
@media (max-width:1300px) {
  #product_detail_page .pageContentAll .pageContent .productDteail > .thisBox .contentBox {
    width: 75%;
  }
}
@media (max-width:1024px) {
  #product_detail_page .pageContentAll .pageContent .productDteail > .thisBox .contentBox {
    width: 75%;
  }
}
#product_detail_page .pageContentAll .pageContent .productDteail > .thisBox .contentBox .title {
  font-size: clamp(12px, 2.5vw, 2.5vw);
}
@media (max-width:1024px) {
  #product_detail_page .pageContentAll .pageContent .productDteail > .thisBox .contentBox .title {
    font-size: 7vw;
  }
}
#product_detail_page .pageContentAll .pageContent .productDteail > .thisBox .contentBox .subtitle {
  position: relative;
}
#product_detail_page .pageContentAll .pageContent .productDteail > .thisBox .contentBox .subtitle .txt {
  font-size: clamp(12px, 1.1vw, 1.1vw);
  font-family: 'en10';
  text-transform: uppercase;
}
@media (max-width:1024px) {
  #product_detail_page .pageContentAll .pageContent .productDteail > .thisBox .contentBox .subtitle .txt {
    font-size: 4.2vw;
  }
}
#product_detail_page .pageContentAll .pageContent .productDteail > .thisBox .contentBox .zhutuBox {
  width: 100%;
  will-change: transform;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  flex-wrap: unset;
}
@media (max-width:1024px) {
  #product_detail_page .pageContentAll .pageContent .productDteail > .thisBox .contentBox .zhutuBox {
    width: 100%;
    gap: 4vw;
  }
}
#product_detail_page .pageContentAll .pageContent .productDteail > .thisBox .contentBox .zhutuBox .top {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  flex-wrap: unset;
}
@media (max-width:1024px) {
  #product_detail_page .pageContentAll .pageContent .productDteail > .thisBox .contentBox .zhutuBox .top {
    height: unset;
  }
}
#product_detail_page .pageContentAll .pageContent .productDteail > .thisBox .contentBox .zhutuBox .top .imgBoxAll {
  height: 37vw;
  width: 100%;
  height: 100%;
  background-color: #f9f9f9;
  border-radius: 20px;
  margin: 2vw 0;
}
#product_detail_page .pageContentAll .pageContent .productDteail > .thisBox .contentBox .zhutuBox .top .imgBoxAll .oneImg {
  padding: 2vw;
  width: 100%;
  height: 100%;
}
@media (max-width:1024px) {
  #product_detail_page .pageContentAll .pageContent .productDteail > .thisBox .contentBox .zhutuBox .top .imgBoxAll .oneImg {
    padding: 6vw;
  }
}
#product_detail_page .pageContentAll .pageContent .productDteail > .thisBox .contentBox .zhutuBox .top .imgBoxAll .oneImg .imgBox {
  width: 100%;
  height: 100%;
}
#product_detail_page .pageContentAll .pageContent .productDteail > .thisBox .contentBox .zhutuBox .top .imgBoxAll .oneImg .imgBox img {
  object-fit: contain;
}
#product_detail_page .pageContentAll .pageContent .productDteail > .thisBox .contentBox .zhutuBox .top .imgBoxAll .picsImg {
  position: relative;
  width: 100%;
  height: 100%;
}
#product_detail_page .pageContentAll .pageContent .productDteail > .thisBox .contentBox .zhutuBox .top .imgBoxAll .picsImg #proDetailPics {
  width: 100%;
  height: 100%;
}
#product_detail_page .pageContentAll .pageContent .productDteail > .thisBox .contentBox .zhutuBox .top .imgBoxAll .picsImg #proDetailPics .swiper-slide {
  padding: 0 5vw;
}
#product_detail_page .pageContentAll .pageContent .productDteail > .thisBox .contentBox .zhutuBox .top .imgBoxAll .picsImg #proDetailPics .swiper-slide .imgBox {
  width: 100%;
  height: 100%;
}
#product_detail_page .pageContentAll .pageContent .productDteail > .thisBox .contentBox .zhutuBox .top .imgBoxAll .picsImg #proDetailPics .swiper-slide .imgBox img {
  object-fit: contain;
}
#product_detail_page .pageContentAll .pageContent .productDteail > .thisBox .contentBox .zhutuBox .top .imgBoxAll .picsImg .swiperControl .navigation .navigationThis > div {
  top: 50%;
  transform: translate(0, -50%);
  background-color: #333;
  position: absolute;
  z-index: 1;
}
#product_detail_page .pageContentAll .pageContent .productDteail > .thisBox .contentBox .zhutuBox .top .imgBoxAll .picsImg .swiperControl .navigation .navigationThis > div i {
  color: #fff;
}
#product_detail_page .pageContentAll .pageContent .productDteail > .thisBox .contentBox .zhutuBox .top .imgBoxAll .picsImg .swiperControl .navigation .navigationThis > div:hover {
  background-color: #06273C;
}
#product_detail_page .pageContentAll .pageContent .productDteail > .thisBox .contentBox .zhutuBox .top .imgBoxAll .picsImg .swiperControl .navigation .navigationThis .leftBtn {
  left: 2vw;
}
#product_detail_page .pageContentAll .pageContent .productDteail > .thisBox .contentBox .zhutuBox .top .imgBoxAll .picsImg .swiperControl .navigation .navigationThis .rightBtn {
  right: 2vw;
}
#product_detail_page .pageContentAll .pageContent .productDteail > .thisBox .contentBox .zhutuBox .bottom {
  width: 100%;
  height: 8vw;
}
#product_detail_page .pageContentAll .pageContent .productDteail > .thisBox .contentBox .zhutuBox .bottom .swiperBox {
  height: 100%;
}
#product_detail_page .pageContentAll .pageContent .productDteail > .thisBox .contentBox .zhutuBox .bottom .swiperBox #tabsImgSwiper {
  height: 100%;
}
#product_detail_page .pageContentAll .pageContent .productDteail > .thisBox .contentBox .zhutuBox .bottom .swiperBox #tabsImgSwiper .swiper-slide {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  flex-wrap: unset;
}
#product_detail_page .pageContentAll .pageContent .productDteail > .thisBox .contentBox .zhutuBox .bottom .swiperBox #tabsImgSwiper .swiper-slide .imgBox {
  cursor: pointer;
  border: 1px solid #ddd;
  border-radius: 20px;
  aspect-ratio: 1;
  height: 100%;
}
#product_detail_page .pageContentAll .pageContent .productDteail > .thisBox .contentBox .zhutuBox .bottom .swiperBox #tabsImgSwiper .swiper-slide .imgBox img {
  object-fit: cover;
}
#product_detail_page .pageContentAll .pageContent .productDteail > .thisBox .contentBox .zhutuBox .bottom .swiperBox #tabsImgSwiper .swiper-slide.on .imgBox {
  border-color: #06273C;
}
#product_detail_page .pageContentAll .pageContent .productDteail > .thisBox .contentBox .proInfo {
  padding-top: 4vw;
  width: 100%;
}
@media (max-width:1024px) {
  #product_detail_page .pageContentAll .pageContent .productDteail > .thisBox .contentBox .proInfo {
    width: 75%;
    margin: 0 auto;
    padding: 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    flex-wrap: unset;
  }
}
@media (max-width:1024px) and (max-width:1600px) {
  #product_detail_page .pageContentAll .pageContent .productDteail > .thisBox .contentBox .proInfo {
    width: 75%;
  }
}
@media (max-width:1024px) and (max-width:1300px) {
  #product_detail_page .pageContentAll .pageContent .productDteail > .thisBox .contentBox .proInfo {
    width: 75%;
  }
}
@media (max-width:1024px) and (max-width:1024px) {
  #product_detail_page .pageContentAll .pageContent .productDteail > .thisBox .contentBox .proInfo {
    width: 75%;
  }
}
#product_detail_page .pageContentAll .pageContent .productDteail > .thisBox .contentBox .proInfo .top {
  position: relative;
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  flex-wrap: unset;
  gap: 1vw;
}
@media (max-width:1024px) {
  #product_detail_page .pageContentAll .pageContent .productDteail > .thisBox .contentBox .proInfo .top {
    gap: 6vw;
    align-items: center;
  }
}
#product_detail_page .pageContentAll .pageContent .productDteail > .thisBox .contentBox .proInfo .top .miaoshu {
  line-height: 2.5em;
  font-size: clamp(12px, 0.7vw, 0.7vw);
  opacity: 0.8;
}
@media (max-width:1024px) {
  #product_detail_page .pageContentAll .pageContent .productDteail > .thisBox .contentBox .proInfo .top .miaoshu {
    font-size: 3.4vw;
  }
}
#product_detail_page .pageContentAll .pageContent .productDteail > .thisBox .contentBox .proInfo .top .crowd {
  margin-top: 2vw;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
  flex-wrap: unset;
  width: 100%;
}
#product_detail_page .pageContentAll .pageContent .productDteail > .thisBox .contentBox .proInfo .top .crowd .bdTitle {
  margin-bottom: 1vw;
  border: 1px solid var(--fontCor20);
  padding: 0.2vw 1vw;
}
@media (max-width:1024px) {
  #product_detail_page .pageContentAll .pageContent .productDteail > .thisBox .contentBox .proInfo .top .crowd .bdTitle {
    padding: 2vw 8vw;
  }
}
#product_detail_page .pageContentAll .pageContent .productDteail > .thisBox .contentBox .proInfo .top .crowd .bdCout {
  display: flex;
  flex-wrap: wrap;
  gap: 2vw;
  row-gap: 1vw;
  width: 100%;
}
#product_detail_page .pageContentAll .pageContent .productDteail > .thisBox .contentBox .proInfo .top .crowd .bdCout > li {
  width: calc(100% / 2 - (2 - 1) * 2vw / 2);
}
#product_detail_page .pageContentAll .pageContent .productDteail > .thisBox .contentBox .proInfo .top .crowd .bdCout li {
  position: relative;
  border: 1px solid #ccc;
  font-size: clamp(12px, 0.9vw, 0.9vw);
  padding: 0.8vw 1vw;
  padding-left: 2vw;
}
@media (max-width:1024px) {
  #product_detail_page .pageContentAll .pageContent .productDteail > .thisBox .contentBox .proInfo .top .crowd .bdCout li {
    font-size: 3.8vw;
  }
}
@media (max-width:1024px) {
  #product_detail_page .pageContentAll .pageContent .productDteail > .thisBox .contentBox .proInfo .top .crowd .bdCout li {
    padding: 4vw 0;
    padding-left: 4vw;
  }
}
#product_detail_page .pageContentAll .pageContent .productDteail > .thisBox .contentBox .proInfo .top .crowd .bdCout li::after {
  content: '';
  position: absolute;
  display: block;
  left: 1vw;
  top: 50%;
  transform: translate(0, -50%);
  width: 0.3vw;
  height: 0.3vw;
  border-radius: 50%;
  background-color: #06273C;
}
@media (max-width:1024px) {
  #product_detail_page .pageContentAll .pageContent .productDteail > .thisBox .contentBox .proInfo .top .crowd .bdCout li::after {
    width: 2vw;
    height: 2vw;
  }
}
#product_detail_page .pageContentAll .pageContent .productDteail > .thisBox .contentBox .proInfo .top .moreA {
  height: 3vw;
  padding: 0 2vw;
  background-color: #06273C;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  flex-wrap: unset;
  gap: 1vw;
  margin-top: 2vw;
}
@media (max-width:1024px) {
  #product_detail_page .pageContentAll .pageContent .productDteail > .thisBox .contentBox .proInfo .top .moreA {
    height: 12vw;
    padding: 0 10vw;
  }
}
#product_detail_page .pageContentAll .pageContent .productDteail > .thisBox .contentBox .proInfo .top .moreA .txt {
  color: #fff;
  font-family: 'cn1';
}
#product_detail_page .pageContentAll .pageContent .productDteail > .thisBox .contentBox .proInfo .top .moreA i {
  color: #fff;
  font-size: clamp(12px, 0.9vw, 0.9vw);
}
@media (max-width:1024px) {
  #product_detail_page .pageContentAll .pageContent .productDteail > .thisBox .contentBox .proInfo .top .moreA i {
    font-size: 3.8vw;
  }
}
#product_detail_page .pageContentAll .pageContent .productDteail > .thisBox .contentBox .proInfo .xian {
  width: 100%;
  border-top: 1px dashed #ccc;
  margin: 3vw 0;
}
#product_detail_page .pageContentAll .pageContent .productDteail > .thisBox .contentBox .proInfo .wenzhang {
  padding: 2vw 0;
  border-left: none;
  border-right: none;
  will-change: transform;
}
@media (max-width:1024px) {
  #product_detail_page .pageContentAll .pageContent .productDteail > .thisBox .contentBox .proInfo .wenzhang {
    padding: 6vw 0;
    margin-top: 6vw;
  }
}
#product_detail_page .pageContentAll .pageContent .productDteail > .thisBox .contentBox .proInfo .wenzhang p {
  padding: 0;
}
#product_detail_page .pageContentAll .pageContent .productDteail > .thisBox .contentBox .proInfo .wenzhang p img {
  margin: 0;
}
#product_detail_page .pageContentAll .pageContent .productDteail > .thisBox .contentBox .proInfo .hint {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  flex-wrap: unset;
  margin-top: 2vw;
}
@media (max-width:1024px) {
  #product_detail_page .pageContentAll .pageContent .productDteail > .thisBox .contentBox .proInfo .hint {
    margin-top: 4vw;
  }
}
