@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(201, 174, 122, 0.15), 0 0 0 1vw rgba(201, 174, 122, 0.15), 0 0 0 2vw rgba(201, 174, 122, 0.15);
  }
  100% {
    box-shadow: 0 0 0 1vw rgba(201, 174, 122, 0.15), 0 0 0 2vw rgba(201, 174, 122, 0.15), 0 0 0 4vw rgba(201, 174, 122, 0);
  }
}
a,
div,
section,
p,
button,
ul,
li,
body,
html,
img,
textarea,
input {
  margin: 0;
  padding: 0;
  -webkit-tap-highlight-color: transparent;
  box-sizing: border-box;
  touch-action: pan-y;
  font-size: clamp(12px, 0.8vw, 0.8vw);
  color: #333;
  text-indent: 0;
  font-family: 'cn1';
}
@media (max-width:1024px) {
  a,
  div,
  section,
  p,
  button,
  ul,
  li,
  body,
  html,
  img,
  textarea,
  input {
    font-size: 3.6vw;
  }
}
a {
  display: block;
  text-decoration: none;
  outline: none;
}
img {
  border: 0;
  display: block;
}
body {
  margin: 0 auto;
  background-repeat: repeat;
}
ul,
li {
  list-style-type: none;
}
button {
  border: none;
  outline: none;
  background-color: transparent;
  box-sizing: content-box;
}
p {
  line-height: 2em;
}
video {
  object-fit: cover;
  width: 100%;
  height: 100%;
}
.wenzhang p {
  line-height: 2em;
  padding: 4px 0;
}
.wenzhang p img {
  max-width: 100%;
  margin: 20px auto;
  display: block;
}
@media (max-width:1024px) {
  .wenzhang p img {
    width: 100% !important;
    height: unset !important;
  }
}
.wenzhang p iframe {
  width: 100%!important;
  aspect-ratio: 1.6 !important;
  height: unset!important;
}
@media (max-width:1024px) {
  .wenzhang p iframe {
    height: 50vw!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: 6vw 0;
}
@media (max-width:1600px) {
  .pageContent {
    padding: 6vw 0;
  }
}
@media (max-width:1300px) {
  .pageContent {
    padding: 6vw 0;
  }
}
@media (max-width:1024px) {
  .pageContent {
    padding: 12vw 0;
  }
}
.hide-scrollbar .pageContentAll {
  margin-right: calc(var(--f-body-margin, 0px) + var(--f-scrollbar-compensate, 0px));
}
mod {
  display: block;
}
.cn {
  font-family: 'cn1';
}
.en {
  font-family: 'en1';
  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: 85%;
  }
}
.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: #c9ae7a;
}
::-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.33, 0.18, 0, 0.98);
  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.33, 0.18, 0, 0.98);
  width: 100%;
  z-index: 16;
  padding: 10vw;
  transform: translateY(100%);
  pointer-events: none;
}
.mapGoOpenBox .box {
  border-radius: 2vw;
  background-color: #c9ae7a;
  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: #c9ae7a;
  background-color: #fff;
}
.mapGoOpenBox.show {
  transform: translateY(0);
  pointer-events: auto;
}
.tongzhi {
  position: fixed;
  z-index: 1111;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: none;
}
.tongzhi .kuangjia {
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  flex-wrap: unset;
  transition-duration: 0.8s;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.33, 0.18, 0, 0.98);
}
.tongzhi .kuangjia .box {
  width: 400px;
  padding: 20px 0;
  background-color: #fff;
  box-shadow: 2px 2px 30px rgba(255, 255, 255, 0.5);
  transform: translateY(50px);
  transition-duration: 0.8s;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.33, 0.18, 0, 0.98);
  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.33, 0.18, 0, 0.98);
}
.tongzhi .kuangjia.on .box {
  transform: translateY(0px);
}
.pageContentAll {
  background-repeat: repeat;
  background-image: url(../img/unify/bgAll.jpg);
  position: relative;
}
@media (max-width:1024px) {
  .pageContentAll {
    padding-top: 5vw;
  }
}
@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;
}
@media (max-width:1024px) {
  .unifyButton {
    margin-top: 10vw;
  }
}
.unifyButton .unifyButtonThis {
  position: relative;
  width: 10vw;
  height: 2.6vw;
  padding: 0 2vw;
  justify-content: flex-start;
  border: 1px solid #999;
  transition-duration: 0.8s;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.33, 0.18, 0, 0.98);
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  flex-wrap: unset;
}
@media (max-width:1024px) {
  .unifyButton .unifyButtonThis {
    width: 50vw;
    height: 12vw;
  }
}
.unifyButton .unifyButtonThis .txt {
  transition-duration: 0.8s;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.33, 0.18, 0, 0.98);
}
.unifyButton .unifyButtonThis .xian div {
  height: 1px;
  top: 50%;
  position: absolute;
  z-index: 1;
}
.unifyButton .unifyButtonThis .xian div.init {
  transform: scaleX(1);
  width: 6vw;
  transform-origin: right;
  left: calc(100% - 3vw);
  background-color: #999;
  transition-duration: 0.8s;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.33, 0.18, 0, 0.98);
}
.unifyButton .unifyButtonThis .xian div.in {
  transform: scaleX(0);
  width: 3vw;
  transition-duration: 0.3s;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.33, 0.18, 0, 0.98);
  transform-origin: left;
  left: calc(100% - 3vw);
  background-color: #fff;
}
.unifyButton .unifyButtonThis .xian div.out {
  transform: scaleX(0);
  transform-origin: left;
  width: 3vw;
  transition-duration: 0.3s;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.33, 0.18, 0, 0.98);
  left: 100%;
  background-color: #c9ae7a;
}
@media (min-width:1024px) {
  .unifyButton .unifyButtonThis:hover {
    background-color: #c9ae7a;
    border-color: #c9ae7a;
  }
  .unifyButton .unifyButtonThis:hover .txt {
    color: #fff;
  }
  .unifyButton .unifyButtonThis:hover .xian div.init {
    transform: scaleX(0);
  }
  .unifyButton .unifyButtonThis:hover .xian div.in {
    transform: scaleX(1);
    transition-delay: 0.4s;
  }
  .unifyButton .unifyButtonThis:hover .xian div.out {
    transform: scaleX(1);
    transition-delay: 0.7s;
  }
}
@media (max-width:1024px) {
  .unifyButton .unifyButtonThis {
    background-color: #c9ae7a;
    border-color: #c9ae7a;
  }
  .unifyButton .unifyButtonThis .txt {
    color: #fff;
  }
  .unifyButton .unifyButtonThis .xian div.init {
    transform: scaleX(0);
  }
  .unifyButton .unifyButtonThis .xian div.in {
    transform: scaleX(1);
    transition-delay: 0.4s;
  }
  .unifyButton .unifyButtonThis .xian div.out {
    transform: scaleX(1);
    transition-delay: 0.7s;
  }
}
.unifyButton.fff .unifyButtonThis .txt {
  color: #fff;
}
.unifyButton.fff .unifyButtonThis .xian div.init {
  background-color: rgba(255, 255, 255, 0.5);
  transition-duration: 0.8s;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.33, 0.18, 0, 0.98);
}
.unifyButton.fff .unifyButtonThis .xian div.out {
  background-color: #c9ae7a;
}
.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: 'en1';
  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(201, 174, 122, 0.1);
}
.fenye .fenyeThis > .thisBox .box a.page-num-current {
  background-color: #c9ae7a;
  color: #fff;
}
.swiperControl .navigation .navigationThis {
  z-index: 1;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  flex-wrap: unset;
  gap: 2vw;
}
.swiperControl .navigation .navigationThis .btn {
  border-radius: 50%;
  border: 1px solid #333;
  width: 4vw;
  height: 4vw;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  flex-wrap: unset;
  cursor: pointer;
}
@media (max-width:1024px) {
  .swiperControl .navigation .navigationThis .btn {
    width: 10vw;
    height: 10vw;
  }
}
.swiperControl .navigation .navigationThis .btn i {
  font-size: clamp(12px, 1.9vw, 1.9vw);
  color: #666;
}
@media (max-width:1024px) {
  .swiperControl .navigation .navigationThis .btn i {
    font-size: 5.8vw;
  }
}
.swiperControl .navigation .navigationThis .btn.swiper-button-disabled {
  pointer-events: none;
  opacity: 0.1;
}
.swiperControl .navigation .navigationThis .btn:hover {
  border-color: #c9ae7a;
  background-color: #c9ae7a;
}
.swiperControl .navigation .navigationThis .btn:hover i {
  color: #fff;
}
.swiperControl .pagination .paginationThis .swiper-pagination-bullet {
  width: 1.6vw;
  height: 0.2vw;
  border-radius: 0;
  transition-duration: 0.8s;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.33, 0.18, 0, 0.98);
}
.swiperControl .pagination .paginationThis .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background-color: #c9ae7a;
  width: 3vw;
}
.ani_txt {
  position: relative;
}
.ani_txt .initTxt {
  overflow: hidden;
}
.ani_txt .initTxt div {
  font-family: 'cn1';
}
.ani_txt .initTxt.initTxt div {
  will-change: transform;
  transition-duration: 0.8s;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.33, 0.18, 0, 0.98);
  transition-property: color;
}
.ani_txt .initTxt.hovTxt {
  position: absolute;
  top: 0;
}
.ani_txt .initTxt.hovTxt div {
  color: #c9ae7a;
  will-change: transform;
}
.ani_txt.fff .initTxt.initTxt div {
  color: #fff;
}
.ani_txt.fff .initTxt.hovTxt div {
  color: #c9ae7a;
}
.unifyTitle {
  margin-bottom: 3vw;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  flex-wrap: unset;
}
@media (max-width:1024px) {
  .unifyTitle {
    margin-bottom: 10vw;
  }
}
.unifyTitle .unifyTitleThis {
  width: 100%;
}
.unifyTitle .unifyTitleThis > .thisBox {
  width: 100%;
  position: relative;
}
.unifyTitle .unifyTitleThis > .thisBox .unifyCout {
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  flex-wrap: unset;
  width: 75%;
  margin: 0 auto;
}
@media (max-width:1600px) {
  .unifyTitle .unifyTitleThis > .thisBox .unifyCout {
    width: 75%;
  }
}
@media (max-width:1300px) {
  .unifyTitle .unifyTitleThis > .thisBox .unifyCout {
    width: 75%;
  }
}
@media (max-width:1024px) {
  .unifyTitle .unifyTitleThis > .thisBox .unifyCout {
    width: 85%;
  }
}
.unifyTitle .unifyTitleThis > .thisBox .unifyCout .en {
  font-size: clamp(12px, 3.1vw, 3.1vw);
  opacity: 0.1;
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  flex-wrap: unset;
  border-bottom: 1px solid #333;
  line-height: 0.65em;
}
@media (max-width:1024px) {
  .unifyTitle .unifyTitleThis > .thisBox .unifyCout .en {
    font-size: 8.2vw;
  }
}
@media (max-width:1024px) {
  .unifyTitle .unifyTitleThis > .thisBox .unifyCout .en {
    font-size: 6vw;
    text-align: center;
  }
}
.unifyTitle .unifyTitleThis > .thisBox .unifyCout .cn {
  font-size: clamp(12px, 2.3vw, 2.3vw);
  margin-top: -1vw;
  letter-spacing: 0.2em;
}
@media (max-width:1024px) {
  .unifyTitle .unifyTitleThis > .thisBox .unifyCout .cn {
    font-size: 6.6vw;
  }
}
@media (max-width:1024px) {
  .unifyTitle .unifyTitleThis > .thisBox .unifyCout .cn {
    font-size: 7vw;
  }
}
.topNav {
  position: fixed;
  z-index: 20;
  top: 0;
  left: 0;
  transition-duration: 0.8s;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.33, 0.18, 0, 0.98);
  width: 100%;
  height: 5vw;
}
@media (max-width:1600px) {
  .topNav {
    height: 5vw;
  }
}
@media (max-width:1300px) {
  .topNav {
    height: 5vw;
  }
}
@media (max-width:1024px) {
  .topNav {
    height: 14vw;
  }
}
.topNav .topNavThis {
  position: relative;
  z-index: 2;
  width: 100%;
  height: 100%;
  transition-duration: 0.8s;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.33, 0.18, 0, 0.98);
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}
.topNav .topNavThis .thisBox {
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  flex-wrap: unset;
}
.topNav .topNavThis .thisBox .logoBox {
  position: relative;
  padding: 0vw 3vw;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  flex-wrap: unset;
  height: 100%;
  border-right: 1px solid rgba(255, 255, 255, 0.2);
}
@media (max-width:1024px) {
  .topNav .topNavThis .thisBox .logoBox {
    width: 40vw;
  }
}
.topNav .topNavThis .thisBox .logoBox .logo {
  width: 100%;
  height: 100%;
  object-fit: contain;
  opacity: 0;
  transition-duration: 0.8s;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.33, 0.18, 0, 0.98);
}
.topNav .topNavThis .thisBox .logoBox .logo-fff {
  position: absolute;
  height: 100%;
  object-fit: contain;
  transition-duration: 0.8s;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.33, 0.18, 0, 0.98);
}
.topNav .topNavThis .thisBox .navBar {
  transition-duration: 0.8s;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.33, 0.18, 0, 0.98);
  height: 100%;
}
@media (max-width:1024px) {
  .topNav .topNavThis .thisBox .navBar {
    display: none;
  }
}
.topNav .topNavThis .thisBox .navBar .ul {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  flex-wrap: unset;
  height: 100%;
}
.topNav .topNavThis .thisBox .navBar .ul .li {
  padding: 0 2vw;
  height: 100%;
  position: relative;
}
.topNav .topNavThis .thisBox .navBar .ul .li .a1 {
  height: 100%;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  flex-wrap: unset;
}
.topNav .topNavThis .thisBox .navBar .ul .li .a1 .txt .initTxt div,
.topNav .topNavThis .thisBox .navBar .ul .li .a1 .ani_txt .initTxt div {
  font-size: clamp(12px, 0.9vw, 0.9vw);
  transition-duration: 0.8s;
  transition-property: color;
  color: #fff;
}
@media (max-width:1024px) {
  .topNav .topNavThis .thisBox .navBar .ul .li .a1 .txt .initTxt div,
  .topNav .topNavThis .thisBox .navBar .ul .li .a1 .ani_txt .initTxt div {
    font-size: 3.8vw;
  }
}
.topNav .topNavThis .thisBox .navBar .ul .li .a1 .txt .initTxt.hovTxt div,
.topNav .topNavThis .thisBox .navBar .ul .li .a1 .ani_txt .initTxt.hovTxt div {
  color: #c9ae7a;
}
.topNav .topNavThis .thisBox .navBar .ul .li .twoNav {
  position: absolute;
  top: 100%;
  padding-top: 1vw;
  width: 130%;
  left: -15%;
  pointer-events: none;
}
.topNav .topNavThis .thisBox .navBar .ul .li .twoNav .ul2 {
  padding: 1vw;
  opacity: 0;
  transition-duration: 0.8s;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.33, 0.18, 0, 0.98);
  border-radius: 0.6vw;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  flex-wrap: unset;
  gap: 1vw;
  background-color: #fff;
  transform: translateY(2vw);
  box-shadow: 2px 2px 10px rgba(0, 0, 0, 0.1);
}
.topNav .topNavThis .thisBox .navBar .ul .li::before {
  content: '';
  position: absolute;
  display: block;
  width: 4px;
  height: 4px;
  border-radius: 2px;
  background-color: #fff;
  left: -2px;
  transition-duration: 0.8s;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.33, 0.18, 0, 0.98);
  top: calc(50% - 2px);
}
.topNav .topNavThis .thisBox .navBar .ul .li:hover .twoNav {
  pointer-events: auto;
}
.topNav .topNavThis .thisBox .navBar .ul .li:hover .twoNav .ul2 {
  opacity: 1;
  transform: translateY(0);
}
.topNav .topNavThis .thisBox .navBar .ul .li:hover::before {
  background-color: #c9ae7a;
}
.topNav .topNavThis .thisBox .navRight {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  flex-wrap: unset;
  height: 100%;
}
.topNav .topNavThis .thisBox .navRight .search {
  position: relative;
  cursor: pointer;
  height: 100%;
  aspect-ratio: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  flex-wrap: unset;
  border-left: 1px solid rgba(255, 255, 255, 0.2);
}
.topNav .topNavThis .thisBox .navRight .search i {
  color: #fff;
  font-size: clamp(12px, 1vw, 1vw);
  transition-duration: 0.8s;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.33, 0.18, 0, 0.98);
}
@media (max-width:1024px) {
  .topNav .topNavThis .thisBox .navRight .search i {
    font-size: 4vw;
  }
}
.topNav .topNavThis .thisBox .navRight .search::before {
  content: '';
  position: absolute;
  display: block;
  width: 3px;
  height: 1vw;
  border-radius: 2px;
  background-color: #fff;
  transition-duration: 0.8s;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.33, 0.18, 0, 0.98);
  left: -2px;
  top: calc(50% - .5vw);
}
.topNav .topNavThis .thisBox .navRight .langChange {
  position: relative;
  transition-duration: 0.8s;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.33, 0.18, 0, 0.98);
  padding: 0 20px;
  height: 100%;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  flex-wrap: unset;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  border-left: 1px solid rgba(255, 255, 255, 0.2);
}
@media (max-width:1024px) {
  .topNav .topNavThis .thisBox .navRight .langChange {
    margin: 0;
  }
}
.topNav .topNavThis .thisBox .navRight .langChange .nbox {
  position: relative;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  flex-wrap: unset;
}
.topNav .topNavThis .thisBox .navRight .langChange .nbox a {
  position: relative;
  z-index: 1;
  font-size: 16px;
  width: 40px;
  height: 40px;
  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.33, 0.18, 0, 0.98);
  color: #fff;
  font-family: auto;
}
@media (max-width:1024px) {
  .topNav .topNavThis .thisBox .navRight .langChange .nbox a {
    width: 10vw;
    height: 10vw;
  }
}
.topNav .topNavThis .thisBox .navRight .langChange .nbox a.on {
  color: #c9ae7a;
}
.topNav .topNavThis .thisBox .navRight .langChange .nbox .yuanDi {
  position: absolute;
  top: 0;
  width: 40px;
  height: 40px;
  border-radius: 20px;
  background-color: #fff;
  transition-duration: 0.8s;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.33, 0.18, 0, 0.98);
}
@media (max-width:1300px) {
  .topNav .topNavThis .thisBox .navRight .langChange .nbox .yuanDi {
    width: 24px;
    height: 24px;
  }
}
@media (max-width:1300px) and (max-width:1024px) {
  .topNav .topNavThis .thisBox .navRight .langChange .nbox .yuanDi {
    width: 10vw;
    height: 10vw;
  }
}
.topNav .topNavThis .thisBox .navRight .langChange::before {
  content: '';
  position: absolute;
  display: block;
  width: 3px;
  height: 1vw;
  border-radius: 2px;
  background-color: #fff;
  transition-duration: 0.8s;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.33, 0.18, 0, 0.98);
  left: -2px;
  top: calc(50% - .5vw);
}
@media (max-width:1024px) {
  .topNav .topNavThis .thisBox .navRight .langChange::before {
    height: 4vw;
    top: calc(50% - 2vw);
  }
}
.topNav .topNavThis .thisBox .navRight .openBtn {
  position: relative;
  height: 100%;
  aspect-ratio: 1;
  border-left: 1px solid rgba(255, 255, 255, 0.2);
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}
.topNav .topNavThis .thisBox .navRight .openBtn .menuBtn {
  cursor: pointer;
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  flex-wrap: unset;
}
.topNav .topNavThis .thisBox .navRight .openBtn .menuBtn .ul {
  width: 40px;
  height: 40px;
  transition-duration: 0.8s;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.33, 0.18, 0, 0.98);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  flex-wrap: unset;
}
@media (max-width:1300px) {
  .topNav .topNavThis .thisBox .navRight .openBtn .menuBtn .ul {
    width: 30px;
    height: 30px;
  }
}
.topNav .topNavThis .thisBox .navRight .openBtn .menuBtn .ul .li {
  width: 20px;
  height: 1px;
  background-color: #fff;
  transition-duration: 0.8s;
  transition-property: background-color;
  display: block;
}
@media (max-width:1300px) {
  .topNav .topNavThis .thisBox .navRight .openBtn .menuBtn .ul .li {
    width: 15px;
    height: 1px;
  }
}
.topNav .topNavThis .thisBox .navRight .openBtn .menuBtn .ul .li:nth-child(1) {
  margin-bottom: 5px;
}
.topNav .topNavThis .thisBox .navRight .openBtn .menuBtn .ul .li:nth-child(3) {
  margin-top: 5px;
}
.topNav .topNavThis .thisBox .navRight .openBtn .menuBtn .txt {
  color: #fff;
  transition-duration: 0.8s;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.33, 0.18, 0, 0.98);
}
.topNav .topNavThis .thisBox .navRight .openBtn::before {
  content: '';
  position: absolute;
  display: block;
  width: 3px;
  height: 1vw;
  border-radius: 2px;
  background-color: #fff;
  transition-duration: 0.8s;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.33, 0.18, 0, 0.98);
  left: -2px;
  top: calc(50% - .5vw);
}
@media (max-width:1024px) {
  .topNav .topNavThis .thisBox .navRight .openBtn::before {
    height: 4vw;
    top: calc(50% - 2vw);
  }
}
.topNav::after {
  content: '';
  position: absolute;
  display: block;
  top: 0;
  width: 100%;
  height: 100%;
  transition-duration: 0.8s;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.33, 0.18, 0, 0.98);
  z-index: 1;
  background-color: #fff;
  transform: translateY(-100%);
}
.topNav.scrollShow .topNavThis {
  box-shadow: 2px 2px 10px rgba(0, 0, 0, 0.1);
  transition-duration: 0.8s;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.33, 0.18, 0, 0.98);
}
.topNav.scrollShow .topNavThis > .thisBox .logoBox .logo-fff {
  opacity: 0;
}
.topNav.scrollShow .topNavThis > .thisBox .logoBox .logo {
  opacity: 1;
}
.topNav.scrollShow .topNavThis > .thisBox .navBar .ul .li .a1 .txt .initTxt div {
  color: #333;
}
.topNav.scrollShow .topNavThis > .thisBox .navBar .ul .li .a1 .txt .initTxt.hovTxt div {
  color: #c9ae7a;
}
.topNav.scrollShow .topNavThis > .thisBox .navBar .ul .li::before {
  background-color: #333;
}
.topNav.scrollShow .topNavThis > .thisBox .navBar .ul .li:hover::before {
  background-color: #c9ae7a;
}
.topNav.scrollShow .topNavThis > .thisBox .navRight .search {
  border-color: rgba(51, 51, 51, 0.1);
}
.topNav.scrollShow .topNavThis > .thisBox .navRight .search i {
  color: #333;
}
.topNav.scrollShow .topNavThis > .thisBox .navRight .search::before {
  border-radius: 2px;
  background-color: #333;
}
.topNav.scrollShow .topNavThis > .thisBox .navRight .langChange {
  border-color: rgba(51, 51, 51, 0.1);
}
.topNav.scrollShow .topNavThis > .thisBox .navRight .langChange .nbox a {
  color: #333;
}
.topNav.scrollShow .topNavThis > .thisBox .navRight .langChange .nbox a.on {
  color: #fff;
}
.topNav.scrollShow .topNavThis > .thisBox .navRight .langChange .nbox .yuanDi {
  background-color: #c9ae7a;
}
.topNav.scrollShow .topNavThis > .thisBox .navRight .langChange::before {
  border-radius: 2px;
  background-color: #333;
}
.topNav.scrollShow .topNavThis > .thisBox .navRight .openBtn {
  border-color: rgba(51, 51, 51, 0.1);
}
.topNav.scrollShow .topNavThis > .thisBox .navRight .openBtn .menuBtn .ul .li {
  background-color: #333;
}
.topNav.scrollShow .topNavThis > .thisBox .navRight .openBtn .menuBtn .txt {
  color: #333;
}
.topNav.scrollShow .topNavThis > .thisBox .navRight .openBtn::before {
  border-radius: 2px;
  background-color: #333;
}
.topNav.scrollShow::after {
  transform: translateY(0);
}
.topNav.scrollShow.openNavShow .topNavThis {
  box-shadow: 2px 2px 10px transparent;
}
.topNav.scrollShow.openNavShow .topNavThis > .thisBox .navRight .openBtn {
  border-color: rgba(255, 255, 255, 0.1);
}
.topNav.scrollShow.openNavShow .topNavThis > .thisBox .navRight .openBtn .menuBtn .ul .li {
  background-color: #fff;
}
.topNav.scrollShow.openNavShow .topNavThis > .thisBox .navRight .openBtn .menuBtn .txt {
  color: #fff;
}
.topNav.scrollShow.openNavShow .topNavThis > .thisBox .navRight .openBtn::before {
  border-radius: 2px;
  background-color: #fff;
}
.topNav.openNavShow .topNavThis {
  border-color: transparent;
}
.topNav.openNavShow .topNavThis > .thisBox .logoBox {
  opacity: 0;
  pointer-events: none;
}
.topNav.openNavShow .topNavThis > .thisBox .navBar {
  opacity: 0;
  pointer-events: none;
}
.topNav.openNavShow::after {
  transform: translateY(-100%);
}
.openSearch {
  opacity: 0;
  pointer-events: none;
  transition-duration: 0.8s;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.33, 0.18, 0, 0.98);
}
.openSearch .openSearchBox {
  position: fixed;
  z-index: 10;
  transition-duration: 0.8s;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.33, 0.18, 0, 0.98);
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
.openSearch .openSearchBox > .thisBox > .contentBox {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  flex-wrap: unset;
}
.openSearch .openSearchBox > .thisBox > .contentBox .inputBox {
  transform: translateY(2vw);
  transition-duration: 0.8s;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.33, 0.18, 0, 0.98);
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  flex-wrap: unset;
  height: 3vw;
}
@media (max-width:1024px) {
  .openSearch .openSearchBox > .thisBox > .contentBox .inputBox {
    height: 12vw;
  }
}
.openSearch .openSearchBox > .thisBox > .contentBox .inputBox .inputK {
  height: 100%;
  width: 30vw;
}
@media (max-width:1024px) {
  .openSearch .openSearchBox > .thisBox > .contentBox .inputBox .inputK {
    width: 66vw;
  }
}
.openSearch .openSearchBox > .thisBox > .contentBox .inputBox .inputK input {
  padding-left: 1vw;
  width: 100%;
  height: 100%;
  font-size: clamp(12px, 0.9vw, 0.9vw);
}
@media (max-width:1024px) {
  .openSearch .openSearchBox > .thisBox > .contentBox .inputBox .inputK input {
    font-size: 3.8vw;
  }
}
@media (max-width:1024px) {
  .openSearch .openSearchBox > .thisBox > .contentBox .inputBox .inputK input {
    padding-left: 4vw;
  }
}
.openSearch .openSearchBox > .thisBox > .contentBox .inputBox .ico {
  cursor: pointer;
  height: 100%;
  width: 4vw;
  background-color: #c9ae7a;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  flex-wrap: unset;
}
@media (max-width:1024px) {
  .openSearch .openSearchBox > .thisBox > .contentBox .inputBox .ico {
    width: 18vw;
  }
}
.openSearch .openSearchBox > .thisBox > .contentBox .inputBox .ico i {
  color: #fff;
}
.openSearch .overlay {
  position: fixed;
  top: 0;
  z-index: 9;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.7);
}
.openSearch.on {
  opacity: 1;
  pointer-events: auto;
}
.openSearch.on .openSearchBox > .thisBox > .contentBox {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  flex-wrap: unset;
}
.openSearch.on .openSearchBox > .thisBox > .contentBox .inputBox {
  transform: translateY(0vw);
}
.openNav {
  overflow: hidden;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 8;
  width: 100%;
  height: 100%;
  pointer-events: none;
  opacity: 0;
  transition-duration: 1s;
  transition-property: opacity;
  padding: 6vw;
}
@media (max-width:1024px) {
  .openNav {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    flex-wrap: unset;
  }
}
.openNav .openNavThis {
  background-color: rgba(255, 255, 255, 0.95);
  position: relative;
  z-index: 1;
  border-radius: 2vw;
  width: 100%;
  height: 100%;
}
@media (max-width:1024px) {
  .openNav .openNavThis {
    height: unset;
    background-color: #fff;
  }
}
.openNav .openNavThis > .thisBox {
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  flex-wrap: unset;
}
.openNav .openNavThis > .thisBox .contentBox {
  padding: 4vw;
  padding-left: 8vw;
  height: 100%;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  flex-wrap: unset;
}
@media (max-width:1024px) {
  .openNav .openNavThis > .thisBox .contentBox {
    padding: 8vw;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    flex-wrap: unset;
  }
}
.openNav .openNavThis > .thisBox .contentBox .openNavBar {
  padding-right: 4vw;
  width: 50%;
}
@media (max-width:1024px) {
  .openNav .openNavThis > .thisBox .contentBox .openNavBar {
    margin-top: 6vw;
    width: 100%;
  }
}
.openNav .openNavThis > .thisBox .contentBox .openNavBar .ul1 {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  flex-wrap: unset;
  gap: 1vw;
  width: 100%;
}
@media (max-width:1024px) {
  .openNav .openNavThis > .thisBox .contentBox .openNavBar .ul1 {
    gap: 3vw;
  }
}
.openNav .openNavThis > .thisBox .contentBox .openNavBar .ul1 .li1 {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  flex-wrap: unset;
  gap: 1vw;
  width: 100%;
  border-bottom: 1px solid rgba(255, 255, 255, 0.3);
}
@media (max-width:1024px) {
  .openNav .openNavThis > .thisBox .contentBox .openNavBar .ul1 .li1 {
    padding-bottom: 4vw;
    gap: 4vw;
  }
}
.openNav .openNavThis > .thisBox .contentBox .openNavBar .ul1 .li1 .a1 {
  position: relative;
  transition-duration: 0.3s;
  transition-duration: 0.8s;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.33, 0.18, 0, 0.98);
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  flex-wrap: unset;
}
@media (max-width:1024px) {
  .openNav .openNavThis > .thisBox .contentBox .openNavBar .ul1 .li1 .a1 {
    padding-left: 6vw;
  }
}
.openNav .openNavThis > .thisBox .contentBox .openNavBar .ul1 .li1 .a1 .cn {
  margin-right: 1vw;
}
.openNav .openNavThis > .thisBox .contentBox .openNavBar .ul1 .li1 .a1 .en div {
  font-size: clamp(12px, 1vw, 1vw);
}
@media (max-width:1024px) {
  .openNav .openNavThis > .thisBox .contentBox .openNavBar .ul1 .li1 .a1 .en div {
    font-size: 4vw;
  }
}
.openNav .openNavThis > .thisBox .contentBox .openNavBar .ul1 .li1 .a1 div {
  font-size: clamp(12px, 1.2vw, 1.2vw);
  transition-duration: 0.8s;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.33, 0.18, 0, 0.98);
  transition-property: color;
}
@media (max-width:1024px) {
  .openNav .openNavThis > .thisBox .contentBox .openNavBar .ul1 .li1 .a1 div {
    font-size: 4.4vw;
  }
}
@media (max-width:1024px) {
  .openNav .openNavThis > .thisBox .contentBox .openNavBar .ul1 .li1 .a1 div {
    font-size: 5vw;
  }
}
.openNav .openNavThis > .thisBox .contentBox .openNavBar .ul1 .li1 .a1::before {
  content: '';
  position: absolute;
  display: block;
  right: calc(100% + 1vw);
  top: 50%;
  transition-duration: 0.8s;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.33, 0.18, 0, 0.98);
  width: 1vw;
  border-top: 1px solid #c9ae7a;
}
@media (max-width:1024px) {
  .openNav .openNavThis > .thisBox .contentBox .openNavBar .ul1 .li1 .a1::before {
    left: 0;
  }
}
@media (max-width:1024px) {
  .openNav .openNavThis > .thisBox .contentBox .openNavBar .ul1 .li1 .a1::before {
    width: 4vw;
  }
}
.openNav .openNavThis > .thisBox .contentBox .openNavBar .ul1 .li1 .a1:hover {
  transform: translateX(1vw);
  color: #c9ae7a;
}
.openNav .openNavThis > .thisBox .contentBox .openNavBar .ul1 .li1 .a1:hover::before {
  width: 2vw;
}
.openNav .openNavThis > .thisBox .contentBox .openNavBar .ul1 .li1 .a1:hover div {
  color: #c9ae7a;
}
.openNav .openNavThis > .thisBox .contentBox .openNavBar .ul1 .li1 .navTwoBox .ul2 {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-start;
  flex-wrap: unset;
  gap: 2vw;
  flex-wrap: wrap;
  row-gap: 1vw;
}
@media (max-width:1024px) {
  .openNav .openNavThis > .thisBox .contentBox .openNavBar .ul1 .li1 .navTwoBox .ul2 {
    gap: 7vw;
  }
}
.openNav .openNavThis > .thisBox .contentBox .openNavBar .ul1 .li1 .navTwoBox .ul2 .a2 {
  font-family: 'cn1';
  opacity: 0.8;
  transition-duration: 0.3s;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.33, 0.18, 0, 0.98);
}
@media (max-width:1024px) {
  .openNav .openNavThis > .thisBox .contentBox .openNavBar .ul1 .li1 .navTwoBox .ul2 .a2 div {
    font-size: 3.6vw;
  }
}
.openNav .openNavThis > .thisBox .contentBox .imgBox {
  width: 50%;
  height: 100%;
  border-radius: 1vw;
  overflow: hidden;
}
@media (max-width:1024px) {
  .openNav .openNavThis > .thisBox .contentBox .imgBox {
    display: none;
  }
}
.openNav::after {
  content: '';
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  transition-duration: 0.8s;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.33, 0.18, 0, 0.98);
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  opacity: 0;
}
.openNav.openNavShow {
  opacity: 1;
  pointer-events: auto;
}
.openNav.openNavShow::after {
  opacity: 1;
}
.txtMask {
  overflow: hidden;
}
.txtMask div {
  will-change: transform;
}
.shan_txt div {
  transition: 0.3s cubic-bezier(0.4, 0.4, 0, 1);
}
.loadingMore {
  margin: 0 auto;
  margin-top: 4vw;
  padding: 1vw 3vw;
  width: fit-content;
  border: 1px solid #c9ae7a;
  color: #c9ae7a;
  cursor: pointer;
  border-radius: 4vw;
  transition-duration: 0.3s;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.33, 0.18, 0, 0.98);
}
.loadingMore:hover {
  background-color: #c9ae7a;
  color: #fff;
}
.foot .footThis {
  position: relative;
  overflow: hidden;
}
.foot .footThis > .thisBox {
  position: relative;
  background-color: #111;
  z-index: 1;
}
.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: 85%;
  }
}
.foot .footThis > .thisBox .contentBox .cenCout {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  flex-wrap: unset;
  padding: 4vw 0;
}
@media (max-width:1024px) {
  .foot .footThis > .thisBox .contentBox .cenCout {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    flex-wrap: unset;
    padding-top: 12vw;
  }
}
@media (max-width:1024px) {
  .foot .footThis > .thisBox .contentBox .cenCout .leftBox {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    flex-wrap: unset;
  }
}
.foot .footThis > .thisBox .contentBox .cenCout .leftBox .logoBox {
  margin-bottom: 2vw;
  height: 5vw;
}
@media (max-width:1024px) {
  .foot .footThis > .thisBox .contentBox .cenCout .leftBox .logoBox {
    height: 30vw;
  }
}
.foot .footThis > .thisBox .contentBox .cenCout .leftBox .logoBox img {
  height: 100%;
}
.foot .footThis > .thisBox .contentBox .cenCout .leftBox .siteMiashu {
  color: rgba(255, 255, 255, 0.7);
  line-height: 2em;
  font-size: clamp(12px, 0.7vw, 0.7vw);
  width: 24vw;
}
@media (max-width:1024px) {
  .foot .footThis > .thisBox .contentBox .cenCout .leftBox .siteMiashu {
    font-size: 3.4vw;
  }
}
@media (max-width:1024px) {
  .foot .footThis > .thisBox .contentBox .cenCout .leftBox .siteMiashu {
    width: 100%;
  }
}
.foot .footThis > .thisBox .contentBox .cenCout .leftBox .contactBox {
  margin-top: 4vw;
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  justify-content: flex-start;
  flex-wrap: unset;
  gap: 4vw;
}
@media (max-width:1024px) {
  .foot .footThis > .thisBox .contentBox .cenCout .leftBox .contactBox {
    margin-top: 8vw;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    flex-wrap: unset;
  }
}
.foot .footThis > .thisBox .contentBox .cenCout .leftBox .contactBox > div {
  position: relative;
}
.foot .footThis > .thisBox .contentBox .cenCout .leftBox .contactBox > div::after {
  content: '';
  position: absolute;
  display: block;
  right: -2vw;
  height: 6vw;
  top: 0;
  border-right: 1px solid rgba(255, 255, 255, 0.3);
}
@media (max-width:1024px) {
  .foot .footThis > .thisBox .contentBox .cenCout .leftBox .contactBox > div::after {
    display: none;
  }
}
.foot .footThis > .thisBox .contentBox .cenCout .leftBox .contactBox > div:last-child::after {
  border-right: none;
}
.foot .footThis > .thisBox .contentBox .cenCout .leftBox .contactBox .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 .contactBox .footContact .ulBox .box {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  flex-wrap: unset;
}
@media (max-width:1024px) {
  .foot .footThis > .thisBox .contentBox .cenCout .leftBox .contactBox .footContact .ulBox .box {
    align-items: center;
  }
}
.foot .footThis > .thisBox .contentBox .cenCout .leftBox .contactBox .footContact .ulBox .box .bTiao {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  flex-wrap: unset;
}
.foot .footThis > .thisBox .contentBox .cenCout .leftBox .contactBox .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 .contactBox .footContact .ulBox .box .bTiao i {
    font-size: 4vw;
  }
}
.foot .footThis > .thisBox .contentBox .cenCout .leftBox .contactBox .footContact .ulBox .box .bTiao .txt {
  margin-left: 0.4vw;
  color: rgba(255, 255, 255, 0.7);
}
.foot .footThis > .thisBox .contentBox .cenCout .leftBox .contactBox .footContact .ulBox .box .cout {
  margin-top: 2vw;
  color: #fff;
  font-size: clamp(12px, 1.3vw, 1.3vw);
}
@media (max-width:1024px) {
  .foot .footThis > .thisBox .contentBox .cenCout .leftBox .contactBox .footContact .ulBox .box .cout {
    font-size: 4.6vw;
  }
}
@media (max-width:1024px) {
  .foot .footThis > .thisBox .contentBox .cenCout .leftBox .contactBox .footContact .ulBox .box .cout {
    font-size: 7vw;
  }
}
.foot .footThis > .thisBox .contentBox .cenCout .leftBox .contactBox .goToMessage .ulBox .box {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  flex-wrap: unset;
}
@media (max-width:1024px) {
  .foot .footThis > .thisBox .contentBox .cenCout .leftBox .contactBox .goToMessage .ulBox .box {
    align-items: center;
  }
}
.foot .footThis > .thisBox .contentBox .cenCout .leftBox .contactBox .goToMessage .ulBox .box .bTiao {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  flex-wrap: unset;
}
@media (max-width:1024px) {
  .foot .footThis > .thisBox .contentBox .cenCout .leftBox .contactBox .goToMessage .ulBox .box .bTiao {
    display: none;
  }
}
.foot .footThis > .thisBox .contentBox .cenCout .leftBox .contactBox .goToMessage .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 .contactBox .goToMessage .ulBox .box .bTiao i {
    font-size: 4vw;
  }
}
.foot .footThis > .thisBox .contentBox .cenCout .leftBox .contactBox .goToMessage .ulBox .box .bTiao .txt {
  margin-left: 0.4vw;
  color: rgba(255, 255, 255, 0.7);
}
.foot .footThis > .thisBox .contentBox .cenCout .rigthBox {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  justify-content: flex-start;
  flex-wrap: unset;
  gap: 8vw;
}
@media (max-width:1024px) {
  .foot .footThis > .thisBox .contentBox .cenCout .rigthBox {
    padding-top: 6vw;
    border-top: 1px dashed rgba(255, 255, 255, 0.2);
    margin-top: 6vw;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    flex-wrap: unset;
    width: 100%;
  }
}
@media (max-width:1024px) {
  .foot .footThis > .thisBox .contentBox .cenCout .rigthBox .footNavBar {
    width: 100%;
  }
}
.foot .footThis > .thisBox .contentBox .cenCout .rigthBox .footNavBar .ul1 {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  flex-wrap: unset;
  gap: 1.4vw;
}
@media (max-width:1024px) {
  .foot .footThis > .thisBox .contentBox .cenCout .rigthBox .footNavBar .ul1 {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    gap: 2vw;
    flex-direction: row;
    row-gap: 6vw;
  }
  .foot .footThis > .thisBox .contentBox .cenCout .rigthBox .footNavBar .ul1 > li {
    width: calc(100% / 4 - (4 - 1) * 2vw / 4);
  }
}
.foot .footThis > .thisBox .contentBox .cenCout .rigthBox .footNavBar .ul1 .li1 {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  flex-wrap: unset;
}
@media (max-width:1024px) {
  .foot .footThis > .thisBox .contentBox .cenCout .rigthBox .footNavBar .ul1 .li1 .a1 .txt {
    color: rgba(255, 255, 255, 0.7);
  }
}
.foot .footThis > .thisBox .contentBox .cenCout .rigthBox .footNavBar .ul1 .li1 .a1 .txt div {
  font-size: clamp(12px, 0.9vw, 0.9vw);
  font-family: 'cn1';
}
@media (max-width:1024px) {
  .foot .footThis > .thisBox .contentBox .cenCout .rigthBox .footNavBar .ul1 .li1 .a1 .txt div {
    font-size: 3.8vw;
  }
}
@media (max-width:1024px) {
  .foot .footThis > .thisBox .contentBox .cenCout .rigthBox .footNavBar .ul1 .li1 .a1 .txt div {
    font-size: 3.6vw;
    color: rgba(255, 255, 255, 0.7);
  }
}
.foot .footThis > .thisBox .contentBox .cenCout .rigthBox .footNavBar .ul1 .li1 .twoNav {
  margin-top: 1vw;
}
.foot .footThis > .thisBox .contentBox .cenCout .rigthBox .footNavBar .ul1 .li1 .twoNav .ul2 {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  flex-wrap: unset;
  gap: 1vw;
}
.foot .footThis > .thisBox .contentBox .cenCout .rigthBox .footNavBar .ul1 .li1 .twoNav .ul2 .li2 .a2 {
  opacity: 0.5;
}
.foot .footThis > .thisBox .contentBox .cenCout .rigthBox .erweima .ul {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  flex-wrap: unset;
  gap: 1vw;
}
@media (max-width:1024px) {
  .foot .footThis > .thisBox .contentBox .cenCout .rigthBox .erweima .ul {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    flex-wrap: unset;
    gap: 4vw;
  }
}
.foot .footThis > .thisBox .contentBox .cenCout .rigthBox .erweima .ul .li {
  position: relative;
  cursor: pointer;
}
.foot .footThis > .thisBox .contentBox .cenCout .rigthBox .erweima .ul .li .ico {
  width: 3vw;
  height: 3vw;
  border-radius: 50%;
  background-color: rgba(255, 255, 255, 0.2);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  flex-wrap: unset;
}
@media (max-width:1024px) {
  .foot .footThis > .thisBox .contentBox .cenCout .rigthBox .erweima .ul .li .ico {
    width: 12vw;
    height: 12vw;
  }
}
.foot .footThis > .thisBox .contentBox .cenCout .rigthBox .erweima .ul .li .ico i {
  font-size: clamp(12px, 1.1vw, 1.1vw);
  color: #fff;
}
@media (max-width:1024px) {
  .foot .footThis > .thisBox .contentBox .cenCout .rigthBox .erweima .ul .li .ico i {
    font-size: 4.2vw;
  }
}
.foot .footThis > .thisBox .contentBox .cenCout .rigthBox .erweima .ul .li .hovBox {
  opacity: 0;
  pointer-events: none;
  position: absolute;
  top: 50%;
  transform: translate(0, -50%);
  right: calc(100% + 1vw);
  background-color: #fff;
  padding: 0.6vw;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  flex-wrap: unset;
}
@media (max-width:1024px) {
  .foot .footThis > .thisBox .contentBox .cenCout .rigthBox .erweima .ul .li .hovBox {
    right: unset;
    top: unset;
    left: 50%;
    transform: translateX(-50%);
    bottom: calc(100% + 4vw);
  }
}
.foot .footThis > .thisBox .contentBox .cenCout .rigthBox .erweima .ul .li .hovBox .imgBox {
  width: 6vw;
  height: 6vw;
  margin-bottom: 0.4vw;
}
@media (max-width:1024px) {
  .foot .footThis > .thisBox .contentBox .cenCout .rigthBox .erweima .ul .li .hovBox .imgBox {
    width: 30vw;
    height: 30vw;
  }
}
.foot .footThis > .thisBox .contentBox .cenCout .rigthBox .erweima .ul .li:hover .ico {
  background-color: #c9ae7a;
}
.foot .footThis > .thisBox .contentBox .cenCout .rigthBox .erweima .ul .li:hover .ico i {
  color: #fff;
}
.foot .footThis > .thisBox .contentBox .cenCout .rigthBox .erweima .ul .li:hover .hovBox {
  opacity: 1;
  pointer-events: auto;
}
.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: #c9ae7a;
}
.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: 85%;
  }
}
@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;
}
@media (max-width:1024px) {
  .twoPageBox .pageContentAll {
    padding-top: 0;
  }
}
.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: 35vw;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  flex-wrap: unset;
}
@media (max-width:1024px) {
  .twoPageBox .pageContentAll .twoBanner .bannerThis > .thisBox .contentBox .sortImg {
    height: 60vw;
  }
}
.twoPageBox .pageContentAll .twoBanner .bannerThis > .thisBox .contentBox .sortImg .imgBox {
  width: 100%;
  height: 130%;
}
.twoPageBox .pageContentAll .twoBanner .bannerThis > .thisBox .contentBox .sortImg::after {
  content: '';
  position: absolute;
  display: block;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.2);
}
.twoPageBox .pageContentAll .twoBanner .bannerThis > .thisBox .contentBox .textBox {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  flex-wrap: unset;
}
.twoPageBox .pageContentAll .twoBanner .bannerThis > .thisBox .contentBox .textBox .name {
  color: #fff;
  font-size: clamp(12px, 2.9vw, 2.9vw);
  text-align: center;
}
@media (max-width:1024px) {
  .twoPageBox .pageContentAll .twoBanner .bannerThis > .thisBox .contentBox .textBox .name {
    font-size: 7.8vw;
  }
}
.twoPageBox .pageContentAll .twoBanner .bannerThis > .thisBox .contentBox .textBox .subname {
  font-family: 'en1';
  text-transform: uppercase;
  color: #fff;
  font-size: clamp(12px, 2.3vw, 2.3vw);
  text-align: center;
}
@media (max-width:1024px) {
  .twoPageBox .pageContentAll .twoBanner .bannerThis > .thisBox .contentBox .textBox .subname {
    font-size: 6.6vw;
  }
}
.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;
}
@media (max-width:1024px) {
  .twoPageBox .pageContentAll .twoBanner .bannerThis > .thisBox .contentBox .textBox .scrollBtn {
    width: 10vw;
    height: 10vw;
  }
}
@keyframes scrollBtnAni {
  0% {
    transform: translateY(0);
  }
  100% {
    transform: translateY(50%);
  }
}
.twoPageBox .pageContentAll .twoBanner .bannerThis > .thisBox .contentBox .textBox .scrollBtn i {
  color: #fff;
  font-size: clamp(12px, 1.4vw, 1.4vw);
}
@media (max-width:1024px) {
  .twoPageBox .pageContentAll .twoBanner .bannerThis > .thisBox .contentBox .textBox .scrollBtn i {
    font-size: 4.8vw;
  }
}
.twoPageBox .pageContentAll .twoBanner .bannerThis .bgYuansu {
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
}
.twoPageBox .pageContentAll .twoBanner .bannerThis .bgYuansu img {
  opacity: 0.1;
  width: 100%;
  height: 100%;
  object-fit: 100% 100%;
}
.twoPageBox .pageContentAll .detalBanner > .thisBox {
  height: 20vw;
  width: 100%;
}
@media (max-width:1024px) {
  .twoPageBox .pageContentAll .detalBanner > .thisBox {
    height: 40vw;
  }
}
.twoPageBox .pageContentAll .detalBanner > .thisBox > .contentBox {
  position: relative;
  width: 100%;
  height: 100%;
}
.twoPageBox .pageContentAll .detalBanner > .thisBox > .contentBox .imgBox {
  width: 100%;
  height: 100%;
}
.twoPageBox .pageContentAll .detalBanner > .thisBox > .contentBox .posiBox {
  position: absolute;
  left: 12%;
  bottom: 6vw;
}
.twoPageBox .pageContentAll .detalBanner > .thisBox > .contentBox .posiBox .goBack {
  background-color: #c9ae7a;
  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;
}
@media (max-width:1024px) {
  .twoPageBox .pageContentAll .detalBanner > .thisBox > .contentBox .posiBox .goBack {
    height: 8vw;
    padding: 0 6vw;
    border-radius: 5vw;
  }
}
.twoPageBox .pageContentAll .detalBanner > .thisBox > .contentBox .posiBox .goBack .ico i {
  color: #fff;
}
.twoPageBox .pageContentAll .detalBanner > .thisBox > .contentBox .posiBox .goBack .txt {
  color: #fff;
}
.twoPageBox .pageContentAll .sortNav {
  position: relative;
  z-index: 1;
  margin-top: -2vw;
}
.twoPageBox .pageContentAll .sortNav .sortNavThis > .thisBox .contentBox {
  width: 75%;
  margin: 0 auto;
}
@media (max-width:1600px) {
  .twoPageBox .pageContentAll .sortNav .sortNavThis > .thisBox .contentBox {
    width: 75%;
  }
}
@media (max-width:1300px) {
  .twoPageBox .pageContentAll .sortNav .sortNavThis > .thisBox .contentBox {
    width: 75%;
  }
}
@media (max-width:1024px) {
  .twoPageBox .pageContentAll .sortNav .sortNavThis > .thisBox .contentBox {
    width: 85%;
  }
}
.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: #c9ae7a;
  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;
    border-radius: 10vw;
  }
}
.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 {
    height: 8vw;
    width: 19vw;
    border-radius: 10vw;
  }
}
.twoPageBox .pageContentAll .sortNav .sortNavThis > .thisBox .contentBox .navBox .navUl .li .aBox .txt div {
  font-size: clamp(12px, 1.1vw, 1.1vw);
  color: #fff;
}
@media (max-width:1024px) {
  .twoPageBox .pageContentAll .sortNav .sortNavThis > .thisBox .contentBox .navBox .navUl .li .aBox .txt div {
    font-size: 4.2vw;
  }
}
@media (max-width:1024px) {
  .twoPageBox .pageContentAll .sortNav .sortNavThis > .thisBox .contentBox .navBox .navUl .li .aBox .txt div {
    font-size: 3.4vw;
  }
}
.twoPageBox .pageContentAll .sortNav .sortNavThis > .thisBox .contentBox .navBox .navUl .li.on .aBox {
  background-color: #fff;
}
.twoPageBox .pageContentAll .sortNav .sortNavThis > .thisBox .contentBox .navBox .navUl .li.on .aBox .txt div {
  color: #c9ae7a;
}
.fiexdRight {
  position: fixed;
  z-index: 5;
  right: 1vw;
  transition-duration: 0.8s;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.33, 0.18, 0, 0.98);
  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.33, 0.18, 0, 0.98);
}
.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.33, 0.18, 0, 0.98);
  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.33, 0.18, 0, 0.98);
}
@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.33, 0.18, 0, 0.98);
}
@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.33, 0.18, 0, 0.98);
  top: 0;
  border-radius: 1vw;
  padding: 2vw;
  background-color: #fff;
}
.fiexdRight > .thisBox .contentBox .ul .li .hovBox .imgBox {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  flex-wrap: unset;
  width: 6vw;
  height: 6vw;
}
.fiexdRight > .thisBox .contentBox .ul .li .hovBox .miaoshu {
  width: max-content;
  font-size: clamp(12px, 1.1vw, 1.1vw);
  font-weight: bold;
}
@media (max-width:1024px) {
  .fiexdRight > .thisBox .contentBox .ul .li .hovBox .miaoshu {
    font-size: 4.2vw;
  }
}
.fiexdRight > .thisBox .contentBox .ul .li:hover .box {
  background-color: #c9ae7a;
}
.fiexdRight > .thisBox .contentBox .ul .li:hover .box .ico i {
  color: #fff;
}
.fiexdRight > .thisBox .contentBox .ul .li:hover .box .txt {
  color: #fff;
}
.fiexdRight > .thisBox .contentBox .ul .li:hover .hovBox {
  transform: translateX(0);
  opacity: 1;
  pointer-events: auto;
}
.fiexdRight.scrollShow {
  opacity: 1;
  pointer-events: auto;
  transform: translateX(0);
}
.changePageMoveBox {
  overflow: hidden;
  position: fixed;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 200;
  opacity: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  flex-wrap: unset;
}
.changePageMoveBox .logo {
  position: relative;
  z-index: 1;
  width: 16vw;
  height: 16vw;
  border-radius: 50%;
}
.changePageMoveBox .logo img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  filter: invert(1);
}
.changePageMoveBox .box {
  position: relative;
  width: 120%;
  height: 100%;
  transform: rotate(30deg);
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  flex-wrap: unset;
}
.changePageMoveBox .box .mask {
  width: 50%;
  height: 200%;
  background-color: #000;
}
.changePageMoveBox .box .mask.mask1 {
  position: relative;
  right: -1px;
}
.changePageMoveBox .box .mask.mask2 {
  position: relative;
  left: -1px;
}
.changePageMoveBox .logo {
  position: absolute;
  left: calc(50% - 8vw);
  top: calc(50% - 8vw);
}
.mouseCursor {
  pointer-events: none;
  position: fixed;
}
.mouseCursor .dianBox {
  opacity: 0.5;
  position: relative;
}
.mouseCursor .dianBox .dian {
  position: absolute;
  transform: translate(-50%, -50%);
  top: 0;
  left: 0;
}
.mouseCursor .dianBox .dian > div {
  width: 3vw;
  height: 3vw;
  border-radius: 50%;
  transition-duration: 0.8s;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.33, 0.18, 0, 0.98);
  border: 1px solid #c9ae7a;
}
.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(201, 174, 122, 0.1);
  transition-duration: 0.8s;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.33, 0.18, 0, 0.98);
  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: #c9ae7a;
  transition-duration: 0.8s;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.33, 0.18, 0, 0.98);
  width: 0.8vw;
  height: 0.8vw;
  border-radius: 50%;
  transform: translate(-50%, -50%);
}
.mouseCursorPoint.hoverA > div {
  opacity: 0;
}
@media (max-width:1024px) {
  #index_page .pageContentAll {
    padding-top: 0;
  }
}
#index_page .pageContentAll .inxBanner > .thisBox {
  width: 100%;
  height: 100vh;
}
@media (max-width:1024px) {
  #index_page .pageContentAll .inxBanner > .thisBox {
    height: unset;
  }
}
#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%;
}
@media (max-width:1024px) {
  #index_page .pageContentAll .inxBanner > .thisBox > .contentBox .bannerCout {
    height: 80vw;
  }
}
#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;
  width: 100%;
  height: 100%;
}
#index_page .pageContentAll .inxBanner > .thisBox > .contentBox .bannerCout .imgUl .ul .li .box .imgBox {
  opacity: 0;
  transition-property: opacity;
  transition-duration: 2s;
  width: 100%;
  height: 100%;
}
#index_page .pageContentAll .inxBanner > .thisBox > .contentBox .bannerCout .imgUl .ul .li .box::before {
  content: '';
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
  top: 0;
  background-color: rgba(0, 0, 0, 0.2);
}
#index_page .pageContentAll .inxBanner > .thisBox > .contentBox .bannerCout .imgUl .ul .li .box::after {
  content: '';
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
  top: 0;
  background-image: url(../img/unify/bannerMask.png);
  background-size: 100% 100%;
}
@media (max-width:1024px) {
  #index_page .pageContentAll .inxBanner > .thisBox > .contentBox .bannerCout .imgUl .ul .li .box::after {
    opacity: 0.5;
  }
}
#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 .imgBox {
  opacity: 1;
}
#index_page .pageContentAll .inxBanner > .thisBox > .contentBox .bannerCout .imgUl::after {
  content: '';
  position: absolute;
  display: block;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.2);
}
#index_page .pageContentAll .inxBanner > .thisBox > .contentBox .bannerCout .textUl {
  position: absolute;
  left: 4vw;
  top: 5vw;
  padding-top: 4vw;
  width: 30vw;
}
@media (max-width:1024px) {
  #index_page .pageContentAll .inxBanner > .thisBox > .contentBox .bannerCout .textUl {
    width: 90vw;
    left: 5vw;
    top: 20vw;
  }
}
#index_page .pageContentAll .inxBanner > .thisBox > .contentBox .bannerCout .textUl .ul {
  position: relative;
  width: 100%;
}
#index_page .pageContentAll .inxBanner > .thisBox > .contentBox .bannerCout .textUl .ul .li {
  position: absolute;
  top: 0;
  pointer-events: none;
}
#index_page .pageContentAll .inxBanner > .thisBox > .contentBox .bannerCout .textUl .ul .li .subtitle {
  font-size: clamp(12px, 2.3vw, 2.3vw);
  letter-spacing: 0.1em;
  opacity: 0;
  color: rgba(255, 255, 255, 0.9);
}
@media (max-width:1024px) {
  #index_page .pageContentAll .inxBanner > .thisBox > .contentBox .bannerCout .textUl .ul .li .subtitle {
    font-size: 6.6vw;
  }
}
#index_page .pageContentAll .inxBanner > .thisBox > .contentBox .bannerCout .textUl .ul .li .miaoshu {
  margin-top: 1vw;
  font-size: clamp(12px, 1vw, 1vw);
  opacity: 0;
  color: rgba(255, 255, 255, 0.7);
}
@media (max-width:1024px) {
  #index_page .pageContentAll .inxBanner > .thisBox > .contentBox .bannerCout .textUl .ul .li .miaoshu {
    font-size: 4vw;
  }
}
#index_page .pageContentAll .inxBanner > .thisBox > .contentBox .bannerCout .textUl .ul .li.on {
  pointer-events: auto;
}
#index_page .pageContentAll .inxBanner > .thisBox > .contentBox .scrollDown {
  position: absolute;
  z-index: 1;
  left: 4vw;
  transform: translateX(-50%);
  bottom: 16vw;
  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: 'en1';
  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: 1vw;
}
@media (max-width:1024px) {
  #index_page .pageContentAll .inxBanner > .thisBox > .contentBox .bannerControl .navigation {
    left: 50%;
    gap: 4vw;
    transform: translateX(-50%);
    top: 66vw;
    bottom: unset;
  }
}
#index_page .pageContentAll .inxBanner > .thisBox > .contentBox .bannerControl .navigation .btn {
  height: 3vw;
  width: 6vw;
  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 .btn {
    width: 20vw;
    height: 8vw;
  }
}
#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: 1vw;
  height: 100%;
  transition-duration: 0.3s;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.33, 0.18, 0, 0.98);
}
@media (max-width:1024px) {
  #index_page .pageContentAll .inxBanner > .thisBox > .contentBox .bannerControl .navigation .btn .ico {
    width: 4vw;
  }
}
#index_page .pageContentAll .inxBanner > .thisBox > .contentBox .bannerControl .navigation .btn .ico i {
  color: #fff;
  font-size: clamp(12px, 0.9vw, 0.9vw);
}
@media (max-width:1024px) {
  #index_page .pageContentAll .inxBanner > .thisBox > .contentBox .bannerControl .navigation .btn .ico i {
    font-size: 3.8vw;
  }
}
#index_page .pageContentAll .inxBanner > .thisBox > .contentBox .bannerControl .navigation .btn .img {
  overflow: hidden;
  position: relative;
  width: calc(100% - 1vw);
  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.33, 0.18, 0, 0.98);
  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: #c9ae7a;
}
#index_page .pageContentAll .inxBanner > .thisBox > .contentBox .bannerControl .navigation .btn:hover .img img {
  transform: scale(1.1);
}
#index_page .pageContentAll .inxBanner > .thisBox > .contentBox .notice {
  z-index: 1;
  position: absolute;
  bottom: 2vw;
  left: 4vw;
}
@media (max-width:1024px) {
  #index_page .pageContentAll .inxBanner > .thisBox > .contentBox .notice {
    padding: 4vw 0;
    border-bottom: 1px solid #ccc;
    position: unset;
    width: 75%;
    margin: 0 auto;
  }
}
@media (max-width:1024px) and (max-width:1600px) {
  #index_page .pageContentAll .inxBanner > .thisBox > .contentBox .notice {
    width: 75%;
  }
}
@media (max-width:1024px) and (max-width:1300px) {
  #index_page .pageContentAll .inxBanner > .thisBox > .contentBox .notice {
    width: 75%;
  }
}
@media (max-width:1024px) and (max-width:1024px) {
  #index_page .pageContentAll .inxBanner > .thisBox > .contentBox .notice {
    width: 85%;
  }
}
#index_page .pageContentAll .inxBanner > .thisBox > .contentBox .notice .noticeName {
  color: #fff;
  font-size: clamp(12px, 0.9vw, 0.9vw);
  margin-bottom: 0.5vw;
}
@media (max-width:1024px) {
  #index_page .pageContentAll .inxBanner > .thisBox > .contentBox .notice .noticeName {
    font-size: 3.8vw;
  }
}
@media (max-width:1024px) {
  #index_page .pageContentAll .inxBanner > .thisBox > .contentBox .notice .noticeName {
    color: #333;
  }
}
#index_page .pageContentAll .inxBanner > .thisBox > .contentBox .notice .swiperBox {
  width: 30vw;
  height: 5vw;
}
@media (max-width:1024px) {
  #index_page .pageContentAll .inxBanner > .thisBox > .contentBox .notice .swiperBox {
    width: 100%;
    height: 20vw;
  }
}
#index_page .pageContentAll .inxBanner > .thisBox > .contentBox .notice .swiperBox #noticeSwiper {
  width: 100%;
  height: 100%;
}
#index_page .pageContentAll .inxBanner > .thisBox > .contentBox .notice .swiperBox #noticeSwiper .swiper-slide {
  height: 100%;
}
#index_page .pageContentAll .inxBanner > .thisBox > .contentBox .notice .swiperBox #noticeSwiper .swiper-slide .aBox {
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-start;
  flex-wrap: unset;
}
#index_page .pageContentAll .inxBanner > .thisBox > .contentBox .notice .swiperBox #noticeSwiper .swiper-slide .aBox .imgBox {
  width: 8vw;
  height: 100%;
}
@media (max-width:1024px) {
  #index_page .pageContentAll .inxBanner > .thisBox > .contentBox .notice .swiperBox #noticeSwiper .swiper-slide .aBox .imgBox {
    width: 30vw;
  }
}
#index_page .pageContentAll .inxBanner > .thisBox > .contentBox .notice .swiperBox #noticeSwiper .swiper-slide .aBox .textBox {
  width: calc(100% - 8vw);
  padding-left: 1vw;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  flex-wrap: unset;
}
@media (max-width:1024px) {
  #index_page .pageContentAll .inxBanner > .thisBox > .contentBox .notice .swiperBox #noticeSwiper .swiper-slide .aBox .textBox {
    padding-left: 4vw;
    width: calc(100% - 30vw);
  }
}
#index_page .pageContentAll .inxBanner > .thisBox > .contentBox .notice .swiperBox #noticeSwiper .swiper-slide .aBox .textBox .title {
  color: #fff;
  font-size: clamp(12px, 0.8vw, 0.8vw);
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
}
@media (max-width:1024px) {
  #index_page .pageContentAll .inxBanner > .thisBox > .contentBox .notice .swiperBox #noticeSwiper .swiper-slide .aBox .textBox .title {
    font-size: 3.6vw;
  }
}
@media (max-width:1024px) {
  #index_page .pageContentAll .inxBanner > .thisBox > .contentBox .notice .swiperBox #noticeSwiper .swiper-slide .aBox .textBox .title {
    color: #333;
  }
}
#index_page .pageContentAll .inxBanner > .thisBox > .contentBox .notice .swiperBox #noticeSwiper .swiper-slide .aBox .textBox .description {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  color: #fff;
  opacity: 0.5;
  font-size: clamp(12px, 0.7vw, 0.7vw);
  margin: 0.2vw 0 0.8vw;
}
@media (max-width:1024px) {
  #index_page .pageContentAll .inxBanner > .thisBox > .contentBox .notice .swiperBox #noticeSwiper .swiper-slide .aBox .textBox .description {
    font-size: 3.4vw;
  }
}
@media (max-width:1024px) {
  #index_page .pageContentAll .inxBanner > .thisBox > .contentBox .notice .swiperBox #noticeSwiper .swiper-slide .aBox .textBox .description {
    color: #333;
  }
}
#index_page .pageContentAll .inxBanner > .thisBox > .contentBox .notice .swiperBox #noticeSwiper .swiper-slide .aBox .textBox .time {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  flex-wrap: unset;
  gap: 1vw;
}
#index_page .pageContentAll .inxBanner > .thisBox > .contentBox .notice .swiperBox #noticeSwiper .swiper-slide .aBox .textBox .time .sortname {
  color: #fff;
  padding: 0.1vw 0.8vw;
  font-size: clamp(12px, 0.7vw, 0.7vw);
  border: 1px solid #fff;
}
@media (max-width:1024px) {
  #index_page .pageContentAll .inxBanner > .thisBox > .contentBox .notice .swiperBox #noticeSwiper .swiper-slide .aBox .textBox .time .sortname {
    font-size: 3.4vw;
  }
}
#index_page .pageContentAll .inxBanner > .thisBox > .contentBox .notice .swiperBox #noticeSwiper .swiper-slide .aBox .textBox .time .date {
  color: #fff;
}
#index_page .pageContentAll .inxAbout {
  position: relative;
}
#index_page .pageContentAll .inxAbout > .thisBox {
  padding: 6vw 0;
  position: relative;
  z-index: 1;
}
@media (max-width:1600px) {
  #index_page .pageContentAll .inxAbout > .thisBox {
    padding: 6vw 0;
  }
}
@media (max-width:1300px) {
  #index_page .pageContentAll .inxAbout > .thisBox {
    padding: 6vw 0;
  }
}
@media (max-width:1024px) {
  #index_page .pageContentAll .inxAbout > .thisBox {
    padding: 12vw 0;
  }
}
#index_page .pageContentAll .inxAbout > .thisBox .contentBox {
  width: 100%;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  flex-wrap: unset;
}
@media (max-width:1024px) {
  #index_page .pageContentAll .inxAbout > .thisBox .contentBox {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    flex-wrap: unset;
    width: 75%;
    margin: 0 auto;
    padding-bottom: 6vw;
    flex-direction: column-reverse;
    gap: 16vw;
  }
}
@media (max-width:1024px) and (max-width:1600px) {
  #index_page .pageContentAll .inxAbout > .thisBox .contentBox {
    width: 75%;
  }
}
@media (max-width:1024px) and (max-width:1300px) {
  #index_page .pageContentAll .inxAbout > .thisBox .contentBox {
    width: 75%;
  }
}
@media (max-width:1024px) and (max-width:1024px) {
  #index_page .pageContentAll .inxAbout > .thisBox .contentBox {
    width: 85%;
  }
}
#index_page .pageContentAll .inxAbout > .thisBox .contentBox .imgBoxAll {
  width: 50%;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  flex-wrap: unset;
  padding: 4vw 0;
  padding-left: 5vw;
}
@media (max-width:1024px) {
  #index_page .pageContentAll .inxAbout > .thisBox .contentBox .imgBoxAll {
    padding-right: 0;
    padding-left: 0;
    width: 100%;
  }
}
#index_page .pageContentAll .inxAbout > .thisBox .contentBox .imgBoxAll .imgBox {
  height: 34vw;
  width: 31%;
}
@media (max-width:1024px) {
  #index_page .pageContentAll .inxAbout > .thisBox .contentBox .imgBoxAll .imgBox {
    height: 60vw;
  }
}
#index_page .pageContentAll .inxAbout > .thisBox .contentBox .imgBoxAll .imgBox .swiper {
  width: 100%;
  height: 100%;
}
#index_page .pageContentAll .inxAbout > .thisBox .contentBox .imgBoxAll .imgBox .swiper .swiper-slide {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  justify-content: center;
  flex-wrap: unset;
}
#index_page .pageContentAll .inxAbout > .thisBox .contentBox .imgBoxAll .imgBox .swiper .swiper-slide img {
  width: calc(100% + 2vw);
  transition-timing-function: linear;
}
#index_page .pageContentAll .inxAbout > .thisBox .contentBox .imgBoxAll .imgBox .swiper .swiper-slide img.on {
  transition-duration: 8s;
  transform: translateX(2vw);
}
#index_page .pageContentAll .inxAbout > .thisBox .contentBox .imgBoxAll .imgBox:nth-child(1) {
  align-items: flex-start;
  margin-top: -8vw;
}
#index_page .pageContentAll .inxAbout > .thisBox .contentBox .imgBoxAll .imgBox:nth-child(2) {
  align-items: flex-end;
  margin-bottom: -8vw;
}
#index_page .pageContentAll .inxAbout > .thisBox .contentBox .textBoxAll {
  width: 50%;
  padding-left: 10vw;
  padding-right: 15vw;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  flex-wrap: unset;
  gap: 1vw;
}
@media (max-width:1024px) {
  #index_page .pageContentAll .inxAbout > .thisBox .contentBox .textBoxAll {
    width: 100%;
    padding-right: 0;
    align-items: center;
    padding-left: 0;
  }
}
#index_page .pageContentAll .inxAbout > .thisBox .contentBox .textBoxAll .subtitle {
  font-size: clamp(12px, 1.7vw, 1.7vw);
  font-family: 'en1';
  text-transform: uppercase;
}
@media (max-width:1024px) {
  #index_page .pageContentAll .inxAbout > .thisBox .contentBox .textBoxAll .subtitle {
    font-size: 5.4vw;
  }
}
#index_page .pageContentAll .inxAbout > .thisBox .contentBox .textBoxAll .logo {
  margin-bottom: 3vw;
}
#index_page .pageContentAll .inxAbout > .thisBox .contentBox .textBoxAll .logo img {
  height: 4vw;
}
@media (max-width:1024px) {
  #index_page .pageContentAll .inxAbout > .thisBox .contentBox .textBoxAll .logo img {
    height: 16vw;
  }
}
#index_page .pageContentAll .inxAbout > .thisBox .contentBox .textBoxAll .title {
  font-size: clamp(12px, 1.5vw, 1.5vw);
  font-family: 'cn1';
  text-transform: uppercase;
}
@media (max-width:1024px) {
  #index_page .pageContentAll .inxAbout > .thisBox .contentBox .textBoxAll .title {
    font-size: 5vw;
  }
}
#index_page .pageContentAll .inxAbout > .thisBox .contentBox .textBoxAll .miaoshu {
  margin-bottom: 2vw;
  font-size: clamp(12px, 1.4vw, 1.4vw);
}
@media (max-width:1024px) {
  #index_page .pageContentAll .inxAbout > .thisBox .contentBox .textBoxAll .miaoshu {
    font-size: 4.8vw;
  }
}
#index_page .pageContentAll .inxAbout > .thisBox .contentBox .textBoxAll .miaoshu span {
  font-size: clamp(12px, 1.4vw, 1.4vw);
  color: #c9ae7a;
}
@media (max-width:1024px) {
  #index_page .pageContentAll .inxAbout > .thisBox .contentBox .textBoxAll .miaoshu span {
    font-size: 4.8vw;
  }
}
#index_page .pageContentAll .inxAbout > .thisBox .contentBox .textBoxAll .content {
  text-align: justify;
}
#index_page .pageContentAll .inxAbout .bgImg .img1 {
  width: 40vw;
  position: absolute;
  right: 4vw;
  top: 0;
  object-fit: contain;
}
#index_page .pageContentAll .inxData > .thisBox {
  border: 1px solid #ddd;
  border-left: none;
  border-right: none;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  flex-wrap: unset;
}
#index_page .pageContentAll .inxData > .thisBox .contentBox {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  flex-wrap: unset;
  height: 10vw;
}
@media (max-width:1024px) {
  #index_page .pageContentAll .inxData > .thisBox .contentBox {
    height: unset;
    padding: 4vw 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    flex-wrap: unset;
  }
}
#index_page .pageContentAll .inxData > .thisBox .contentBox .leftBox {
  width: 18vw;
  padding-right: 4vw;
  height: 100%;
  border-right: 1px solid #ddd;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  flex-wrap: unset;
}
@media (max-width:1024px) {
  #index_page .pageContentAll .inxData > .thisBox .contentBox .leftBox {
    border-right: unset;
    padding: 0 8vw;
    align-items: center;
    height: 20vw;
    width: unset;
  }
}
#index_page .pageContentAll .inxData > .thisBox .contentBox .leftBox .sortname {
  position: relative;
  font-size: clamp(12px, 1.7vw, 1.7vw);
  margin-bottom: 1vw;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-start;
  flex-wrap: unset;
}
@media (max-width:1024px) {
  #index_page .pageContentAll .inxData > .thisBox .contentBox .leftBox .sortname {
    font-size: 5.4vw;
  }
}
#index_page .pageContentAll .inxData > .thisBox .contentBox .leftBox .sortname span {
  display: block;
  width: 3vw;
  height: 3vw;
  border-radius: 50%;
  background-color: #c9ae7a;
  color: #fff;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  flex-wrap: unset;
}
@media (max-width:1024px) {
  #index_page .pageContentAll .inxData > .thisBox .contentBox .leftBox .sortname span {
    width: 10vw;
    height: 10vw;
  }
}
#index_page .pageContentAll .inxData > .thisBox .contentBox .leftBox .sortname::before {
  content: '“';
  position: absolute;
  right: 110%;
  top: -2vw;
  color: rgba(0, 0, 0, 0.1);
  font-size: clamp(12px, 5.7vw, 5.7vw);
}
@media (max-width:1024px) {
  #index_page .pageContentAll .inxData > .thisBox .contentBox .leftBox .sortname::before {
    font-size: 13.4vw;
  }
}
#index_page .pageContentAll .inxData > .thisBox .contentBox .leftBox .sortname::after {
  content: '”';
  position: absolute;
  left: 120%;
  top: 1vw;
  color: rgba(0, 0, 0, 0.1);
  font-size: clamp(12px, 5.7vw, 5.7vw);
}
@media (max-width:1024px) {
  #index_page .pageContentAll .inxData > .thisBox .contentBox .leftBox .sortname::after {
    font-size: 13.4vw;
  }
}
#index_page .pageContentAll .inxData > .thisBox .contentBox .leftBox .en {
  color: #c9ae7a;
  font-size: clamp(12px, 1vw, 1vw);
}
@media (max-width:1024px) {
  #index_page .pageContentAll .inxData > .thisBox .contentBox .leftBox .en {
    font-size: 4vw;
  }
}
#index_page .pageContentAll .inxData > .thisBox .contentBox .rightBox {
  padding-left: 8vw;
  height: 100%;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  flex-wrap: unset;
}
@media (max-width:1024px) {
  #index_page .pageContentAll .inxData > .thisBox .contentBox .rightBox {
    padding-left: 0;
  }
}
#index_page .pageContentAll .inxData > .thisBox .contentBox .rightBox .dataBox .ul {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  justify-content: center;
  flex-wrap: unset;
  gap: 4vw;
}
@media (max-width:1024px) {
  #index_page .pageContentAll .inxData > .thisBox .contentBox .rightBox .dataBox .ul {
    display: flex;
    flex-wrap: wrap;
    gap: 4vw;
    column-gap: 0;
  }
  #index_page .pageContentAll .inxData > .thisBox .contentBox .rightBox .dataBox .ul > li {
    width: calc(100% / 2 - (2 - 1) * 4vw / 2);
  }
}
#index_page .pageContentAll .inxData > .thisBox .contentBox .rightBox .dataBox .ul .li .value {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  flex-wrap: unset;
  gap: 0.5vw;
}
#index_page .pageContentAll .inxData > .thisBox .contentBox .rightBox .dataBox .ul .li .value .shuju {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  flex-wrap: unset;
  gap: 0.5vw;
}
#index_page .pageContentAll .inxData > .thisBox .contentBox .rightBox .dataBox .ul .li .value .shuju .num {
  font-size: clamp(12px, 2.3vw, 2.3vw);
  font-family: 'en1';
  text-transform: uppercase;
  color: #c9ae7a;
}
@media (max-width:1024px) {
  #index_page .pageContentAll .inxData > .thisBox .contentBox .rightBox .dataBox .ul .li .value .shuju .num {
    font-size: 6.6vw;
  }
}
#index_page .pageContentAll .inxBusiness {
  position: relative;
}
#index_page .pageContentAll .inxBusiness > .thisBox {
  position: relative;
  z-index: 1;
}
#index_page .pageContentAll .inxBusiness > .thisBox .firstAni {
  position: relative;
  width: 100%;
  height: calc(100vh - 5vw * 1);
}
@media (max-width:1600px) {
  #index_page .pageContentAll .inxBusiness > .thisBox .firstAni {
    height: calc(100vh - 5vw* 1);
  }
}
@media (max-width:1300px) {
  #index_page .pageContentAll .inxBusiness > .thisBox .firstAni {
    height: calc(100vh - 5vw* 1);
  }
}
@media (max-width:1024px) {
  #index_page .pageContentAll .inxBusiness > .thisBox .firstAni {
    height: unset;
  }
}
@media (max-width:1024px) {
  #index_page .pageContentAll .inxBusiness > .thisBox .firstAni {
    height: calc(100vh - 14vw);
  }
}
#index_page .pageContentAll .inxBusiness > .thisBox .firstAni .imgBox {
  position: relative;
  width: 100%;
  height: 100%;
  clip-path: inset(16% 20%);
}
#index_page .pageContentAll .inxBusiness > .thisBox .firstAni .imgBox img {
  transform: scale(0.8);
}
#index_page .pageContentAll .inxBusiness > .thisBox .firstAni .imgBox::after {
  content: '';
  position: absolute;
  display: block;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.3);
}
#index_page .pageContentAll .inxBusiness > .thisBox .firstAni .textBox {
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  will-change: transform;
  transform: translateY(-50%);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  flex-wrap: unset;
}
#index_page .pageContentAll .inxBusiness > .thisBox .firstAni .textBox .t1 {
  transform: translateY(50%);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  flex-wrap: unset;
}
#index_page .pageContentAll .inxBusiness > .thisBox .firstAni .textBox .t1 .en {
  color: #c9ae7a;
  font-size: clamp(12px, 3.1vw, 3.1vw);
}
@media (max-width:1024px) {
  #index_page .pageContentAll .inxBusiness > .thisBox .firstAni .textBox .t1 .en {
    font-size: 8.2vw;
  }
}
#index_page .pageContentAll .inxBusiness > .thisBox .firstAni .textBox .t1 .cn {
  color: #fff;
  font-size: clamp(12px, 2.3vw, 2.3vw);
}
@media (max-width:1024px) {
  #index_page .pageContentAll .inxBusiness > .thisBox .firstAni .textBox .t1 .cn {
    font-size: 6.6vw;
  }
}
#index_page .pageContentAll .inxBusiness > .thisBox .firstAni .textBox .t2 {
  position: relative;
  opacity: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  flex-wrap: unset;
  gap: 3vw;
}
#index_page .pageContentAll .inxBusiness > .thisBox .firstAni .textBox .t2 .t {
  padding: 0 4vw;
  border-bottom: 1px solid rgba(255, 255, 255, 0.6);
  color: #fff;
  font-size: clamp(12px, 2.1vw, 2.1vw);
  line-height: 2em;
  line-height: 1em;
}
@media (max-width:1024px) {
  #index_page .pageContentAll .inxBusiness > .thisBox .firstAni .textBox .t2 .t {
    font-size: 6.2vw;
  }
}
#index_page .pageContentAll .inxBusiness > .thisBox .firstAni .textBox .t2 .scrollDown {
  position: absolute;
  z-index: 1;
  left: 50%;
  transform: translateX(-50%);
  top: 140%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  flex-wrap: unset;
  gap: 1vw;
}
#index_page .pageContentAll .inxBusiness > .thisBox .firstAni .textBox .t2 .scrollDown .txt {
  writing-mode: vertical-rl;
  color: #fff;
  font-size: clamp(12px, 0.8vw, 0.8vw);
  font-family: 'en1';
  text-transform: uppercase;
  letter-spacing: 0.1em;
}
@media (max-width:1024px) {
  #index_page .pageContentAll .inxBusiness > .thisBox .firstAni .textBox .t2 .scrollDown .txt {
    font-size: 3.6vw;
  }
}
#index_page .pageContentAll .inxBusiness > .thisBox .firstAni .textBox .t2 .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;
}
@media (max-width:1024px) {
  #index_page .pageContentAll .inxBusiness > .thisBox .firstAni .textBox .t2 .scrollDown .mouse {
    margin-top: 4vw;
    width: 4vw;
    height: 8vw;
  }
}
#index_page .pageContentAll .inxBusiness > .thisBox .firstAni .textBox .t2 .scrollDown .mouse div {
  width: 0.3vw;
  height: 0.6vw;
  border-radius: 2vw;
  background-color: #fff;
  animation: mouseMove 1.5s ease-in-out infinite;
}
@media (max-width:1024px) {
  #index_page .pageContentAll .inxBusiness > .thisBox .firstAni .textBox .t2 .scrollDown .mouse div {
    width: 1vw;
    height: 2vw;
  }
}
@keyframes mouseMove {
  0% {
    transform: translateY(-50%);
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    transform: translateY(50%);
    opacity: 0;
  }
}
#index_page .pageContentAll .inxBusiness > .thisBox .contentBox {
  padding-top: 6vw;
  padding-left: 12vw;
}
@media (max-width:1024px) {
  #index_page .pageContentAll .inxBusiness > .thisBox .contentBox {
    padding-left: 6vw;
  }
}
#index_page .pageContentAll .inxBusiness > .thisBox .contentBox .ul .li .box {
  cursor: pointer;
  height: 15vw;
  position: relative;
}
@media (max-width:1024px) {
  #index_page .pageContentAll .inxBusiness > .thisBox .contentBox .ul .li .box {
    height: 30vw;
  }
}
#index_page .pageContentAll .inxBusiness > .thisBox .contentBox .ul .li .box .coutBox {
  position: relative;
  z-index: 1;
  border-bottom: 1px solid #ddd;
  padding-left: 20vw;
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-start;
  flex-wrap: unset;
}
@media (max-width:1024px) {
  #index_page .pageContentAll .inxBusiness > .thisBox .contentBox .ul .li .box .coutBox {
    padding-left: 5vw;
  }
}
#index_page .pageContentAll .inxBusiness > .thisBox .contentBox .ul .li .box .coutBox .numBox {
  margin-right: 6vw;
}
#index_page .pageContentAll .inxBusiness > .thisBox .contentBox .ul .li .box .coutBox .numBox .t {
  font-size: clamp(12px, 0.9vw, 0.9vw);
  transition-duration: 0.8s;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.33, 0.18, 0, 0.98);
}
@media (max-width:1024px) {
  #index_page .pageContentAll .inxBusiness > .thisBox .contentBox .ul .li .box .coutBox .numBox .t {
    font-size: 3.8vw;
  }
}
#index_page .pageContentAll .inxBusiness > .thisBox .contentBox .ul .li .box .coutBox .numBox .num {
  font-size: clamp(12px, 1.5vw, 1.5vw);
  color: #c9ae7a;
}
@media (max-width:1024px) {
  #index_page .pageContentAll .inxBusiness > .thisBox .contentBox .ul .li .box .coutBox .numBox .num {
    font-size: 5vw;
  }
}
#index_page .pageContentAll .inxBusiness > .thisBox .contentBox .ul .li .box .coutBox .textCout {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-start;
  flex-wrap: unset;
}
@media (max-width:1024px) {
  #index_page .pageContentAll .inxBusiness > .thisBox .contentBox .ul .li .box .coutBox .textCout {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    flex-wrap: unset;
    gap: 1vw;
  }
}
#index_page .pageContentAll .inxBusiness > .thisBox .contentBox .ul .li .box .coutBox .textCout .title {
  font-size: clamp(12px, 2.3vw, 2.3vw);
  transition-duration: 0.8s;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.33, 0.18, 0, 0.98);
  width: 20vw;
}
@media (max-width:1024px) {
  #index_page .pageContentAll .inxBusiness > .thisBox .contentBox .ul .li .box .coutBox .textCout .title {
    font-size: 6.6vw;
  }
}
@media (max-width:1024px) {
  #index_page .pageContentAll .inxBusiness > .thisBox .contentBox .ul .li .box .coutBox .textCout .title {
    width: 60vw;
  }
}
#index_page .pageContentAll .inxBusiness > .thisBox .contentBox .ul .li .box .coutBox .textCout .miaoshu {
  font-size: clamp(12px, 1.3vw, 1.3vw);
  transition-duration: 0.8s;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.33, 0.18, 0, 0.98);
  width: 30vw;
}
@media (max-width:1024px) {
  #index_page .pageContentAll .inxBusiness > .thisBox .contentBox .ul .li .box .coutBox .textCout .miaoshu {
    font-size: 4.6vw;
  }
}
@media (max-width:1024px) {
  #index_page .pageContentAll .inxBusiness > .thisBox .contentBox .ul .li .box .coutBox .textCout .miaoshu {
    width: 60vw;
    font-size: 3.4vw;
  }
}
#index_page .pageContentAll .inxBusiness > .thisBox .contentBox .ul .li .box .imgBox {
  pointer-events: none;
  position: absolute;
  top: 0;
  clip-path: inset(50% 0);
  transition-duration: 0.8s;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.33, 0.18, 0, 0.98);
  width: 100%;
  height: 100%;
}
#index_page .pageContentAll .inxBusiness > .thisBox .contentBox .ul .li .box .imgBox::after {
  content: '';
  position: absolute;
  display: block;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.3);
}
#index_page .pageContentAll .inxBusiness > .thisBox .contentBox .ul .li .box:hover .coutBox .numBox .t {
  color: #fff;
}
#index_page .pageContentAll .inxBusiness > .thisBox .contentBox .ul .li .box:hover .coutBox .textCout .title {
  color: #fff;
}
#index_page .pageContentAll .inxBusiness > .thisBox .contentBox .ul .li .box:hover .coutBox .textCout .miaoshu {
  color: #fff;
}
#index_page .pageContentAll .inxBusiness > .thisBox .contentBox .ul .li .box:hover .imgBox {
  clip-path: inset(0 0);
}
#index_page .pageContentAll .inxBusiness > .thisBox .contentBox .ul .li:first-child .box .coutBox {
  border-top: 1px solid #ddd;
}
#index_page .pageContentAll .inxBusiness .bgImg .img1 {
  width: 40vw;
  position: absolute;
  left: 4vw;
  top: 40vw;
  object-fit: contain;
}
#index_page .pageContentAll .inxCases {
  position: relative;
}
#index_page .pageContentAll .inxCases > .thisBox {
  position: relative;
  z-index: 1;
  padding-bottom: 8vw;
  padding-top: 12vw;
}
#index_page .pageContentAll .inxCases > .thisBox .sortTitle {
  width: 75%;
  margin: 0 auto;
}
@media (max-width:1600px) {
  #index_page .pageContentAll .inxCases > .thisBox .sortTitle {
    width: 75%;
  }
}
@media (max-width:1300px) {
  #index_page .pageContentAll .inxCases > .thisBox .sortTitle {
    width: 75%;
  }
}
@media (max-width:1024px) {
  #index_page .pageContentAll .inxCases > .thisBox .sortTitle {
    width: 85%;
  }
}
#index_page .pageContentAll .inxCases > .thisBox .sortTitle .en {
  font-size: clamp(12px, 1.3vw, 1.3vw);
}
@media (max-width:1024px) {
  #index_page .pageContentAll .inxCases > .thisBox .sortTitle .en {
    font-size: 4.6vw;
  }
}
#index_page .pageContentAll .inxCases > .thisBox .sortTitle .cout {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  justify-content: space-between;
  flex-wrap: unset;
  margin: 6vw 0 4vw;
}
@media (max-width:1024px) {
  #index_page .pageContentAll .inxCases > .thisBox .sortTitle .cout {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    flex-wrap: unset;
  }
}
#index_page .pageContentAll .inxCases > .thisBox .sortTitle .cout .sortname {
  font-size: clamp(12px, 3.7vw, 3.7vw);
}
@media (max-width:1024px) {
  #index_page .pageContentAll .inxCases > .thisBox .sortTitle .cout .sortname {
    font-size: 9.4vw;
  }
}
#index_page .pageContentAll .inxCases > .thisBox .sortTitle .cout .miaoshu {
  font-size: clamp(12px, 1.1vw, 1.1vw);
  line-height: 3em;
  width: 35vw;
}
@media (max-width:1024px) {
  #index_page .pageContentAll .inxCases > .thisBox .sortTitle .cout .miaoshu {
    font-size: 4.2vw;
  }
}
@media (max-width:1024px) {
  #index_page .pageContentAll .inxCases > .thisBox .sortTitle .cout .miaoshu {
    width: 100%;
    line-height: 2em;
  }
}
#index_page .pageContentAll .inxCases > .thisBox > .contentBox {
  width: 75%;
  margin: 0 auto;
}
@media (max-width:1600px) {
  #index_page .pageContentAll .inxCases > .thisBox > .contentBox {
    width: 75%;
  }
}
@media (max-width:1300px) {
  #index_page .pageContentAll .inxCases > .thisBox > .contentBox {
    width: 75%;
  }
}
@media (max-width:1024px) {
  #index_page .pageContentAll .inxCases > .thisBox > .contentBox {
    width: 85%;
  }
}
@media (max-width:1024px) {
  #index_page .pageContentAll .inxCases > .thisBox > .contentBox {
    margin-top: 8vw;
  }
}
#index_page .pageContentAll .inxCases > .thisBox > .contentBox .swiperBox {
  position: relative;
}
@media (max-width:1024px) {
  #index_page .pageContentAll .inxCases > .thisBox > .contentBox .swiperBox {
    margin-bottom: 8vw;
  }
}
#index_page .pageContentAll .inxCases > .thisBox > .contentBox .swiperBox #inxCases .swiper-slide .aBox .title {
  margin-bottom: 2vw;
  padding-right: 2vw;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  flex-wrap: unset;
}
#index_page .pageContentAll .inxCases > .thisBox > .contentBox .swiperBox #inxCases .swiper-slide .aBox .title .txt {
  font-size: clamp(12px, 1.7vw, 1.7vw);
  transition-duration: 0.8s;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.33, 0.18, 0, 0.98);
}
@media (max-width:1024px) {
  #index_page .pageContentAll .inxCases > .thisBox > .contentBox .swiperBox #inxCases .swiper-slide .aBox .title .txt {
    font-size: 5.4vw;
  }
}
#index_page .pageContentAll .inxCases > .thisBox > .contentBox .swiperBox #inxCases .swiper-slide .aBox .title .ico {
  width: 2.6vw;
  height: 2.6vw;
  border-radius: 50%;
  transition-duration: 0.8s;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.33, 0.18, 0, 0.98);
  background-color: #fff;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  flex-wrap: unset;
  box-shadow: 0 1vw 1vw rgba(0, 0, 0, 0.1);
}
#index_page .pageContentAll .inxCases > .thisBox > .contentBox .swiperBox #inxCases .swiper-slide .aBox .title .ico i {
  transition-duration: 0.8s;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.33, 0.18, 0, 0.98);
}
#index_page .pageContentAll .inxCases > .thisBox > .contentBox .swiperBox #inxCases .swiper-slide .aBox .imgBox {
  overflow: hidden;
  height: 18vw;
}
@media (max-width:1024px) {
  #index_page .pageContentAll .inxCases > .thisBox > .contentBox .swiperBox #inxCases .swiper-slide .aBox .imgBox {
    height: 50vw;
  }
}
#index_page .pageContentAll .inxCases > .thisBox > .contentBox .swiperBox #inxCases .swiper-slide .aBox .imgBox img {
  transition-duration: 0.8s;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.33, 0.18, 0, 0.98);
}
#index_page .pageContentAll .inxCases > .thisBox > .contentBox .swiperBox #inxCases .swiper-slide .aBox .miaoshu {
  margin-top: 3vw;
  line-height: 2.4em;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  font-size: clamp(12px, 0.9vw, 0.9vw);
}
@media (max-width:1024px) {
  #index_page .pageContentAll .inxCases > .thisBox > .contentBox .swiperBox #inxCases .swiper-slide .aBox .miaoshu {
    font-size: 3.8vw;
  }
}
#index_page .pageContentAll .inxCases > .thisBox > .contentBox .swiperBox #inxCases .swiper-slide .aBox .danwei {
  margin-top: 1vw;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-start;
  flex-wrap: unset;
  gap: 1vw;
}
#index_page .pageContentAll .inxCases > .thisBox > .contentBox .swiperBox #inxCases .swiper-slide .aBox .danwei .bdTitle {
  padding: 0.3vw 1.4vw;
  background-color: #c9ae7a;
  color: #fff;
}
#index_page .pageContentAll .inxCases > .thisBox > .contentBox .swiperBox #inxCases .swiper-slide .aBox .danwei .txt {
  font-size: clamp(12px, 0.9vw, 0.9vw);
}
@media (max-width:1024px) {
  #index_page .pageContentAll .inxCases > .thisBox > .contentBox .swiperBox #inxCases .swiper-slide .aBox .danwei .txt {
    font-size: 3.8vw;
  }
}
#index_page .pageContentAll .inxCases > .thisBox > .contentBox .swiperBox #inxCases .swiper-slide .aBox:hover .title .txt {
  color: #c9ae7a;
}
#index_page .pageContentAll .inxCases > .thisBox > .contentBox .swiperBox #inxCases .swiper-slide .aBox:hover .title .ico {
  background-color: #c9ae7a;
}
#index_page .pageContentAll .inxCases > .thisBox > .contentBox .swiperBox #inxCases .swiper-slide .aBox:hover .title .ico i {
  color: #fff;
}
#index_page .pageContentAll .inxCases > .thisBox > .contentBox .swiperBox #inxCases .swiper-slide .aBox:hover .imgBox img {
  transform: scale(1.1);
}
@media (min-width:1024px) {
  #index_page .pageContentAll .inxCases > .thisBox > .contentBox .swiperBox #inxCases .swiper-slide:nth-child(2n) {
    padding-top: 6vw;
  }
}
@media (max-width:1024px) {
  #index_page .pageContentAll .inxCases > .thisBox > .contentBox .swiperBox .swiperControl {
    margin-top: 10vw;
  }
}
@media (max-width:1024px) {
  #index_page .pageContentAll .inxCases > .thisBox > .contentBox .swiperBox .swiperControl .navigation .navigationThis {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: flex-start;
    flex-wrap: unset;
  }
}
@media (min-width:1024px) {
  #index_page .pageContentAll .inxCases > .thisBox > .contentBox .swiperBox .swiperControl .navigation {
    z-index: 1;
    bottom: -3vw;
    left: 0;
  }
  #index_page .pageContentAll .inxCases > .thisBox > .contentBox .swiperBox .swiperControl .navigation .leftBtn {
    position: absolute;
    top: 40%;
    right: 105%;
  }
  #index_page .pageContentAll .inxCases > .thisBox > .contentBox .swiperBox .swiperControl .navigation .rightBtn {
    position: absolute;
    top: 40%;
    left: 105%;
  }
}
#index_page .pageContentAll .inxCases .bgImg .img1 {
  width: 40vw;
  position: absolute;
  right: 20vw;
  top: -20vw;
  object-fit: contain;
}
#index_page .pageContentAll .inxNews {
  position: relative;
}
#index_page .pageContentAll .inxNews > .thisBox {
  padding: 6vw 0;
  position: relative;
  z-index: 1;
  border-top: 1px solid #ddd;
}
@media (max-width:1600px) {
  #index_page .pageContentAll .inxNews > .thisBox {
    padding: 6vw 0;
  }
}
@media (max-width:1300px) {
  #index_page .pageContentAll .inxNews > .thisBox {
    padding: 6vw 0;
  }
}
@media (max-width:1024px) {
  #index_page .pageContentAll .inxNews > .thisBox {
    padding: 12vw 0;
  }
}
#index_page .pageContentAll .inxNews > .thisBox > .contentBox {
  width: 75%;
  margin: 0 auto;
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  justify-content: center;
  flex-wrap: unset;
}
@media (max-width:1600px) {
  #index_page .pageContentAll .inxNews > .thisBox > .contentBox {
    width: 75%;
  }
}
@media (max-width:1300px) {
  #index_page .pageContentAll .inxNews > .thisBox > .contentBox {
    width: 75%;
  }
}
@media (max-width:1024px) {
  #index_page .pageContentAll .inxNews > .thisBox > .contentBox {
    width: 85%;
  }
}
@media (max-width:1024px) {
  #index_page .pageContentAll .inxNews > .thisBox > .contentBox {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    flex-wrap: unset;
    gap: 6vw;
  }
}
#index_page .pageContentAll .inxNews > .thisBox > .contentBox .leftText {
  width: 24vw;
}
@media (max-width:1024px) {
  #index_page .pageContentAll .inxNews > .thisBox > .contentBox .leftText {
    width: 100%;
  }
}
#index_page .pageContentAll .inxNews > .thisBox > .contentBox .leftText .sortTitle .en {
  font-size: clamp(12px, 1.3vw, 1.3vw);
}
@media (max-width:1024px) {
  #index_page .pageContentAll .inxNews > .thisBox > .contentBox .leftText .sortTitle .en {
    font-size: 4.6vw;
  }
}
#index_page .pageContentAll .inxNews > .thisBox > .contentBox .leftText .sortTitle .cout {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  justify-content: space-between;
  flex-wrap: unset;
  margin: 6vw 0 4vw;
}
#index_page .pageContentAll .inxNews > .thisBox > .contentBox .leftText .sortTitle .cout .sortname {
  font-size: clamp(12px, 3.7vw, 3.7vw);
}
@media (max-width:1024px) {
  #index_page .pageContentAll .inxNews > .thisBox > .contentBox .leftText .sortTitle .cout .sortname {
    font-size: 9.4vw;
  }
}
#index_page .pageContentAll .inxNews > .thisBox > .contentBox .leftText .tabsBox .ul {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  flex-wrap: unset;
  gap: 1vw;
}
@media (max-width:1024px) {
  #index_page .pageContentAll .inxNews > .thisBox > .contentBox .leftText .tabsBox .ul {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: flex-start;
    flex-wrap: unset;
    gap: 2vw;
  }
}
#index_page .pageContentAll .inxNews > .thisBox > .contentBox .leftText .tabsBox .ul .li {
  width: 10vw;
  height: 2.4vw;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  flex-wrap: unset;
  border: 1px solid #aaa;
  cursor: pointer;
}
@media (max-width:1024px) {
  #index_page .pageContentAll .inxNews > .thisBox > .contentBox .leftText .tabsBox .ul .li {
    width: 24vw;
    height: 8vw;
  }
}
#index_page .pageContentAll .inxNews > .thisBox > .contentBox .leftText .tabsBox .ul .li:hover {
  background-color: rgba(201, 174, 122, 0.1);
}
#index_page .pageContentAll .inxNews > .thisBox > .contentBox .leftText .tabsBox .ul .li.on {
  background-color: #c9ae7a;
  border-color: #c9ae7a;
}
#index_page .pageContentAll .inxNews > .thisBox > .contentBox .leftText .tabsBox .ul .li.on .title {
  color: #fff;
}
#index_page .pageContentAll .inxNews > .thisBox > .contentBox .rightBox {
  height: 100%;
  width: calc(100% - 24vw);
}
@media (max-width:1024px) {
  #index_page .pageContentAll .inxNews > .thisBox > .contentBox .rightBox {
    width: 100%;
  }
}
#index_page .pageContentAll .inxNews > .thisBox > .contentBox .rightBox .coutsBox {
  width: 100%;
  height: 100%;
  position: relative;
}
#index_page .pageContentAll .inxNews > .thisBox > .contentBox .rightBox .coutsBox .changeBox {
  position: absolute;
  width: 100%;
  top: 0;
  pointer-events: none;
}
#index_page .pageContentAll .inxNews > .thisBox > .contentBox .rightBox .coutsBox .changeBox .ul {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  flex-wrap: unset;
}
#index_page .pageContentAll .inxNews > .thisBox > .contentBox .rightBox .coutsBox .changeBox .ul .li {
  opacity: 0;
  flex: 1;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  flex-wrap: unset;
  height: 14vw;
  padding: 2vw 0;
  border-bottom: 1px solid #aaa;
}
#index_page .pageContentAll .inxNews > .thisBox > .contentBox .rightBox .coutsBox .changeBox .ul .li .aBox {
  height: 80%;
  width: 100%;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-start;
  flex-wrap: unset;
}
#index_page .pageContentAll .inxNews > .thisBox > .contentBox .rightBox .coutsBox .changeBox .ul .li .aBox .imgBox {
  will-change: transform;
  overflow: hidden;
  height: 100%;
  width: 10vw;
  height: 6.6vw;
}
@media (max-width:1024px) {
  #index_page .pageContentAll .inxNews > .thisBox > .contentBox .rightBox .coutsBox .changeBox .ul .li .aBox .imgBox {
    width: 25vw;
    height: 16vw;
  }
}
#index_page .pageContentAll .inxNews > .thisBox > .contentBox .rightBox .coutsBox .changeBox .ul .li .aBox .imgBox img {
  transition-duration: 0.8s;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.33, 0.18, 0, 0.98);
}
#index_page .pageContentAll .inxNews > .thisBox > .contentBox .rightBox .coutsBox .changeBox .ul .li .aBox .textBox {
  padding-left: 2vw;
  width: calc(100% - 14vw);
}
@media (max-width:1024px) {
  #index_page .pageContentAll .inxNews > .thisBox > .contentBox .rightBox .coutsBox .changeBox .ul .li .aBox .textBox {
    width: calc(100% - 25vw);
  }
}
#index_page .pageContentAll .inxNews > .thisBox > .contentBox .rightBox .coutsBox .changeBox .ul .li .aBox .textBox .title {
  margin: 1vw 0 0.5vw;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  transition-duration: 0.8s;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.33, 0.18, 0, 0.98);
  font-size: clamp(12px, 1.1vw, 1.1vw);
}
@media (max-width:1024px) {
  #index_page .pageContentAll .inxNews > .thisBox > .contentBox .rightBox .coutsBox .changeBox .ul .li .aBox .textBox .title {
    font-size: 4.2vw;
  }
}
#index_page .pageContentAll .inxNews > .thisBox > .contentBox .rightBox .coutsBox .changeBox .ul .li .aBox .textBox .miaoshu {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  opacity: 0.7;
}
#index_page .pageContentAll .inxNews > .thisBox > .contentBox .rightBox .coutsBox .changeBox .ul .li .aBox:hover .imgBox img {
  transform: scale(1.1);
}
#index_page .pageContentAll .inxNews > .thisBox > .contentBox .rightBox .coutsBox .changeBox .ul .li .aBox:hover .textBox .title {
  color: #c9ae7a;
}
#index_page .pageContentAll .inxNews > .thisBox > .contentBox .rightBox .coutsBox .changeBox .unifyButton {
  opacity: 0;
}
#index_page .pageContentAll .inxNews > .thisBox > .contentBox .rightBox .coutsBox .changeBox.on {
  pointer-events: auto;
}
#index_page .pageContentAll .inxNews .bgImg .img1 {
  width: 40vw;
  position: absolute;
  left: 10vw;
  top: -10vw;
  object-fit: contain;
}
#news_page .pageContentAll .pageContent .newsList > .thisBox > .contentBox {
  width: 75%;
  margin: 0 auto;
}
@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: 85%;
  }
}
#news_page .pageContentAll .pageContent .newsList > .thisBox > .contentBox .ul {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  flex-wrap: unset;
  width: 100%;
}
#news_page .pageContentAll .pageContent .newsList > .thisBox > .contentBox .ul .li {
  padding: 2vw 0;
  border-bottom: 1px dashed rgba(0, 0, 0, 0.2);
  width: 100%;
}
@media (max-width:1024px) {
  #news_page .pageContentAll .pageContent .newsList > .thisBox > .contentBox .ul .li {
    padding: 6vw 0;
  }
}
#news_page .pageContentAll .pageContent .newsList > .thisBox > .contentBox .ul .li .aBox {
  position: relative;
  padding-left: 2vw;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  flex-wrap: unset;
}
@media (max-width:1024px) {
  #news_page .pageContentAll .pageContent .newsList > .thisBox > .contentBox .ul .li .aBox {
    padding-left: 5vw;
  }
}
#news_page .pageContentAll .pageContent .newsList > .thisBox > .contentBox .ul .li .aBox .imgBox {
  width: 16vw;
  height: 10vw;
}
@media (max-width:1024px) {
  #news_page .pageContentAll .pageContent .newsList > .thisBox > .contentBox .ul .li .aBox .imgBox {
    width: 26vw;
    height: 18vw;
  }
}
#news_page .pageContentAll .pageContent .newsList > .thisBox > .contentBox .ul .li .aBox .coutBox {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  flex-wrap: unset;
  gap: 1vw;
  width: calc(100% - 16vw);
  padding-right: 8vw;
}
@media (max-width:1024px) {
  #news_page .pageContentAll .pageContent .newsList > .thisBox > .contentBox .ul .li .aBox .coutBox {
    padding-right: 4vw;
    width: calc(100% - 26vw);
  }
}
@media (max-width:1024px) {
  #news_page .pageContentAll .pageContent .newsList > .thisBox > .contentBox .ul .li .aBox .coutBox {
    gap: 4vw;
  }
}
#news_page .pageContentAll .pageContent .newsList > .thisBox > .contentBox .ul .li .aBox .coutBox .date {
  position: relative;
  z-index: 1;
  font-size: clamp(12px, 1.1vw, 1.1vw);
  color: #c9ae7a;
}
@media (max-width:1024px) {
  #news_page .pageContentAll .pageContent .newsList > .thisBox > .contentBox .ul .li .aBox .coutBox .date {
    font-size: 4.2vw;
  }
}
#news_page .pageContentAll .pageContent .newsList > .thisBox > .contentBox .ul .li .aBox .coutBox .title {
  position: relative;
  z-index: 1;
  font-size: clamp(12px, 1.3vw, 1.3vw);
  font-family: 'cn1';
  transition-duration: 0.8s;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.33, 0.18, 0, 0.98);
  text-align: justify;
}
@media (max-width:1024px) {
  #news_page .pageContentAll .pageContent .newsList > .thisBox > .contentBox .ul .li .aBox .coutBox .title {
    font-size: 4.6vw;
  }
}
#news_page .pageContentAll .pageContent .newsList > .thisBox > .contentBox .ul .li .aBox .coutBox .miaoshu {
  position: relative;
  z-index: 1;
  font-size: clamp(12px, 0.9vw, 0.9vw);
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  opacity: 0.7;
}
@media (max-width:1024px) {
  #news_page .pageContentAll .pageContent .newsList > .thisBox > .contentBox .ul .li .aBox .coutBox .miaoshu {
    font-size: 3.8vw;
  }
}
#news_page .pageContentAll .pageContent .newsList > .thisBox > .contentBox .ul .li .aBox::before {
  content: '';
  position: absolute;
  display: block;
  left: 0;
  top: 50%;
  translate: 0 -50%;
  transition-duration: 0.8s;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.33, 0.18, 0, 0.98);
  width: 0.6vw;
  height: 0.6vw;
  transform-origin: left;
  border-radius: 50%;
  background-color: #c9ae7a;
}
@media (max-width:1024px) {
  #news_page .pageContentAll .pageContent .newsList > .thisBox > .contentBox .ul .li .aBox::before {
    width: 3vw;
    height: 3vw;
  }
}
#news_page .pageContentAll .pageContent .newsList > .thisBox > .contentBox .ul .li .aBox:hover .title {
  color: #c9ae7a;
}
#news_page .pageContentAll .pageContent .newsList > .thisBox > .contentBox .ul .li .aBox:hover::before {
  transform: scale(10);
  opacity: 0.2;
}
#cases_page .pageContentAll .pageContent .casesList > .thisBox > .contentBox {
  width: 75%;
  margin: 0 auto;
}
@media (max-width:1600px) {
  #cases_page .pageContentAll .pageContent .casesList > .thisBox > .contentBox {
    width: 75%;
  }
}
@media (max-width:1300px) {
  #cases_page .pageContentAll .pageContent .casesList > .thisBox > .contentBox {
    width: 75%;
  }
}
@media (max-width:1024px) {
  #cases_page .pageContentAll .pageContent .casesList > .thisBox > .contentBox {
    width: 85%;
  }
}
#cases_page .pageContentAll .pageContent .casesList > .thisBox > .contentBox .ul {
  display: flex;
  flex-wrap: wrap;
  gap: 6vw;
}
#cases_page .pageContentAll .pageContent .casesList > .thisBox > .contentBox .ul > li {
  width: calc(100% / 2 - (2 - 1) * 6vw / 2);
}
@media (max-width:1024px) {
  #cases_page .pageContentAll .pageContent .casesList > .thisBox > .contentBox .ul {
    display: flex;
    flex-wrap: wrap;
    gap: 6vw;
  }
  #cases_page .pageContentAll .pageContent .casesList > .thisBox > .contentBox .ul > li {
    width: calc(100% / 1 - (1 - 1) * 6vw / 1);
  }
}
#cases_page .pageContentAll .pageContent .casesList > .thisBox > .contentBox .ul .li .aBox .title {
  margin-bottom: 2vw;
  padding-right: 2vw;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  flex-wrap: unset;
}
#cases_page .pageContentAll .pageContent .casesList > .thisBox > .contentBox .ul .li .aBox .title .txt {
  font-size: clamp(12px, 1.7vw, 1.7vw);
  transition-duration: 0.8s;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.33, 0.18, 0, 0.98);
}
@media (max-width:1024px) {
  #cases_page .pageContentAll .pageContent .casesList > .thisBox > .contentBox .ul .li .aBox .title .txt {
    font-size: 5.4vw;
  }
}
#cases_page .pageContentAll .pageContent .casesList > .thisBox > .contentBox .ul .li .aBox .title .ico {
  width: 2.6vw;
  height: 2.6vw;
  border-radius: 50%;
  transition-duration: 0.8s;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.33, 0.18, 0, 0.98);
  background-color: #fff;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  flex-wrap: unset;
  box-shadow: 0 1vw 1vw rgba(0, 0, 0, 0.1);
}
#cases_page .pageContentAll .pageContent .casesList > .thisBox > .contentBox .ul .li .aBox .title .ico i {
  transition-duration: 0.8s;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.33, 0.18, 0, 0.98);
}
#cases_page .pageContentAll .pageContent .casesList > .thisBox > .contentBox .ul .li .aBox .imgBox {
  overflow: hidden;
  height: 18vw;
}
@media (max-width:1024px) {
  #cases_page .pageContentAll .pageContent .casesList > .thisBox > .contentBox .ul .li .aBox .imgBox {
    height: 50vw;
  }
}
#cases_page .pageContentAll .pageContent .casesList > .thisBox > .contentBox .ul .li .aBox .imgBox img {
  transition-duration: 0.8s;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.33, 0.18, 0, 0.98);
}
#cases_page .pageContentAll .pageContent .casesList > .thisBox > .contentBox .ul .li .aBox .miaoshu {
  margin-top: 3vw;
  line-height: 2.4em;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  font-size: clamp(12px, 0.9vw, 0.9vw);
}
@media (max-width:1024px) {
  #cases_page .pageContentAll .pageContent .casesList > .thisBox > .contentBox .ul .li .aBox .miaoshu {
    font-size: 3.8vw;
  }
}
#cases_page .pageContentAll .pageContent .casesList > .thisBox > .contentBox .ul .li .aBox .danwei {
  margin-top: 1vw;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-start;
  flex-wrap: unset;
  gap: 1vw;
}
#cases_page .pageContentAll .pageContent .casesList > .thisBox > .contentBox .ul .li .aBox .danwei .bdTitle {
  padding: 0.3vw 1.4vw;
  background-color: #c9ae7a;
  color: #fff;
}
#cases_page .pageContentAll .pageContent .casesList > .thisBox > .contentBox .ul .li .aBox .danwei .txt {
  font-size: clamp(12px, 0.9vw, 0.9vw);
}
@media (max-width:1024px) {
  #cases_page .pageContentAll .pageContent .casesList > .thisBox > .contentBox .ul .li .aBox .danwei .txt {
    font-size: 3.8vw;
  }
}
#cases_page .pageContentAll .pageContent .casesList > .thisBox > .contentBox .ul .li .aBox:hover .title .txt {
  color: #c9ae7a;
}
#cases_page .pageContentAll .pageContent .casesList > .thisBox > .contentBox .ul .li .aBox:hover .title .ico {
  background-color: #c9ae7a;
}
#cases_page .pageContentAll .pageContent .casesList > .thisBox > .contentBox .ul .li .aBox:hover .title .ico i {
  color: #fff;
}
#cases_page .pageContentAll .pageContent .casesList > .thisBox > .contentBox .ul .li .aBox:hover .imgBox img {
  transform: scale(1.1);
}
#about_company_page .pageContentAll .pageContent {
  padding-top: 0;
}
#about_company_page .pageContentAll .pageContent .sinceBox {
  position: relative;
  padding-top: 6vw;
}
@media (max-width:1600px) {
  #about_company_page .pageContentAll .pageContent .sinceBox {
    padding-top: 6vw;
  }
}
@media (max-width:1300px) {
  #about_company_page .pageContentAll .pageContent .sinceBox {
    padding-top: 6vw;
  }
}
@media (max-width:1024px) {
  #about_company_page .pageContentAll .pageContent .sinceBox {
    padding-top: 12vw;
  }
}
#about_company_page .pageContentAll .pageContent .sinceBox > .thisBox {
  position: relative;
  z-index: 1;
}
#about_company_page .pageContentAll .pageContent .sinceBox > .thisBox > .contentBox {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  flex-wrap: unset;
  gap: 12vw;
}
@media (max-width:1024px) {
  #about_company_page .pageContentAll .pageContent .sinceBox > .thisBox > .contentBox {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    flex-wrap: unset;
  }
}
#about_company_page .pageContentAll .pageContent .sinceBox > .thisBox > .contentBox .yearBox {
  position: relative;
  cursor: pointer;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  flex-wrap: unset;
}
#about_company_page .pageContentAll .pageContent .sinceBox > .thisBox > .contentBox .yearBox .since {
  font-size: clamp(12px, 1.1vw, 1.1vw);
  opacity: 0.7;
}
@media (max-width:1024px) {
  #about_company_page .pageContentAll .pageContent .sinceBox > .thisBox > .contentBox .yearBox .since {
    font-size: 4.2vw;
  }
}
#about_company_page .pageContentAll .pageContent .sinceBox > .thisBox > .contentBox .yearBox .num {
  font-size: clamp(12px, 8.7vw, 8.7vw);
  color: #c9ae7a;
  line-height: 1em;
  width: 20vw;
}
@media (max-width:1024px) {
  #about_company_page .pageContentAll .pageContent .sinceBox > .thisBox > .contentBox .yearBox .num {
    font-size: 19.4vw;
  }
}
@media (max-width:1024px) {
  #about_company_page .pageContentAll .pageContent .sinceBox > .thisBox > .contentBox .yearBox .num {
    width: 55vw;
  }
}
#about_company_page .pageContentAll .pageContent .sinceBox > .thisBox > .contentBox .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;
}
@media (max-width:1024px) {
  #about_company_page .pageContentAll .pageContent .sinceBox > .thisBox > .contentBox .yearBox .quan {
    width: 20vw;
    height: 20vw;
  }
}
#about_company_page .pageContentAll .pageContent .sinceBox > .thisBox > .contentBox .yearBox .quan .cenText {
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  flex-wrap: unset;
}
#about_company_page .pageContentAll .pageContent .sinceBox > .thisBox > .contentBox .yearBox .quan .cenText .hisNum {
  font-size: clamp(12px, 1.3vw, 1.3vw);
  font-family: 'en1';
  text-transform: uppercase;
  color: #c9ae7a;
}
@media (max-width:1024px) {
  #about_company_page .pageContentAll .pageContent .sinceBox > .thisBox > .contentBox .yearBox .quan .cenText .hisNum {
    font-size: 4.6vw;
  }
}
#about_company_page .pageContentAll .pageContent .sinceBox > .thisBox > .contentBox .yearBox .quan .cenText .dw {
  color: #c9ae7a;
}
#about_company_page .pageContentAll .pageContent .sinceBox > .thisBox > .contentBox .yearBox .quan .quanT {
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
}
#about_company_page .pageContentAll .pageContent .sinceBox > .thisBox > .contentBox .yearBox .quan .quanT img {
  width: 100%;
  height: 100%;
  animation: xuanzhuan 40s linear 0s infinite normal;
}
#about_company_page .pageContentAll .pageContent .sinceBox > .thisBox > .contentBox .yearBox svg {
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none;
  width: 100%;
}
#about_company_page .pageContentAll .pageContent .sinceBox > .thisBox > .contentBox .yearBox svg path {
  fill: none;
  stroke: #c9ae7a;
}
#about_company_page .pageContentAll .pageContent .sinceBox > .thisBox > .contentBox .textBox {
  width: 30vw;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  flex-wrap: unset;
  gap: 1vw;
}
@media (max-width:1024px) {
  #about_company_page .pageContentAll .pageContent .sinceBox > .thisBox > .contentBox .textBox {
    width: 75%;
    margin: 0 auto;
  }
}
@media (max-width:1024px) and (max-width:1600px) {
  #about_company_page .pageContentAll .pageContent .sinceBox > .thisBox > .contentBox .textBox {
    width: 75%;
  }
}
@media (max-width:1024px) and (max-width:1300px) {
  #about_company_page .pageContentAll .pageContent .sinceBox > .thisBox > .contentBox .textBox {
    width: 75%;
  }
}
@media (max-width:1024px) and (max-width:1024px) {
  #about_company_page .pageContentAll .pageContent .sinceBox > .thisBox > .contentBox .textBox {
    width: 85%;
  }
}
#about_company_page .pageContentAll .pageContent .sinceBox > .thisBox > .contentBox .textBox .subtitle {
  font-size: clamp(12px, 1.7vw, 1.7vw);
  background-color: #c9ae7a;
  color: #fff;
  padding: 0vw 1vw;
}
@media (max-width:1024px) {
  #about_company_page .pageContentAll .pageContent .sinceBox > .thisBox > .contentBox .textBox .subtitle {
    font-size: 5.4vw;
  }
}
#about_company_page .pageContentAll .pageContent .sinceBox > .thisBox > .contentBox .textBox .miaoshu {
  font-size: clamp(12px, 1.5vw, 1.5vw);
}
@media (max-width:1024px) {
  #about_company_page .pageContentAll .pageContent .sinceBox > .thisBox > .contentBox .textBox .miaoshu {
    font-size: 5vw;
  }
}
#about_company_page .pageContentAll .pageContent .sinceBox > .thisBox > .contentBox .textBox .miaoshu span {
  color: #c9ae7a;
}
#about_company_page .pageContentAll .pageContent .sinceBox > .thisBox > .contentBox .textBox .pCout {
  margin-top: 2vw;
}
#about_company_page .pageContentAll .pageContent .sinceBox > .thisBox > .contentBox .textBox .pCout p {
  font-size: clamp(12px, 0.9vw, 0.9vw);
}
@media (max-width:1024px) {
  #about_company_page .pageContentAll .pageContent .sinceBox > .thisBox > .contentBox .textBox .pCout p {
    font-size: 3.8vw;
  }
}
#about_company_page .pageContentAll .pageContent .slogenBox > .thisBox {
  padding: 6vw 0;
}
@media (max-width:1600px) {
  #about_company_page .pageContentAll .pageContent .slogenBox > .thisBox {
    padding: 6vw 0;
  }
}
@media (max-width:1300px) {
  #about_company_page .pageContentAll .pageContent .slogenBox > .thisBox {
    padding: 6vw 0;
  }
}
@media (max-width:1024px) {
  #about_company_page .pageContentAll .pageContent .slogenBox > .thisBox {
    padding: 12vw 0;
  }
}
#about_company_page .pageContentAll .pageContent .slogenBox > .thisBox > .contentBox {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  flex-wrap: unset;
  gap: 8vw;
}
@media (max-width:1024px) {
  #about_company_page .pageContentAll .pageContent .slogenBox > .thisBox > .contentBox {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    flex-wrap: unset;
    width: 75%;
    margin: 0 auto;
  }
}
@media (max-width:1024px) and (max-width:1600px) {
  #about_company_page .pageContentAll .pageContent .slogenBox > .thisBox > .contentBox {
    width: 75%;
  }
}
@media (max-width:1024px) and (max-width:1300px) {
  #about_company_page .pageContentAll .pageContent .slogenBox > .thisBox > .contentBox {
    width: 75%;
  }
}
@media (max-width:1024px) and (max-width:1024px) {
  #about_company_page .pageContentAll .pageContent .slogenBox > .thisBox > .contentBox {
    width: 85%;
  }
}
#about_company_page .pageContentAll .pageContent .slogenBox > .thisBox > .contentBox .textBox {
  width: 30vw;
}
@media (max-width:1024px) {
  #about_company_page .pageContentAll .pageContent .slogenBox > .thisBox > .contentBox .textBox {
    width: 100%;
  }
}
#about_company_page .pageContentAll .pageContent .slogenBox > .thisBox > .contentBox .textBox .title {
  margin-bottom: 2vw;
  font-size: clamp(12px, 1.9vw, 1.9vw);
}
@media (max-width:1024px) {
  #about_company_page .pageContentAll .pageContent .slogenBox > .thisBox > .contentBox .textBox .title {
    font-size: 5.8vw;
  }
}
#about_company_page .pageContentAll .pageContent .slogenBox > .thisBox > .contentBox .textBox .pCout p {
  line-height: 2em;
  font-size: clamp(12px, 0.9vw, 0.9vw);
}
@media (max-width:1024px) {
  #about_company_page .pageContentAll .pageContent .slogenBox > .thisBox > .contentBox .textBox .pCout p {
    font-size: 3.8vw;
  }
}
#about_company_page .pageContentAll .pageContent .slogenBox > .thisBox > .contentBox .imgBox {
  border-radius: 20px;
  overflow: hidden;
  width: 40vw;
  height: 25vw;
}
@media (max-width:1024px) {
  #about_company_page .pageContentAll .pageContent .slogenBox > .thisBox > .contentBox .imgBox {
    width: 100%;
    height: 40vw;
  }
}
#about_company_page .pageContentAll .pageContent .zongzhi > .thisBox {
  padding-bottom: 6vw;
}
@media (max-width:1600px) {
  #about_company_page .pageContentAll .pageContent .zongzhi > .thisBox {
    padding-bottom: 6vw;
  }
}
@media (max-width:1300px) {
  #about_company_page .pageContentAll .pageContent .zongzhi > .thisBox {
    padding-bottom: 6vw;
  }
}
@media (max-width:1024px) {
  #about_company_page .pageContentAll .pageContent .zongzhi > .thisBox {
    padding-bottom: 12vw;
  }
}
@media (max-width:1024px) {
  #about_company_page .pageContentAll .pageContent .zongzhi > .thisBox .contentBox {
    padding: 0 15vw;
  }
}
#about_company_page .pageContentAll .pageContent .zongzhi > .thisBox .contentBox .ul {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  justify-content: center;
  flex-wrap: unset;
  gap: 8vw;
}
@media (max-width:1024px) {
  #about_company_page .pageContentAll .pageContent .zongzhi > .thisBox .contentBox .ul {
    display: flex;
    flex-wrap: wrap;
    gap: 8vw;
  }
  #about_company_page .pageContentAll .pageContent .zongzhi > .thisBox .contentBox .ul > li {
    width: calc(100% / 2 - (2 - 1) * 8vw / 2);
  }
}
@media (max-width:1024px) {
  #about_company_page .pageContentAll .pageContent .zongzhi > .thisBox .contentBox .ul .li {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    flex-wrap: unset;
  }
}
#about_company_page .pageContentAll .pageContent .zongzhi > .thisBox .contentBox .ul .li .box {
  width: 10vw;
  height: 10vw;
  border-radius: 1vw;
  padding: 0.5vw;
  transition-duration: 0.3s;
  background-color: #c9ae7a;
  pointer-events: none;
}
@media (max-width:1024px) {
  #about_company_page .pageContentAll .pageContent .zongzhi > .thisBox .contentBox .ul .li .box {
    width: 30vw;
    height: 30vw;
  }
}
#about_company_page .pageContentAll .pageContent .zongzhi > .thisBox .contentBox .ul .li .box .xianK {
  border: 1px solid #fff;
  border-radius: 0.8vw;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  flex-wrap: unset;
  width: 100%;
  height: 100%;
}
#about_company_page .pageContentAll .pageContent .zongzhi > .thisBox .contentBox .ul .li .box .xianK .title {
  letter-spacing: 0.6em;
  color: #fff;
  font-size: clamp(12px, 1.7vw, 1.7vw);
  transform: translateX(0.3em);
}
@media (max-width:1024px) {
  #about_company_page .pageContentAll .pageContent .zongzhi > .thisBox .contentBox .ul .li .box .xianK .title {
    font-size: 5.4vw;
  }
}
#about_company_page .pageContentAll .pageContent .zongzhi > .thisBox .contentBox .ul .li .box .xianK .subtitle {
  color: #fff;
  font-size: clamp(12px, 1.5vw, 1.5vw);
}
@media (max-width:1024px) {
  #about_company_page .pageContentAll .pageContent .zongzhi > .thisBox .contentBox .ul .li .box .xianK .subtitle {
    font-size: 5vw;
  }
}
#about_history_page .pageContentAll .pageContent .history > .thisBox {
  padding: 6vw 0;
}
@media (max-width:1600px) {
  #about_history_page .pageContentAll .pageContent .history > .thisBox {
    padding: 6vw 0;
  }
}
@media (max-width:1300px) {
  #about_history_page .pageContentAll .pageContent .history > .thisBox {
    padding: 6vw 0;
  }
}
@media (max-width:1024px) {
  #about_history_page .pageContentAll .pageContent .history > .thisBox {
    padding: 12vw 0;
  }
}
#about_history_page .pageContentAll .pageContent .history > .thisBox .contentBox {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  justify-content: center;
  flex-wrap: unset;
  width: 75%;
  margin: 0 auto;
}
@media (max-width:1600px) {
  #about_history_page .pageContentAll .pageContent .history > .thisBox .contentBox {
    width: 75%;
  }
}
@media (max-width:1300px) {
  #about_history_page .pageContentAll .pageContent .history > .thisBox .contentBox {
    width: 75%;
  }
}
@media (max-width:1024px) {
  #about_history_page .pageContentAll .pageContent .history > .thisBox .contentBox {
    width: 85%;
  }
}
@media (max-width:1024px) {
  #about_history_page .pageContentAll .pageContent .history > .thisBox .contentBox {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    flex-wrap: unset;
  }
}
#about_history_page .pageContentAll .pageContent .history > .thisBox .contentBox .leftYears {
  position: relative;
  width: 15vw;
  height: calc(100vh - 5vw * 1);
  will-change: transform;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  flex-wrap: unset;
  border-right: 1px solid #ddd;
}
@media (max-width:1600px) {
  #about_history_page .pageContentAll .pageContent .history > .thisBox .contentBox .leftYears {
    height: calc(100vh - 5vw* 1);
  }
}
@media (max-width:1300px) {
  #about_history_page .pageContentAll .pageContent .history > .thisBox .contentBox .leftYears {
    height: calc(100vh - 5vw* 1);
  }
}
@media (max-width:1024px) {
  #about_history_page .pageContentAll .pageContent .history > .thisBox .contentBox .leftYears {
    height: unset;
  }
}
@media (max-width:1024px) {
  #about_history_page .pageContentAll .pageContent .history > .thisBox .contentBox .leftYears {
    width: 100%;
    padding: 8vw 0;
    background-color: #fff;
    display: none;
  }
}
#about_history_page .pageContentAll .pageContent .history > .thisBox .contentBox .leftYears .box {
  position: relative;
  width: 100%;
}
#about_history_page .pageContentAll .pageContent .history > .thisBox .contentBox .leftYears .box .ul {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  flex-wrap: unset;
}
#about_history_page .pageContentAll .pageContent .history > .thisBox .contentBox .leftYears .box .ul .li {
  position: relative;
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  flex-wrap: unset;
  padding: 0.2vw 0;
}
#about_history_page .pageContentAll .pageContent .history > .thisBox .contentBox .leftYears .box .ul .li .yearBox {
  position: relative;
  height: 3vw;
  padding: 1vw;
  cursor: pointer;
}
#about_history_page .pageContentAll .pageContent .history > .thisBox .contentBox .leftYears .box .ul .li .yearBox .year {
  font-size: clamp(12px, 1.2vw, 1.2vw);
  transition-duration: 0.3s;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.33, 0.18, 0, 0.98);
  font-family: 'en1';
  text-transform: uppercase;
}
@media (max-width:1024px) {
  #about_history_page .pageContentAll .pageContent .history > .thisBox .contentBox .leftYears .box .ul .li .yearBox .year {
    font-size: 4.4vw;
  }
}
#about_history_page .pageContentAll .pageContent .history > .thisBox .contentBox .leftYears .box .ul .li .yearBox svg {
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none;
  width: 100%;
}
#about_history_page .pageContentAll .pageContent .history > .thisBox .contentBox .leftYears .box .ul .li .yearBox svg path {
  fill: none;
  stroke: #c9ae7a;
}
#about_history_page .pageContentAll .pageContent .history > .thisBox .contentBox .leftYears .box .ul .li::before {
  content: '';
  position: absolute;
  display: block;
  top: 50%;
  width: 30%;
  left: 0;
  height: 2px;
  background-color: #ccc;
}
#about_history_page .pageContentAll .pageContent .history > .thisBox .contentBox .leftYears .box .ul .li.on .yearBox .year {
  transform: scale(1.2);
  transform-origin: 0 50%;
  color: #c9ae7a;
}
#about_history_page .pageContentAll .pageContent .history > .thisBox .contentBox .leftYears .box .dotLine {
  position: absolute;
  right: -2px;
  transition-duration: 0.8s;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.33, 0.18, 0, 0.98);
  height: 5vw;
  width: 3px;
  top: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  flex-wrap: unset;
}
@media (max-width:1024px) {
  #about_history_page .pageContentAll .pageContent .history > .thisBox .contentBox .leftYears .box .dotLine {
    display: none;
  }
}
#about_history_page .pageContentAll .pageContent .history > .thisBox .contentBox .leftYears .box .dotLine div {
  width: 100%;
  height: 1.5vw;
  border-radius: 1px;
  background-color: #c9ae7a;
}
#about_history_page .pageContentAll .pageContent .history > .thisBox .contentBox .leftYears::after {
  content: '';
  position: absolute;
  display: block;
  left: 0;
  top: 0;
  width: 1.8vw;
  height: 100%;
  background-image: url(../img/historyListBg.png);
  background-size: 100% auto;
  background-repeat: repeat-y;
}
#about_history_page .pageContentAll .pageContent .history > .thisBox .contentBox .rightCout {
  padding-left: 6vw;
  width: calc(100% - 15vw);
}
@media (max-width:1024px) {
  #about_history_page .pageContentAll .pageContent .history > .thisBox .contentBox .rightCout {
    width: 100%;
    padding-left: 0;
  }
}
#about_history_page .pageContentAll .pageContent .history > .thisBox .contentBox .rightCout .ul {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  flex-wrap: unset;
  gap: 10vw;
}
@media (max-width:1024px) {
  #about_history_page .pageContentAll .pageContent .history > .thisBox .contentBox .rightCout .ul {
    gap: 22vw;
  }
}
#about_history_page .pageContentAll .pageContent .history > .thisBox .contentBox .rightCout .ul .li {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  flex-wrap: unset;
}
#about_history_page .pageContentAll .pageContent .history > .thisBox .contentBox .rightCout .ul .li .box {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  flex-wrap: unset;
  width: 100%;
}
@media (max-width:1024px) {
  #about_history_page .pageContentAll .pageContent .history > .thisBox .contentBox .rightCout .ul .li .box {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    flex-wrap: unset;
  }
}
#about_history_page .pageContentAll .pageContent .history > .thisBox .contentBox .rightCout .ul .li .box .imgBoxAll {
  width: 50%;
  position: relative;
  transform: rotate(5deg);
}
@media (max-width:1024px) {
  #about_history_page .pageContentAll .pageContent .history > .thisBox .contentBox .rightCout .ul .li .box .imgBoxAll {
    width: 100%;
  }
}
#about_history_page .pageContentAll .pageContent .history > .thisBox .contentBox .rightCout .ul .li .box .imgBoxAll .imgBox {
  -webkit-mask-image: url(../img/hisImgMask.png);
  -webkit-mask-size: 100% 100%;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center;
}
#about_history_page .pageContentAll .pageContent .history > .thisBox .contentBox .rightCout .ul .li .box .imgBoxAll .imgBox .color {
  background-color: #c9ae7a;
  width: 100%;
  height: 100%;
}
#about_history_page .pageContentAll .pageContent .history > .thisBox .contentBox .rightCout .ul .li .box .imgBoxAll .imgBox:nth-child(1) {
  position: relative;
  z-index: 1;
}
#about_history_page .pageContentAll .pageContent .history > .thisBox .contentBox .rightCout .ul .li .box .imgBoxAll .imgBox:nth-child(2) {
  position: absolute;
  top: 0;
  opacity: 0.2;
  left: 0%;
  transform: rotate(10deg);
}
#about_history_page .pageContentAll .pageContent .history > .thisBox .contentBox .rightCout .ul .li .box .textBox {
  position: relative;
  z-index: 1;
  width: 30%;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  justify-content: center;
  flex-wrap: unset;
}
@media (max-width:1024px) {
  #about_history_page .pageContentAll .pageContent .history > .thisBox .contentBox .rightCout .ul .li .box .textBox {
    width: 100%;
    align-items: center;
  }
}
#about_history_page .pageContentAll .pageContent .history > .thisBox .contentBox .rightCout .ul .li .box .textBox .year {
  position: relative;
}
#about_history_page .pageContentAll .pageContent .history > .thisBox .contentBox .rightCout .ul .li .box .textBox .year > div {
  font-size: clamp(12px, 5.7vw, 5.7vw);
  font-family: 'en1';
  text-transform: uppercase;
  margin-bottom: 2vw;
  background: -webkit-linear-gradient(rgba(0, 0, 0, 0.8), rgba(0, 0, 0, 0));
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  padding-right: 2vw;
  line-height: 0.8em;
}
@media (max-width:1024px) {
  #about_history_page .pageContentAll .pageContent .history > .thisBox .contentBox .rightCout .ul .li .box .textBox .year > div {
    font-size: 13.4vw;
  }
}
#about_history_page .pageContentAll .pageContent .history > .thisBox .contentBox .rightCout .ul .li .box .textBox .year > div.t1 {
  position: relative;
  z-index: 1;
}
#about_history_page .pageContentAll .pageContent .history > .thisBox .contentBox .rightCout .ul .li .box .textBox .year > div.t2 {
  position: absolute;
  top: 1vw;
  left: 1vw;
  opacity: 0.1;
}
#about_history_page .pageContentAll .pageContent .history > .thisBox .contentBox .rightCout .ul .li .box .textBox .miaoshu {
  width: 120%;
  font-size: clamp(12px, 0.9vw, 0.9vw);
  line-height: 2em;
}
@media (max-width:1024px) {
  #about_history_page .pageContentAll .pageContent .history > .thisBox .contentBox .rightCout .ul .li .box .textBox .miaoshu {
    font-size: 3.8vw;
  }
}
@media (max-width:1024px) {
  #about_history_page .pageContentAll .pageContent .history > .thisBox .contentBox .rightCout .ul .li .box .textBox .miaoshu {
    width: 100%;
  }
}
@media (min-width:1024px) {
  #about_history_page .pageContentAll .pageContent .history > .thisBox .contentBox .rightCout .ul .li:nth-child(2n) {
    align-items: flex-end;
  }
  #about_history_page .pageContentAll .pageContent .history > .thisBox .contentBox .rightCout .ul .li:nth-child(2n) .box {
    flex-direction: row-reverse;
  }
  #about_history_page .pageContentAll .pageContent .history > .thisBox .contentBox .rightCout .ul .li:nth-child(2n) .box .imgBoxAll {
    transform: rotate(-5deg);
  }
  #about_history_page .pageContentAll .pageContent .history > .thisBox .contentBox .rightCout .ul .li:nth-child(2n) .box .textBox {
    align-items: flex-start;
  }
}
#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: 85%;
  }
}
#about_honor_page .pageContentAll .pageContent .honorList > .thisBox > .contentBox .ul {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  gap: 4vw;
}
#about_honor_page .pageContentAll .pageContent .honorList > .thisBox > .contentBox .ul > li {
  width: calc(100% / 3 - (3 - 1) * 4vw / 3);
}
@media (max-width:1024px) {
  #about_honor_page .pageContentAll .pageContent .honorList > .thisBox > .contentBox .ul {
    display: flex;
    flex-wrap: wrap;
    gap: 6vw;
  }
  #about_honor_page .pageContentAll .pageContent .honorList > .thisBox > .contentBox .ul > li {
    width: calc(100% / 1 - (1 - 1) * 6vw / 1);
  }
}
#about_honor_page .pageContentAll .pageContent .honorList > .thisBox > .contentBox .ul .li {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  flex-wrap: unset;
  gap: 0.6vw;
}
#about_honor_page .pageContentAll .pageContent .honorList > .thisBox > .contentBox .ul .li .imgBoxAll {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  flex-wrap: unset;
  padding: 1vw;
  height: 20vw;
  border: 1px solid #ccc;
}
@media (max-width:1024px) {
  #about_honor_page .pageContentAll .pageContent .honorList > .thisBox > .contentBox .ul .li .imgBoxAll {
    padding: 5vw;
    width: 100%;
    height: 60vw;
  }
}
#about_honor_page .pageContentAll .pageContent .honorList > .thisBox > .contentBox .ul .li .imgBoxAll .imgBox {
  width: 100%;
  height: 100%;
  transition-duration: 0.8s;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.33, 0.18, 0, 0.98);
}
#about_honor_page .pageContentAll .pageContent .honorList > .thisBox > .contentBox .ul .li .imgBoxAll .imgBox img {
  object-fit: contain;
}
#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;
  }
}
#contact_page .pageContentAll .pageContent .contactInfo > .thisBox .contentBox {
  width: 75%;
  margin: 0 auto;
}
@media (max-width:1600px) {
  #contact_page .pageContentAll .pageContent .contactInfo > .thisBox .contentBox {
    width: 75%;
  }
}
@media (max-width:1300px) {
  #contact_page .pageContentAll .pageContent .contactInfo > .thisBox .contentBox {
    width: 75%;
  }
}
@media (max-width:1024px) {
  #contact_page .pageContentAll .pageContent .contactInfo > .thisBox .contentBox {
    width: 85%;
  }
}
#contact_page .pageContentAll .pageContent .contactInfo > .thisBox .contentBox .lianxi .ulBox {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  flex-wrap: unset;
}
@media (max-width:1024px) {
  #contact_page .pageContentAll .pageContent .contactInfo > .thisBox .contentBox .lianxi .ulBox {
    flex-wrap: wrap;
  }
}
#contact_page .pageContentAll .pageContent .contactInfo > .thisBox .contentBox .lianxi .ulBox .box {
  flex: 1;
  border: 1px solid #ddd;
  padding: 2vw;
  height: 10vw;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  flex-wrap: unset;
}
@media (max-width:1024px) {
  #contact_page .pageContentAll .pageContent .contactInfo > .thisBox .contentBox .lianxi .ulBox .box {
    padding: 6vw;
    width: 50%;
    flex: unset;
    height: 40vw;
  }
}
#contact_page .pageContentAll .pageContent .contactInfo > .thisBox .contentBox .lianxi .ulBox .box .label {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  flex-wrap: unset;
  gap: 0.6vw;
}
#contact_page .pageContentAll .pageContent .contactInfo > .thisBox .contentBox .lianxi .ulBox .box .label .ico i {
  color: #c9ae7a;
  font-size: clamp(12px, 1.3vw, 1.3vw);
}
@media (max-width:1024px) {
  #contact_page .pageContentAll .pageContent .contactInfo > .thisBox .contentBox .lianxi .ulBox .box .label .ico i {
    font-size: 4.6vw;
  }
}
@media (max-width:1024px) {
  #contact_page .pageContentAll .pageContent .contactInfo > .thisBox .contentBox .lianxi .ulBox .box .label .ico i {
    font-size: 8vw;
  }
}
#contact_page .pageContentAll .pageContent .contactInfo > .thisBox .contentBox .lianxi .ulBox .box .label .txt {
  font-size: clamp(12px, 1vw, 1vw);
}
@media (max-width:1024px) {
  #contact_page .pageContentAll .pageContent .contactInfo > .thisBox .contentBox .lianxi .ulBox .box .label .txt {
    font-size: 4vw;
  }
}
#contact_page .pageContentAll .pageContent .contactInfo > .thisBox .contentBox .lianxi .ulBox .box .cout {
  margin-top: 1vw;
  text-align: center;
}
#contact_page .pageContentAll .pageContent .contactInfo > .thisBox .contentBox .lianxi .ulBox .box:first-child {
  border-right: none;
}
#contact_page .pageContentAll .pageContent .zimeiti > .thisBox {
  padding-top: 6vw;
}
@media (max-width:1600px) {
  #contact_page .pageContentAll .pageContent .zimeiti > .thisBox {
    padding-top: 6vw;
  }
}
@media (max-width:1300px) {
  #contact_page .pageContentAll .pageContent .zimeiti > .thisBox {
    padding-top: 6vw;
  }
}
@media (max-width:1024px) {
  #contact_page .pageContentAll .pageContent .zimeiti > .thisBox {
    padding-top: 12vw;
  }
}
#contact_page .pageContentAll .pageContent .zimeiti > .thisBox > .contentBox {
  width: 75%;
  margin: 0 auto;
}
@media (max-width:1600px) {
  #contact_page .pageContentAll .pageContent .zimeiti > .thisBox > .contentBox {
    width: 75%;
  }
}
@media (max-width:1300px) {
  #contact_page .pageContentAll .pageContent .zimeiti > .thisBox > .contentBox {
    width: 75%;
  }
}
@media (max-width:1024px) {
  #contact_page .pageContentAll .pageContent .zimeiti > .thisBox > .contentBox {
    width: 85%;
  }
}
#contact_page .pageContentAll .pageContent .zimeiti > .thisBox > .contentBox .ul {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  flex-wrap: unset;
  gap: 6vw;
}
@media (max-width:1024px) {
  #contact_page .pageContentAll .pageContent .zimeiti > .thisBox > .contentBox .ul {
    display: flex;
    flex-wrap: wrap;
    gap: 4vw;
  }
  #contact_page .pageContentAll .pageContent .zimeiti > .thisBox > .contentBox .ul > li {
    width: calc(100% / 2 - (2 - 1) * 4vw / 2);
  }
}
#contact_page .pageContentAll .pageContent .zimeiti > .thisBox > .contentBox .ul .li .icoBox {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  flex-wrap: unset;
  gap: 1vw;
}
#contact_page .pageContentAll .pageContent .zimeiti > .thisBox > .contentBox .ul .li .icoBox .imgBox {
  width: 10vw;
  height: 10vw;
}
@media (max-width:1024px) {
  #contact_page .pageContentAll .pageContent .zimeiti > .thisBox > .contentBox .ul .li .icoBox .imgBox {
    width: 30vw;
    height: 30vw;
  }
}
#contact_page .pageContentAll .pageContent .zimeiti > .thisBox > .contentBox .ul .li .icoBox .title {
  font-family: 'cn1';
  font-size: clamp(12px, 1vw, 1vw);
}
@media (max-width:1024px) {
  #contact_page .pageContentAll .pageContent .zimeiti > .thisBox > .contentBox .ul .li .icoBox .title {
    font-size: 4vw;
  }
}
#contact_page .pageContentAll .pageContent .message {
  position: relative;
}
#contact_page .pageContentAll .pageContent .message > .thisBox {
  position: relative;
  z-index: 1;
  width: 100%;
  height: 100%;
  padding-top: 6vw;
}
@media (max-width:1600px) {
  #contact_page .pageContentAll .pageContent .message > .thisBox {
    padding-top: 6vw;
  }
}
@media (max-width:1300px) {
  #contact_page .pageContentAll .pageContent .message > .thisBox {
    padding-top: 6vw;
  }
}
@media (max-width:1024px) {
  #contact_page .pageContentAll .pageContent .message > .thisBox {
    padding-top: 12vw;
  }
}
#contact_page .pageContentAll .pageContent .message > .thisBox .contentBox {
  width: 75%;
  margin: 0 auto;
  position: relative;
  height: 40vw;
}
@media (max-width:1600px) {
  #contact_page .pageContentAll .pageContent .message > .thisBox .contentBox {
    width: 75%;
  }
}
@media (max-width:1300px) {
  #contact_page .pageContentAll .pageContent .message > .thisBox .contentBox {
    width: 75%;
  }
}
@media (max-width:1024px) {
  #contact_page .pageContentAll .pageContent .message > .thisBox .contentBox {
    width: 85%;
  }
}
@media (max-width:1024px) {
  #contact_page .pageContentAll .pageContent .message > .thisBox .contentBox {
    height: unset;
  }
}
#contact_page .pageContentAll .pageContent .message > .thisBox .contentBox .cenCout {
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  flex-wrap: unset;
  gap: 4vw;
  width: 100%;
  height: 100%;
}
@media (max-width:1024px) {
  #contact_page .pageContentAll .pageContent .message > .thisBox .contentBox .cenCout {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    flex-wrap: unset;
  }
}
#contact_page .pageContentAll .pageContent .message > .thisBox .contentBox .cenCout .leftBox {
  border-radius: 1vw;
  overflow: hidden;
  width: 50%;
  height: 100%;
}
@media (max-width:1024px) {
  #contact_page .pageContentAll .pageContent .message > .thisBox .contentBox .cenCout .leftBox {
    width: 100%;
    height: 50vw;
  }
}
#contact_page .pageContentAll .pageContent .message > .thisBox .contentBox .cenCout .leftBox .imgBox {
  width: 100%;
  height: 100%;
}
#contact_page .pageContentAll .pageContent .message > .thisBox .contentBox .cenCout .leftBox .imgBox img {
  object-position: 0 65%;
}
#contact_page .pageContentAll .pageContent .message > .thisBox .contentBox .cenCout .rightBox {
  padding-left: 6vw;
  width: 50%;
}
@media (max-width:1024px) {
  #contact_page .pageContentAll .pageContent .message > .thisBox .contentBox .cenCout .rightBox {
    width: 100%;
    padding-left: 0;
  }
}
#contact_page .pageContentAll .pageContent .message > .thisBox .contentBox .cenCout .rightBox .mesSort {
  margin-bottom: 2vw;
}
#contact_page .pageContentAll .pageContent .message > .thisBox .contentBox .cenCout .rightBox .mesSort .en {
  font-size: clamp(12px, 1vw, 1vw);
}
@media (max-width:1024px) {
  #contact_page .pageContentAll .pageContent .message > .thisBox .contentBox .cenCout .rightBox .mesSort .en {
    font-size: 4vw;
  }
}
#contact_page .pageContentAll .pageContent .message > .thisBox .contentBox .cenCout .rightBox .mesSort .cn {
  font-family: 'cn1';
  font-size: clamp(12px, 1.7vw, 1.7vw);
}
@media (max-width:1024px) {
  #contact_page .pageContentAll .pageContent .message > .thisBox .contentBox .cenCout .rightBox .mesSort .cn {
    font-size: 5.4vw;
  }
}
#contact_page .pageContentAll .pageContent .message > .thisBox .contentBox .cenCout .rightBox .biaodan {
  width: 100%;
}
#contact_page .pageContentAll .pageContent .message > .thisBox .contentBox .cenCout .rightBox .biaodan form {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  flex-wrap: unset;
}
#contact_page .pageContentAll .pageContent .message > .thisBox .contentBox .cenCout .rightBox .biaodan form .inputBox {
  position: relative;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-start;
  flex-wrap: unset;
  width: 100%;
  border-bottom: 1px dashed rgba(0, 0, 0, 0.1);
  padding: 0.4vw 0;
}
@media (max-width:1024px) {
  #contact_page .pageContentAll .pageContent .message > .thisBox .contentBox .cenCout .rightBox .biaodan form .inputBox {
    margin-bottom: 6vw;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    flex-wrap: unset;
  }
}
#contact_page .pageContentAll .pageContent .message > .thisBox .contentBox .cenCout .rightBox .biaodan form .inputBox .bdTitle {
  position: relative;
  display: block;
  width: 6vw;
  font-size: clamp(12px, 0.9vw, 0.9vw);
  font-family: 'cn1';
}
@media (max-width:1024px) {
  #contact_page .pageContentAll .pageContent .message > .thisBox .contentBox .cenCout .rightBox .biaodan form .inputBox .bdTitle {
    font-size: 3.8vw;
  }
}
@media (max-width:1024px) {
  #contact_page .pageContentAll .pageContent .message > .thisBox .contentBox .cenCout .rightBox .biaodan form .inputBox .bdTitle {
    width: 100%;
  }
}
#contact_page .pageContentAll .pageContent .message > .thisBox .contentBox .cenCout .rightBox .biaodan form .inputBox .input {
  position: relative;
  width: 100%;
}
@media (max-width:1024px) {
  #contact_page .pageContentAll .pageContent .message > .thisBox .contentBox .cenCout .rightBox .biaodan form .inputBox .input {
    width: 100%;
  }
}
#contact_page .pageContentAll .pageContent .message > .thisBox .contentBox .cenCout .rightBox .biaodan form .inputBox .input input {
  transition-duration: 0.8s;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.33, 0.18, 0, 0.98);
  width: 100%;
  background-color: transparent;
  height: 100%;
  padding-left: 2vw;
  background-color: rgba(255, 255, 255, 0.8);
  border-radius: 1vw;
  height: 2.8vw;
}
@media (max-width:1024px) {
  #contact_page .pageContentAll .pageContent .message > .thisBox .contentBox .cenCout .rightBox .biaodan form .inputBox .input input {
    padding-left: 4vw;
  }
}
@media (max-width:1024px) {
  #contact_page .pageContentAll .pageContent .message > .thisBox .contentBox .cenCout .rightBox .biaodan form .inputBox .input input {
    height: 12vw;
  }
}
#contact_page .pageContentAll .pageContent .message > .thisBox .contentBox .cenCout .rightBox .biaodan form .inputBox .input textarea {
  transition-duration: 0.8s;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.33, 0.18, 0, 0.98);
  width: 100%;
  background-color: transparent;
  height: 100%;
  padding-left: 2vw;
  background-color: rgba(255, 255, 255, 0.8);
  border-radius: 1vw;
  height: 6vw;
}
@media (max-width:1024px) {
  #contact_page .pageContentAll .pageContent .message > .thisBox .contentBox .cenCout .rightBox .biaodan form .inputBox .input textarea {
    padding-left: 4vw;
  }
}
#contact_page .pageContentAll .pageContent .message > .thisBox .contentBox .cenCout .rightBox .biaodan form .inputBox.textarea {
  width: 100%;
}
#contact_page .pageContentAll .pageContent .message > .thisBox .contentBox .cenCout .rightBox .biaodan form .inputBox.textarea .input {
  height: 6vw;
}
@media (max-width:1024px) {
  #contact_page .pageContentAll .pageContent .message > .thisBox .contentBox .cenCout .rightBox .biaodan form .inputBox.textarea .input {
    height: 40vw;
  }
}
#contact_page .pageContentAll .pageContent .message > .thisBox .contentBox .cenCout .rightBox .biaodan form .inputBox.textarea .input textarea {
  height: 100%;
  border: none;
  font-family: auto;
  padding: 1vw 2vw;
  width: 100%;
  outline: none;
}
@media (max-width:1024px) {
  #contact_page .pageContentAll .pageContent .message > .thisBox .contentBox .cenCout .rightBox .biaodan form .inputBox.textarea .input textarea {
    padding: 4vw;
  }
}
#contact_page .pageContentAll .pageContent .message > .thisBox .contentBox .cenCout .rightBox .biaodan form .inputBox.yanzhengma .input {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  flex-wrap: unset;
  gap: 1vw;
}
#contact_page .pageContentAll .pageContent .message > .thisBox .contentBox .cenCout .rightBox .biaodan form .inputBox.yanzhengma .yanz {
  position: absolute;
  right: 0;
  top: 0;
  height: 100%;
}
#contact_page .pageContentAll .pageContent .message > .thisBox .contentBox .cenCout .rightBox .biaodan form .inputBox.yanzhengma .yanz img {
  height: 100%;
}
#contact_page .pageContentAll .pageContent .message > .thisBox .contentBox .cenCout .rightBox .biaodan form .inputBox.must .bdTitle::after {
  content: '*';
  position: absolute;
  color: red;
}
#contact_page .pageContentAll .pageContent .message > .thisBox .contentBox .cenCout .rightBox .biaodan form .inputBox .tianxieInfo {
  position: absolute;
  left: 0;
  top: 100%;
  z-index: 1;
  padding-left: 2vw;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-start;
  flex-wrap: unset;
}
#contact_page .pageContentAll .pageContent .message > .thisBox .contentBox .cenCout .rightBox .biaodan form .inputBox.zhengque .tianxieInfo i {
  color: green;
}
#contact_page .pageContentAll .pageContent .message > .thisBox .contentBox .cenCout .rightBox .biaodan form .inputBox.zhengque .tianxieInfo .txt {
  color: green;
}
#contact_page .pageContentAll .pageContent .message > .thisBox .contentBox .cenCout .rightBox .biaodan form .inputBox.cuowu .tianxieInfo i {
  color: red;
}
#contact_page .pageContentAll .pageContent .message > .thisBox .contentBox .cenCout .rightBox .biaodan form .inputBox.cuowu .tianxieInfo .txt {
  color: red;
}
#contact_page .pageContentAll .pageContent .message > .thisBox .contentBox .cenCout .rightBox .biaodan form .button {
  margin: 0 auto;
  margin-top: 2vw;
  width: 100%;
}
#contact_page .pageContentAll .pageContent .message > .thisBox .contentBox .cenCout .rightBox .biaodan form .button .submit {
  cursor: pointer;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  flex-wrap: unset;
  width: 16vw;
  height: 4vw;
  background-color: #c9ae7a;
  border-radius: 10vw;
  background-color: #fff;
  box-shadow: 2px 2px 30px rgba(0, 0, 0, 0.08);
  transition-duration: 0.3s;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.33, 0.18, 0, 0.98);
}
@media (max-width:1024px) {
  #contact_page .pageContentAll .pageContent .message > .thisBox .contentBox .cenCout .rightBox .biaodan form .button .submit {
    width: 100%;
    height: 16vw;
  }
}
#contact_page .pageContentAll .pageContent .message > .thisBox .contentBox .cenCout .rightBox .biaodan form .button .submit .txt {
  color: #c9ae7a;
  font-size: clamp(12px, 1vw, 1vw);
  transition-duration: 0.3s;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.33, 0.18, 0, 0.98);
}
@media (max-width:1024px) {
  #contact_page .pageContentAll .pageContent .message > .thisBox .contentBox .cenCout .rightBox .biaodan form .button .submit .txt {
    font-size: 4vw;
  }
}
#contact_page .pageContentAll .pageContent .message > .thisBox .contentBox .cenCout .rightBox .biaodan form .button .submit i {
  color: #c9ae7a;
  transition-duration: 0.3s;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.33, 0.18, 0, 0.98);
}
@media (min-width:1024px) {
  #contact_page .pageContentAll .pageContent .message > .thisBox .contentBox .cenCout .rightBox .biaodan form .button .submit:hover {
    background-color: #c9ae7a;
  }
  #contact_page .pageContentAll .pageContent .message > .thisBox .contentBox .cenCout .rightBox .biaodan form .button .submit:hover .txt {
    color: #fff;
  }
  #contact_page .pageContentAll .pageContent .message > .thisBox .contentBox .cenCout .rightBox .biaodan form .button .submit:hover i {
    color: #fff;
  }
}
@media (max-width:1024px) {
  #contact_page .pageContentAll .pageContent .message > .thisBox .contentBox .cenCout .rightBox .biaodan form .button .submit {
    background-color: #c9ae7a;
  }
  #contact_page .pageContentAll .pageContent .message > .thisBox .contentBox .cenCout .rightBox .biaodan form .button .submit .txt {
    color: #fff;
  }
  #contact_page .pageContentAll .pageContent .message > .thisBox .contentBox .cenCout .rightBox .biaodan form .button .submit i {
    color: #fff;
  }
}
#wenzhang_page .pageContentAll .pageContent {
  padding-top: 6vw;
}
@media (max-width:1600px) {
  #wenzhang_page .pageContentAll .pageContent {
    padding-top: 6vw;
  }
}
@media (max-width:1300px) {
  #wenzhang_page .pageContentAll .pageContent {
    padding-top: 6vw;
  }
}
@media (max-width:1024px) {
  #wenzhang_page .pageContentAll .pageContent {
    padding-top: 12vw;
  }
}
#wenzhang_page .pageContentAll .pageContent .wenzhangBox > .thisBox .contentBox {
  width: 75%;
  margin: 0 auto;
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  justify-content: center;
  flex-wrap: unset;
}
@media (max-width: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%;
  }
}
@media (max-width:1024px) {
  #wenzhang_page .pageContentAll .pageContent .wenzhangBox > .thisBox .contentBox {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    flex-wrap: unset;
  }
}
#wenzhang_page .pageContentAll .pageContent .wenzhangBox > .thisBox .contentBox .newsCoutAll {
  padding-right: 6vw;
  width: calc(100% - 20vw);
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  flex-wrap: unset;
  gap: 1vw;
}
@media (max-width:1024px) {
  #wenzhang_page .pageContentAll .pageContent .wenzhangBox > .thisBox .contentBox .newsCoutAll {
    padding-right: 0;
    width: 100%;
    gap: 3vw;
  }
}
#wenzhang_page .pageContentAll .pageContent .wenzhangBox > .thisBox .contentBox .newsCoutAll .lujing {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  flex-wrap: unset;
  opacity: 0.5;
}
#wenzhang_page .pageContentAll .pageContent .wenzhangBox > .thisBox .contentBox .newsCoutAll .lujing * {
  font-size: clamp(12px, 0.7vw, 0.7vw);
  margin: 0 0.4vw;
}
@media (max-width:1024px) {
  #wenzhang_page .pageContentAll .pageContent .wenzhangBox > .thisBox .contentBox .newsCoutAll .lujing * {
    font-size: 3.4vw;
  }
}
#wenzhang_page .pageContentAll .pageContent .wenzhangBox > .thisBox .contentBox .newsCoutAll .wenzhangName {
  font-size: clamp(12px, 1.9vw, 1.9vw);
  font-family: 'cn1';
}
@media (max-width:1024px) {
  #wenzhang_page .pageContentAll .pageContent .wenzhangBox > .thisBox .contentBox .newsCoutAll .wenzhangName {
    font-size: 5.8vw;
  }
}
#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: 2px;
  background-color: #c9ae7a;
  margin: 1vw 0;
}
#wenzhang_page .pageContentAll .pageContent .wenzhangBox > .thisBox .contentBox .newsCoutAll .detailContentBox {
  width: 100%;
}
#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: row;
  align-items: flex-start;
  justify-content: space-between;
  flex-wrap: unset;
}
@media (max-width:1024px) {
  #wenzhang_page .pageContentAll .pageContent .wenzhangBox > .thisBox .contentBox .newsCoutAll .moreLink {
    padding-top: 4vw;
    gap: 6vw;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    flex-wrap: unset;
  }
}
#wenzhang_page .pageContentAll .pageContent .wenzhangBox > .thisBox .contentBox .newsCoutAll .moreLink .moreBox {
  max-width: 48%;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  flex-wrap: unset;
  gap: 0.5vw;
}
@media (max-width:1024px) {
  #wenzhang_page .pageContentAll .pageContent .wenzhangBox > .thisBox .contentBox .newsCoutAll .moreLink .moreBox {
    gap: 3vw;
    max-width: 100%;
  }
}
#wenzhang_page .pageContentAll .pageContent .wenzhangBox > .thisBox .contentBox .newsCoutAll .moreLink .moreBox .link {
  font-size: clamp(12px, 1vw, 1vw);
}
@media (max-width:1024px) {
  #wenzhang_page .pageContentAll .pageContent .wenzhangBox > .thisBox .contentBox .newsCoutAll .moreLink .moreBox .link {
    font-size: 4vw;
  }
}
#wenzhang_page .pageContentAll .pageContent .wenzhangBox > .thisBox .contentBox .newsCoutAll .moreLink .moreBox .link:hover {
  text-decoration: underline;
  color: #c9ae7a;
}
#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;
}
@media (max-width:1024px) {
  #wenzhang_page .pageContentAll .pageContent .wenzhangBox > .thisBox .contentBox .rightCout {
    display: none;
  }
}
#wenzhang_page .pageContentAll .pageContent .wenzhangBox > .thisBox .contentBox .rightCout .titleBiaoti {
  width: 100%;
  padding-bottom: 1vw;
  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;
}
#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: #c9ae7a;
}
#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(201, 174, 122, 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;
  }
}
#cases_detail_page .pageContentAll {
  padding-top: 5vw;
}
@media (max-width:1600px) {
  #cases_detail_page .pageContentAll {
    padding-top: 5vw;
  }
}
@media (max-width:1300px) {
  #cases_detail_page .pageContentAll {
    padding-top: 5vw;
  }
}
@media (max-width:1024px) {
  #cases_detail_page .pageContentAll {
    padding-top: 14vw;
  }
}
#cases_detail_page .pageContentAll .pageContent {
  padding-top: 0;
  padding-bottom: 0;
}
#cases_detail_page .pageContentAll .pageContent .proDetail > .thisBox .contentBox {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  justify-content: space-between;
  flex-wrap: unset;
  width: 100%;
}
@media (max-width:1024px) {
  #cases_detail_page .pageContentAll .pageContent .proDetail > .thisBox .contentBox {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    flex-wrap: unset;
  }
}
#cases_detail_page .pageContentAll .pageContent .proDetail > .thisBox .contentBox .leftCout {
  width: 50%;
  will-change: transform;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  flex-wrap: unset;
  height: calc(100vh - 5vw * 1);
  border-right: 1px solid var(--fontCor20);
}
@media (max-width:1600px) {
  #cases_detail_page .pageContentAll .pageContent .proDetail > .thisBox .contentBox .leftCout {
    height: calc(100vh - 5vw* 1);
  }
}
@media (max-width:1300px) {
  #cases_detail_page .pageContentAll .pageContent .proDetail > .thisBox .contentBox .leftCout {
    height: calc(100vh - 5vw* 1);
  }
}
@media (max-width:1024px) {
  #cases_detail_page .pageContentAll .pageContent .proDetail > .thisBox .contentBox .leftCout {
    height: unset;
  }
}
@media (max-width:1024px) {
  #cases_detail_page .pageContentAll .pageContent .proDetail > .thisBox .contentBox .leftCout {
    width: 100%;
    gap: 4vw;
  }
}
#cases_detail_page .pageContentAll .pageContent .proDetail > .thisBox .contentBox .leftCout .top {
  width: 100%;
  height: 100%;
}
#cases_detail_page .pageContentAll .pageContent .proDetail > .thisBox .contentBox .leftCout .top .mianbao {
  display: flex;
  flex-direction: row;
  align-items: flex-end;
  justify-content: flex-start;
  flex-wrap: unset;
  padding-left: 4vw;
  position: absolute;
  top: 2vw;
  left: 2vw;
  width: 100%;
}
#cases_detail_page .pageContentAll .pageContent .proDetail > .thisBox .contentBox .leftCout .top .mianbao .box {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-start;
  flex-wrap: unset;
  gap: 0.4vw;
}
#cases_detail_page .pageContentAll .pageContent .proDetail > .thisBox .contentBox .leftCout .top .mianbao .box * {
  color: #333;
  text-decoration: underline;
}
#cases_detail_page .pageContentAll .pageContent .proDetail > .thisBox .contentBox .leftCout .top .mianbao .box *:hover {
  color: #c9ae7a;
}
#cases_detail_page .pageContentAll .pageContent .proDetail > .thisBox .contentBox .leftCout .top .imgBoxAll {
  width: 100%;
  height: 100%;
}
#cases_detail_page .pageContentAll .pageContent .proDetail > .thisBox .contentBox .leftCout .top .imgBoxAll .oneImg {
  width: 100%;
  height: 100%;
}
#cases_detail_page .pageContentAll .pageContent .proDetail > .thisBox .contentBox .leftCout .top .imgBoxAll .oneImg .imgBox {
  width: 100%;
  height: 100%;
}
#cases_detail_page .pageContentAll .pageContent .proDetail > .thisBox .contentBox .leftCout .top .imgBoxAll .picsImg {
  position: relative;
  width: 100%;
  height: 100%;
}
#cases_detail_page .pageContentAll .pageContent .proDetail > .thisBox .contentBox .leftCout .top .imgBoxAll .picsImg #proDetailPics {
  width: 100%;
  height: 100%;
}
#cases_detail_page .pageContentAll .pageContent .proDetail > .thisBox .contentBox .leftCout .top .imgBoxAll .picsImg #proDetailPics .swiper-slide .imgBox {
  width: 100%;
  height: 100%;
}
#cases_detail_page .pageContentAll .pageContent .proDetail > .thisBox .contentBox .leftCout .top .imgBoxAll .picsImg .swiperControl .navigation .navigationThis > div {
  top: 50%;
  transform: translate(0, -50%);
  background-color: #333;
  position: absolute;
  z-index: 1;
}
#cases_detail_page .pageContentAll .pageContent .proDetail > .thisBox .contentBox .leftCout .top .imgBoxAll .picsImg .swiperControl .navigation .navigationThis > div i {
  color: #fff;
}
#cases_detail_page .pageContentAll .pageContent .proDetail > .thisBox .contentBox .leftCout .top .imgBoxAll .picsImg .swiperControl .navigation .navigationThis > div:hover {
  background-color: #c9ae7a;
}
#cases_detail_page .pageContentAll .pageContent .proDetail > .thisBox .contentBox .leftCout .top .imgBoxAll .picsImg .swiperControl .navigation .navigationThis .leftBtn {
  left: 2vw;
}
#cases_detail_page .pageContentAll .pageContent .proDetail > .thisBox .contentBox .leftCout .top .imgBoxAll .picsImg .swiperControl .navigation .navigationThis .rightBtn {
  right: 2vw;
}
#cases_detail_page .pageContentAll .pageContent .proDetail > .thisBox .contentBox .leftCout .bottom {
  width: 100%;
  height: 8vw;
  position: absolute;
  bottom: 0;
  z-index: 1;
  padding: 0 1vw 1vw 1vw;
}
#cases_detail_page .pageContentAll .pageContent .proDetail > .thisBox .contentBox .leftCout .bottom .swiperBox {
  width: 100%;
  height: 100%;
}
#cases_detail_page .pageContentAll .pageContent .proDetail > .thisBox .contentBox .leftCout .bottom .swiperBox #tabsImgSwiper {
  height: 100%;
}
#cases_detail_page .pageContentAll .pageContent .proDetail > .thisBox .contentBox .leftCout .bottom .swiperBox #tabsImgSwiper .swiper-slide {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  flex-wrap: unset;
}
#cases_detail_page .pageContentAll .pageContent .proDetail > .thisBox .contentBox .leftCout .bottom .swiperBox #tabsImgSwiper .swiper-slide .imgBox {
  cursor: pointer;
  border: 4px solid #fff;
  aspect-ratio: 1;
  height: 100%;
}
#cases_detail_page .pageContentAll .pageContent .proDetail > .thisBox .contentBox .leftCout .bottom .swiperBox #tabsImgSwiper .swiper-slide .imgBox img {
  object-fit: cover;
}
#cases_detail_page .pageContentAll .pageContent .proDetail > .thisBox .contentBox .leftCout .bottom .swiperBox #tabsImgSwiper .swiper-slide.on .imgBox {
  border-color: #c9ae7a;
}
#cases_detail_page .pageContentAll .pageContent .proDetail > .thisBox .contentBox .rightCout {
  padding: 0 8vw;
  padding-top: 6vw;
  width: 50%;
}
@media (max-width:1024px) {
  #cases_detail_page .pageContentAll .pageContent .proDetail > .thisBox .contentBox .rightCout {
    width: 100%;
    padding: 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    flex-wrap: unset;
    width: 75%;
    margin: 0 auto;
    padding-top: 8vw;
  }
}
@media (max-width:1024px) and (max-width:1600px) {
  #cases_detail_page .pageContentAll .pageContent .proDetail > .thisBox .contentBox .rightCout {
    width: 75%;
  }
}
@media (max-width:1024px) and (max-width:1300px) {
  #cases_detail_page .pageContentAll .pageContent .proDetail > .thisBox .contentBox .rightCout {
    width: 75%;
  }
}
@media (max-width:1024px) and (max-width:1024px) {
  #cases_detail_page .pageContentAll .pageContent .proDetail > .thisBox .contentBox .rightCout {
    width: 85%;
  }
}
#cases_detail_page .pageContentAll .pageContent .proDetail > .thisBox .contentBox .rightCout .top {
  position: relative;
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  flex-wrap: unset;
  gap: 1vw;
}
@media (max-width:1024px) {
  #cases_detail_page .pageContentAll .pageContent .proDetail > .thisBox .contentBox .rightCout .top {
    gap: 6vw;
    align-items: center;
  }
}
#cases_detail_page .pageContentAll .pageContent .proDetail > .thisBox .contentBox .rightCout .top .title {
  font-size: clamp(12px, 2.5vw, 2.5vw);
}
@media (max-width:1024px) {
  #cases_detail_page .pageContentAll .pageContent .proDetail > .thisBox .contentBox .rightCout .top .title {
    font-size: 7vw;
  }
}
@media (max-width:1024px) {
  #cases_detail_page .pageContentAll .pageContent .proDetail > .thisBox .contentBox .rightCout .top .title {
    font-size: 7vw;
  }
}
#cases_detail_page .pageContentAll .pageContent .proDetail > .thisBox .contentBox .rightCout .top .subtitle {
  position: relative;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-start;
  flex-wrap: unset;
  gap: 2vw;
}
#cases_detail_page .pageContentAll .pageContent .proDetail > .thisBox .contentBox .rightCout .top .subtitle .txt {
  font-size: clamp(12px, 0.9vw, 0.9vw);
  color: #c9ae7a;
}
@media (max-width:1024px) {
  #cases_detail_page .pageContentAll .pageContent .proDetail > .thisBox .contentBox .rightCout .top .subtitle .txt {
    font-size: 3.8vw;
  }
}
#cases_detail_page .pageContentAll .pageContent .proDetail > .thisBox .contentBox .rightCout .top .xian {
  width: 100%;
  border-top: 1px dashed #ccc;
}
#cases_detail_page .pageContentAll .pageContent .proDetail > .thisBox .contentBox .rightCout .top .miaoshu {
  line-height: 2.5em;
  font-size: clamp(12px, 0.9vw, 0.9vw);
  opacity: 0.8;
}
@media (max-width:1024px) {
  #cases_detail_page .pageContentAll .pageContent .proDetail > .thisBox .contentBox .rightCout .top .miaoshu {
    font-size: 3.8vw;
  }
}
#cases_detail_page .pageContentAll .pageContent .proDetail > .thisBox .contentBox .rightCout .top .crowd {
  margin-top: 2vw;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
  flex-wrap: unset;
  width: 100%;
}
@media (max-width:1024px) {
  #cases_detail_page .pageContentAll .pageContent .proDetail > .thisBox .contentBox .rightCout .top .crowd {
    margin-top: 6vw;
  }
}
#cases_detail_page .pageContentAll .pageContent .proDetail > .thisBox .contentBox .rightCout .top .crowd .bdTitle {
  margin-bottom: 1vw;
  border: 1px solid #c9ae7a;
  padding: 0.2vw 1vw;
  color: #c9ae7a;
}
@media (max-width:1024px) {
  #cases_detail_page .pageContentAll .pageContent .proDetail > .thisBox .contentBox .rightCout .top .crowd .bdTitle {
    margin-bottom: 4vw;
    padding: 2vw 5vw;
    font-size: 4vw;
  }
}
#cases_detail_page .pageContentAll .pageContent .proDetail > .thisBox .contentBox .rightCout .top .crowd .bdCout {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
  flex-wrap: unset;
  width: 100%;
}
#cases_detail_page .pageContentAll .pageContent .proDetail > .thisBox .contentBox .rightCout .top .crowd .bdCout div {
  padding: 0.6vw 0;
  border-bottom: 1px dashed #ccc;
  padding-left: 0.7vw;
  position: relative;
  width: 100%;
  font-size: clamp(12px, 0.7vw, 0.7vw);
}
@media (max-width:1024px) {
  #cases_detail_page .pageContentAll .pageContent .proDetail > .thisBox .contentBox .rightCout .top .crowd .bdCout div {
    font-size: 3.4vw;
  }
}
@media (max-width:1024px) {
  #cases_detail_page .pageContentAll .pageContent .proDetail > .thisBox .contentBox .rightCout .top .crowd .bdCout div {
    font-size: 3.6vw;
    padding: 3vw 0;
  }
}
#cases_detail_page .pageContentAll .pageContent .proDetail > .thisBox .contentBox .rightCout .top .crowd .bdCout div::after {
  content: '';
  position: absolute;
  display: block;
  left: 0;
  top: 50%;
  transform: translate(0, -50%);
  width: 0.3vw;
  height: 0.3vw;
  border-radius: 50%;
  background-color: #c9ae7a;
}
#cases_detail_page .pageContentAll .pageContent .proDetail > .thisBox .contentBox .rightCout .top .moreA {
  height: 2.2vw;
  padding: 0 1.8vw;
  background-color: #c9ae7a;
  width: 100%;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  flex-wrap: unset;
  gap: 1vw;
  margin-top: 2vw;
}
@media (max-width:1024px) {
  #cases_detail_page .pageContentAll .pageContent .proDetail > .thisBox .contentBox .rightCout .top .moreA {
    height: 12vw;
    padding: 0 10vw;
  }
}
#cases_detail_page .pageContentAll .pageContent .proDetail > .thisBox .contentBox .rightCout .top .moreA .txt {
  color: #fff;
  font-family: 'cn1';
}
#cases_detail_page .pageContentAll .pageContent .proDetail > .thisBox .contentBox .rightCout .top .moreA .xian {
  background-color: #c9ae7a;
  height: 1px;
  width: 3vw;
}
#cases_detail_page .pageContentAll .pageContent .proDetail > .thisBox .contentBox .rightCout .top .moreA .yuan {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background-color: #c9ae7a;
}
#cases_detail_page .pageContentAll .pageContent .proDetail > .thisBox .contentBox .rightCout .top .moreA i {
  color: #fff;
  font-size: clamp(12px, 0.9vw, 0.9vw);
}
@media (max-width:1024px) {
  #cases_detail_page .pageContentAll .pageContent .proDetail > .thisBox .contentBox .rightCout .top .moreA i {
    font-size: 3.8vw;
  }
}
#cases_detail_page .pageContentAll .pageContent .proDetail > .thisBox .contentBox .rightCout .wenzhang {
  padding: 2vw 0;
  margin-top: 2vw;
  border-left: none;
  border-right: none;
  will-change: transform;
}
@media (max-width:1024px) {
  #cases_detail_page .pageContentAll .pageContent .proDetail > .thisBox .contentBox .rightCout .wenzhang {
    padding: 6vw 0;
    margin-top: 6vw;
  }
}
#cases_detail_page .pageContentAll .pageContent .proDetail > .thisBox .contentBox .rightCout .wenzhang p {
  padding: 0;
  text-indent: 0;
}
#cases_detail_page .pageContentAll .pageContent .proDetail > .thisBox .contentBox .rightCout .wenzhang p img {
  margin: 0;
}
#cases_detail_page .pageContentAll .pageContent .proDetail > .thisBox .contentBox .rightCout .hint {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  flex-wrap: unset;
  margin-top: 2vw;
}
@media (max-width:1024px) {
  #cases_detail_page .pageContentAll .pageContent .proDetail > .thisBox .contentBox .rightCout .hint {
    margin-top: 4vw;
  }
}
#search_page .mianbaoBox {
  margin-top: 5vw;
}
@media (max-width:1600px) {
  #search_page .mianbaoBox {
    margin-top: 5vw;
  }
}
@media (max-width:1600px) and (max-width:1300px) {
  #search_page .mianbaoBox {
    margin-top: 5vw;
  }
}
@media (max-width:1600px) and (max-width:1300px) and (max-width:1024px) {
  #search_page .mianbaoBox {
    margin-top: 14vw;
  }
}
#search_page .pageContent {
  padding: 0;
}
#search_page .pageContent .searchTop {
  padding: 4vw 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  flex-wrap: unset;
}
#search_page .pageContent .searchTop .inputBox {
  height: 50px;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  flex-wrap: unset;
}
#search_page .pageContent .searchTop .inputBox .inputK {
  width: 30vw;
  height: 100%;
  border: 1px solid #ccc;
  border-right: 0;
}
@media (max-width:1024px) {
  #search_page .pageContent .searchTop .inputBox .inputK {
    width: 80vw;
  }
}
#search_page .pageContent .searchTop .inputBox .inputK input {
  width: 100%;
  height: 100%;
  padding-left: 1vw;
  font-size: clamp(12px, 0.9vw, 0.9vw);
}
@media (max-width:1024px) {
  #search_page .pageContent .searchTop .inputBox .inputK input {
    font-size: 3.8vw;
  }
}
@media (max-width:1024px) {
  #search_page .pageContent .searchTop .inputBox .inputK input {
    padding-left: 4vw;
  }
}
#search_page .pageContent .searchTop .inputBox .ico {
  background-color: #c9ae7a;
  height: 100%;
  aspect-ratio: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  flex-wrap: unset;
  cursor: pointer;
}
#search_page .pageContent .searchTop .inputBox .ico i {
  color: #fff;
}
#search_page .pageContent .searchTop .searchNumBox {
  margin-top: 20px;
  color: #999;
}
#search_page .pageContent .searchList .thisBox .cenBox .searchTabs {
  margin-bottom: 50px;
}
#search_page .pageContent .searchList .thisBox .cenBox .searchTabs .ul {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-start;
  flex-wrap: unset;
}
@media (max-width:1024px) {
  #search_page .pageContent .searchList .thisBox .cenBox .searchTabs .ul {
    flex-wrap: wrap;
    gap: 4vw;
  }
}
#search_page .pageContent .searchList .thisBox .cenBox .searchTabs .ul .li {
  cursor: pointer;
  margin-right: 30px;
  height: 50px;
  padding: 0 20px;
  border: 1px solid #ccc;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  flex-wrap: unset;
}
@media (max-width:1024px) {
  #search_page .pageContent .searchList .thisBox .cenBox .searchTabs .ul .li {
    margin-right: 0;
  }
}
#search_page .pageContent .searchList .thisBox .cenBox .searchTabs .ul .li.on {
  background-color: #c9ae7a;
  color: #fff;
  border-color: #c9ae7a;
}
#search_page .pageContent .searchList .thisBox .cenBox .searchCout .changeBox {
  margin-bottom: 60px;
}
#search_page .pageContent .searchList .thisBox .cenBox .searchCout .changeBox .biaoti {
  margin-bottom: 20px;
  border-bottom: 1px dashed #ccc;
  padding-bottom: 20px;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-start;
  flex-wrap: unset;
}
#search_page .pageContent .searchList .thisBox .cenBox .searchCout .changeBox .biaoti .searchSortname {
  font-size: 30px;
  color: #c9ae7a;
}
#search_page .pageContent .searchList .thisBox .cenBox .searchCout .changeBox .biaoti .sortNum {
  margin-left: 10px;
  font-size: 20px;
  color: #666;
}
#search_page .pageContent .searchList .thisBox .cenBox .searchCout .changeBox.cases .ul {
  display: flex;
  flex-wrap: wrap;
  gap: 6vw;
}
#search_page .pageContent .searchList .thisBox .cenBox .searchCout .changeBox.cases .ul > li {
  width: calc(100% / 2 - (2 - 1) * 6vw / 2);
}
@media (max-width:1024px) {
  #search_page .pageContent .searchList .thisBox .cenBox .searchCout .changeBox.cases .ul {
    display: flex;
    flex-wrap: wrap;
    gap: 6vw;
  }
  #search_page .pageContent .searchList .thisBox .cenBox .searchCout .changeBox.cases .ul > li {
    width: calc(100% / 1 - (1 - 1) * 6vw / 1);
  }
}
#search_page .pageContent .searchList .thisBox .cenBox .searchCout .changeBox.cases .ul .li .aBox .title {
  margin-bottom: 2vw;
  padding-right: 2vw;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  flex-wrap: unset;
}
#search_page .pageContent .searchList .thisBox .cenBox .searchCout .changeBox.cases .ul .li .aBox .title .txt {
  font-size: clamp(12px, 1.7vw, 1.7vw);
  transition-duration: 0.8s;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.33, 0.18, 0, 0.98);
}
@media (max-width:1024px) {
  #search_page .pageContent .searchList .thisBox .cenBox .searchCout .changeBox.cases .ul .li .aBox .title .txt {
    font-size: 5.4vw;
  }
}
#search_page .pageContent .searchList .thisBox .cenBox .searchCout .changeBox.cases .ul .li .aBox .title .ico {
  width: 2.6vw;
  height: 2.6vw;
  border-radius: 50%;
  transition-duration: 0.8s;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.33, 0.18, 0, 0.98);
  background-color: #fff;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  flex-wrap: unset;
  box-shadow: 0 1vw 1vw rgba(0, 0, 0, 0.1);
}
#search_page .pageContent .searchList .thisBox .cenBox .searchCout .changeBox.cases .ul .li .aBox .title .ico i {
  transition-duration: 0.8s;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.33, 0.18, 0, 0.98);
}
#search_page .pageContent .searchList .thisBox .cenBox .searchCout .changeBox.cases .ul .li .aBox .imgBox {
  overflow: hidden;
  height: 18vw;
}
@media (max-width:1024px) {
  #search_page .pageContent .searchList .thisBox .cenBox .searchCout .changeBox.cases .ul .li .aBox .imgBox {
    height: 50vw;
  }
}
#search_page .pageContent .searchList .thisBox .cenBox .searchCout .changeBox.cases .ul .li .aBox .imgBox img {
  transition-duration: 0.8s;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.33, 0.18, 0, 0.98);
}
#search_page .pageContent .searchList .thisBox .cenBox .searchCout .changeBox.cases .ul .li .aBox .miaoshu {
  margin-top: 3vw;
  line-height: 2.4em;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  font-size: clamp(12px, 0.9vw, 0.9vw);
}
@media (max-width:1024px) {
  #search_page .pageContent .searchList .thisBox .cenBox .searchCout .changeBox.cases .ul .li .aBox .miaoshu {
    font-size: 3.8vw;
  }
}
#search_page .pageContent .searchList .thisBox .cenBox .searchCout .changeBox.cases .ul .li .aBox .danwei {
  margin-top: 1vw;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-start;
  flex-wrap: unset;
  gap: 1vw;
}
#search_page .pageContent .searchList .thisBox .cenBox .searchCout .changeBox.cases .ul .li .aBox .danwei .bdTitle {
  padding: 0.3vw 1.4vw;
  background-color: #c9ae7a;
  color: #fff;
}
#search_page .pageContent .searchList .thisBox .cenBox .searchCout .changeBox.cases .ul .li .aBox .danwei .txt {
  font-size: clamp(12px, 0.9vw, 0.9vw);
}
@media (max-width:1024px) {
  #search_page .pageContent .searchList .thisBox .cenBox .searchCout .changeBox.cases .ul .li .aBox .danwei .txt {
    font-size: 3.8vw;
  }
}
#search_page .pageContent .searchList .thisBox .cenBox .searchCout .changeBox.cases .ul .li .aBox:hover .title .txt {
  color: #c9ae7a;
}
#search_page .pageContent .searchList .thisBox .cenBox .searchCout .changeBox.cases .ul .li .aBox:hover .title .ico {
  background-color: #c9ae7a;
}
#search_page .pageContent .searchList .thisBox .cenBox .searchCout .changeBox.cases .ul .li .aBox:hover .title .ico i {
  color: #fff;
}
#search_page .pageContent .searchList .thisBox .cenBox .searchCout .changeBox.cases .ul .li .aBox:hover .imgBox img {
  transform: scale(1.1);
}
#search_page .pageContent .searchList .thisBox .cenBox .searchCout .changeBox.customs .ul {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  flex-wrap: unset;
  width: 100%;
}
#search_page .pageContent .searchList .thisBox .cenBox .searchCout .changeBox.customs .ul .li {
  padding: 2vw 0;
  border-bottom: 1px dashed rgba(0, 0, 0, 0.2);
  width: 100%;
}
@media (max-width:1024px) {
  #search_page .pageContent .searchList .thisBox .cenBox .searchCout .changeBox.customs .ul .li {
    padding: 6vw 0;
  }
}
#search_page .pageContent .searchList .thisBox .cenBox .searchCout .changeBox.customs .ul .li .aBox {
  position: relative;
  padding-left: 2vw;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  flex-wrap: unset;
}
@media (max-width:1024px) {
  #search_page .pageContent .searchList .thisBox .cenBox .searchCout .changeBox.customs .ul .li .aBox {
    padding-left: 5vw;
  }
}
#search_page .pageContent .searchList .thisBox .cenBox .searchCout .changeBox.customs .ul .li .aBox .imgBox {
  width: 16vw;
  height: 10vw;
}
@media (max-width:1024px) {
  #search_page .pageContent .searchList .thisBox .cenBox .searchCout .changeBox.customs .ul .li .aBox .imgBox {
    width: 26vw;
    height: 18vw;
  }
}
#search_page .pageContent .searchList .thisBox .cenBox .searchCout .changeBox.customs .ul .li .aBox .coutBox {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  flex-wrap: unset;
  gap: 1vw;
  width: calc(100% - 16vw);
  padding-right: 8vw;
}
@media (max-width:1024px) {
  #search_page .pageContent .searchList .thisBox .cenBox .searchCout .changeBox.customs .ul .li .aBox .coutBox {
    padding-right: 4vw;
    width: calc(100% - 26vw);
  }
}
@media (max-width:1024px) {
  #search_page .pageContent .searchList .thisBox .cenBox .searchCout .changeBox.customs .ul .li .aBox .coutBox {
    gap: 4vw;
  }
}
#search_page .pageContent .searchList .thisBox .cenBox .searchCout .changeBox.customs .ul .li .aBox .coutBox .date {
  position: relative;
  z-index: 1;
  font-size: clamp(12px, 1.1vw, 1.1vw);
  color: #c9ae7a;
}
@media (max-width:1024px) {
  #search_page .pageContent .searchList .thisBox .cenBox .searchCout .changeBox.customs .ul .li .aBox .coutBox .date {
    font-size: 4.2vw;
  }
}
#search_page .pageContent .searchList .thisBox .cenBox .searchCout .changeBox.customs .ul .li .aBox .coutBox .title {
  position: relative;
  z-index: 1;
  font-size: clamp(12px, 1.3vw, 1.3vw);
  font-family: 'cn1';
  transition-duration: 0.8s;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.33, 0.18, 0, 0.98);
  text-align: justify;
}
@media (max-width:1024px) {
  #search_page .pageContent .searchList .thisBox .cenBox .searchCout .changeBox.customs .ul .li .aBox .coutBox .title {
    font-size: 4.6vw;
  }
}
#search_page .pageContent .searchList .thisBox .cenBox .searchCout .changeBox.customs .ul .li .aBox .coutBox .miaoshu {
  position: relative;
  z-index: 1;
  font-size: clamp(12px, 0.9vw, 0.9vw);
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  opacity: 0.7;
}
@media (max-width:1024px) {
  #search_page .pageContent .searchList .thisBox .cenBox .searchCout .changeBox.customs .ul .li .aBox .coutBox .miaoshu {
    font-size: 3.8vw;
  }
}
#search_page .pageContent .searchList .thisBox .cenBox .searchCout .changeBox.customs .ul .li .aBox::before {
  content: '';
  position: absolute;
  display: block;
  left: 0;
  top: 50%;
  translate: 0 -50%;
  transition-duration: 0.8s;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.33, 0.18, 0, 0.98);
  width: 0.6vw;
  height: 0.6vw;
  transform-origin: left;
  border-radius: 50%;
  background-color: #c9ae7a;
}
@media (max-width:1024px) {
  #search_page .pageContent .searchList .thisBox .cenBox .searchCout .changeBox.customs .ul .li .aBox::before {
    width: 3vw;
    height: 3vw;
  }
}
#search_page .pageContent .searchList .thisBox .cenBox .searchCout .changeBox.customs .ul .li .aBox:hover .title {
  color: #c9ae7a;
}
#search_page .pageContent .searchList .thisBox .cenBox .searchCout .changeBox.customs .ul .li .aBox:hover::before {
  transform: scale(10);
  opacity: 0.2;
}
#search_page .pageContent .searchList .thisBox .cenBox .searchCout .changeBox.news .ul {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  flex-wrap: unset;
  width: 100%;
}
#search_page .pageContent .searchList .thisBox .cenBox .searchCout .changeBox.news .ul .li {
  padding: 2vw 0;
  border-bottom: 1px dashed rgba(0, 0, 0, 0.2);
  width: 100%;
}
@media (max-width:1024px) {
  #search_page .pageContent .searchList .thisBox .cenBox .searchCout .changeBox.news .ul .li {
    padding: 6vw 0;
  }
}
#search_page .pageContent .searchList .thisBox .cenBox .searchCout .changeBox.news .ul .li .aBox {
  position: relative;
  padding-left: 2vw;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  flex-wrap: unset;
}
@media (max-width:1024px) {
  #search_page .pageContent .searchList .thisBox .cenBox .searchCout .changeBox.news .ul .li .aBox {
    padding-left: 5vw;
  }
}
#search_page .pageContent .searchList .thisBox .cenBox .searchCout .changeBox.news .ul .li .aBox .imgBox {
  width: 16vw;
  height: 10vw;
}
@media (max-width:1024px) {
  #search_page .pageContent .searchList .thisBox .cenBox .searchCout .changeBox.news .ul .li .aBox .imgBox {
    width: 26vw;
    height: 18vw;
  }
}
#search_page .pageContent .searchList .thisBox .cenBox .searchCout .changeBox.news .ul .li .aBox .coutBox {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  flex-wrap: unset;
  gap: 1vw;
  width: calc(100% - 16vw);
  padding-right: 8vw;
}
@media (max-width:1024px) {
  #search_page .pageContent .searchList .thisBox .cenBox .searchCout .changeBox.news .ul .li .aBox .coutBox {
    padding-right: 4vw;
    width: calc(100% - 26vw);
  }
}
@media (max-width:1024px) {
  #search_page .pageContent .searchList .thisBox .cenBox .searchCout .changeBox.news .ul .li .aBox .coutBox {
    gap: 4vw;
  }
}
#search_page .pageContent .searchList .thisBox .cenBox .searchCout .changeBox.news .ul .li .aBox .coutBox .date {
  position: relative;
  z-index: 1;
  font-size: clamp(12px, 1.1vw, 1.1vw);
  color: #c9ae7a;
}
@media (max-width:1024px) {
  #search_page .pageContent .searchList .thisBox .cenBox .searchCout .changeBox.news .ul .li .aBox .coutBox .date {
    font-size: 4.2vw;
  }
}
#search_page .pageContent .searchList .thisBox .cenBox .searchCout .changeBox.news .ul .li .aBox .coutBox .title {
  position: relative;
  z-index: 1;
  font-size: clamp(12px, 1.3vw, 1.3vw);
  font-family: 'cn1';
  transition-duration: 0.8s;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.33, 0.18, 0, 0.98);
  text-align: justify;
}
@media (max-width:1024px) {
  #search_page .pageContent .searchList .thisBox .cenBox .searchCout .changeBox.news .ul .li .aBox .coutBox .title {
    font-size: 4.6vw;
  }
}
#search_page .pageContent .searchList .thisBox .cenBox .searchCout .changeBox.news .ul .li .aBox .coutBox .miaoshu {
  position: relative;
  z-index: 1;
  font-size: clamp(12px, 0.9vw, 0.9vw);
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  opacity: 0.7;
}
@media (max-width:1024px) {
  #search_page .pageContent .searchList .thisBox .cenBox .searchCout .changeBox.news .ul .li .aBox .coutBox .miaoshu {
    font-size: 3.8vw;
  }
}
#search_page .pageContent .searchList .thisBox .cenBox .searchCout .changeBox.news .ul .li .aBox::before {
  content: '';
  position: absolute;
  display: block;
  left: 0;
  top: 50%;
  translate: 0 -50%;
  transition-duration: 0.8s;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.33, 0.18, 0, 0.98);
  width: 0.6vw;
  height: 0.6vw;
  transform-origin: left;
  border-radius: 50%;
  background-color: #c9ae7a;
}
@media (max-width:1024px) {
  #search_page .pageContent .searchList .thisBox .cenBox .searchCout .changeBox.news .ul .li .aBox::before {
    width: 3vw;
    height: 3vw;
  }
}
#search_page .pageContent .searchList .thisBox .cenBox .searchCout .changeBox.news .ul .li .aBox:hover .title {
  color: #c9ae7a;
}
#search_page .pageContent .searchList .thisBox .cenBox .searchCout .changeBox.news .ul .li .aBox:hover::before {
  transform: scale(10);
  opacity: 0.2;
}
#about_dean_page .pageContentAll .pageContent .content p {
  font-size: clamp(12px, 0.9vw, 0.9vw);
}
@media (max-width:1024px) {
  #about_dean_page .pageContentAll .pageContent .content p {
    font-size: 3.8vw;
  }
}
#about_dean_page .pageContentAll .pageContent .basicInfo {
  position: relative;
  z-index: 1;
}
#about_dean_page .pageContentAll .pageContent .basicInfo > .thisBox {
  position: relative;
  z-index: 1;
}
#about_dean_page .pageContentAll .pageContent .basicInfo > .thisBox > .contentBox {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  justify-content: center;
  flex-wrap: unset;
  gap: 8vw;
}
@media (max-width:1024px) {
  #about_dean_page .pageContentAll .pageContent .basicInfo > .thisBox > .contentBox {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    flex-wrap: unset;
    gap: 5vw;
  }
}
#about_dean_page .pageContentAll .pageContent .basicInfo > .thisBox > .contentBox .imgBox {
  width: 25vw;
  height: 30vw;
  border-radius: 20px;
  overflow: hidden;
}
@media (max-width:1024px) {
  #about_dean_page .pageContentAll .pageContent .basicInfo > .thisBox > .contentBox .imgBox {
    width: 60vw;
    height: 70vw;
  }
}
#about_dean_page .pageContentAll .pageContent .basicInfo > .thisBox > .contentBox .textBox {
  padding-top: 4vw;
}
@media (max-width:1024px) {
  #about_dean_page .pageContentAll .pageContent .basicInfo > .thisBox > .contentBox .textBox {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    flex-wrap: unset;
  }
}
#about_dean_page .pageContentAll .pageContent .basicInfo > .thisBox > .contentBox .textBox .title {
  margin-bottom: 2vw;
  font-size: clamp(12px, 2.1vw, 2.1vw);
  color: #c9ae7a;
}
@media (max-width:1024px) {
  #about_dean_page .pageContentAll .pageContent .basicInfo > .thisBox > .contentBox .textBox .title {
    font-size: 6.2vw;
  }
}
#about_dean_page .pageContentAll .pageContent .basicInfo > .thisBox > .contentBox .textBox .subtitle {
  margin-bottom: 4vw;
  font-size: clamp(12px, 1.3vw, 1.3vw);
  font-family: 'en1';
  text-transform: uppercase;
}
@media (max-width:1024px) {
  #about_dean_page .pageContentAll .pageContent .basicInfo > .thisBox > .contentBox .textBox .subtitle {
    font-size: 4.6vw;
  }
}
#about_dean_page .pageContentAll .pageContent .basicInfo > .thisBox > .contentBox .textBox .content p {
  font-size: clamp(12px, 1vw, 1vw);
  padding: 0.6vw;
  border-bottom: 1px dashed #ccc;
}
@media (max-width:1024px) {
  #about_dean_page .pageContentAll .pageContent .basicInfo > .thisBox > .contentBox .textBox .content p {
    font-size: 4vw;
  }
}
#about_dean_page .pageContentAll .pageContent .basicInfo .bgImg .img1 {
  width: 40vw;
  position: absolute;
  right: 10vw;
  top: 0vw;
  object-fit: contain;
}
#about_dean_page .pageContentAll .pageContent .modele {
  padding-top: 6vw;
}
@media (max-width:1600px) {
  #about_dean_page .pageContentAll .pageContent .modele {
    padding-top: 6vw;
  }
}
@media (max-width:1300px) {
  #about_dean_page .pageContentAll .pageContent .modele {
    padding-top: 6vw;
  }
}
@media (max-width:1024px) {
  #about_dean_page .pageContentAll .pageContent .modele {
    padding-top: 12vw;
  }
}
#about_dean_page .pageContentAll .pageContent .modele > .thisBox .contentBox {
  width: 75%;
  margin: 0 auto;
  width: 60vw;
}
@media (max-width:1600px) {
  #about_dean_page .pageContentAll .pageContent .modele > .thisBox .contentBox {
    width: 75%;
  }
}
@media (max-width:1300px) {
  #about_dean_page .pageContentAll .pageContent .modele > .thisBox .contentBox {
    width: 75%;
  }
}
@media (max-width:1024px) {
  #about_dean_page .pageContentAll .pageContent .modele > .thisBox .contentBox {
    width: 85%;
  }
}
#about_dean_page .pageContentAll .pageContent .modele > .thisBox .contentBox .swiperBox {
  position: relative;
  z-index: 1;
  margin-top: 2vw;
}
#about_dean_page .pageContentAll .pageContent .modele > .thisBox .contentBox .swiperBox .imgSwiper {
  height: 14vw;
}
@media (max-width:1024px) {
  #about_dean_page .pageContentAll .pageContent .modele > .thisBox .contentBox .swiperBox .imgSwiper {
    height: 40vw;
  }
}
#about_dean_page .pageContentAll .pageContent .modele > .thisBox .contentBox .swiperBox .imgSwiper .swiper {
  width: 100%;
  height: 100%;
}
#about_dean_page .pageContentAll .pageContent .modele > .thisBox .contentBox .swiperBox .imgSwiper .swiper .swiper-slide {
  width: fit-content;
}
#about_dean_page .pageContentAll .pageContent .modele > .thisBox .contentBox .swiperBox .imgSwiper .swiper .swiper-slide .aBox {
  width: 100%;
  height: 100%;
}
#about_dean_page .pageContentAll .pageContent .modele > .thisBox .contentBox .swiperBox .imgSwiper .swiper .swiper-slide .aBox img {
  border-radius: 0.8vw;
  width: 100%;
  height: 100%;
}
#about_dean_page .pageContentAll .pageContent .modele > .thisBox .contentBox .swiperBox .swiperControl .navigationThis .btn {
  z-index: 1;
  position: absolute;
  border-radius: 50%;
  cursor: pointer;
  width: 2.4vw;
  height: 2.4vw;
  background-color: #fff;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  flex-wrap: unset;
  top: 50%;
  transform: translateY(-50%);
}
@media (max-width:1024px) {
  #about_dean_page .pageContentAll .pageContent .modele > .thisBox .contentBox .swiperBox .swiperControl .navigationThis .btn {
    width: 10vw;
    height: 10vw;
  }
}
#about_dean_page .pageContentAll .pageContent .modele > .thisBox .contentBox .swiperBox .swiperControl .navigationThis .btn i {
  font-size: clamp(12px, 1.2vw, 1.2vw);
}
@media (max-width:1024px) {
  #about_dean_page .pageContentAll .pageContent .modele > .thisBox .contentBox .swiperBox .swiperControl .navigationThis .btn i {
    font-size: 4.4vw;
  }
}
#about_dean_page .pageContentAll .pageContent .modele > .thisBox .contentBox .swiperBox .swiperControl .navigationThis .btn:hover {
  background-color: #c9ae7a;
}
#about_dean_page .pageContentAll .pageContent .modele > .thisBox .contentBox .swiperBox .swiperControl .navigationThis .btn:hover i {
  color: #fff;
}
#about_dean_page .pageContentAll .pageContent .modele > .thisBox .contentBox .swiperBox .swiperControl .navigationThis .btn.leftBtn {
  left: -1.4vw;
}
@media (max-width:1024px) {
  #about_dean_page .pageContentAll .pageContent .modele > .thisBox .contentBox .swiperBox .swiperControl .navigationThis .btn.leftBtn {
    left: -5vw;
  }
}
#about_dean_page .pageContentAll .pageContent .modele > .thisBox .contentBox .swiperBox .swiperControl .navigationThis .btn.rightBtn {
  right: -1.4vw;
}
@media (max-width:1024px) {
  #about_dean_page .pageContentAll .pageContent .modele > .thisBox .contentBox .swiperBox .swiperControl .navigationThis .btn.rightBtn {
    right: -5vw;
  }
}
