@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, 1vw, 1vw);
  color: #000;
  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 {
  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: 3vw 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: #ffdc5d;
}
::-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: #ffdc5d;
  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: #000;
  background-color: #ffdc5d;
}
.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: #ffdc5d;
  box-shadow: 2px 2px 30px rgba(255, 200, 0, 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: linear-gradient(125deg, rgb(255 255 255) 0% 0%, rgb(255 206 29) 100% 100%);
}
.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: #000;
  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);

  position: relative;
  z-index: 1;
  color: #fff;
  transform: translateX(1vw);
}
@media (max-width:1024px) {
  .unifyButton .unifyButtonThis > .thisBox {
  position: relative;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  flex-wrap: unset;
  gap: 0.6vw;
  width: 25vw;
  height: 10.2vw;
}
  .unifyButton .unifyButtonThis > .thisBox .txt {
    font-size: 3.6vw;
  }
}
.unifyButton .unifyButtonThis > .thisBox .yuan {
  top: 0;
  
  position: absolute;
  left: 0;
  background-color: #000;
  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: #ffdc5d;
}
.unifyButton .unifyButtonThis:hover .txt {
  transform: translateX(-1vw);
}
.unifyButton.white .unifyButtonThis > .thisBox .txt {
  color: #fff;
}
.unifyButton.white .unifyButtonThis > .thisBox .ico i {
  color: #fff;
}
@media (max-width:1024px) {
  .unifyButton .unifyButtonThis > .thisBox .yuan {
    display: none;
position: absolute;
bottom: 0;
    left: 0;
    background-color: #fff;
    width: 5.2vw;
    height: 5.2vw;

    flex-direction: column;
    align-items: center;
    justify-content: center;
    flex-wrap: unset;
    border-radius: 50%;
}
}



.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: #ffdc5d;
  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: #ffdc5d;
  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{
       width: 7vw;
  height: 7vw;
  }
}
.swiperControl .navigation .navigationThis .btn:hover {
  background-color: #ffdc5d;
}
.swiperControl .navigation .navigationThis .btn:hover i {
  color: #fff;
}
.swiperControl .pagination .paginationThis .swiper-pagination-bullet {
  width: 2.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: #ffdc5d;
  width: 3vw;
}
.ani_txt {
  position: relative;
}
.ani_txt .initTxt {
  overflow: hidden;
}
.ani_txt .initTxt div {
  font-family: 'cn1';
}
.ani_txt .initTxt.initTxt div {
  color: #000;
  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: #333;
  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: 95%;
  }
}
.unifyTitle .unifyTitleThis > .thisBox {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  flex-wrap: unset;
}
.unifyTitle .unifyTitleThis > .thisBox .leftInfo {
 display: flex
;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    flex-wrap: unset;
}
.unifyTitle .unifyTitleThis > .thisBox .leftInfo .cn {
  font-size: clamp(12px, 2.9vw, 2.9vw);
}
@media (max-width:1024px) {
  .unifyTitle .unifyTitleThis > .thisBox .leftInfo .cn {
    font-size: 6.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, 1.4vw, 1.4vw);
  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%;
  background-color: #ffdc5d;
}
.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: center;
  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 {
     padding: 0 4vw 0 0;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  flex-wrap: unset;
}
.topNav .topNavThis .thisBox .navBoxAll .topNavLeft .logoBox {
  position: relative;
      margin-right: 0;
  padding: 1vw;
  z-index: 1;
  transition-duration: 0.8s;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.56, -0.01, 0.04, 1);
  width: 12vw;
  height: 100%;
 
}

@media (max-width:1024px) {
  .topNav .topNavThis .thisBox .navBoxAll .topNavLeft .logoBox {
    margin-right: 10vw;
  width: 32vw;
  height: 100%;
 
}
.topNav .topNavThis .thisBox .navBoxAll .topNavLeft {
     padding: 0 14vw 0 0;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  flex-wrap: unset;
}
}
.topNav .topNavThis .thisBox .navBoxAll .topNavLeft .logoBox img{
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.topNav .topNavThis .thisBox .navBoxAll .topNavLeft .logoBox .color {
  background-color: #ffdc5d;
  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: 10vw;
}
.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: #000;
  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: #000;
}
.topNav .topNavThis .thisBox .navBoxAll .topNavLeft .navBar .ul .li.on .a1 .txt div {
  color: #000;
}
.topNav .topNavThis .thisBox .navBoxAll .topNavLeft .navBar .ul .li.on .a1 i {
  color: #000;
  transform: rotate(180deg);
}
.topNav .topNavThis .thisBox .navBoxAll .topNavLeft .navBar .ul .li:first-child {

}
.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 .topNavLeft .navBar{
    display: none;
  }
  .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: #ffdc5d;
}
@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: #000;
}
.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: #ffdc5d;
}
.topNav .topNavThis .thisBox .navBoxAll .navRight .goMessage .aBox .txt {
  color: #000;
}
@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: 10vw;
  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;
}
@media (max-width: 1024px) {
    .topNav .topNavThis .thisBox .navBoxAll .navRight .openBtn .menuBtn .ul {
        width: 10vw;
        height: 10vw;
    }
}
.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: #ffdc5d;
}
.topNav .topNavThis .thisBox .navTwoBoxAll {
  position: relative;
}
.topNav .topNavThis .thisBox .navTwoBoxAll .twoNav {
 
  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: #ffd128;
  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: #ffdc5d;
}
.topNav .topNavThis .thisBox .navTwoBoxAll .twoNav.product .twoNavBar .swiperBox .swiperControl {
  border-top: 1px solid #000;
  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: 22vw;
  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 #000;
}
.topNav .topNavThis .thisBox .navTwoBoxAll .twoNav.normal .twoNavBar .leftNavList .ul {
    height: 100%;
    display: flex
;
    flex-direction: column;
    align-items: flex-start;
    flex-wrap: wrap;
    gap: 1vw;

}
.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: #333;
}
.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: #ffdc5d;
}
.topNav.scrollShow .topNavThis > .thisBox .navBoxAll .navBar .ul .li .a1 .txt div {
  color: #000;
}
.topNav.scrollShow .topNavThis > .thisBox .navBoxAll .navBar .ul .li .a1:hover .txt div {
  color: #333;
}
.topNav.scrollShow .topNavThis > .thisBox .navBoxAll .navRight .openBtn .menuBtn .txt .t {
  color: #000;
}
.topNav.scrollShow .topNavThis > .thisBox .navBoxAll .navRight .openBtn .menuBtn .ul {
  border-color: #000;
}
.topNav.scrollShow .topNavThis > .thisBox .navBoxAll .navRight .openBtn .menuBtn .ul .li {
  background-color: #000;
}
.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: #ffdc5d;
  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%;
  
}
.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 .openNavLogo {
  width: 30vw;
  height: 30vw;
}
  .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 {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  flex-wrap: unset;
  gap: 8vw;
  width: 100%;
}
  .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 #ffdc5d;
}
.openNav .openNavThis > .thisBox .contentBox .openNavBar .ul1 .li1 .a1:hover {
  transform: translateX(1vw);
  color: #ffdc5d;
}
.openNav .openNavThis > .thisBox .contentBox .openNavBar .ul1 .li1 .a1:hover::before {
  width: 2vw;
}
.openNav .openNavThis > .thisBox .contentBox .openNavBar .ul1 .li1 .a1:hover div {
  color: #ffdc5d;
}
.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 #000;
  color: #000;
  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: #000;
  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: #ffdc5d;
  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{
    display:none
  }
  .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: #ffdc5d;
}
.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);
color: #fff;}

.foot .footThis > .thisBox .contentBox .cenCout .rigthBox .footNavBar .ul1 .li1  .ani_txt .initTxt.initTxt div{
  color: #fff;
}
@media (max-width:1024px) {
  .foot .footThis > .thisBox .contentBox .cenCout .rigthBox{
    display:none
  }
  .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 {
  color: #fff;
  margin-top: 1vw;
}
.foot .footThis > .thisBox .contentBox .cenCout .rigthBox .footNavBar .ul1 .li1 .twoNav .ul2 {
  color: #fff;
  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%;
    display: flex;
    flex-direction: column;
  }
}
.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: #ffdc5d;
}
.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: 50vw;
  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: 100%;
}
.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, 2.9vw, 2.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, 2vw, 2vw);
  text-align: center;
}
@media (max-width:1024px) {
  .twoPageBox .pageContentAll .twoBanner .bannerThis > .thisBox .contentBox .textBox .subname {
    font-size: 4.5vw;
  }
}
.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{
         width: 7vw;
  height: 7vw;
    }
  .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::after{
 content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgb(255 200 0 / 71%);
}
.twoPageBox .pageContentAll .detalBanner > .thisBox > .contentBox .imgBox {
  width: 100%;
  height: 100%;
}
.twoPageBox .pageContentAll .detalBanner > .thisBox > .contentBox .posiBox {
  position: absolute;
  z-index: 999;
  left: 12%;
  bottom: 6vw;
}
.twoPageBox .pageContentAll .detalBanner > .thisBox > .contentBox .posiBox .goBack {
  border: 1px solid #000;
  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: #000;
}
.twoPageBox .pageContentAll .detalBanner > .thisBox > .contentBox .posiBox .goBack .txt {
  color: #000;
}
.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 .detalBanner > .thisBox > .contentBox .posiBox .goBack {
    border: 1px solid #000;
    height: 7.4vw;
    padding: 0 2vw;
    display: flex
;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    flex-wrap: unset;
    gap: 1vw;
    border-radius: 3.2vw;
}
  .twoPageBox .pageContentAll .sortNav .sortNavThis > .thisBox .contentBox {
    width: 90%;
  }
}
.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: #ffdc5d;
  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;
}
@media (max-width:1024px) {
  .twoPageBox .pageContentAll .sortNav .sortNavThis > .thisBox .contentBox .navBox .navUl {
    padding: 1vw 2vw;
    border-radius: 12vw;
  }
}
.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;
}
@media (max-width:1024px) {
  .twoPageBox .pageContentAll .sortNav .sortNavThis > .thisBox .contentBox .navBox .navUl .li .aBox {
    width: 26vw;
    height: 8vw;
    border-radius: 12vw;
  }
}
.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: #c9b293;
}
.twoPageBox .pageContentAll .sortNav .sortNavThis > .thisBox .contentBox .navBox .navUl .li.on .aBox {
  background-color: #000;
}
.twoPageBox .pageContentAll .sortNav .sortNavThis > .thisBox .contentBox .navBox .navUl .li.on .aBox .txt div {
  color: #fff;
}
.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: #ffdc5d;
}
.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: #ffdc5d;
}
.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);
}

.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 #ffdc5d;
}
.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: #ffdc5d;
  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 .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, 2.7vw, 2.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, 2.7vw, 2.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: 5vw;
  padding-bottom: 8vw;
}
#index_page .pageContentAll .inxQuestion > .thisBox > .contentBox .box {
  position: relative;
  width: 90%;
    margin: auto;
    height: 100%;
    
    display: flex
;
}
#index_page .pageContentAll .inxQuestion > .thisBox > .contentBox .box .cenImg {
  width: 100%;
  height: 100%;
  gap:3vw;
  display: flex;
  position: relative;
  /* -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 .leftimgBox{
  width: 100%;
   height: 100%;
   position: relative;
}
#index_page .pageContentAll .inxQuestion > .thisBox > .contentBox .box .cenImg .leftimgBox img{
  object-fit: contain;
    width: 100%;
    height: 100%;
}
#index_page .pageContentAll .inxQuestion > .thisBox > .contentBox .box .cenImg .rightimgBox{
  width: 60%;
    padding: 4vw;
    right: 0;
    height: 100%;
    position: absolute;
}
#index_page .pageContentAll .inxQuestion > .thisBox > .contentBox .box .cenImg .rightimgBox img{
  object-fit: contain;
    width: 100%;
    height: 100%;
}
#index_page .pageContentAll .inxQuestion > .thisBox > .contentBox .box .cenImg .color {
  background-color: #ffdc5d;
  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: #ffdc5d;
  font-size: clamp(12px, 1.7vw, 1.7vw);
}
@media (max-width:1024px) {
  #index_page .pageContentAll .inxQuestion > .thisBox > .contentBox .box .positionText .ul .li .overHider .title {
    font-size: 5.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: 28vw;
  height: 15vw;
  clip-path: url(#quesPath1);
}
#index_page .pageContentAll .inxQuestion > .thisBox > .contentBox .box .positionText .ul .li:nth-child(2) {
  left: 86%;
  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 {

  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 img {
  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: -10%;
    width: 100%;
    margin: auto;
    top: 50%;
    transform: translateY(-50%);
    display: flex;
    flex-direction: column;
    align-items: baseline;
    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 {
  background-color: #fff;
  width: 100%;
  height: 46vh;
}
  #index_page .pageContentAll .inxAbout > .thisBox > .contentBox .rightTextBox{
        position: absolute;
    right: 0;
    width: 90%;
    margin: auto;
    top: 50%;
    transform: translateY(-50%);
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    flex-wrap: unset;
  }
  #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, 3vw, 3vw);
    font-family: 'en9';
    width: 100%;
}
@media (max-width:1024px) {
  #index_page .pageContentAll .inxAbout > .thisBox > .contentBox .rightTextBox .yearBox .num {
    font-size: 7.4vw;
  }
}
#index_page .pageContentAll .inxAbout > .thisBox > .contentBox .rightTextBox .yearBox .quan {
  position: relative;
  margin-top: -4vw;
  transform: translateX(6vw);
  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.2vw, 1.2vw);
  font-family: 'en10';
  text-transform: uppercase;
  color: #E8C68E;
}
@media (max-width:1024px) {
  #index_page .pageContentAll .inxAbout > .thisBox > .contentBox .rightTextBox .yearBox .quan {

        margin-top: -13vw;
        transform: translateX(-1vw);
        width: 23vw;
        top: -18vw;
        height: 23vw;
    }
  #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: 16px;
  }
}

/* ========================================
   inxAbout 产品介绍板块 - 新样式
   ======================================== */
#index_page .pageContentAll .inxAbout {
 
    position: relative;
    overflow: hidden;
}
#index_page .pageContentAll .inxAbout > .thisBox {
    width: 85%;
 
    margin: 0 auto;
    padding-top: 4vw;
    padding-bottom: 4vw;
    height: auto;
}
#index_page .pageContentAll .inxAbout > .thisBox > .contentBox {
    width: 100%;
    margin: 0 auto;
    position: relative;
    height: auto;
    display: flex;
    flex-direction: column;
    gap: 2vw;
}

/* 标题 */
#index_page .pageContentAll .inxAbout .about-title {
    font-size: clamp(18px, 2.9vw, 2.9vw);
  
    color: #0D2B85;
    text-align: center;
    line-height: 2.4;
}

/* 内容区容器 */
#index_page .pageContentAll .inxAbout .about-content-wrapper {
    position: relative;
    width: 100%;
    padding: 2vw 0;
}

/* 蓝色圆角背景 */
#index_page .pageContentAll .inxAbout .about-bg {
    position: absolute;
    top: 20%;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 0;
    
}
#index_page .pageContentAll .inxAbout .about-bg-blue::after{
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 2vw;
    background: linear-gradient(135deg, #1a3fb0 0%, #0d2b8573 100%);
}
#index_page .pageContentAll .inxAbout .about-bg-blue {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
  background-image: url('../img/beijin2.jpg');
  background-size: cover;
    border-radius: 2vw;
}
#index_page .pageContentAll .inxAbout .about-bg-milk {
  border-radius: 2vw;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 25%;
    background: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 1440 120"><path fill="%23ffffff" d="M0,64L48,69.3C96,75,192,85,288,80C384,75,480,53,576,48C672,43,768,53,864,58.7C960,64,1056,64,1152,58.7C1248,53,1344,43,1392,37.3L1440,32L1440,120L1392,120C1344,120,1248,120,1152,120C1056,120,960,120,864,120C768,120,672,120,576,120C480,120,384,120,288,120C192,120,96,120,48,120L0,120Z"/></svg>') no-repeat bottom center;
    background-size: cover;
}

/* 内容：左图右文 */
#index_page .pageContentAll .inxAbout .about-content {
    position: relative;
    z-index: 1;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 3vw;
    padding: 2vw 3vw;
}

/* 左侧图片 */
#index_page .pageContentAll .inxAbout .about-images {
    flex: 1;
    position: relative;
    display: flex;
    align-items: flex-end;
    justify-content: center;
    min-height: 25vw;
}
#index_page .pageContentAll .inxAbout .about-img-box {
    position: absolute;
    width: 100%;
    filter: drop-shadow(0 10px 30px rgba(0, 0, 0, 0.2));
}
#index_page .pageContentAll .inxAbout .about-img-box img {
    width: 100%;
    height: 100%;
    display: block;
}
#index_page .pageContentAll .inxAbout .about-img-1 {
    left: 5%;
    bottom: 0;
    transform: rotate(-8deg);
    z-index: 2;
}
#index_page .pageContentAll .inxAbout .about-img-2 {
    right: 5%;
    bottom: -1vw;
    transform: rotate(6deg);
    z-index: 1;
}

/* 右侧文字 */
#index_page .pageContentAll .inxAbout .about-text {
    flex: 1;
    color: #fff;
    display: flex;
    flex-direction: column;
    gap: 1.2vw;
}
#index_page .pageContentAll .inxAbout .about-text p {
    font-size: clamp(13px, 1.5vw, 1.5vw);
    line-height: 1.8;
    margin: 0;
     color: #fff;
}
#index_page .pageContentAll .inxAbout .about-text p strong {
    color: #FFD700;
    font-weight: bold;
}
#index_page .pageContentAll .inxAbout .about-text .about-highlight {
    font-size: clamp(14px, 1.3vw, 1.5vw);
    font-weight: bold;
    padding-top: 0.5vw;
    border-top: 1px solid rgba(255, 255, 255, 0.2);
}

/* 响应式 */
@media (max-width:1024px) {
    #index_page .pageContentAll .inxAbout .about-bg-milk {
    border-radius: 2vw;
    position: absolute;
    bottom: -12px;
    left: 0;
    right: 0;
    height: 19%;
 
}
    #index_page .pageContentAll .inxAbout > .thisBox {
        width: 100%;
        padding-top: 16vw;
        padding-bottom: 8vw;
        height: auto;
    }
    #index_page .pageContentAll .inxAbout .about-title {
        font-size: 5.5vw;
    }
    #index_page .pageContentAll .inxAbout .about-content {
        flex-direction: column;
        padding: 4vw 3vw;
        gap: 5vw;
    }
    #index_page .pageContentAll .inxAbout .about-images {
        min-height: 20vw;
        width: 100%;
    }
    #index_page .pageContentAll .inxAbout .about-img-box {
      
                width: 40%;
        left: 32%;
        bottom: -18px;
    }
    #index_page .pageContentAll .inxAbout .about-text {
        width: 100%;
        gap: 3vw;
    }
    #index_page .pageContentAll .inxAbout .about-text p {
        font-size: 4.2vw;
    }
    #index_page .pageContentAll .inxAbout .about-text .about-highlight {
        font-size: 4.5vw;
    }
    #index_page .pageContentAll .inxAbout .about-bg {
        top: 30%;
        border-radius: 3vw;
    }
}

#index_page .pageContentAll .inxProduct {
  position: relative;
  overflow: hidden;
}
#index_page .pageContentAll .inxProduct > .thisBox {
  position: relative;
  z-index: 1;
}
#index_page .pageContentAll .inxProduct > .thisBox > .contentBox .productSection {
  padding: 4vw;
      width: 90%;
margin: auto;
}
#index_page .pageContentAll .inxProduct > .thisBox > .contentBox .productSection .sectionTitle {
  text-align: center;
  margin-bottom: 6vw;
}
#index_page .pageContentAll .inxProduct > .thisBox > .contentBox .productSection .sectionTitle .title {
  font-size: clamp(24px, 3vw, 36px);
  color: #000;
  font-weight: bold;
}
#index_page .pageContentAll .inxProduct > .thisBox > .contentBox .productSection .productGrid {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 3vw;
}
#index_page .pageContentAll .inxProduct > .thisBox > .contentBox .productSection .productGrid .productCard {
  flex: 0 0 calc(25% - 2.25vw);
  background: #fff;
  border-radius: 1vw;
  overflow: hidden;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}
#index_page .pageContentAll .inxProduct > .thisBox > .contentBox .productSection .productGrid .productCard:hover {
  transform: translateY(-0.5vw);
  box-shadow: 0 8px 30px rgba(0, 0, 0, 0.15);
}
#index_page .pageContentAll .inxProduct > .thisBox > .contentBox .productSection .productGrid .productCard .cardLink {
  display: flex;
  flex-direction: column;
  text-decoration: none;
}
#index_page .pageContentAll .inxProduct > .thisBox > .contentBox .productSection .productGrid .productCard .cardLink .cardImage {
  width: 100%;
  padding-top: 70%;
  position: relative;
  overflow: hidden;
}
#index_page .pageContentAll .inxProduct > .thisBox > .contentBox .productSection .productGrid .productCard .cardLink .cardImage img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.3s ease;
}
#index_page .pageContentAll .inxProduct > .thisBox > .contentBox .productSection .productGrid .productCard .cardLink:hover .cardImage img {
  transform: scale(1.05);
}
#index_page .pageContentAll .inxProduct > .thisBox > .contentBox .productSection .productGrid .productCard .cardLink .cardInfo {
  padding: 2vw 1vw;
}
#index_page .pageContentAll .inxProduct > .thisBox > .contentBox .productSection .productGrid .productCard .cardLink .cardInfo .cardTitle {
  font-size: clamp(14px, 1.5vw, 1.5vw);
  color: #000;
  font-weight: bold;
  margin-bottom: 1vw;
  text-align: center;
}
#index_page .pageContentAll .inxProduct > .thisBox > .contentBox .productSection .productGrid .productCard .cardLink .cardInfo .cardDesc {
  text-align: center;
  font-size: clamp(12px, 1vw, 1vw);
  color: #666;
  line-height: 1.6;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}

@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;
  }
}

@media (max-width: 1024px) {
  #index_page .pageContentAll .inxProduct > .thisBox > .contentBox .productSection {
    padding: 6vw 3vw;
    width: 100%;
  }
  #index_page .pageContentAll .inxProduct > .thisBox > .contentBox .productSection .sectionTitle {
    margin-bottom: 5vw;
  }
  #index_page .pageContentAll .inxProduct > .thisBox > .contentBox .productSection .sectionTitle .title {
    font-size: 7vw;
  }
  #index_page .pageContentAll .inxProduct > .thisBox > .contentBox .productSection .productGrid {
    gap: 3vw;
  }
  #index_page .pageContentAll .inxProduct > .thisBox > .contentBox .productSection .productGrid .productCard {
    flex: 0 0 calc(50% - 1.5vw);
    border-radius: 2vw;
  }
  #index_page .pageContentAll .inxProduct > .thisBox > .contentBox .productSection .productGrid .productCard .cardLink .cardInfo {
    padding: 2.5vw;
  }
  #index_page .pageContentAll .inxProduct > .thisBox > .contentBox .productSection .productGrid .productCard .cardLink .cardInfo .cardTitle {
    font-size: 4.5vw;
    margin-bottom: 1.5vw;
  }
  #index_page .pageContentAll .inxProduct > .thisBox > .contentBox .productSection .productGrid .productCard .cardLink .cardInfo .cardDesc {
    font-size: 3vw;
  }
}
#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: center;
    justify-content: center;
    flex-wrap: unset;
}
@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 {
        display: flex
;
        flex-direction: column;
        align-items: flex-start;
        justify-content: center;
        flex-wrap: unset;
        gap: 8vw;
    }
}
#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, 2vw, 2vw);
}
@media (max-width:1024px) {
  #index_page .pageContentAll .inxGongyi > .thisBox .titleBox .leftBox .cn {
    font-size: 7vw;
  }
}
#index_page .pageContentAll .inxGongyi > .thisBox .titleBox .leftBox .en {

    font-size: clamp(12px, 1.6vw, 1.6vw);
background-color: #ffdc5d;
  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 .en {
  color: #fff;
    font-size: clamp(12px, 3.6vw, 3.6vw);
  background-color: #ffdc5d;
  padding: 0.2vw 2vw;
}
  #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: 5vw;
  }
}
#index_page .pageContentAll .inxGongyi > .thisBox > .contentBox {
  padding: 2vw;
    width: 85%;
    border-radius: 2vw;
    margin: 0 auto;
    box-shadow: 5px 8px 12px #0000003b;
    background-color: #fff;
}
@media (max-width:1600px) {
  #index_page .pageContentAll .inxGongyi > .thisBox > .contentBox {
    width: 85%;
  }
}
@media (max-width:1300px) {
  #index_page .pageContentAll .inxGongyi > .thisBox > .contentBox {
    width: 80%;
  }
}
@media (max-width:1024px) {
  #index_page .pageContentAll .inxGongyi > .thisBox > .contentBox {
    width: 90%;
  }
}
#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: 34vw;
  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);
}
@media (max-width: 1024px) {
  #index_page .pageContentAll .inxGongyi > .thisBox > .contentBox .ul .li .box .imgBoxAll {
  position: relative;
  width: 85vw;
  height: 60vw;
}

    #index_page .pageContentAll .inxGongyi > .thisBox > .contentBox .ul .li .box {
        display: flex
;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        flex-wrap: unset;
    }
}
#index_page .pageContentAll .inxGongyi > .thisBox > .contentBox .ul .li .box .imgBoxAll .svgHider .imgBox {
  width: 100%;
  height: 100%;
  overflow: hidden;
  border-radius: 2vw;
}
#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);
}

/* svgHider 内 Swiper 轮播 */
#index_page .pageContentAll .inxGongyi > .thisBox > .contentBox .ul .li .box .imgBoxAll .svgHider .gongyiImgSwiper {
    width: 100%;
    height: 100%;
    overflow: hidden;
    border-radius: 2vw;
}
#index_page .pageContentAll .inxGongyi > .thisBox > .contentBox .ul .li .box .imgBoxAll .svgHider .gongyiImgSwiper .swiper-wrapper {
    display: flex;
    list-style: none;
    margin: 0;
    padding: 0;
}
#index_page .pageContentAll .inxGongyi > .thisBox > .contentBox .ul .li .box .imgBoxAll .svgHider .gongyiImgSwiper .swiper-slide {
    flex-shrink: 0;
    width: 100%;
    height: 100%;
    list-style: none;
}
#index_page .pageContentAll .inxGongyi > .thisBox > .contentBox .ul .li .box .imgBoxAll .svgHider .gongyiImgSwiper .swiper-slide .imgBox {
    width: 100%;
    height: 100%;
    overflow: hidden;
    border-radius: 2vw;
}
#index_page .pageContentAll .inxGongyi > .thisBox > .contentBox .ul .li .box .imgBoxAll .svgHider .gongyiImgSwiper .swiper-slide .imgBox img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

#index_page .pageContentAll .inxGongyi > .thisBox > .contentBox .ul .li .box .imgBoxAll .svgHider .gongyi-img-swiper-control {
    position: absolute;
    bottom: 1vw;
    left: 50%;
    transform: translateX(-50%);
    z-index: 10;
}
#index_page .pageContentAll .inxGongyi > .thisBox > .contentBox .ul .li .box .imgBoxAll .svgHider .gongyi-img-swiper-control .paginationThis {
    display: flex;
    gap: 0.5vw;
}
#index_page .pageContentAll .inxGongyi > .thisBox > .contentBox .ul .li .box .imgBoxAll .svgHider .gongyi-img-swiper-control .swiper-pagination-bullet {
    width: 10px;
    height: 10px;
    background: rgba(255, 255, 255, 0.5);
    opacity: 1;
    border-radius: 50%;
    cursor: pointer;
    transition: all 0.3s ease;
}
#index_page .pageContentAll .inxGongyi > .thisBox > .contentBox .ul .li .box .imgBoxAll .svgHider .gongyi-img-swiper-control .swiper-pagination-bullet-active {
    background: #ffdc5d;
    width: 24px;
    border-radius: 5px;
}

@media (max-width:1024px) {
    #index_page .pageContentAll .inxGongyi > .thisBox > .contentBox .ul .li .box .imgBoxAll .svgHider .gongyi-img-swiper-control {
        bottom: 2vw;
    }
}

#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: #ffdc5d;
}
@media (max-width:1024px) {
  #index_page .pageContentAll .inxGongyi > .thisBox > .contentBox .ul .li .box .textBox{
              padding-top: 6vw;
     width: 95%;
  }
  #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: 6vw;
  }
}
#index_page .pageContentAll .inxGongyi > .thisBox > .contentBox .ul .li .box .textBox .miaoshu {
  line-height: 2em;
  font-size: clamp(14px, 1.2vw, 1.2vw);

}
#index_page .pageContentAll .inxGongyi > .thisBox > .contentBox .ul .li.on .box .imgBoxAll .svgHider {
  transform: scale(1.1);
    transition-delay: 0.3s;
}
/* #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%;
}
@media (max-width:1024px) {
  #index_page .pageContentAll .inxGongyi > .thisBox > .contentBox .ul .li:nth-child(2n) .box {
  flex-direction: column;
}
}


#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: 90%;
  }
}
@media (max-width:1024px) {
  #news_page .pageContentAll .pageContent .topOneNews > .thisBox > .contentBox {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    flex-wrap: unset;
    flex-direction: column-reverse;
    height: unset;
  }
}
#news_page .pageContentAll .pageContent .topOneNews > .thisBox > .contentBox .textBox {
  width: 39%;
  height: 100%;
  padding: 3vw;
}
@media (max-width:1024px) {
  #news_page .pageContentAll .pageContent .topOneNews > .thisBox > .contentBox .textBox {
    width: 100%;
    padding: 4vw;
  }
}
#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;
}
@media (max-width:1024px) {
  #news_page .pageContentAll .pageContent .topOneNews > .thisBox > .contentBox .textBox .top {
    padding-top: 4vw;
  }
}
#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;
  }
}
@media (max-width:1024px) {
  #news_page .pageContentAll .pageContent .topOneNews > .thisBox > .contentBox .textBox .top .title {
    font-size: 5vw;
  }
}
#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%;
}
@media (max-width:1024px) {
  #news_page .pageContentAll .pageContent .topOneNews > .thisBox > .contentBox .imgBox {
    width: 100%;
    height: 46vw;
  }
}
#news_page .pageContentAll .pageContent .newsList > .thisBox {
  padding-top: 4vw;
}
@media (max-width:1024px) {
  #news_page .pageContentAll .pageContent .newsList > .thisBox {
    padding-top: 15vw;
  }
}
#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: 90%;
  }
}
#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);
}
@media (max-width:1024px) {
  #news_page .pageContentAll .pageContent .newsList > .thisBox > .contentBox .ul {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    flex-wrap: unset;
  }
}
#news_page .pageContentAll .pageContent .newsList > .thisBox > .contentBox .ul .li {
  opacity: 0;
}
@media (max-width:1024px) {
  #news_page .pageContentAll .pageContent .newsList > .thisBox > .contentBox .ul .li {
    width: 100%;
  }
}
#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;
}
@media (max-width:1024px) {
  #news_page .pageContentAll .pageContent .newsList > .thisBox > .contentBox .ul .li .aBox .textBoxAll {
    padding-top: 4vw;
  }
}
#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;
  }
}
@media (max-width:1024px) {
  #news_page .pageContentAll .pageContent .newsList > .thisBox > .contentBox .ul .li .aBox .textBoxAll .title {
    font-size: 5vw;
  }
}
#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;
}
@media (max-width:1024px) {
  #news_page .pageContentAll .pageContent .newsList > .thisBox > .contentBox .ul .li .aBox .imgBoxAll {
    height: 50vw;
  }
}
#news_page .pageContentAll .pageContent .newsList > .thisBox > .contentBox .ul .li .aBox .imgBoxAll .imgBox {
  width: 100%;
  height: 100%;
  transition-duration: 0.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: #af3338;
}
#news_page .pageContentAll .pageContent .newsList > .thisBox > .contentBox .ul .li .aBox:hover .imgBoxAll .imgBox {
  transform: scale(1.1);
}
#product_page .pageContentAll .pageContent {
  padding-top: 0;
}

/* ========================================
   chanpbox 产品场景板块
   ======================================== */
#product_page .pageContentAll .pageContent .chanpbox {
    padding: 4vw 0 3vw;
}
#product_page .pageContentAll .pageContent .chanpbox > .thisBox {
    width: 100%;
 
    margin: 0 auto;
}
#product_page .pageContentAll .pageContent .chanpbox > .thisBox > .contentBox {
    width: 92%;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    gap: 3vw;
}

/* 标题区域 */
#product_page .pageContentAll .pageContent .chanpbox .chanp-header {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 0.5vw;
    text-align: center;
}
#product_page .pageContentAll .pageContent .chanpbox .chanp-title-1 {
    font-size: clamp(28px, 4vw, 4vw);
    font-weight: bold;
    color: #FF6B00;
    line-height: 1.2;
}
#product_page .pageContentAll .pageContent .chanpbox .chanp-title-2 {
    font-size: clamp(24px, 3.2vw, 3.2vw);
    font-weight: bold;
    color: #0D2B85;
    line-height: 1.3;
}
#product_page .pageContentAll .pageContent .chanpbox .chanp-title-2 .highlight {
    color: #0D2B85;
    font-weight: 900;
    position: relative;
}

/* 图文列表 */
#product_page .pageContentAll .pageContent .chanpbox .chanp-list {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 2vw;
}
#product_page .pageContentAll .pageContent .chanpbox .chanp-item {
    display: flex;
    flex-direction: column;
    overflow: hidden;
    border-radius: 8px 8px 0 0;
}
#product_page .pageContentAll .pageContent .chanpbox .chanp-img {
    width: 100%;
    aspect-ratio: 4/3;
    overflow: hidden;
}
#product_page .pageContentAll .pageContent .chanpbox .chanp-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    transition: transform 0.4s ease;
}
#product_page .pageContentAll .pageContent .chanpbox .chanp-item:hover .chanp-img img {
    transform: scale(1.05);
}
#product_page .pageContentAll .pageContent .chanpbox .chanp-caption {
    background-color: #0D2B85;
    color: #fff;
    font-size: clamp(14px, 1.2vw, 1.2vw);
    font-weight: bold;
    text-align: center;
    padding: 0.8vw 1vw;
    line-height: 1.4;
}

/* 响应式 */
@media (max-width:1024px) {
    #product_page .pageContentAll .pageContent .chanpbox {
        padding: 8vw 0 6vw;
    }
    #product_page .pageContentAll .pageContent .chanpbox .chanp-title-1 {
        font-size: 7vw;
    }
    #product_page .pageContentAll .pageContent .chanpbox .chanp-title-2 {
        font-size: 5.5vw;
    }
    #product_page .pageContentAll .pageContent .chanpbox .chanp-list {
        grid-template-columns: 1fr;
        gap: 4vw;
    }
    #product_page .pageContentAll .pageContent .chanpbox .chanp-caption {
        font-size: 3.5vw;
        padding: 2vw 3vw;
    }
}

#product_page .pageContentAll .pageContent .topProduct {
  margin-top: 0;
}
#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 {
  position: relative;
  height: 50vw;
  width: 100%;
  overflow: hidden;
  border-radius: 20px;
}
  #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 {
  width: 100%;
}
}
#product_page .pageContentAll .pageContent .topProduct > .thisBox > .contentBox .ul .li .aBox .textBox .subtitle {
  text-align: center;
  font-size: clamp(12px, 1vw, 1vw);
  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 {
  width: 100%;
  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: #ffdc5d;
  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: #ffdc5d;
}
#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: center;
  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.4vw, 2.4vw);
  color: #000;
}
@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 #000;
  margin: 2vw 0;
}
#advantages_page .pageContentAll .pageContent .advTextBox .miaoshu {
  font-size: clamp(12px, 1.2vw, 1.2vw);
   color: #000;

}
@media (max-width:1024px) {
  #advantages_page .pageContentAll .pageContent .advTextBox .miaoshu {
    font-size: 4.4vw;
  }
}
#advantages_page .pageContentAll .pageContent .advantages1 > .thisBox {
  padding: 5vw 0;
}
@media (max-width:1600px) {
  #advantages_page .pageContentAll .pageContent .advantages1 > .thisBox {
   padding: 5vw 0;
  }
}
@media (max-width:1300px) {
  #advantages_page .pageContentAll .pageContent .advantages1 > .thisBox {
   padding: 5vw 0;
  }
}
@media (max-width:1024px) {
  #advantages_page .pageContentAll .pageContent .advantages1 > .thisBox {
   padding: 12vw 0;
  }
}
#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: 25vw;
  height: 16vw;
}
#advantages_page .pageContentAll .pageContent .advantages1 > .thisBox > .contentBox .advTextBox {
  width: 30vw;
}
#advantages_page .pageContentAll .pageContent .advantages2 > .thisBox > .contentBox li {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  flex-wrap: unset;
  width: 100%;
  height: 30vw;
}
#advantages_page .pageContentAll .pageContent .advantages2 > .thisBox > .contentBox li:nth-child(2){
    flex-direction: row-reverse;
}
@media (max-width:1600px) {
  #advantages_page .pageContentAll .pageContent .advantages2 > .thisBox > .contentBox {
    height: 100%;
  }
}
@media (max-width:1300px) {
  #advantages_page .pageContentAll .pageContent .advantages2 > .thisBox > .contentBox {
     height: 100%;
  }
}
@media (max-width:1024px) {
  #advantages_page .pageContentAll .pageContent .advantages2 > .thisBox > .contentBox li:nth-child(2){
    flex-direction: column;
}
  #advantages_page .pageContentAll .pageContent .advantages2 > .thisBox > .contentBox li {
 flex-direction: column;
  width: 100%;
  height: 100%;
}

  #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;
}
#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 {
    margin-bottom: 5vw;
  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 .advantages2 > .thisBox > .contentBox .leftBox {
    background-color: #fff;
    width: 100%;
    height: 100%;
    padding: 6vw;
}
#advantages_page .pageContentAll .pageContent .advantages2 > .thisBox > .contentBox .imgBoxAll {
    width: 100%;
    height: 100%;
}
}
#advantages_page .pageContentAll .pageContent .advantages3 > .thisBox > .contentBox {

  width: 100%;
  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;
}
@media (max-width:1024px) {
#advantages_page .pageContentAll .pageContent .advantages3 > .thisBox > .contentBox {
    width: 100%;
    margin: 0 auto;
    height: 100%;
    position: relative;
}
.sixyousi-item__desc {
    font-size: 4vw;
    color: #000;
    line-height: 1.6;
    margin: 0;
}
}
.sinceBox {
  position: relative;
  padding-top: 7vw;
  padding-bottom: 10vw;
}
@media (max-width:1600px) {
  .sinceBox {
    padding-top: 7vw;
  }
}
@media (max-width:1300px) {
  .sinceBox {
    padding-top: 7vw;
  }
}
@media (max-width:1024px) {
  .sinceBox {
    padding-top: 12vw;
  }
}
.sinceBox > .thisBox {
  position: relative;
  z-index: 1;
}
.sinceBox > .thisBox > .contentBox {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  flex-wrap: unset;
  gap: 8vw;
}
.sinceBox > .thisBox > .contentBox .yearBox {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  flex-wrap: unset;
}
.sinceBox > .thisBox > .contentBox .yearBox .since {
  font-size: clamp(12px, 1.1vw, 1.1vw);
  opacity: 0.7;
}
@media (max-width:1024px) {
  .sinceBox > .thisBox > .contentBox .yearBox .since {
    font-size: 4.2vw;
  }
}
.sinceBox > .thisBox > .contentBox .yearBox .num {
  font-size: clamp(12px, 10.7vw, 10.7vw);
  font-family: 'en9';
  color: #ffdc5d;
}
@media (max-width:1024px) {
  .sinceBox > .thisBox > .contentBox .yearBox .num {
    font-size: 23.4vw;
  }
}
.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;
}
.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;
}
.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) {
  .sinceBox > .thisBox > .contentBox .yearBox .quan .cenText .hisNum {
    font-size: 4.6vw;
  }
}
.sinceBox > .thisBox > .contentBox .yearBox .quan .cenText .dw {
  color: #E8C68E;
}
.sinceBox > .thisBox > .contentBox .yearBox .quan .quanT {
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
}
.sinceBox > .thisBox > .contentBox .yearBox .quan .quanT img {
  width: 100%;
  height: 100%;
  animation: xuanzhuan 40s linear 0s infinite normal;
}
.sinceBox > .thisBox > .contentBox .yearBox .num {
  width: 20vw;
}
.sinceBox > .thisBox > .contentBox .miaoshu {
  font-size: clamp(12px, 1.5vw, 1.5vw);
}
@media (max-width:1024px) {
  .sinceBox > .thisBox > .contentBox .miaoshu {
    font-size: 5vw;
  }
}
.jianjie {

  position: relative;
  z-index: 1;
}
.jianjie > .thisBox {
  padding-bottom: 4vw;
}
@media (max-width:1600px) {
  .jianjie > .thisBox {
    padding-bottom: 4vw;
  }
}
@media (max-width:1300px) {
  .jianjie > .thisBox {
    padding-bottom: 4vw;
  }
}
@media (max-width:1024px) {
  .jianjie > .thisBox {
    padding-bottom: 12vw;
  }
}
.jianjie > .thisBox > .contentBox {
    display: flex
;
    flex-direction: row;
    align-items: center;
    margin: auto;
    justify-content: center;
    width: 80%;
    flex-wrap: unset;
    gap: 10vw;
}
.jianjie > .thisBox > .contentBox .imgBox {
  width: 40vw;
  height: 40vw;
  border-radius: 20px;
  overflow: hidden;
}
.jianjie > .thisBox > .contentBox .textBox {
    width: 48vw;
    padding-bottom: 4vw;
}
.jianjie > .thisBox > .contentBox .textBox .subtitle {
  margin-bottom: 4vw;
  font-size: clamp(12px, 3vw, 3vw);

  text-transform: uppercase;


}
.jianjie > .thisBox > .contentBox .textBox .content p{
  font-size: clamp(12px, 1.2vw, 1.2vw);
  line-height: 2em;
} 

@media (max-width:1024px) {
  .jianjie > .thisBox > .contentBox{
      width: 90%;
    flex-direction: column;
  }
.jianjie > .thisBox > .contentBox .textBox .content p{
  font-size: clamp(12px, 3.8vw, 3.8vw);
  line-height: 2em;
} 
.jianjie > .thisBox > .contentBox .imgBox {
    width: 80%;
    margin: auto;
    height: 60vw;
    border-radius: 20px;
    overflow: hidden;
}

  .jianjie > .thisBox > .contentBox .textBox .subtitle {
    font-size: 7.4vw;
  }
  .jianjie > .thisBox > .contentBox .textBox {
  width: 90%;
margin: auto;
}
}

#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 rgba(176, 182, 194, 0.7);
}
@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 rgba(176, 182, 194, 0.7);
}
@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, 2vw, 2vw);
  color: #fff;
  text-shadow: 0 0 20px rgba(176, 182, 194, 0.7);
}
@media (max-width:1024px) {
  #about_company_page .pageContentAll .pageContent .bigMode .thisBox > .contentBox .textBox .miaoshu {
    font-size: 4vw;
  }
}
#about_company_page .pageContentAll .pageContent .slogenBox > .thisBox {
    width: 85%;
    padding: 4vw 0;
    margin: auto;
}
#about_company_page .pageContentAll .pageContent .slogenBox > .thisBox > .contentBox {
  background-color: #fff;
  border-radius: 2vw;
  padding: 4vw;
  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 .title {
  margin-bottom: 1vw;
  font-size: clamp(12px, 1.9vw, 1.9vw);
}
#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 {
    display: flex
;
    flex-direction: column-reverse;
    align-items: center;
    justify-content: center;
    flex-wrap: unset;
    gap: 8vw;
}
  #about_company_page .pageContentAll .pageContent .slogenBox > .thisBox > .contentBox .textBox .title {
 font-size: 5.8vw;
}
  #about_company_page .pageContentAll .pageContent .slogenBox > .thisBox > .contentBox .textBox .subtitle {
    font-size: 5vw;
  }
}
#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;
}
@media (max-width:1024px) {
  #about_company_page .pageContentAll .pageContent .slogenBox > .thisBox > .contentBox .imgBox {
    border-radius: 20px;
    overflow: hidden;
    width: 80vw;
    height: 52vw;
}

}





.history{
  padding: 0 0 8vw 0;
}
.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) {
  .history > .thisBox .contentBox {
    width: 75%;
  }
}
@media (max-width:1300px) {
  .history > .thisBox .contentBox {
    width: 75%;
  }
}
@media (max-width:1024px) {
  .history > .thisBox .contentBox {
    width: 85%;
  }
}
@media (max-width:1024px) {
  .history > .thisBox .contentBox {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    flex-wrap: unset;
  }
}
.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 #000;
}
@media (max-width:1600px) {
  .history > .thisBox .contentBox .leftYears {
    height: calc(100vh - 5vw* 1);
  }
}
@media (max-width:1300px) {
  .history > .thisBox .contentBox .leftYears {
    height: calc(100vh - 5vw* 1);
  }
}
@media (max-width:1024px) {
  .history > .thisBox .contentBox .leftYears {
    height: unset;
  }
}
@media (max-width:1024px) {
  .history > .thisBox .contentBox .leftYears {
    width: 100%;
    padding: 8vw 0;
    background-color: #000;
    display: none;
  }
}
.history > .thisBox .contentBox .leftYears .box {
  position: relative;
  width: 100%;
}
.history > .thisBox .contentBox .leftYears .box .ul {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  flex-wrap: unset;
}
.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;
}
.history > .thisBox .contentBox .leftYears .box .ul .li .yearBox {
  position: relative;
  height: 3vw;
  padding: 1vw;
  cursor: pointer;
}
.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) {
  .history > .thisBox .contentBox .leftYears .box .ul .li .yearBox .year {
    font-size: 4.4vw;
  }
}
.history > .thisBox .contentBox .leftYears .box .ul .li .yearBox svg {
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none;
  width: 100%;
}
.history > .thisBox .contentBox .leftYears .box .ul .li .yearBox svg path {
  fill: none;
  stroke: #000;
}
.history > .thisBox .contentBox .leftYears .box .ul .li::before {
  content: '';
  position: absolute;
  display: block;
  top: 50%;
  width: 30%;
  left: 0;
  height: 2px;
  background-color: #000000bb;
}
.history > .thisBox .contentBox .leftYears .box .ul .li.on .yearBox .year {
  transform: scale(1.3);
  transform-origin: 0 50%;
  color: #000;
}
.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) {
  .history > .thisBox .contentBox .leftYears .box .dotLine {
    display: none;
  }
}
.history > .thisBox .contentBox .leftYears .box .dotLine div {
  width: 100%;
  height: 2vw;
  border-radius: 2px;
  background-color: #000;
}
.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;
}
.history > .thisBox .contentBox .rightCout {
     padding-left: 3vw;
    width: calc(100% - 10vw);
}
@media (max-width:1024px) {
  .history > .thisBox .contentBox .rightCout {
    width: 100%;
    padding-left: 0;
  }
}
.history > .thisBox .contentBox .rightCout .ul {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  flex-wrap: unset;
  gap: 5vw;
}
.history > .thisBox .contentBox .rightCout .ul .li {
background-color: #ffffff;
    width: 100%;
    border-radius: 2vw;
    padding: 2vw;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    flex-wrap: unset;
}
.history > .thisBox .contentBox .rightCout .ul .li .year {
  position: relative;
}
.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) {
    .history > .thisBox .contentBox .rightCout .ul .li {
background-color: #ffffff;
    width: 100%;
    border-radius: 2vw;
    padding: 2vw;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    flex-wrap: unset;
}
  .history > .thisBox .contentBox .rightCout .ul .li .year > div {
    font-size: 21.4vw;
  }
}
.history > .thisBox .contentBox .rightCout .ul .li .year > div.t1 {
  position: relative;
  z-index: 1;
}
.history > .thisBox .contentBox .rightCout .ul .li .year > div.t2 {
  position: absolute;
  top: 2vw;
  left: 2vw;
  opacity: 0.1;
}
.history > .thisBox .contentBox .rightCout .ul .li .box {
  display: flex;
  gap: 2vw;
  flex-direction: row-reverse;
  align-items: center;
  justify-content: center;
  flex-wrap: unset;
  width: 100%;
}
.history > .thisBox .contentBox .rightCout .ul .li .box .imgBoxAll {
  width: 50%;
  position: relative;
  
}
.history > .thisBox .contentBox .rightCout .ul .li .box .imgBoxAll .imgBox {
border-radius: 1vw;
  -webkit-mask-size: 100% 100%;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center;
}
.history > .thisBox .contentBox .rightCout .ul .li .box .imgBoxAll .imgBox .color {
  background-color: #ffdc5d;
  width: 100%;
  height: 100%;
}
.history > .thisBox .contentBox .rightCout .ul .li .box .imgBoxAll .imgBox:nth-child(1) {
  position: relative;
  z-index: 1;
}
.history > .thisBox .contentBox .rightCout .ul .li .box .imgBoxAll .imgBox:nth-child(2) {
  position: absolute;
  top: 0;
  opacity: 0.2;
  left: 0%;
  transform: rotate(10deg);
}
.history > .thisBox .contentBox .rightCout .ul .li .box .textBox {
  position: relative;
  z-index: 1;
  width: 50%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  flex-wrap: unset;
}

.history > .thisBox .contentBox .rightCout .ul .li .box .textBox .title {
  width: 100%;
  margin-bottom: 20px;
  font-size: clamp(12px, 1.8vw, 1.8vw);
}
.history > .thisBox .contentBox .rightCout .ul .li .box .textBox .miaoshu {
  width: 100%;
  font-size: clamp(12px, 1.2vw, 1.2vw);
}
@media (max-width:1024px) {
    .history > .thisBox .contentBox .rightCout .ul .li .box .imgBoxAll {
  width: 100%;
  position: relative;
  
}
    .history > .thisBox .contentBox .rightCout .ul .li .box .textBox {
  position: relative;
  z-index: 1;
  width: 90%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  flex-wrap: unset;
}
    .history > .thisBox .contentBox .rightCout .ul .li .box {
  display: flex;
  gap: 2vw;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  flex-wrap: unset;
  width: 100%;
}
  .history > .thisBox .contentBox .rightCout .ul .li .box .textBox .miaoshu {
    font-size: 4.5vw;
  }
  .history > .thisBox .contentBox .rightCout .ul .li .box .textBox .title {
   font-size: 6vw;
}
}
.history > .thisBox .contentBox .rightCout .ul .li:nth-child(2n) {
  align-items: center;
}
.history > .thisBox .contentBox .rightCout .ul .li:nth-child(2n) .box {
  flex-direction: column;
}
.history > .thisBox .contentBox .rightCout .ul .li:nth-child(2n) .box .imgBoxAll {

}
.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;
  box-shadow:  0 0 14px 0 #00000046;
}
@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: 85%;
  }
}
#wenzhang_page .pageContentAll .pageContent .wenzhangBox > .thisBox .contentBox .newsCoutAll {
 
  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 {
    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: #ffdc5d;
}
#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: #ffdc5d;
}
#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: #ffdc5d;
  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: #ffdc5d;
  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: #ffdc5d;
  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: #ffdc5d;
  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: 20%;
}
#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 #000;
}
#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;
  box-shadow: #0000004d 0px 0px 10px 0px;
}
@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: 90%;
  }
}
#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%;
  background-color: #f9f9f9;
  border-radius: 20px;
  overflow: hidden;
  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 {
  height: 47vw;
  width: 100%;
  background-color: #f9f9f9;
  border-radius: 20px;
  overflow: hidden;
  margin: 2vw 0;
}
  #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 .imgBox {
  width: 100%;
  height: 100%;
}
#product_detail_page .pageContentAll .pageContent .productDteail > .thisBox .contentBox .zhutuBox .top .imgBoxAll .picsImg #proDetailPics .swiper-slide .imgBox.isPng {
  padding: 3vw 7vw;
}
#product_detail_page .pageContentAll .pageContent .productDteail > .thisBox .contentBox .zhutuBox .top .imgBoxAll .picsImg #proDetailPics .swiper-slide .imgBox.isPng 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: #000;
  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: #ffdc5d;
}
#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;
  overflow: hidden;
  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: #ffdc5d;
}
#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 .zhutuBox .bottom{
        display: none;
    }
  #product_detail_page .pageContentAll .pageContent .productDteail > .thisBox .contentBox .proInfo {
    width: 90%;
    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: #ffdc5d;
}
@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: #ffdc5d;
  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;
}
#product_detail_page .pageContentAll .pageContent .productDteail > .thisBox .contentBox .proInfo .xiangqing {
  font-size: clamp(12px, 2vw, 2vw);
  text-align: center;
}
@media (max-width:1024px) {
  #product_detail_page .pageContentAll .pageContent .productDteail > .thisBox .contentBox .proInfo .xiangqing {
    font-size: 3.4vw;
  }
}
@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 auto;
}
#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;
  }
}


/* 视频banner样式调整 */
.inxBanner .thisBox {
    height: 100vh;
    overflow: hidden;
}

.inxBanner .videoBox {
    position: relative;
    width: 100%;
    height: 100%;
    overflow: hidden;
}

.inxBanner .videoBox #bannerVideo {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    min-width: 100%;
    min-height: 100%;
    width: auto;
    height: auto;
    z-index: 1;
}

.inxBanner .videoBox .playBox {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: rgba(0, 0, 0, 0.3);
    transition: all 0.3s ease;
    z-index: 10;
    cursor: pointer;
}

.inxBanner .videoBox .playBox .aPlay {
    display: flex;
    justify-content: center;
    align-items: center;
    opacity: 1;
    transition: all 0.3s ease;
}

.inxBanner .videoBox .playBox .aPlay .ico {
    display: flex;
    justify-content: center;
    align-items: center;
}

.inxBanner .videoBox .playBox .aPlay .ico svg {
    width: 80px;
    height: 80px;
    fill: white;
    transition: all 0.3s ease;
}

@media screen and (max-width: 768px) {
    .inxBanner .videoBox .playBox .aPlay .ico svg {
        width: 120px;
        height: 120px;
    }
}

.inxBanner .videoBox .playBox:hover {
    background-color: rgba(0, 0, 0, 0);
}

.inxBanner .videoBox .playBox:hover .aPlay {
    transform: scale(1.2);
}

.inxBanner .videoBox::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(255, 255, 255, 0.1);
    transition: all 0.3s ease;
    z-index: 2;
}

.inxBanner .textUl {
    position: relative;
    z-index: 5;
}

.inxBanner .scrollDown {
    position: relative;
    z-index: 5;
}






.tuandui {
   width: 100%;
    margin: auto;
    padding: 0 0 8vw 0;
}
.tuandui ul {
    display: flex;
    flex-wrap: nowrap;
    gap: 2%;
    max-width: 85%;
    margin: 0 auto;
}
.tuandui li {
    width: 23.5%;
    background-color: #fff;
    border-radius: 10px;
    overflow: hidden;
    box-shadow: 0 5px 15px rgba(0,0,0,0.1);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    display: flex;
    flex-direction: column;
}

.tuandui ul li .img-container{
  background-color: #959595;
}
.tuandui li:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 25px rgba(0,0,0,0.15);
}
.tuandui img {
    width: 100%;
    height: 18vw;
    object-fit: contain;
    transition: transform 0.5s ease;
}
.tuandui li:hover img {
    
}
.tuandui .name {
    font-size: 2vw;
    text-align: center;
    font-weight: bold;
    margin: 15px;
    color: #000;
}
.tuandui .subname {
      font-size: 1.3vw;
    margin: 10px 0;
    width: 90%;
    margin: auto;
    border: 2vw;
    padding: 10px;
    text-align: center;
    font-weight: bold;
    background-color: #ffdc5d;
}
.tuandui .miaoshu {
    font-size: 1vw;
     text-align: center;
    line-height: 2.6;
    color: #000;
    margin: 0 15px 15px;
    flex-grow: 1;
}
/* 响应式设计 */
@media (max-width: 1024px) {
 .tuandui img {
    width: 100%;
    height: 60vw;
    object-fit: contain;
    transition: transform 0.5s ease;
}
.tuandui .name {
    font-size: 6vw;
    text-align: center;
    font-weight: bold;
    margin: 15px;
    color: #000;
}
.tuandui .subname {
    width: 100%;
    font-size: 4.3vw;
    margin: 10px 0;
    text-align: center;
    font-weight: bold;
    background-color: #ffdc5d;
}
.tuandui .miaoshu {
    font-size: 4vw;
    text-align: center;
    line-height: 2.6;
    color: #666;
    margin: 0 15px 15px;
    flex-grow: 1;
}
}
@media (max-width: 768px) {
    .tuandui ul {
        flex-wrap: wrap;
    }
    .tuandui li {
        width: 48%;
        margin-bottom: 20px;
    }
}
@media (max-width: 480px) {
    .tuandui li {
        width: 100%;
    }
}


/* CEO页面样式 */
.ceoboxs {
    display: flex;
    align-items: stretch;
    width: 85%;
    margin: 0 auto;
    padding: 0 0 8vw 0;
}

.ceo-left {
    flex: 0 0 35%;
    display: flex;
    position: relative;
    background-color: #ffdc5d;
    border-radius: 10px;
    overflow: hidden;
}

.ceo-left::before {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    width: 100px;
    height: 100px;
    background-color: rgba(255, 255, 255, 0.1);
    clip-path: polygon(100% 0, 0 0, 100% 100%);
}

.ceo-image {
    position: relative;
    flex: 1;
    padding: 50px;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
}

.ceo-image img {
    width: 100%;
  object-fit: contain;
    max-height: 100%;
    border-radius: 10px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.3);
    transition: transform 0.3s ease;
}

.ceo-image img:hover {
    transform: scale(1.05);
}

.ceo-right {
    flex: 1;
    display: flex;
    flex-direction: column;
    gap: 1vw;
    min-height: 0;
}

.ceo-info {
    flex: 1;
    display: flex;
    flex-direction: column;
    background-color: #fff;
    padding: 40px;
    border-radius: 10px;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
    min-height: 0;
    overflow: auto;
}

.ceo-name {
    font-size:2cqw;
    font-weight: bold;
    color: #000;
    margin-bottom: 10px;
}

.ceo-en-name {
    font-size: 1.3vw;
    font-weight: normal;
    color: #666;
    margin-left: 10px;
}

.ceo-title {
    font-size: 2vw;
    color: #003366;
    margin-bottom: 20px;
    font-weight: bold;
}

.ceo-desc p {
    font-size: 1.3vw;
    color: #000;
    margin-bottom: 10px;
    line-height: 1.6;
}

.ceo-qualifications {
    flex: 1;
    display: flex;
    flex-direction: column;
    background-color: #fff;
    padding: 40px;
    border-radius: 10px;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
    min-height: 0;
    overflow: auto;
}

@media (max-width: 992px) {
 .ceo-image {
    position: relative;
    flex: 1;
    min-height: 60vw;
    padding: 30px;
    text-align: center;
}

.ceo-desc p {
    font-size: 4.4vw;
    color: #666;
    margin-bottom: 10px;
    line-height: 1.6;
}
.ceo-en-name {
    font-size: 4.4vw;
    font-weight: normal;
    color: #666;
    margin-left: 10px;
}
}




.qualifications-title {
    font-size: 2vw;
    font-weight: bold;
    color: #000;
    margin-bottom: 1vw;
    position: relative;
   
}

.qualifications-title::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 60px;
    height: 3px;
    background-color: #003366;
}

.qualifications-slider {
    position: relative;
}

.slider-container {
    overflow: hidden;
}

.slider-wrapper {
    display: flex;
    transition: transform 0.5s ease;
}

.slider-item {
    flex: 0 0 30%;
    margin-right: 3.33%;
    background-color: #efefef;
    border-radius: 8px;
    overflow: hidden;
    box-shadow: 0 3px 10px rgba(0, 0, 0, 0.1);
}

.slider-item img {
    width: 100%;
    height: 10vw;
    object-fit: cover;
}

.item-title {
    padding: 15px;
    font-size: 14px;
    color: #000;
    line-height: 1.4;
}

.slider-controls {
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    transform: translateY(-50%);
    display: flex;
    justify-content: space-between;
    padding: 0 10px;
}

.slider-controls button {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background-color: rgba(0, 51, 102, 0.8);
    color: #fff;
    border: none;
    font-size: 20px;
    cursor: pointer;
    transition: all 0.3s ease;
}

.slider-controls button:hover {
    background-color: rgba(0, 51, 102, 1);
    transform: scale(1.1);
}

/* 响应式设计 */
@media (max-width: 992px) {
  .qualifications-title {
    font-size: 20px;
    font-weight: bold;
    color: #000;
    margin-bottom: 30px;
    position: relative;
    padding-bottom: 10px;
}
.slider-item img {
    width: 100%;
    height: 80%;
    object-fit: cover;
}
    .ceoboxs {
        flex-direction: column;
    }
    
    .ceo-left {
        flex: 1;
    }
    
    .slider-item {
        flex: 0 0 48%;
        margin-right: 4%;
    }
}

@media (max-width: 768px) {
    .ceo-info,
    .ceo-qualifications {
        padding: 30px;
    }
    
    .ceo-name {
        font-size: 28px;
    }
    
    .slider-item {
        flex: 0 0 100%;
        margin-right: 0;
    }
}



/* 三大赋能板块样式 */
.sanfuneng {
    position: relative;
    padding: 100px 0;
    overflow: hidden;
}

.sanfuneng-container {
    position: relative;
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
}

.sanfuneng-background {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
    overflow: hidden;
}

.sanfuneng-background img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    filter: brightness(0.7);
}

.sanfuneng-content {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 50px;
}

.sanfuneng-item {
    flex: 1;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
}

.sanfuneng-item__circle {
    width: 200px;
    height: 200px;
    border-radius: 50%;
    background-color: #003366;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    box-shadow: 0 10px 30px rgba(0, 51, 102, 0.3);
    transition: all 0.3s ease;
    overflow: hidden;
}

.sanfuneng-item__circle::before {
    content: '';
    position: absolute;
    top: -50%;
    left: -50%;
    width: 200%;
    height: 200%;
    background: linear-gradient(
        to bottom right,
        rgba(255, 255, 255, 0.1) 0%,
        rgba(255, 255, 255, 0) 50%
    );
    transform: rotate(45deg);
    transition: all 0.5s ease;
}

.sanfuneng-item__circle:hover {
    transform: scale(1.05);
    box-shadow: 0 15px 40px rgba(0, 51, 102, 0.4);
}

.sanfuneng-item__circle:hover::before {
    transform: rotate(45deg) translate(100%, 100%);
}

.sanfuneng-item__text {
    text-align: center;
    z-index: 1;
}

.sanfuneng-item__title {
    font-size: 24px;
    font-weight: bold;
    color: #fff;
    line-height: 1.3;
}

/* 响应式设计 */
@media (max-width: 768px) {
    .sanfuneng-content {
        flex-direction: column;
        gap: 30px;
    }
    
    .sanfuneng-item__circle {
        width: 150px;
        height: 150px;
    }
    
    .sanfuneng-item__title {
        font-size: 20px;
    }
}

/* 动画效果 */
@keyframes pulse {
    0% {
        box-shadow: 0 0 0 0 rgba(0, 51, 102, 0.7);
    }
    70% {
        box-shadow: 0 0 0 15px rgba(0, 51, 102, 0);
    }
    100% {
        box-shadow: 0 0 0 0 rgba(0, 51, 102, 0);
    }
}

.sanfuneng-item__circle {
    animation: pulse 2s infinite;
}

.sanfuneng-item--project .sanfuneng-item__circle {
    animation-delay: 0s;
}

.sanfuneng-item--system .sanfuneng-item__circle {
    animation-delay: 0.3s;
}

.sanfuneng-item--talent .sanfuneng-item__circle {
    animation-delay: 0.6s;
}





/* 六优四板块样式 */
.advantages3 {

   
}

.sixyousi {
    width: 85%;
    margin: 0 auto;
    padding: 0 20px;
}

.sixyousi-section {
    margin-bottom: 80px;
}

.sixyousi-title {
    text-align: center;
    margin-bottom: 60px;
}

.sixyousi-title h2 {
    font-size: 2.7vw;
    color: #000;
    margin: 0;
}
.sixyousi-title span{
    font-size: 1.4vw;
}
.sixyousi-container {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 30px;
}

.sixyousi-item {
    background-color: #fff;
    border-radius: 10px;
    padding: 20px;
    text-align: center;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
    transition: all 0.3s ease;
    display: flex;
    justify-content: center;
    align-items: center;

}

.sixyousi-item:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.1);
}

.sixyousi-item__content {
  width: 100%;
}

.sixyousi-item__title {
    font-size: 1.5vw;
    font-weight: bold;
    color: #000;
    margin-bottom: 15px;
    line-height: 1.2;
}

.sixyousi-item__desc {
    font-size: 1vw;
    color: #000;
    line-height: 1.6;
    margin: 0;
}
@media (max-width:1024px) {
    .sixyousi{
        width: 100%;
    }
.sixyousi-item__desc {
    font-size: 4vw;
    color: #000;
    line-height: 1.6;
    margin: 0;
}
}
/* 响应式设计 */
@media (max-width: 768px) {
    .sixyousi-container {
        grid-template-columns: 1fr;
        gap: 20px;
    }
    
    .sixyousi-item {
        padding: 30px 20px;
        min-height: auto;
    }
    
    .sixyousi-item__title {
        font-size: 24px;
    }
}



/* 商学院板块样式 */
.advantages4 {
    padding: 80px 0;

}

.business-school {
  width: 85%;
    background-color: #fff;
    margin: 0 auto;
    margin-bottom: 4vw;
    padding: 4vw;
    border-radius: 2vw;
}

.business-school__header {
    text-align: center;
    margin-bottom: 60px;
}

.business-school__title {
    font-size: 42px;
    font-weight: bold;
    color: #003366;
    margin-bottom: 30px;
}

.business-school__intro {
    width: 100%;
    margin: 0 auto 40px;
    font-size: 16px;
    line-height: 1.6;
    color: #666;
}

.business-school__intro p {
  font-size: 1.2vw;
    margin-bottom: 15px;
}

.business-school__intro .highlight {
    color: #ff6600;
    font-weight: bold;
}

.business-school__values {
    width: 100%;
    margin: 0 auto;

}

.business-school__motto,
.business-school__value {
    font-size: 1.4vw;
    font-weight: bold;
    color: #000;
    margin-bottom: 10px;
}

.business-school__motto span,
.business-school__value span {
    font-weight: normal;
    color: #666;
}

.business-school__gallery {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    gap: 20px;
}

.business-school__item {
    border-radius: 8px;
    overflow: hidden;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.business-school__item:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.15);
}

.business-school__item img {
    width: 100%;
    height: 150px;
    object-fit: cover;
}

/* 响应式设计 */
@media (max-width: 992px) {
    .advantages4 {
    padding: 0;

}

.business-school{
  width: 100%;
}
.business-school__motto, .business-school__value {
    font-size: 5.2vw;
    font-weight: bold;
    color: #000;
    margin-bottom: 10px;
}
.business-school__intro p {
    font-size: 4.2vw;
    margin-bottom: 15px;
}

    .business-school__gallery {
        grid-template-columns: repeat(4, 1fr);
    }
}

@media (max-width: 768px) {
    .business-school__gallery {
        grid-template-columns: repeat(2, 1fr);
    }
    
    .business-school__title {
        font-size: 32px;
    }
    
    .business-school__values {
        text-align: center;
    }
}

@media (max-width: 480px) {
    .business-school__gallery {
        grid-template-columns: 1fr;
    }
}


#index_page .pageContentAll .inxBanner > .thisBox {
  width: 100%;
  height: 100vh;
}
@media (max-width:1024px) {
  #index_page .pageContentAll .inxBanner > .thisBox {
    height: 100vw;
  }
}
#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 .imgUl::after {
  content: '';
  position: absolute;
  display: block;
  top: 0;
  width: 100%;
  height: 100%;

}
#index_page .pageContentAll .inxBanner > .thisBox > .contentBox .bannerCout .textUl {
    position: absolute;
    top: 30vw;
    left: 16vw;
    width: 100%;
}

@media (max-width:1024px) {
  #index_page .pageContentAll .inxBanner > .thisBox > .contentBox .bannerCout .textUl {
    width: 80vw;
    top: 48vw;
    left: 8vw;
  }
}
#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 {
  font-family: 'en9';
  letter-spacing: 0.2vw;
   text-shadow: -4px -4px 25px #463902, 6px 8px 25px rgba(154, 171, 205, 0.5);
  text-transform: uppercase;
  font-size: clamp(12px, 1.5vw, 1.5vw);
  letter-spacing: 0.1em;
  color: #fff;
}
@media (max-width:1024px) {
  #index_page .pageContentAll .inxBanner > .thisBox > .contentBox .bannerCout .textUl .ul .li {
  position: absolute;
  top: -50px;
  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 {
    font-size: 4.6vw;
  }
}
#index_page .pageContentAll .inxBanner > .thisBox > .contentBox .bannerCout .textUl .ul .li .miaoshu {
  margin-top: 1vw;
  font-family: 'en9';
  letter-spacing: 0.2vw;
  text-transform: uppercase;
}
#index_page .pageContentAll .inxBanner > .thisBox > .contentBox .bannerCout .textUl .ul .li .miaoshu .t {
  font-size: clamp(12px, 2.5vw, 2.5vw);
 text-shadow: -4px -4px 25px #000000, 6px 8px 10px rgba(154, 171, 205, 0.5);
  color: #1a1a1a;
  color: #fff;
}
@media (max-width:1024px) {
  #index_page .pageContentAll .inxBanner > .thisBox > .contentBox .bannerCout .textUl .ul .li .miaoshu .t {
    font-size: 6.4vw;
  }
}
#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: 16vw;
  bottom: 2vw;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  flex-wrap: unset;
  gap: 1vw;
}
@media (max-width:1024px) {
  #index_page .pageContentAll .inxBanner > .thisBox > .contentBox .scrollDown {
    display: none;
  }
}
#index_page .pageContentAll .inxBanner > .thisBox > .contentBox .scrollDown .txt {
  writing-mode: vertical-rl;
  color: #fff;
  font-size: clamp(12px, 0.8vw, 0.8vw);
  font-family: 'en9';
  letter-spacing: 0.2vw;
  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;
}
@media (max-width:1024px) {
  #index_page .pageContentAll .inxBanner > .thisBox > .contentBox .bannerControl .navigation {
    right: 30vw;
    bottom: 4vw;
}
  #index_page .pageContentAll .inxBanner > .thisBox > .contentBox .bannerControl .navigation .btn {
    height: 16vw;
    width: 30vw;
  }

}
#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);
}
@media (max-width:1024px) {
  #index_page .pageContentAll .inxBanner > .thisBox > .contentBox .bannerControl .navigation .btn .ico {
    width: 6vw;
  }
}
#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: #1a1a1a;
}
#index_page .pageContentAll .inxBanner > .thisBox > .contentBox .bannerControl .navigation .btn:hover .img img {
  transform: scale(1.1);
}

.yellowBtn {
display: inline-block;
    padding: 12px 30px;
    background: rgba(255, 200, 0, 0.8);
    border-radius: 30px;
    margin-top: 1vw;
    color: #000;
    font-size: 14px;
    font-weight: 500;
    text-decoration: none;
    transition: all 0.3s ease;
}

.yellowBtn:hover {
    background: rgba(255, 200, 0, 1);
    transform: translateY(-2px);
}



/* 合作背书板块样式 */
.cooperation-endorsement-section {
       width: 85%;
    background-color: #fff;
    padding: 6vw 4vw;
    margin: auto;
    border-radius: 2vw;
    box-sizing: border-box
}

.cooperation-endorsement-container {
    width: 75%;
    margin: 0 auto;
    text-align: center;
}

/* 标题区域 */
.endorsement-title-wrapper {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 50px;
    flex-wrap: wrap;
}
.endorsement-desc {
    font-size: 1.2vw;
 
    margin: 0 0 20px 0;
}
.title-line-left,
.title-line-right {
    flex: 1;
    max-width: 200px;
    height: 1px;
    background: linear-gradient(to right, transparent, #0a4a8a);
}
@media (max-width:1024px) {
    .cooperation-endorsement-container {
    width: 85%;
    margin: 0 auto;
    text-align: center;
}
.endorsement-desc {
    font-size: 4.2vw;
 
    margin: 0 0 20px 0;
}
}
.title-line-right {
    background: linear-gradient(to left, transparent, #0a4a8a);
}

.endorsement-main-title {
    font-size: 2.7vw;
    font-weight: 600;
    color: #000;
    margin: 0 30px;
    white-space: nowrap;
}

/* 合作机构区域（轮播） */
.endorsement-partners-wrapper {
    position: relative;
    display: flex;
    width: 100%;
    margin-bottom: 30px;
}

.endorsement-partners-wrapper > .swiper {
    width: 100%;
    overflow: hidden;
}

.endorsement-partners-wrapper > .swiper .swiper-wrapper {
    display: flex;
    align-items: stretch;
}

.endorsement-partners-wrapper > .swiper .swiper-slide {
    height: auto;
    flex-shrink: 0;
}

.endorsement-partners-wrapper .swiperControl {
    margin-top: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 20px;
}

.endorsement-partners-wrapper .swiperControl .pagination {
    display: flex;
    align-items: center;
    justify-content: center;
}

.endorsement-partners-wrapper .swiperControl .paginationThis {
    display: flex;
    gap: 8px;
}

.endorsement-partners-wrapper .swiperControl .navigation {
    display: flex;
    gap: 10px;
}

.partner-item {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 15px;
    width: 100%;
    padding: 20px 10px;
}

.partner-logo-wrapper {
    width: 100%;
    height: 10vw;
    display: flex;
    align-items: center;
    justify-content: center;
}

.partner-logo {
    max-width: 100%;
    max-height: 100%;
    object-fit: contain;
}

.partner-info {
    text-align: center;
}

.partner-name {
    font-size: 1.4vw;
    font-weight: 600;
    color: #000;
    margin: 0 0 8px 0;
}

.partner-english-name {
    font-size: 14px;
    color: #666666;
    margin: 0;
    letter-spacing: 2px;
}

.partner-divider {
  position: absolute;
    width: 2px;
    height: 100px;
    background: linear-gradient(to bottom, transparent, #cccccc, transparent);
}

/* 描述文字 */
.endorsement-description {
    font-size: 16px;
    color: #666666;
    margin: 0;
    padding-top: 20px;
    border-top: 1px solid #eeeeee;
}

/* 启动仪式图片区域 */
.launch-ceremony-section {
      width: 90%;
      margin: 0 auto;
    border-radius: 2vw;
    background-color: #ffdc5d;
    box-shadow: 5px 8px 12px #0000003b;
    padding: 40px 20px;

    box-sizing: border-box;
}

.ceremony-image-wrapper {
    width: 75%;
    margin: 0 auto;
    border-radius: 12px;
    overflow: hidden;
    box-shadow: 0 10px 40px rgba(0, 0, 0, 0.2);
}

.ceremony-image {
    width: 100%;
    height: 20vw;
    display: block;
}

/* 响应式设计 */
@media screen and (max-width: 992px) {
  .ceremony-image-wrapper {
    width: 100%;
    height: 100%;
    margin: 0 auto;
    border-radius: 12px;
    overflow: hidden;
    box-shadow: 0 10px 40px rgba(0, 0, 0, 0.2);
}
    .endorsement-main-title {
        font-size: 24px;
        margin: 0 20px;
    }
    
    .title-line-left,
    .title-line-right {
        max-width: 150px;
    }
    
    .partner-item {
        flex: 0 1 100%;
        max-width: 300px;
    }
    
    .partner-divider {
        width: 100px;
        height: 2px;
        background: linear-gradient(to right, transparent, #cccccc, transparent);
    }
    
    .endorsement-partners-wrapper {
        flex-direction: column;
        gap: 30px;
    }
}

@media screen and (max-width: 768px) {
    .cooperation-endorsement-section {
        width: 95%;
        padding: 40px 15px;
    }
    
    .endorsement-main-title {
        font-size: 20px;
        margin: 0 15px;
    }
    
    .title-line-left,
    .title-line-right {
        max-width: 100px;
    }
    
    .partner-logo-wrapper {
        width: 100%;
        height: 100px;
    }
    
    .partner-name {
        font-size: 20px;
    }
    
    .partner-english-name {
        font-size: 12px;
    }
    
    .endorsement-description {
        font-size: 14px;
        line-height: 1.6;
    }
    
    .launch-ceremony-section {
        padding: 30px 15px;
        margin-top: 30px;
    }
    
    .ceremony-image-wrapper {
        border-radius: 8px;
    }
}

@media screen and (max-width: 480px) {
    .cooperation-endorsement-section {
        padding: 30px 10px;
    }
    
    .endorsement-main-title {
        font-size: 18px;
        margin: 0 10px;
    }
    
    .title-line-left,
    .title-line-right {
        max-width: 60px;
    }
    
    .partner-logo-wrapper {
        width: 100%;
        height: 80px;
    }
    
    .partner-name {
        font-size: 18px;
    }
    
    .endorsement-description {
        font-size: 13px;
        padding: 15px 10px;
    }
    
    .launch-ceremony-section {
        width: 100%;
        padding: 20px 10px;
        margin-top: 20px;
    }
}

/* 浮动按钮样式 */
.ceremony-image-wrapper {
    position: relative; /* 确保按钮可以绝对定位 */
}
.ceremony-image-wrapper .imgbox {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 20px;
}
.ceremony-float-btn-wrapper {
    position: absolute;
    bottom: 50px;
    margin: auto;
    right: 42%;
    z-index: 10;
}

.ceremony-float-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    padding: 14px 28px;
     background: linear-gradient(135deg, #ffdc5d 0%, #ffcd15 100%);
    border: none;
    border-radius: 50px;
    color: #000;
    font-size: 16px;
    font-weight: 500;
    cursor: pointer;
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.4);
    transition: all 0.3s ease;
    text-decoration: none;
    white-space: nowrap;
}

.ceremony-float-btn:hover {
      color: #fff;
    transform: translateY(-3px);
    box-shadow: 0 12px 35px rgba(0, 0, 0, 0.5);
    background: linear-gradient(135deg, #000000 0%, #000000 100%);
}

.ceremony-float-btn:active {
    transform: translateY(-1px);
    box-shadow: 0 6px 20px rgba(0, 0, 0, 0.4);
}

.btn-icon {
    font-size: 20px;
    font-weight: 300;
    line-height: 1;
}

.btn-text {
    letter-spacing: 1px;
}

/* 响应式适配 */
@media screen and (max-width: 768px) {
    .ceremony-float-btn-wrapper {
        bottom: 20px;
        right: 20px;
    }
    
    .ceremony-float-btn {
        padding: 12px 22px;
        font-size: 14px;
        gap: 8px;
    }
    
    .btn-icon {
        font-size: 18px;
    }
}

@media screen and (max-width: 480px) {
    .ceremony-float-btn-wrapper {
             bottom: 20px;
        right: 32%;
    }
    
    .ceremony-float-btn {
        padding: 10px 18px;
        font-size: 13px;
        gap: 6px;
    }
    
    .btn-icon {
        font-size: 16px;
    }
}

/* ========================================
   启动仪式轮播 ceremonySwiper
   ======================================== */
#ceremonySwiper {
    width: 100%;
    overflow: hidden;
}
#ceremonySwiper .swiper-wrapper {
    display: flex;
    list-style: none;
    margin: 0;
    padding: 0;
}
#ceremonySwiper .swiper-slide {
    flex-shrink: 0;
    width: 100%;
    list-style: none;
}
#ceremonySwiper .ceremony-slide-img {
    width: 100%;
}
#ceremonySwiper .ceremony-slide-img img {
    width: 100%;
    height: 15vw;
    object-fit: cover;
    display: block;
}

.ceremony-swiper-control {
    position: absolute;
    bottom: 1.5vw;
    left: 50%;
    transform: translateX(-50%);
    z-index: 20;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 0.5vw;
}
.ceremony-swiper-control .navigation {
    display: none;
}
.ceremony-swiper-control .pagination {
    display: flex;
    justify-content: center;
}
.ceremony-swiper-control .paginationThis {
    display: flex;
    gap: 0.5vw;
}
.ceremony-swiper-control .paginationThis .swiper-pagination-bullet {
    width: 12px;
    height: 12px;
    background: rgba(255, 255, 255, 0.5);
    opacity: 1;
    border-radius: 50%;
    cursor: pointer;
    transition: all 0.3s ease;
}
.ceremony-swiper-control .paginationThis .swiper-pagination-bullet-active {
    background: #ffdc5d;
    width: 30px;
    border-radius: 6px;
}

/* 响应式 */
@media (max-width:1024px) {
    #ceremonySwiper .ceremony-slide-img img {
        height: 40vw;
    }
    .ceremony-swiper-control {
        bottom: 3vw;
    }
    .ceremony-swiper-control .paginationThis .swiper-pagination-bullet {
        width: 10px;
        height: 10px;
    }
    .ceremony-swiper-control .paginationThis .swiper-pagination-bullet-active {
        width: 24px;
    }
}


#index_page .pageContentAll .inxNews > .thisBox {
  padding: 6vw 0;
}
@media (max-width:1600px) {
  #index_page .pageContentAll .inxNews > .thisBox {
    padding: 6vw 0;
  }
}
@media (max-width:1300px) {
  #index_page .pageContentAll .inxNews > .thisBox {
    padding: 6vw 0;
  }
}
@media (max-width:1024px) {
  #index_page .pageContentAll .inxNews > .thisBox {
    padding: 12vw 0;
  }
}
#index_page .pageContentAll .inxNews > .thisBox .contentBox {
  width: 85%;
  margin: 0 auto;
  display: grid;

  grid-gap: 2vw;
}
@media (max-width:1024px) {
  #index_page .pageContentAll .inxNews > .thisBox .contentBox {
    width: 86%;
  }
}
@media (max-width:1024px) {
  #index_page .pageContentAll .inxNews > .thisBox .contentBox {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    grid-gap: 6vw;
  }
}
#index_page .pageContentAll .inxNews > .thisBox .contentBox .aBox .textBox .title {
  font-size: clamp(12px, 1.2vw, 1.2vw);
  font-weight: bold;
  transition-duration: 0.3s;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.56, -0.01, 0.04, 1);
  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 .aBox .textBox .title {
    font-size: 4.4vw;
  }
}
#index_page .pageContentAll .inxNews > .thisBox .contentBox .aBox .textBox .info {
  width: 100%;
  opacity: 0.6;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  flex-wrap: unset;
}
#index_page .pageContentAll .inxNews > .thisBox .contentBox .aBox:hover .imgBox img {
  transform: scale(1.1);
}
#index_page .pageContentAll .inxNews > .thisBox .contentBox .aBox:hover .title {
  color: #654a01;
}

#index_page .pageContentAll .inxNews > .thisBox .contentBox .oneBox {
  overflow: hidden;
      width: 50%;
  height: 100%;
box-shadow: 5px 8px 12px #0000003b;
  background-color: #fff;
  border-radius: 2vw;
}

#index_page .pageContentAll .inxNews > .thisBox .contentBox .oneBox.one .aBox .imgBox {
  overflow: hidden;
  width: 100%;
  height: 25vw;
}
@media (max-width:1024px) {
  #index_page .pageContentAll .inxNews > .thisBox .contentBox .oneBox.one .aBox .imgBox {
    height: 100%;
  }
}
#index_page .pageContentAll .inxNews > .thisBox .contentBox .oneBox.one .aBox .imgBox img {
  transition-duration: 0.8s;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.56, -0.01, 0.04, 1);
}
#index_page .pageContentAll .inxNews > .thisBox .contentBox .oneBox.one .aBox .textBox {
  padding: 2vw;
  height: calc(100% - 16vw);
  width: 100%;
}
@media (max-width:1024px) {
  #index_page .pageContentAll .inxNews > .thisBox .contentBox .oneBox.one .aBox .textBox {
    padding: 6vw;
    height: unset;
  }
}
#index_page .pageContentAll .inxNews > .thisBox .contentBox .oneBox.one .aBox .textBox .info {
  margin: 1.3vw 0;
}
@media (max-width:1024px) {
  #index_page .pageContentAll .inxNews > .thisBox .contentBox .oneBox.one .aBox .textBox .info {
    margin: 3vw 0;
  }
}
#index_page .pageContentAll .inxNews > .thisBox .contentBox .oneBox.one .aBox .textBox .description {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  font-size: clamp(12px, 1vw, 1vw);
  line-height: 1.6em;
}
@media (max-width:1024px) {
  #index_page .pageContentAll .inxNews > .thisBox .contentBox .oneBox.one .aBox .textBox .description {
    font-size: 4vw;
  }
}
#index_page .pageContentAll .inxNews > .thisBox .contentBox .oneBox.more {
  padding: 3vw;
  width: 50%;
}
@media (max-width:1024px) {
  #index_page .pageContentAll .inxNews > .thisBox .contentBox .oneBox.more {
    padding: 6vw;
  }
}
#index_page .pageContentAll .inxNews > .thisBox .contentBox .oneBox.more .ul {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  flex-wrap: unset;
  gap: 1.5vw;
}
@media (max-width:1024px) {
  #index_page .pageContentAll .inxNews > .thisBox .contentBox .oneBox.more .ul {
    gap: 2vw;
  }
}
#index_page .pageContentAll .inxNews > .thisBox .contentBox .oneBox.more .ul .li {
  width: 100%;
}
#index_page .pageContentAll .inxNews > .thisBox .contentBox .oneBox.more .ul .li .aBox {
  width: 100%;
}
#index_page .pageContentAll .inxNews > .thisBox .contentBox .oneBox.more .ul .li .aBox .textBox {
  width: 100%;
}
#index_page .pageContentAll .inxNews > .thisBox .contentBox .oneBox.more .ul .li .aBox .info {
  margin-top: 1vw;
  width: 100%;
}
#about_company_page .pageContentAll .pageContent .buju .unifyTitle .unifyTitleThis > .thisBox{
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    justify-content: center;
    flex-wrap: unset;
}


.buju {
  position: relative;
  z-index: 1;
}
.buju > .thisBox {
  padding: 5vw 0;
}
@media (max-width:1600px) {
  .buju > .thisBox {
    padding: 5vw 0;
  }
}
@media (max-width:1300px) {
  .buju > .thisBox {
    padding: 5vw 0;
  }
}
@media (max-width:1024px) {
  .buju > .thisBox {
    padding: 12vw 0;
  }
}
.buju > .thisBox > .contentBox {
  width: 72%;
  margin: 0 auto;
}
@media (max-width:1600px) {
  .buju > .thisBox > .contentBox {
    width: 72%;
  }
}
@media (max-width:1300px) {
  .buju > .thisBox > .contentBox {
    width: 72%;
  }
}
@media (max-width:1024px) {
  .buju > .thisBox > .contentBox {
    width: 84%;
  }
}
.buju > .thisBox > .contentBox .imgBoxAll {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  flex-wrap: unset;
  gap: 2vw;
}
@media (max-width:1024px) {
  .buju > .thisBox > .contentBox .imgBoxAll {
    flex-wrap: wrap;
  }
}
@media (max-width:1024px) {
  .buju > .thisBox > .contentBox .imgBoxAll .imgBox {
    width: calc(50% - 1vw);
  }
}
.buju > .thisBox > .contentBox .textBox {
  margin-bottom: 3vw;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  flex-wrap: unset;
  gap: 1vw;
}
@media (max-width:1024px) {
  .buju > .thisBox > .contentBox .textBox {
    gap: 4vw;
    margin-bottom: 8vw;
  }
}
.buju > .thisBox > .contentBox .textBox .subtitle {
    font-size: clamp(12px, 2vw, 2vw);
    color: #000;
    height: 2.8vw;
    display: flex
;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    flex-wrap: unset;
    padding: 2vw;
    border-radius: 2vw;
    background-color: #ffdc5d;
}
@media (max-width:1024px) {
  .buju > .thisBox > .contentBox .textBox .subtitle {
    font-size: 5vw;
  }
}
@media (max-width:1024px) {
  .buju > .thisBox > .contentBox .textBox .subtitle {
    height: 8vw;
    padding: 0 6vw;
    border-radius: 5vw;
  }
}
.buju > .thisBox > .contentBox .textBox .miaoshu {
  line-height: 2em;
  font-size: clamp(12px, 1.2vw, 1.2vw);
  text-align: center;
  width: 85%;
}
@media (max-width:1024px) {
  .buju > .thisBox > .contentBox .textBox .miaoshu {
    font-size: 3.8vw;
  }
}
@media (max-width:1024px) {
  .buju > .thisBox > .contentBox .textBox .miaoshu {
    width: 100%;
  }
}
#contact_page .pageContentAll .pageContent .contInfo {
  margin-top: -5vw;
}
#contact_page .pageContentAll .pageContent .contInfo > .thisBox {
  padding-bottom: 5vw;
}
@media (max-width:1600px) {
  #contact_page .pageContentAll .pageContent .contInfo > .thisBox {
    padding-bottom: 5vw;
  }
}
@media (max-width:1300px) {
  #contact_page .pageContentAll .pageContent .contInfo > .thisBox {
    padding-bottom: 5vw;
  }
}
@media (max-width:1024px) {
  #contact_page .pageContentAll .pageContent .contInfo > .thisBox {
    padding-bottom: 12vw;
  }
}
#contact_page .pageContentAll .pageContent .contInfo > .thisBox > .contentBox {
  width: 72%;
  margin: 0 auto;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  flex-wrap: unset;
}
@media (max-width:1600px) {
  #contact_page .pageContentAll .pageContent .contInfo > .thisBox > .contentBox {
    width: 72%;
  }
}
@media (max-width:1300px) {
  #contact_page .pageContentAll .pageContent .contInfo > .thisBox > .contentBox {
    width: 72%;
  }
}
@media (max-width:1024px) {
  #contact_page .pageContentAll .pageContent .contInfo > .thisBox > .contentBox {
    width: 84%;
  }
}
@media (max-width:1024px) {
  #contact_page .pageContentAll .pageContent .contInfo > .thisBox > .contentBox {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    flex-wrap: unset;
    gap: 6vw;
    padding: 6vw 4vw;
  }
}
#contact_page .pageContentAll .pageContent .contInfo > .thisBox > .contentBox .leftBox {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  flex-wrap: unset;
  gap: 2vw;
  width: 65%;
  border-right: 1px dashed #ccc;
}
@media (max-width:1024px) {
  #contact_page .pageContentAll .pageContent .contInfo > .thisBox > .contentBox .leftBox {
    border-right: none;
    width: 100%;
  }
}
#contact_page .pageContentAll .pageContent .contInfo > .thisBox > .contentBox .leftBox .oneBox {
  background-color: rgba(226, 234, 245, 0.5);
  padding: 2vw 4vw;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  flex-wrap: unset;
  border-radius: 0.6vw;
}
@media (max-width:1024px) {
  #contact_page .pageContentAll .pageContent .contInfo > .thisBox > .contentBox .leftBox .oneBox {
    width: 50%;
  }
}
#contact_page .pageContentAll .pageContent .contInfo > .thisBox > .contentBox .leftBox .oneBox .ico {
  width: 3vw;
  height: 3vw;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  flex-wrap: unset;
  border-radius: 50%;
  background-color: #ABBDD6;
}
#contact_page .pageContentAll .pageContent .contInfo > .thisBox > .contentBox .leftBox .oneBox .ico i {
  color: #fff;
  font-size: clamp(12px, 1.4vw, 1.4vw);
}
@media (max-width:1024px) {
  #contact_page .pageContentAll .pageContent .contInfo > .thisBox > .contentBox .leftBox .oneBox .ico i {
    font-size: 4.8vw;
  }
}
#contact_page .pageContentAll .pageContent .contInfo > .thisBox > .contentBox .leftBox .oneBox .textBox {
  margin-top: 1vw;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  flex-wrap: unset;
}
#contact_page .pageContentAll .pageContent .contInfo > .thisBox > .contentBox .leftBox .oneBox .textBox .title {
  font-size: clamp(12px, 1.3vw, 1.3vw);
  font-family: 'cn1';
}
@media (max-width:1024px) {
  #contact_page .pageContentAll .pageContent .contInfo > .thisBox > .contentBox .leftBox .oneBox .textBox .title {
    font-size: 4.6vw;
  }
}
#contact_page .pageContentAll .pageContent .contInfo > .thisBox > .contentBox .leftBox .oneBox .textBox .txt {
  font-size: clamp(12px, 1vw, 1vw);
}
@media (max-width:1024px) {
  #contact_page .pageContentAll .pageContent .contInfo > .thisBox > .contentBox .leftBox .oneBox .textBox .txt {
    font-size: 4vw;
  }
}
#contact_page .pageContentAll .pageContent .contInfo > .thisBox > .contentBox .rightBox {
  width: 45%;
  padding-left: 6vw;
  row-gap: 1vw;
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  justify-content: unset;
  flex-wrap: wrap;
}
@media (max-width:1024px) {
  #contact_page .pageContentAll .pageContent .contInfo > .thisBox > .contentBox .rightBox {
    width: 100%;
  }
}
#contact_page .pageContentAll .pageContent .contInfo > .thisBox > .contentBox .rightBox .box {
  width: 50%;
}
#contact_page .pageContentAll .pageContent .contInfo > .thisBox > .contentBox .rightBox .box .textBox .title {
  font-size: clamp(12px, 1vw, 1vw);
  font-family: 'cn1';
}
@media (max-width:1024px) {
  #contact_page .pageContentAll .pageContent .contInfo > .thisBox > .contentBox .rightBox .box .textBox .title {
    font-size: 4vw;
  }
}
#contact_page .pageContentAll .pageContent .contInfo > .thisBox > .contentBox .rightBox .box .textBox .txt {
  font-size: clamp(12px, 0.9vw, 0.9vw);
}
@media (max-width:1024px) {
  #contact_page .pageContentAll .pageContent .contInfo > .thisBox > .contentBox .rightBox .box .textBox .txt {
    font-size: 3.8vw;
  }
}
.map > .thisBox > .contentBox {
    display: flex
;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    flex-wrap: unset;
    height: 100%;
}
@media (max-width:1024px) {
  .map > .thisBox > .contentBox {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    flex-wrap: unset;
    height: unset;
  }
}
.map > .thisBox > .contentBox .tiaozhuanBox {
     padding: 4vw;
    width: 30%;
    height: 100%;

}
@media (max-width:1024px) {
  .map > .thisBox > .contentBox .tiaozhuanBox {
  width: 80%;
        height: 100%;
        margin: auto;
    }
  
}
.map > .thisBox > .contentBox .tiaozhuanBox .tiaozhuan {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  flex-wrap: unset;
  gap: 2vw;
}
.map > .thisBox > .contentBox .tiaozhuanBox .tiaozhuan .button {
  position: relative;
  width: 100%;
}
.map > .thisBox > .contentBox .tiaozhuanBox .tiaozhuan .button .box {
  padding: 1.4vw 2vw;
  cursor: pointer;
  border-radius: 1vw;
  width: 100%;
  background-color: rgba(255, 255, 255, 0.3);
}
@media (max-width:1024px) {
  .map > .thisBox > .contentBox .tiaozhuanBox .tiaozhuan .button .box {
    padding-right: 10vw;
  }
}
.map > .thisBox > .contentBox .tiaozhuanBox .tiaozhuan .button .box .title {
  font-size: clamp(12px, 1.1vw, 1.1vw);
  font-family: 'cn1';
}
@media (max-width:1024px) {
  .map > .thisBox > .contentBox .tiaozhuanBox .tiaozhuan .button .box .title {
    font-size: 4.2vw;
  }
}

.map > .thisBox > .lianxi {
    text-align: center;
    margin-left: auto;
    padding: 2vw;
    margin-right: auto;
    width: 80%;

}
.map > .thisBox > .lianxi ul li{
    font-size: clamp(12px, 1.5vw, 1.5vw);
}
.map > .thisBox > .lianxi ul li span {
    font-size: clamp(12px, 1.4vw, 1.4vw);
}
@media (max-width:1024px) {
  .map > .thisBox > .lianxi ul li span {
    font-size: 5.8vw;
  }
  .map > .thisBox > .lianxi ul li{
    font-size: 5.8vw;
}
}

.map > .thisBox > .contentBox .tiaozhuanBox .tiaozhuan .button .mapGo {
  position: absolute;
  right: 0;
  top: 50%;
  opacity: 0;
  transform: translate(50%, -50%);
  width: 3vw;
  height: 3vw;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  flex-wrap: unset;
  color: #000;
  border-radius: 50%;
  background-color: #fff;
}
@media (max-width:1024px) {
  .map > .thisBox > .contentBox .tiaozhuanBox .tiaozhuan .button .mapGo {
    width: 12vw;
    height: 12vw;
  }
}
.map > .thisBox > .contentBox .tiaozhuanBox .tiaozhuan .button.mapon .box {
  background-color: #000;
}
.map > .thisBox > .contentBox .tiaozhuanBox .tiaozhuan .button.mapon .box .title {
  color: #fff;
}
.map > .thisBox > .contentBox .tiaozhuanBox .tiaozhuan .button.mapon .box .txt {
  color: #fff;
}
.map > .thisBox > .contentBox .tiaozhuanBox .tiaozhuan .button.mapon .mapGo {
  opacity: 1;
}
.map > .thisBox > .contentBox .mapBox {
 width: 70%;
    height: 40vw;
  
}
@media (max-width:1024px) {
  .map > .thisBox > .contentBox .mapBox {
    width: 100%;
    height: 80vw;
  }
}
.map > .thisBox > .contentBox .mapBox #allmap {
  width: 100%;
  height: 100%;
    border-radius: 2vw;
}


#advantages_page .pageContentAll .pageContent .advantages4 > .thisBox {
  padding-top: 0;
}
@media (max-width:1600px) {
  #advantages_page .pageContentAll .pageContent .advantages4 > .thisBox {
    padding-top: 0;
  }
}
@media (max-width:1300px) {
  #advantages_page .pageContentAll .pageContent .advantages4 > .thisBox {
    padding-top: 0;
  }
}
@media (max-width:1024px) {
  #advantages_page .pageContentAll .pageContent .advantages4 > .thisBox {
    padding-top: 0;
  }
}
#advantages_page .pageContentAll .pageContent .advantages4 > .thisBox > .contentBox {
  width: 100%;
  margin: 0 auto;
  height: 32vw;
  position: relative;
}
@media (max-width:1024px) {
  #advantages_page .pageContentAll .pageContent .advantages4 > .thisBox > .contentBox {
    position: relative;
    height: unset;
    width: 100%;
    margin: 0 auto;
    padding: 3vw;
  }
}
@media (max-width:1024px) and (max-width:1600px) {
  #advantages_page .pageContentAll .pageContent .advantages4 > .thisBox > .contentBox {
    width: 72%;
  }
}
@media (max-width:1024px) and (max-width:1300px) {
  #advantages_page .pageContentAll .pageContent .advantages4 > .thisBox > .contentBox {
    width: 72%;
  }
}
@media (max-width:1024px) and (max-width:1024px) {
  #advantages_page .pageContentAll .pageContent .advantages4 > .thisBox > .contentBox {
    width: 90%;
  }
}
#advantages_page .pageContentAll .pageContent .advantages4 > .thisBox > .contentBox .imgBox {
  position: relative;
  overflow: hidden;

  width: 100%;
  height: 100%;
}
@media (max-width:1024px) {
  #advantages_page .pageContentAll .pageContent .advantages4 > .thisBox > .contentBox .imgBox {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }
}
#advantages_page .pageContentAll .pageContent .advantages4 > .thisBox > .contentBox .imgBox::after {
  content: '';
  position: absolute;
  display: block;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(105, 143, 181, 0.2);
}
#advantages_page .pageContentAll .pageContent .advantages4 .xian{
        /* border-top: 1px solid #000; */
}

#advantages_page .pageContentAll .pageContent .advantages4 > .thisBox > .contentBox .textBox *{
  color: #fff;

}
#advantages_page .pageContentAll .pageContent .advantages4 > .thisBox > .contentBox .textBox {
position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    background-color: rgb(0 0 0 / 45%);
    padding: 8vw;
    height: 100%;
}
@media (max-width:1024px) {
  #advantages_page .pageContentAll .pageContent .advantages4 > .thisBox > .contentBox .textBox {
    position: relative;
    z-index: 1;
    width: 100%;
    left: unset;
    top: unset;
  }
}

/* 上方标题板块 */
.header-section {
    text-align: center;
    padding: 40px 20px;
    margin-bottom: 30px;
}

.header-section .brand {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 12px;
    margin-bottom: 30px;
}

.header-section .logo {
width: 10vw;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}
.header-section .logo img{
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.brand-name {
    font-size: 2vw;
    font-weight: bold;
    color: #fff;
}

.brand-en {
    font-size: 1vw;
    color: rgba(255, 255, 255, 0.7);
    margin-top: 8px;
}

.main-title {
    font-size: 3vw;
    font-weight: bold;
    color: #fff;
    margin-bottom: 15px;
    line-height: 1.3;
}

.sub-title {
    font-size: 16px;
    color: rgba(255, 255, 255, 0.8);
}

/* 下载卡片容器 */
.download-container {
    display: flex;
    align-items: center;
    background: #fff;
    border-radius: 16px;
    padding: 30px;
    gap: 40px;
  width: 70%;
    margin: 0 auto;
    box-shadow: 0 10px 40px rgba(0, 0, 0, 0.1);
}

/* 左侧手机展示区 */
.phone-section {
    flex-shrink: 0;
}

.phone-img {
    width: 15vw;
    height: auto;
    border-radius: 20px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.2);
}

/* 中间信息区 */
.info-section {
    flex: 1;
}

.platform-icon {
    font-size: 3vw;
    margin-bottom: 10px;
}

.client-title {
    font-size: 1.2vw;
    font-weight: bold;
    color: #000;
    margin-bottom: 8px;
}

.tag {
    display: inline-block;
    padding: 4px 12px;
    background: rgba(0, 150, 136, 0.1);
    color: #ffdc5d;
    border-radius: 4px;
    font-size: 0.9vw;
    margin-bottom: 12px;
}

.tags {
    display: flex;
    gap: 8px;
    margin-bottom: 16px;
}

.tag-item {
 padding: 4px 10px;
    background: rgb(254 207 1);
    color: #000000;
    border-radius: 4px;
    font-size: 0.9vw;
}

.description {
    color: #000;
     font-size: 0.9vw;
    line-height: 1.6;
    margin-bottom: 24px;
}

.download-btn {
   display: block;
    width: 50%;
        margin-top: 2vw;
    padding: 1vw;
    background: linear-gradient(135deg, #ffdc5d, #ffdc5d);
    color: #fff;
    border: none;
    border-radius: 8px;
    font-size: 1.2vw;
    font-weight: 500;
    cursor: pointer;
    transition: transform 0.3s, box-shadow 0.3s;
}

.download-btn:hover {
    transform: translateY(-2px);
box-shadow: 0 5px 20px rgb(105 105 0 / 35%);
}

/* 右侧扫码区 */
.qrcode-section {
    flex-shrink: 0;
    text-align: center;
    padding: 20px;
    border-left: 1px solid #eee;
}

.qrcode-title {
    font-size: 16px;
    color: #000;
    margin-bottom: 15px;
}

.qrcode img {
    width: 140px;
    height: 140px;
    border-radius: 12px;
    border: 1px solid #eee;
}

.qrcode-tip {
    font-size: 12px;
    color: #999;
    margin-top: 10px;
}

/* 页面背景 */
#download_page {
 background: linear-gradient(135deg, #ffdc5d 0%, #ffdc5d 100%);
    height: 100%;
    overflow: hidden;
    padding: 40px 20px;
 
}
@media (max-width: 1024px) {
.header-section .logo {
    width: 36vw;
    height: 100%;
    display: flex
;
    align-items: center;
    justify-content: center;
}
.client-title {
    font-size: 6.2vw;

}
.tag-item {

    font-size: 12px;
}
.download-btn {

    font-size: 4.2vw;
 
}
}
/* 响应式适配 */
@media (max-width: 768px) {
    .main-title {
        font-size: 24px;
    }
    
    .download-container {
        flex-direction: column;
        padding: 20px;
        gap: 25px;
    }
    
    .qrcode-section {
        border-left: none;
        border-top: 1px solid #eee;
        padding-top: 25px;
    }
    
    .phone-img {
        width: 150px;
    }
}

/* 数字滚动柱状图样式 */
.stats-chart {
 display: flex;
    justify-content: space-around;
    right: 0;
    height: 100%;
    width: 50%;
    position: absolute;
    align-items: center;
    padding: 20px;
    background: rgba(255, 255, 255, 0.05);
    border-radius: 16px;
    backdrop-filter: blur(10px);
}

.chart-item {
    display: flex;
    flex-direction: column;
    align-items: center;
    flex: 1;
    padding: 15px;
}

.chart-bar-wrapper {
    position: relative;
    height: 12vw;
    width: 5vw;
    display: flex
;
    align-items: flex-end;
    padding-top: 15px;
    box-sizing: border-box
}

.chart-bar {
    width: 100%;
    border-radius: 8px 8px 0 0;
    background: linear-gradient(180deg, #FFD700 0%, #FFA500 50%, #FF8C00 100%);
    position: relative;
    overflow: hidden;
    transition: height 1.5s ease-out;
    box-shadow: 0 0 20px rgba(255, 215, 0, 0.3);
}

.chart-bar::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 50%;
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.3) 0%, transparent 100%);
}

.chart-bar::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(90deg, transparent 0%, rgba(255, 255, 255, 0.1) 50%, transparent 100%);
    animation: shimmer 2s infinite;
}

@keyframes shimmer {
    0% { transform: translateX(-100%); }
    100% { transform: translateX(100%); }
}

.chart-grid {
    position: absolute;
    padding-bottom: 1vw;
    top: 0;
    left: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    padding-left: 8px;
    color: rgba(255, 255, 255, 0.5);
    font-size: 0.8vw;
}

.chart-number {
    display: flex;
    align-items: baseline;
    margin-top: 12px;
}

.chart-number .count {
    font-size: 2.8vw;
    font-weight: bold;
    color: #FFD700;
    font-family: 'Arial Black', sans-serif;
    text-shadow: 0 0 10px rgba(255, 215, 0, 0.5);
}

.chart-number .unit {
    font-size: 1.2vw;
    color: rgba(255, 255, 255, 0.8);
    margin-left: 4px;
}

.chart-label {
    margin-top: 8px;
    font-size: 1vw;
    color: rgba(255, 255, 255, 0.7);
    text-align: center;
}

.chart-source {
    position: absolute;
    bottom: 10px;
    right: 20px;
    font-size: 0.8vw;
    color: rgba(255, 255, 255, 0.4);
}

@media (max-width: 1024px) {
    #index_page .pageContentAll .inxQuestion > .thisBox > .contentBox .box .cenImg {
        flex-direction: column;
        gap: 4vw;
    }
    
    #index_page .pageContentAll .inxQuestion > .thisBox > .contentBox .box .cenImg .leftimgBox {
        width: 100%;
        height: auto;
    }

    .stats-chart {
        position: relative;
        width: 100%;
        height: auto;
        flex-direction: row;
        padding: 4vw;
        margin-top: 2vw;
    }
 .stats-chart *{
  color: #000;
  }
    .chart-item {
        padding: 2vw;
        flex: 1;
    }

    .chart-bar-wrapper {
        height:32vw;
        width: 8vw;
        padding-top: 2vw;
    }

    .chart-grid {
        font-size: 2.5vw;
        padding-left: 2vw;
    }

    .chart-number .count {
        font-size: 5vw;
    }

    .chart-number .unit {
        font-size: 2.5vw;
        margin-left: 2px;
    }

    .chart-label {
        font-size: 12px;
        margin-top: 1vw;
    }

    .chart-source {
        position: relative;
        bottom: auto;
        color: #000;
        right: auto;
        font-size: 14px;
        text-align: center;
        margin-top: 3vw;
        padding-top: 2vw;
        border-top: 1px solid rgba(255, 255, 255, 0.1);
    }
}

.artImg {
    position: relative;
    display: block;
    --progress: 1.3
}


.artImg.effect {
    --progress: -.3
}

.artImg img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -webkit-mask: radial-gradient(circle at 0% 0%,#000000 calc(var(--progress) * 100%),transparent calc(var(--progress) * 100% + 30%));
    mask: radial-gradient(circle at 0% 0%,#000000 calc(var(--progress) * 100%),transparent calc(var(--progress) * 100% + 30%))
}
.artImg img.overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    filter: brightness(150%);
    -webkit-mask: radial-gradient(circle at 0% 0%,transparent calc(var(--progress) * 100% - 30%),#000000 calc(var(--progress) * 100%),transparent calc(var(--progress) * 100% + 30%));
    mask: radial-gradient(circle at 0% 0%,transparent calc(var(--progress) * 100% - 30%),#000000 calc(var(--progress) * 100%),transparent calc(var(--progress) * 100% + 30%))
}


/* 新闻切换效果样式 */
.news-switch-container {
    display: flex;
    gap: 20px;
}

.news-main {
    position: relative;
    overflow: hidden;
}

.news-item {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    opacity: 0;
    visibility: hidden;
    transition: all 0.5s ease;
}

.news-item.active {
    position: relative;
    opacity: 1;
    visibility: visible;
}

.news-list .li {
    cursor: pointer;
    transition: all 0.3s ease;
}

.news-list .li:hover,
.news-list .li.active {
    background: rgba(255, 255, 255, 0.1);
}

@media (max-width: 1024px) {
  .news-switch-container {
       flex-direction: column;
}
#index_page .pageContentAll .inxNews > .thisBox .contentBox .oneBox {
    overflow: hidden;
    width: 100%;
    height: 100%;
    background-color: #f8f8f8;
    border-radius: 2vw;
}
#index_page .pageContentAll .inxNews > .thisBox .contentBox .oneBox.more {
    padding: 3vw;
    width: 100%;
}
}


/* ========================================
   inxQuestion 近视数据板块 - 新样式
   ======================================== */
#index_page .pageContentAll .inxQuestion {
      background-color: #0D2B85;
          border-radius: 2vw;
    color: #fff;
 margin: 4vw auto;
    width: 85%;
    position: relative;
    overflow: hidden;
}
#index_page .pageContentAll .inxQuestion > .thisBox {
    padding-top: 4vw;
    padding-bottom: 4vw;
    width: 80%;
  
    margin: 0 auto;
}
@media (max-width:1600px) {
    #index_page .pageContentAll .inxQuestion > .thisBox { padding-top: 4vw; padding-bottom: 4vw; }
}
@media (max-width:1300px) {
    #index_page .pageContentAll .inxQuestion > .thisBox { padding-top: 4vw; padding-bottom: 4vw; }
}
@media (max-width:1024px) {
    #index_page .pageContentAll .inxQuestion > .thisBox { padding-top: 8vw; padding-bottom: 8vw; width: 100%; }
    #index_page .pageContentAll .inxQuestion{
        width: 100%;
    }
}

#index_page .pageContentAll .inxQuestion > .thisBox > .contentBox {
    width: 92%;
    margin: 0 auto;
    padding: 0;
    display: flex;
    flex-direction: column;
}

#index_page .pageContentAll .inxQuestion .myopia-section {
    width: 100%;
    display: flex;
    flex-direction: column;
    gap: 0;
}

/* 头部标题 */
#index_page .pageContentAll .inxQuestion .myopia-header {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 0.8vw;
}
#index_page .pageContentAll .inxQuestion .myopia-title {
    font-size: clamp(14px, 1.4vw, 1.4vw);
    font-weight: bold;
    color: #fff;
    background-color: rgba(255, 255, 255, 0.1);
    padding: 0.4vw 1vw;
    border-radius: 2px;
}
#index_page .pageContentAll .inxQuestion .myopia-subtitle {
    font-size: clamp(14px, 1.3vw, 1.3vw);
    font-weight: bold;
    color: #333;
    background-color: #FFD700;
    padding: 0.4vw 1vw;
    border-radius: 2px;
}
@media (max-width:1024px) {
    #index_page .pageContentAll .inxQuestion .myopia-title { font-size: 5.5vw; padding: 1vw 2vw; }
    #index_page .pageContentAll .inxQuestion .myopia-subtitle { font-size: 4.2vw; padding: 1vw 2vw; }
}

/* 图表区域 */
#index_page .pageContentAll .inxQuestion .myopia-chart {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    gap: 1.5vw;
 
    position: relative;
    min-height: 20vw;
}
#index_page .pageContentAll .inxQuestion .chart-item {
    flex: 1;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-end;
    position: relative;
    height: 100%;
}
#index_page .pageContentAll .inxQuestion .chart-item img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

#index_page .pageContentAll .inxQuestion .chart-bar-wrap {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-end;
    width: 100%;
    height: 100%;
    position: relative;
}
#index_page .pageContentAll .inxQuestion .chart-bar {
    width: 70%;
    background: linear-gradient(180deg, rgba(150, 170, 220, 0.8) 0%, rgba(100, 130, 200, 0.6) 100%);
    display: flex;
    align-items: flex-end;
    justify-content: center;
    position: relative;
    border-radius: 2px 2px 0 0;
}
#index_page .pageContentAll .inxQuestion .chart-bar.bar-40 { height: 40%; }
#index_page .pageContentAll .inxQuestion .chart-bar.bar-74 { height: 74%; }
#index_page .pageContentAll .inxQuestion .chart-bar.bar-83 { height: 83%; }
#index_page .pageContentAll .inxQuestion .chart-bar.bar-90 { height: 90%; }

#index_page .pageContentAll .inxQuestion .chart-e {
    font-size: clamp(30px, 6vw, 6vw);
    font-weight: 900;
    color: #fff;
    line-height: 1;
    padding-bottom: 1vw;
    font-family: Arial, sans-serif;
}
#index_page .pageContentAll .inxQuestion .chart-percent {
    position: absolute;
    top: -2vw;
    left: 50%;
    transform: translateX(-50%);
    font-size: clamp(16px, 2vw, 2vw);
    font-weight: bold;
    color: #fff;
    white-space: nowrap;
}
#index_page .pageContentAll .inxQuestion .chart-label {
    margin-top: 1vw;
    font-size: clamp(13px, 1.1vw, 1.1vw);
    color: #fff;
    text-align: center;
}
@media (max-width:1024px) {
    #index_page .pageContentAll .inxQuestion .myopia-chart { min-height: 24vw; gap: 1vw; }
    #index_page .pageContentAll .inxQuestion .chart-e { font-size: 8vw; }
    #index_page .pageContentAll .inxQuestion .chart-percent { font-size: 4.5vw; top: -5vw; }
    #index_page .pageContentAll .inxQuestion .chart-label { font-size: 3vw; }
}

/* 底部图片区域 */
#index_page .pageContentAll .inxQuestion .myopia-images {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 1.5vw;
    margin-top: 1vw;
}
#index_page .pageContentAll .inxQuestion .myopia-img-item {
    position: relative;
    overflow: hidden;
    border-radius: 4px;
    aspect-ratio: 4/3;
}
#index_page .pageContentAll .inxQuestion .myopia-img-item img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}
#index_page .pageContentAll .inxQuestion .img-caption {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    background: linear-gradient(transparent, rgba(0, 0, 0, 0.7));
    padding: 2vw 1vw 0.8vw;
    display: flex;
    align-items: center;
    gap: 0.5vw;
}
#index_page .pageContentAll .inxQuestion .caption-tag {
    background-color: #FFD700;
    color: #333;
    font-size: clamp(10px, 0.7vw, 0.7vw);
    padding: 0.2vw 0.5vw;
    font-weight: bold;
    border-radius: 2px;
}
#index_page .pageContentAll .inxQuestion .caption-text {
    color: #fff;
    font-size: clamp(10px, 0.7vw, 0.7vw);
    line-height: 1.3;
}
@media (max-width:1024px) {
    #index_page .pageContentAll .inxQuestion .myopia-images { 
        /*grid-template-columns: 1fr;*/
        gap: 3vw; 
        
    }
    #index_page .pageContentAll .inxQuestion .caption-tag { font-size: 2.5vw; padding: 0.5vw 1.5vw; }
    #index_page .pageContentAll .inxQuestion .caption-text { font-size: 2.5vw; }
}
