@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/jiangxizhuokai.ttf');
}
.cn1 {
  font-family: 'cn1';
}
@font-face {
  font-family: 'en1';
  src: url('../fonts/en/AbhayaLibre-ExtraBold.ttf');
}
.en1 {
  font-family: 'en1';
}
@font-face {
  font-family: 'en2';
  src: url('../fonts/en/Archivo-Bold.ttf');
}
.en2 {
  font-family: 'en2';
}
@font-face {
  font-family: 'en3';
  src: url('../fonts/en/Caveat.ttf');
}
.en3 {
  font-family: 'en3';
}
@font-face {
  font-family: 'en4';
  src: url('../fonts/en/MontserratAlternates-BlackItalic.ttf');
}
.en4 {
  font-family: 'en4';
}
@font-face {
  font-family: 'en5';
  src: url('../fonts/en/NewBaskerville.ttf');
}
.en5 {
  font-family: 'en5';
}
@font-face {
  font-family: 'en6';
  src: url('../fonts/en/utile.woff2');
}
.en6 {
  font-family: 'en6';
}
@font-face {
  font-family: 'en7';
  src: url('../fonts/en/OpenSans-Light.ttf');
}
.en7 {
  font-family: 'en7';
}
@font-face {
  font-family: 'en8';
  src: url('../fonts/en/Square721BT.ttf');
}
.en8 {
  font-family: 'en8';
}
@font-face {
  font-family: 'en9';
  src: url('../fonts/en/D-DIN-PRO-900-Heavy.otf');
}
.en9 {
  font-family: 'en9';
}
@font-face {
  font-family: 'en10';
  src: url('../fonts/en/NewBaskerville Italic.ttf');
}
.en10 {
  font-family: 'en10';
}
@font-face {
  font-family: 'en11';
  src: url('../fonts/en/RoslindaleDisplay-Regular.woff2');
}
.en11 {
  font-family: 'en11';
}
/* 弹跳 */
@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(133, 39, 23, 0.15), 0 0 0 1vw rgba(133, 39, 23, 0.15), 0 0 0 2vw rgba(133, 39, 23, 0.15);
  }
  100% {
    box-shadow: 0 0 0 1vw rgba(133, 39, 23, 0.15), 0 0 0 2vw rgba(133, 39, 23, 0.15), 0 0 0 4vw rgba(133, 39, 23, 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);
  background-repeat: no-repeat;
  color: #333;
}
@media (max-width:1024px) {
  a,
  div,
  section,
  p,
  button,
  ul,
  li,
  body,
  html,
  img,
  textarea,
  input {
    font-size: 3.4vw;
  }
}
a {
  display: block;
  text-decoration: none;
  outline: none;
}
img {
  border: 0;
  display: block;
}
body {
  margin: 0 auto;
  background-repeat: repeat;
}
ul,
li {
  list-style-type: none;
}
button {
  border: none;
  outline: none;
  background-color: transparent;
  box-sizing: content-box;
}
p {
  line-height: 2em;
}
video {
  object-fit: cover;
  width: 100%;
  height: 100%;
}
.description {
  line-height: 2em;
}
.wenzhang p {
  line-height: 2.4em;
  text-indent: 2em;
  padding: 4px 0;
}
.wenzhang p img {
  max-width: 100%;
  margin: 1vw auto;
  display: block;
}
@media (max-width:1024px) {
  .wenzhang p img {
    width: 100% !important;
    height: unset !important;
  }
}
.content p {
  color: var(--fontCor70);
}
table {
  border: none;
  border-collapse: collapse;
  border: 0;
}
tr {
  border: none;
  border: 1px solid #DDD;
}
td {
  border: none;
  border: 1px solid #DDD;
}
input {
  outline: none;
  border: none;
}
.fancybox__container * {
  color: #fff !important;
}
.buttonLink {
  display: none;
}
.pageBox {
  max-width: 100%;
  margin: 0 auto;
}
mod {
  display: block;
}
.cn {
  font-family: 'cn1';
}
.en {
  text-transform: uppercase;
}
.imgBox img {
  object-fit: cover;
  width: 100%;
  height: 100%;
}
.imgBox.para {
  overflow: hidden;
}
.imgBox.para img {
  height: 120%;
}
@media (max-width:1024px) {
  .imgBox.para img {
    height: 100%;
  }
}
.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: #852717;
}
::-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.5s;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.56, -0.01, 0.04, 1);
  width: 100%;
  height: 100%;
  top: 0;
  z-index: 15;
}
.mapGoOpenBoxMask.show {
  opacity: 1;
  pointer-events: auto;
}
.mapGoOpenBox {
  position: fixed;
  bottom: 0;
  transition-duration: 0.5s;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.56, -0.01, 0.04, 1);
  width: 100%;
  z-index: 16;
  padding: 10vw;
  transform: translateY(100%);
  pointer-events: none;
}
.mapGoOpenBox .box {
  border-radius: 2vw;
  background-color: #852717;
  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: #852717;
  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.5s;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.56, -0.01, 0.04, 1);
}
.tongzhi .kuangjia .box {
  width: 400px;
  padding: 20px 0;
  background-color: #fff;
  box-shadow: 2px 2px 30px rgba(255, 255, 255, 0.5);
  transform: translateY(50px);
  transition-duration: 0.5s;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.56, -0.01, 0.04, 1);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  flex-wrap: unset;
  border-radius: 10px;
}
@media (max-width:1024px) {
  .tongzhi .kuangjia .box {
    width: 90%;
  }
}
.tongzhi .kuangjia .box i {
  font-size: 80px;
  margin-bottom: 20px;
}
@media (max-width:1024px) {
  .tongzhi .kuangjia .box i {
    font-size: 18vw;
  }
}
.tongzhi .kuangjia .box i.icon-zhengque {
  color: #46ad75;
}
.tongzhi .kuangjia .box i.icon-cuowu {
  color: #b62c2c;
}
.tongzhi .kuangjia .box span {
  font-size: 18px;
  color: #666;
}
.tongzhi .kuangjia .box .jishi {
  margin-top: 20px;
  color: #666;
  font-size: 14px;
  transition-duration: 0.5s;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.56, -0.01, 0.04, 1);
}
.tongzhi .kuangjia.on .box {
  transform: translateY(0px);
}
#smooth-content .pageContentAll {
  position: relative;
  z-index: 1;
}
#smooth-content .pageContentAll .pageContent {
  padding-top: 4vw;
}
#smooth-content .pageContentAll::after {
  content: '';
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
  z-index: -1;
  opacity: 1;
  top: 0;
  background-repeat: repeat;
  background-image: url(../img/bgAll1.jpg);
}
.topNav {
  position: fixed;
  z-index: 10;
  top: 0;
  width: 100%;
  transition-duration: 0.5s;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.56, -0.01, 0.04, 1);
  transform: translateY(-100%);
}
.topNav > .thisBox {
  width: 100%;
  height: 7.2vw;
}
@media (max-width:1600px) {
  .topNav > .thisBox {
    height: 7.2vw;
  }
}
@media (max-width:1300px) {
  .topNav > .thisBox {
    height: 7.2vw;
  }
}
@media (max-width:1024px) {
  .topNav > .thisBox {
    height: 24vw;
  }
}
.topNav > .thisBox .topOnBox {
  width: 100%;
  height: 100%;
  height: 2.2vw;
  padding: 0 5vw;
  background-color: #852717;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  flex-wrap: unset;
}
@media (max-width:1024px) {
  .topNav > .thisBox .topOnBox {
    height: 10vw;
  }
}
.topNav > .thisBox .topOnBox * {
  color: #fff;
}
.topNav > .thisBox .topOnBox > .thisBox {
  width: 80%;
  margin: 0 auto;
  height: 100%;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  flex-wrap: unset;
}
@media (max-width:1024px) {
  .topNav > .thisBox .topOnBox > .thisBox {
    width: 86%;
  }
}
@media (max-width:1024px) {
  .topNav > .thisBox .topOnBox > .thisBox {
    width: 100%;
  }
}
.topNav > .thisBox .topOnBox > .thisBox .swiperBox {
  width: 50%;
  height: 100%;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-start;
  flex-wrap: unset;
}
.topNav > .thisBox .topOnBox > .thisBox .swiperBox .label {
  width: 5vw;
}
@media (max-width:1024px) {
  .topNav > .thisBox .topOnBox > .thisBox .swiperBox .label {
    display: none;
  }
}
.topNav > .thisBox .topOnBox > .thisBox .swiperBox #topNavGonggao {
  width: calc(100% - 5vw);
  height: 100%;
}
@media (max-width:1024px) {
  .topNav > .thisBox .topOnBox > .thisBox .swiperBox #topNavGonggao {
    width: 100%;
  }
}
.topNav > .thisBox .topOnBox > .thisBox .swiperBox #topNavGonggao .swiper-slide {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-start;
  flex-wrap: unset;
}
.topNav > .thisBox .topOnBox > .thisBox .swiperBox #topNavGonggao .swiper-slide .aBox {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-start;
  flex-wrap: unset;
  gap: 1vw;
}
.topNav > .thisBox .topOnBox > .thisBox .swiperBox #topNavGonggao .swiper-slide .aBox * {
  color: #fff;
}
.topNav > .thisBox .topOnBox > .thisBox .swiperBox #topNavGonggao .swiper-slide .aBox .date {
  width: max-content;
  word-break: break-all;
  width: 9vw;
}
@media (max-width:1024px) {
  .topNav > .thisBox .topOnBox > .thisBox .swiperBox #topNavGonggao .swiper-slide .aBox .date {
    display: none;
  }
}
.topNav > .thisBox .topOnBox > .thisBox .swiperBox #topNavGonggao .swiper-slide .aBox .txt {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  width: 100%;
}
.topNav > .thisBox .topOnBox > .thisBox .swiperBox #topNavGonggao .swiper-slide .aBox:hover .txt {
  text-decoration: underline;
}
.topNav > .thisBox .coutBox {
  padding: 0 5vw;
  background-color: #FFFCF5;
  transition-duration: 0.5s;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.56, -0.01, 0.04, 1);
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  flex-wrap: unset;
  height: calc(100% - 2.2vw);
}
@media (max-width:1024px) {
  .topNav > .thisBox .coutBox {
    height: calc(100% - 10vw);
  }
}
.topNav > .thisBox .coutBox .topLogo {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  flex-wrap: unset;
  height: 80%;
}
.topNav > .thisBox .coutBox .topLogo .logoA {
  height: 100%;
}
.topNav > .thisBox .coutBox .topLogo .logoA img {
  height: 100%;
}
.topNav > .thisBox .coutBox .navBar {
  height: 100%;
}
@media (max-width:1024px) {
  .topNav > .thisBox .coutBox .navBar {
    display: none;
  }
}
.topNav > .thisBox .coutBox .navBar .ul1 {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  flex-wrap: unset;
  height: 100%;
}
.topNav > .thisBox .coutBox .navBar .ul1 .li1 {
  position: relative;
  padding: 0 1.8vw;
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  flex-wrap: unset;
}
.topNav > .thisBox .coutBox .navBar .ul1 .li1 .a1 {
  position: relative;
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  flex-wrap: unset;
}
.topNav > .thisBox .coutBox .navBar .ul1 .li1 .a1 .txt.ani_txt > div > div {
  font-size: clamp(12px, 1vw, 1vw);
  font-family: 'cn1';
}
@media (max-width:1024px) {
  .topNav > .thisBox .coutBox .navBar .ul1 .li1 .a1 .txt.ani_txt > div > div {
    font-size: 3.8vw;
  }
}
.topNav > .thisBox .coutBox .navBar .ul1 .li1 .a1 .kuang {
  position: absolute;
  top: 50%;
  pointer-events: none;
  transform: translateY(-50%);
  height: 1.4vw;
  width: calc(100% + 3vw);
  left: -1.5vw;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  flex-wrap: unset;
}
.topNav > .thisBox .coutBox .navBar .ul1 .li1 .a1 .kuang > div {
  height: 100%;
  opacity: 0;
  transition-duration: 0.3s;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.56, -0.01, 0.04, 1);
  width: 1vw;
  position: relative;
  -webkit-mask-image: url(../img/titleK.png);
  -webkit-mask-size: 100% 100%;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center;
}
.topNav > .thisBox .coutBox .navBar .ul1 .li1 .a1 .kuang > div::after {
  content: '';
  position: absolute;
  display: block;
  background-color: #852717;
  width: 100%;
  height: 100%;
}
.topNav > .thisBox .coutBox .navBar .ul1 .li1 .a1 .kuang > div::after {
  background-color: #e3d9c6;
}
.topNav > .thisBox .coutBox .navBar .ul1 .li1 .a1 .kuang > div.kuangRight {
  transform: rotate(180deg);
}
.topNav > .thisBox .coutBox .navBar .ul1 .li1 .twoNav {
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  padding-top: 1vw;
  clip-path: inset(0 0 100% 0);
  transition-duration: 0.5s;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.56, -0.01, 0.04, 1);
  pointer-events: none;
}
.topNav > .thisBox .coutBox .navBar .ul1 .li1 .twoNav .ul2 {
  padding: 1vw 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  flex-wrap: unset;
  row-gap: 1vw;
}
.topNav > .thisBox .coutBox .navBar .ul1 .li1 .twoNav .ul2 .li2 .a2 .txt div {
  font-family: 'cn1';
}
.topNav > .thisBox .coutBox .navBar .ul1 .li1.on .a1 .ani_txt .init_txt div {
  text-indent: 100%;
}
.topNav > .thisBox .coutBox .navBar .ul1 .li1.on .a1 .ani_txt .show_txt div {
  text-indent: 0;
}
.topNav > .thisBox .coutBox .navBar .ul1 .li1.on .a1 .kuang > div {
  opacity: 1;
}
.topNav > .thisBox .coutBox .navBar .ul1 .li1:hover .twoNav {
  pointer-events: auto;
  clip-path: inset(0 0 0 0);
}
.topNav > .thisBox .coutBox .navBar .ul1 .li1:hover .a1 .kuang > div {
  opacity: 1;
}
@media (min-width:1024px) {
  .topNav > .thisBox .coutBox .openBtn {
    display: none;
  }
}
.topNav > .thisBox .coutBox .openBtn .openNavBtn {
  border-radius: 50%;
  width: 40px;
  height: 40px;
  background-color: #852717;
  padding: 14px 10px;
}
.topNav > .thisBox .coutBox .openBtn .openNavBtn .menuBtn {
  position: relative;
  width: 100%;
  height: 100%;
  transition-duration: 0.5s;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.56, -0.01, 0.04, 1);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  flex-wrap: unset;
}
.topNav > .thisBox .coutBox .openBtn .openNavBtn .menuBtn span {
  width: 20px;
  height: 1px;
  background-color: #fff;
  display: block;
}
.topNav > .thisBox .coutBox .openBtn .openNavBtn .menuBtn span:nth-child(1) {
  width: 100%;
  height: 1px;
  left: 0;
  position: absolute;
  transition-duration: 320ms, 360ms;
  transition-timing-function: cubic-bezier(0.165, 0.84, 0.44, 1), cubic-bezier(0.165, 0.84, 0.44, 1);
  transition-delay: 0s, 420ms;
  transition-property: transform, top;
  top: 0;
}
.topNav > .thisBox .coutBox .openBtn .openNavBtn .menuBtn span:nth-child(3) {
  margin-top: 5px;
  width: 100%;
  height: 1px;
  left: 0;
  position: absolute;
  transition-duration: 320ms, 360ms;
  transition-timing-function: cubic-bezier(0.165, 0.84, 0.44, 1), cubic-bezier(0.165, 0.84, 0.44, 1);
  transition-delay: 0s, 420ms;
  transition-property: transform, bottom;
  bottom: 0;
}
.topNav.scrollShow {
  transform: translateY(0);
}
.topNav.openNavShow > .thisBox .coutBox .openBtn .openNavBtn .menuBtn span:nth-child(1) {
  transition-property: top, transform;
  top: 50%;
  transform: rotate(45deg);
}
.topNav.openNavShow > .thisBox .coutBox .openBtn .openNavBtn .menuBtn span:nth-child(2) {
  opacity: 0;
}
.topNav.openNavShow > .thisBox .coutBox .openBtn .openNavBtn .menuBtn span:nth-child(3) {
  transition-property: bottom, transform;
  bottom: 50%;
  transform: rotate(-45deg);
}
.openNav {
  position: fixed;
  z-index: 9;
  width: 100%;
  height: 100%;
  top: 0;
  pointer-events: none;
}
.openNav .openNavThis {
  position: relative;
  z-index: 1;
  top: 0;
  transition-duration: 0.5s;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.56, -0.01, 0.04, 1);
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
}
.openNav .openNavThis > .thisBox {
  padding-top: 24vw;
  padding-bottom: 20vw;
}
.openNav .openNavThis > .thisBox .contentBox {
  width: 70%;
  margin: 0 auto;
  padding-top: 10vw;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  flex-wrap: unset;
}
.openNav .openNavThis > .thisBox .contentBox .logoBox {
  transition-duration: 0.5s;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.56, -0.01, 0.04, 1);
  margin-bottom: 6vw;
  height: 20vw;
}
@media (max-width:1024px) {
  .openNav .openNavThis > .thisBox .contentBox .logoBox {
    height: 10vw;
  }
}
.openNav .openNavThis > .thisBox .contentBox .logoBox img {
  height: 100%;
}
.openNav .openNavThis > .thisBox .contentBox .navBar {
  width: 100%;
}
.openNav .openNavThis > .thisBox .contentBox .navBar .ul {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  flex-wrap: unset;
  gap: 2vw;
}
.openNav .openNavThis > .thisBox .contentBox .navBar .ul .li {
  position: relative;
  border-bottom: 1px dashed #ccc;
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  flex-wrap: unset;
}
.openNav .openNavThis > .thisBox .contentBox .navBar .ul .li .a1 {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  flex-wrap: unset;
  padding: 4vw 0;
}
.openNav .openNavThis > .thisBox .contentBox .navBar .ul .li .a1 .txt {
  font-size: clamp(12px, 1.5vw, 1.5vw);
  color: #fff;
}
@media (max-width:1024px) {
  .openNav .openNavThis > .thisBox .contentBox .navBar .ul .li .a1 .txt {
    font-size: 4.8vw;
  }
}
.openNav .openNavThis > .thisBox .contentBox .navBar .ul .li .openTwoBtn {
  border-radius: 50%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  flex-wrap: unset;
  border: 1px solid #fff;
  width: 10vw;
  height: 10vw;
  transition-duration: 0.5s;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.56, -0.01, 0.04, 1);
  position: absolute;
  right: 0;
  top: 2vw;
}
.openNav .openNavThis > .thisBox .contentBox .navBar .ul .li .openTwoBtn i {
  transition-duration: 0.5s;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.56, -0.01, 0.04, 1);
  color: #fff;
}
.openNav .openNavThis > .thisBox .contentBox .navBar .ul .li .openTwoBtn.on {
  transform: rotate(180deg);
  background-color: #fffcf5;
  border-color: #fffcf5;
}
.openNav .openNavThis > .thisBox .contentBox .navBar .ul .li .openTwoBtn.on i {
  color: #852717;
}
.openNav .openNavThis > .thisBox .contentBox .navBar .ul .li .twoNav {
  width: 100%;
  display: none;
}
.openNav .openNavThis > .thisBox .contentBox .navBar .ul .li .twoNav .ul2 {
  padding-top: 2vw;
  padding-bottom: 4vw;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  flex-wrap: unset;
}
.openNav .openNavThis > .thisBox .contentBox .navBar .ul .li .twoNav .ul2 .li2 {
  padding-left: 8vw;
}
.openNav .openNavThis > .thisBox .contentBox .navBar .ul .li .twoNav .ul2 .li2 .a2 {
  padding: 3vw 0;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-start;
  flex-wrap: unset;
  gap: 2vw;
}
.openNav .openNavThis > .thisBox .contentBox .navBar .ul .li .twoNav .ul2 .li2 .a2 .txt {
  font-size: clamp(12px, 1.3vw, 1.3vw);
  color: #fff;
}
@media (max-width:1024px) {
  .openNav .openNavThis > .thisBox .contentBox .navBar .ul .li .twoNav .ul2 .li2 .a2 .txt {
    font-size: 4.4vw;
  }
}
.openNav .openNavThis > .thisBox .contentBox .navBar .ul .li .twoNav .ul2 .li2 .a2 .ico i {
  color: #fff;
}
.openNav .openOverLay {
  background-color: #852717;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  transition-duration: 0.5s;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.56, -0.01, 0.04, 1);
  transform: translateX(-100%);
}
.openNav.openNavShow {
  pointer-events: auto;
}
.openNav.openNavShow .openNavThis {
  opacity: 1;
}
.openNav.openNavShow .openOverLay {
  transform: translateX(0);
}
.openTeam {
  pointer-events: none;
  opacity: 0;
  transition-duration: 0.5s;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.56, -0.01, 0.04, 1);
}
.openTeam .openTeamBox {
  position: fixed;
  top: 50%;
  z-index: 10;
  left: 30%;
  width: 40%;
  transform: translateY(-50%);
  transition-duration: 0.5s;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.56, -0.01, 0.04, 1);
}
@media (max-width:1024px) {
  .openTeam .openTeamBox {
    width: 80%;
    left: 10%;
  }
}
.openTeam .openTeamBox .twoLineBox {
  transform: translateY(2vw);
  transition-duration: 0.5s;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.56, -0.01, 0.04, 1);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  flex-wrap: unset;
}
.openTeam .openTeamBox .twoLineBox .kuangBox .textBox {
  position: relative;
  z-index: 1;
  width: 100%;
  height: 100%;
  padding: 2vw;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  flex-wrap: unset;
  gap: 1vw;
}
@media (max-width:1024px) {
  .openTeam .openTeamBox .twoLineBox .kuangBox .textBox {
    width: 100%;
    padding: 4vw;
    gap: 4vw;
  }
}
.openTeam .openTeamBox .twoLineBox .kuangBox .textBox .bdName {
  margin-bottom: 0.4vw;
  font-size: clamp(12px, 0.9vw, 0.9vw);
  font-weight: bold;
}
@media (max-width:1024px) {
  .openTeam .openTeamBox .twoLineBox .kuangBox .textBox .bdName {
    font-size: 3.6vw;
  }
}
@media (max-width:1024px) {
  .openTeam .openTeamBox .twoLineBox .kuangBox .textBox .bdName {
    font-size: 4vw;
  }
}
.openTeam .openTeamBox .twoLineBox .kuangBox .textBox .txt {
  line-height: 2em;
}
@media (max-width:1024px) {
  .openTeam .openTeamBox .twoLineBox .kuangBox .textBox .txt {
    height: 30vw;
    overflow: auto;
  }
}
.openTeam .openTeamBox .twoLineBox .kuangBox .textBox .titleBox {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-start;
  flex-wrap: unset;
  gap: 2vw;
}
.openTeam .openTeamBox .twoLineBox .kuangBox .textBox .titleBox .title {
  font-family: 'cn1';
  font-size: clamp(12px, 1.7vw, 1.7vw);
}
@media (max-width:1024px) {
  .openTeam .openTeamBox .twoLineBox .kuangBox .textBox .titleBox .title {
    font-size: 5.2vw;
  }
}
.openTeam .openTeamBox .twoLineBox .kuangBox .textBox .titleBox .ofBranch {
  font-size: clamp(12px, 1.1vw, 1.1vw);
  color: #852717;
}
@media (max-width:1024px) {
  .openTeam .openTeamBox .twoLineBox .kuangBox .textBox .titleBox .ofBranch {
    font-size: 4vw;
  }
}
.openTeam .openTeamBox .twoLineBox .kuangBox .textBox .zhicheng {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  justify-content: flex-start;
  flex-wrap: wrap;
  gap: 0.4vw;
}
.openTeam .openTeamBox .twoLineBox .kuangBox .textBox .zhicheng .text {
  position: relative;
  padding: 0.2vw 1vw;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  flex-wrap: unset;
}
@media (max-width:1024px) {
  .openTeam .openTeamBox .twoLineBox .kuangBox .textBox .zhicheng .text {
    padding: 1vw 4vw;
  }
}
.openTeam .openTeamBox .twoLineBox .kuangBox .textBox .zhicheng .text .txt {
  position: relative;
  color: #e3d9c6;
  z-index: 1;
  height: unset;
}
.openTeam .openTeamBox .twoLineBox .kuangBox .textBox .zhicheng .text .maskImg {
  top: 0;
  width: 100%;
  height: 100%;
  position: relative;
  -webkit-mask-image: url(../img/txtbg.png);
  -webkit-mask-size: 100% 100%;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center;
  position: absolute;
}
.openTeam .openTeamBox .twoLineBox .kuangBox .textBox .zhicheng .text .maskImg::after {
  content: '';
  position: absolute;
  display: block;
  background-color: #852717;
  width: 100%;
  height: 100%;
}
.openTeam .openTeamBox .twoLineBox .kuangBox .textBox .goTime {
  margin-top: 1vw;
}
.openTeam .openTeamBox .twoLineBox .kuangBox .textBox .goTime .timeCout {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  justify-content: flex-start;
  flex-wrap: wrap;
  gap: 0.4vw;
}
.openTeam .openTeamBox .twoLineBox .kuangBox .textBox .goTime .timeCout .tag {
  padding: 0.2vw 0.6vw;
  font-size: clamp(12px, 0.7vw, 0.7vw);
  border: 1px dotted rgba(133, 39, 23, 0.4);
}
@media (max-width:1024px) {
  .openTeam .openTeamBox .twoLineBox .kuangBox .textBox .goTime .timeCout .tag {
    font-size: 3.2vw;
  }
}
@media (max-width:1024px) {
  .openTeam .openTeamBox .twoLineBox .kuangBox .textBox .goTime .timeCout .tag {
    padding: 0.6vw 1vw;
  }
}
.openTeam .openTeamBox .twoLineBox .kuangBox .textBox .unifyButton {
  margin-top: 2vw;
}
.openTeam .openTeamBox .twoLineBox .kuangBox .bgImg {
  opacity: 0.2;
  pointer-events: none;
  right: 0;
  width: 100%;
  height: 100%;
}
.openTeam .overlay {
  position: fixed;
  z-index: 9;
  width: 100%;
  height: 100%;
  top: 0;
  background-color: rgba(0, 0, 0, 0.5);
}
.openTeam.on {
  pointer-events: auto;
  opacity: 1;
}
.openTeam.on .openTeamBox .twoLineBox {
  transform: translateY(0);
  transition-duration: 0.5s;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.56, -0.01, 0.04, 1);
}
.unifyTitle {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  flex-wrap: unset;
  margin-bottom: 3vw;
}
@media (max-width:1024px) {
  .unifyTitle {
    margin-bottom: 8vw;
  }
}
.unifyTitle .unifyTitleThis {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  flex-wrap: unset;
}
.unifyTitle .unifyTitleThis .unifyTitle-left {
  position: relative;
  height: 100%;
}
.unifyTitle .unifyTitleThis .unifyTitle-left .maobiQ {
  width: 6vw;
  height: 6vw;
  position: relative;
  -webkit-mask-image: url(../img/maobiQ.png);
  -webkit-mask-size: 100% 100%;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center;
}
.unifyTitle .unifyTitleThis .unifyTitle-left .maobiQ::after {
  content: '';
  position: absolute;
  display: block;
  background-color: #852717;
  width: 100%;
  height: 100%;
}
@media (max-width:1024px) {
  .unifyTitle .unifyTitleThis .unifyTitle-left .maobiQ {
    width: 16vw;
    height: 16vw;
  }
}
.unifyTitle .unifyTitleThis .unifyTitle-left .maobiQ .colorBox {
  background-color: #000;
  width: 100%;
  height: 100%;
  opacity: 0.9;
}
.unifyTitle .unifyTitleThis .unifyTitle-left .title-left {
  top: 40%;
  transform: translateY(-50%);
  position: absolute;
  line-height: 1em;
  font-size: clamp(12px, 3.7vw, 3.7vw);
  right: 0;
  color: #852717;
  font-family: 'cn1';
}
@media (max-width:1024px) {
  .unifyTitle .unifyTitleThis .unifyTitle-left .title-left {
    font-size: 9.2vw;
  }
}
.unifyTitle .unifyTitleThis .unifyTitle-right {
  position: relative;
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  flex-wrap: unset;
}
.unifyTitle .unifyTitleThis .unifyTitle-right .title-right {
  margin-left: 1vw;
  font-size: clamp(12px, 2.2vw, 2.2vw);
  font-family: 'cn1';
}
@media (max-width:1024px) {
  .unifyTitle .unifyTitleThis .unifyTitle-right .title-right {
    font-size: 6.2vw;
  }
}
.unifyTitle .unifyTitleThis .unifyTitle-right .titleX {
  margin-top: 0.5vw;
}
@media (max-width:1024px) {
  .unifyTitle .unifyTitleThis .unifyTitle-right .titleX {
    margin-top: 4vw;
    width: 24vw;
  }
}
.unifyTitle .unifyTitleThis .unifyTitle-right .bottom {
  position: absolute;
  bottom: 0;
  height: 30%;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  flex-wrap: unset;
}
@media (max-width:1024px) {
  .unifyTitle .unifyTitleThis .unifyTitle-right .bottom {
    height: 30%;
  }
}
.unifyTitle .unifyTitleThis .unifyTitle-right .bottom .titleS {
  height: 80%;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  flex-wrap: unset;
}
.unifyTitle .unifyTitleThis .unifyTitle-right .bottom .subname {
  color: #852717;
  text-transform: uppercase;
}
.unifyTitle.qianse .unifyTitleThis .unifyTitle-left .title-left {
  color: #fff;
}
.unifyTitle.qianse .unifyTitleThis .unifyTitle-left .maobiQ .colorBox {
  background-color: #fff;
}
.unifyTitle.qianse .unifyTitleThis .unifyTitle-right .title-right {
  color: #fff;
}
.unifyTitle.qianse .unifyTitleThis .unifyTitle-right .titleX {
  filter: grayscale(1) invert(1) brightness(1000);
}
.unifyTitle.qianse .unifyTitleThis .unifyTitle-right .bottom .titleS {
  filter: grayscale(1) invert(1) brightness(1000);
}
.unifyButton_hover.unifyButton,
.unifyButton_hover .unifyButton {
  width: fit-content;
  margin-top: 3vw;
}
@media (max-width:1024px) {
  .unifyButton_hover.unifyButton,
  .unifyButton_hover .unifyButton {
    margin-top: 10vw;
  }
}
.unifyButton_hover.unifyButton .unifyButtonThis,
.unifyButton_hover .unifyButton .unifyButtonThis {
  width: 10vw;
  height: 2.6vw;
}
@media (max-width:1024px) {
  .unifyButton_hover.unifyButton .unifyButtonThis,
  .unifyButton_hover .unifyButton .unifyButtonThis {
    width: 30vw;
    height: 6vw;
  }
}
.unifyButton_hover.unifyButton .unifyButtonThis .txtBox,
.unifyButton_hover .unifyButton .unifyButtonThis .txtBox {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-start;
  flex-wrap: unset;
  gap: 0.4vw;
}
.unifyButton_hover.unifyButton .unifyButtonThis .txtBox .text,
.unifyButton_hover .unifyButton .unifyButtonThis .txtBox .text {
  font-size: clamp(12px, 0.9vw, 0.9vw);
  font-family: 'cn1';
}
@media (max-width:1024px) {
  .unifyButton_hover.unifyButton .unifyButtonThis .txtBox .text,
  .unifyButton_hover .unifyButton .unifyButtonThis .txtBox .text {
    font-size: 3.6vw;
  }
}
@media (max-width:1024px) {
  .unifyButton_hover.unifyButton .unifyButtonThis .txtBox .text,
  .unifyButton_hover .unifyButton .unifyButtonThis .txtBox .text {
    font-size: 5vw;
  }
}
.unifyButton_hover.unifyButton .unifyButtonThis .txtBox .iconBox,
.unifyButton_hover .unifyButton .unifyButtonThis .txtBox .iconBox {
  position: relative;
  -webkit-mask-image: url(../img/titleK.png);
  -webkit-mask-size: 100% 100%;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center;
  width: 2vw;
  height: 2vw;
  transform: rotateY(180deg);
}
.unifyButton_hover.unifyButton .unifyButtonThis .txtBox .iconBox::after,
.unifyButton_hover .unifyButton .unifyButtonThis .txtBox .iconBox::after {
  content: '';
  position: absolute;
  display: block;
  background-color: #852717;
  width: 100%;
  height: 100%;
}
@media (max-width:1024px) {
  .unifyButton_hover.unifyButton .unifyButtonThis .txtBox .iconBox,
  .unifyButton_hover .unifyButton .unifyButtonThis .txtBox .iconBox {
    width: 6vw;
    height: 6vw;
  }
}
.unifyButton_hover.unifyButton.fff .unifyButtonThis,
.unifyButton_hover .unifyButton.fff .unifyButtonThis {
  background-color: rgba(255, 255, 255, 0.08);
}
.unifyButton_hover.unifyButton.fff .unifyButtonThis > .thisBox .buttonTxt .txt,
.unifyButton_hover .unifyButton.fff .unifyButtonThis > .thisBox .buttonTxt .txt {
  color: #fff;
}
.unifyButton_hover.unifyButton.fff .unifyButtonThis > .thisBox::after,
.unifyButton_hover .unifyButton.fff .unifyButtonThis > .thisBox::after {
  background-color: rgba(255, 255, 255, 0.2);
}
@media (min-width:1024px) {
  .unifyButton_hover:hover.unifyButton .unifyButtonThis .txtBox .text,
  .unifyButton_hover:hover .unifyButton .unifyButtonThis .txtBox .text {
    color: #852717;
  }
}
@media (max-width:1024px) {
  .unifyButton_hover.unifyButton .unifyButtonThis .txtBox .text,
  .unifyButton_hover .unifyButton .unifyButtonThis .txtBox .text {
    color: #852717;
  }
}
@media (max-width:1024px) {
  .firstTop {
    display: none;
  }
}
.firstTop .firstTopThis {
  position: relative;
  z-index: 2;
}
.firstTop .firstTopThis > .thisBox {
  height: 6vw;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  flex-wrap: unset;
}
.firstTop .firstTopThis > .thisBox .logoBox {
  height: 6vw;
  padding: 0.6vw;
}
.firstTop .firstTopThis > .thisBox .logoBox .aBox {
  width: 100%;
  height: 100%;
}
.firstTop .firstTopThis > .thisBox .logoBox .aBox img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.firstTop .firstTopThis > .thisBox .left,
.firstTop .firstTopThis > .thisBox .right {
  width: calc(50% - 4vw);
  height: 100%;
}
.firstTop .firstTopThis > .thisBox .left.left,
.firstTop .firstTopThis > .thisBox .right.left {
  padding-left: 3vw;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  flex-wrap: unset;
}
.firstTop .firstTopThis > .thisBox .left.left .rexian,
.firstTop .firstTopThis > .thisBox .right.left .rexian {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  flex-wrap: unset;
}
.firstTop .firstTopThis > .thisBox .left.left .rexian .name,
.firstTop .firstTopThis > .thisBox .right.left .rexian .name {
  font-size: clamp(12px, 0.9vw, 0.9vw);
  font-family: 'cn1';
}
@media (max-width:1024px) {
  .firstTop .firstTopThis > .thisBox .left.left .rexian .name,
  .firstTop .firstTopThis > .thisBox .right.left .rexian .name {
    font-size: 3.6vw;
  }
}
.firstTop .firstTopThis > .thisBox .left.left .rexian .txt,
.firstTop .firstTopThis > .thisBox .right.left .rexian .txt {
  margin-top: 0.2vw;
  text-transform: uppercase;
  color: #852717;
  font-size: clamp(12px, 1.5vw, 1.5vw);
  font-weight: bold;
}
@media (max-width:1024px) {
  .firstTop .firstTopThis > .thisBox .left.left .rexian .txt,
  .firstTop .firstTopThis > .thisBox .right.left .rexian .txt {
    font-size: 4.8vw;
  }
}
.firstTop .firstTopThis > .thisBox .left.right,
.firstTop .firstTopThis > .thisBox .right.right {
  padding-right: 3vw;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  justify-content: center;
  flex-wrap: unset;
}
.firstTop .firstTopThis > .thisBox .left.right .zimeiti .ul,
.firstTop .firstTopThis > .thisBox .right.right .zimeiti .ul {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  flex-wrap: unset;
  gap: 1vw;
}
.firstTop .firstTopThis > .thisBox .left.right .zimeiti .ul .li,
.firstTop .firstTopThis > .thisBox .right.right .zimeiti .ul .li {
  position: relative;
}
.firstTop .firstTopThis > .thisBox .left.right .zimeiti .ul .li .box,
.firstTop .firstTopThis > .thisBox .right.right .zimeiti .ul .li .box {
  background-color: #852717;
  width: 2.4vw;
  height: 2.4vw;
  border-radius: 50%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  flex-wrap: unset;
  cursor: pointer;
}
.firstTop .firstTopThis > .thisBox .left.right .zimeiti .ul .li .box i,
.firstTop .firstTopThis > .thisBox .right.right .zimeiti .ul .li .box i {
  color: #fff;
}
.firstTop .firstTopThis > .thisBox .left.right .zimeiti .ul .li .showBox,
.firstTop .firstTopThis > .thisBox .right.right .zimeiti .ul .li .showBox {
  opacity: 0;
  pointer-events: none;
  padding-top: 1vw;
  position: absolute;
  top: 100%;
  transition-duration: 0.3s;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.56, -0.01, 0.04, 1);
  left: 50%;
  transform: translateX(-50%);
}
.firstTop .firstTopThis > .thisBox .left.right .zimeiti .ul .li .showBox .imgBox,
.firstTop .firstTopThis > .thisBox .right.right .zimeiti .ul .li .showBox .imgBox {
  transform: translateY(1vw);
  transition-duration: 0.3s;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.56, -0.01, 0.04, 1);
  width: 6vw;
  height: 6vw;
}
.firstTop .firstTopThis > .thisBox .left.right .zimeiti .ul .li:hover .showBox,
.firstTop .firstTopThis > .thisBox .right.right .zimeiti .ul .li:hover .showBox {
  opacity: 1;
  pointer-events: auto;
}
.firstTop .firstTopThis > .thisBox .left.right .zimeiti .ul .li:hover .showBox .imgBox,
.firstTop .firstTopThis > .thisBox .right.right .zimeiti .ul .li:hover .showBox .imgBox {
  transform: translateY(0);
}
.twoLineBox {
  background-color: #FFFCF5;
  transition-duration: 0.5s;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.56, -0.01, 0.04, 1);
  border: 1px solid #97805e;
  width: 100%;
  height: 100%;
  padding: 2px;
}
.twoLineBox .kuangBox {
  border: 1px solid #97805e;
  width: 100%;
  height: 100%;
}
.jiao div {
  height: 4vw;
  aspect-ratio: 1;
  position: absolute;
  z-index: 1;
  background-size: contain;
  background-repeat: no-repeat;
  background-image: url(../img/jiao.png);
  background-position: center;
}
@media (max-width:1024px) {
  .jiao div {
    height: 12vw;
  }
}
.jiao div:nth-child(1) {
  left: 0.6vw;
  top: 0.6vw;
}
.jiao div:nth-child(2) {
  top: 0.6vw;
  right: 0.6vw;
  transform: rotate(90deg);
}
.jiao div:nth-child(3) {
  left: 0.6vw;
  bottom: 0.6vw;
  transform: rotate(270deg);
}
.jiao div:nth-child(4) {
  right: 0.6vw;
  bottom: 0.6vw;
  transform: rotate(180deg);
}
.imgShow {
  position: relative;
}
.imgShow .jiao div {
  height: 4vw;
  aspect-ratio: 1;
  position: absolute;
  z-index: 1;
  background-size: contain;
  background-repeat: no-repeat;
  background-image: url(../img/jiao.png);
  background-position: center;
}
@media (max-width:1024px) {
  .imgShow .jiao div {
    height: 12vw;
  }
}
.imgShow .jiao div:nth-child(1) {
  left: 0.6vw;
  top: 0.6vw;
}
.imgShow .jiao div:nth-child(2) {
  top: 0.6vw;
  right: 0.6vw;
  transform: rotate(90deg);
}
.imgShow .jiao div:nth-child(3) {
  left: 0.6vw;
  bottom: 0.6vw;
  transform: rotate(270deg);
}
.imgShow .jiao div:nth-child(4) {
  right: 0.6vw;
  bottom: 0.6vw;
  transform: rotate(180deg);
}
.imgShow .brushVideo {
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  mix-blend-mode: lighten;
}
.bannerNavbar {
  height: 100%;
  position: absolute;
  top: 1vw;
  background-color: #852717;
  border-radius: 1.5vw;
  padding: 0 2vw;
  left: 50%;
  height: 3vw;
  z-index: 1;
  transform: translateX(-50%);
}
@media (max-width:1024px) {
  .bannerNavbar {
    display: none;
  }
}
.bannerNavbar .ul1 {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  flex-wrap: unset;
  height: 100%;
}
.bannerNavbar .ul1 .li1 {
  position: relative;
  padding: 0 1.8vw;
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  flex-wrap: unset;
}
.bannerNavbar .ul1 .li1 .a1 {
  position: relative;
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  flex-wrap: unset;
}
.bannerNavbar .ul1 .li1 .a1 .txt.ani_txt > div > div {
  font-size: clamp(12px, 1vw, 1vw);
  font-family: 'cn1';
}
@media (max-width:1024px) {
  .bannerNavbar .ul1 .li1 .a1 .txt.ani_txt > div > div {
    font-size: 3.8vw;
  }
}
.bannerNavbar .ul1 .li1 .a1 .kuang {
  position: absolute;
  top: 50%;
  pointer-events: none;
  transform: translateY(-50%);
  height: 1.4vw;
  width: calc(100% + 3vw);
  left: -1.5vw;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  flex-wrap: unset;
}
.bannerNavbar .ul1 .li1 .a1 .kuang > div {
  height: 100%;
  opacity: 0;
  transition-duration: 0.3s;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.56, -0.01, 0.04, 1);
  width: 1vw;
  position: relative;
  -webkit-mask-image: url(../img/titleK.png);
  -webkit-mask-size: 100% 100%;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center;
}
.bannerNavbar .ul1 .li1 .a1 .kuang > div::after {
  content: '';
  position: absolute;
  display: block;
  background-color: #852717;
  width: 100%;
  height: 100%;
}
.bannerNavbar .ul1 .li1 .a1 .kuang > div::after {
  background-color: #e3d9c6;
}
.bannerNavbar .ul1 .li1 .a1 .kuang > div.kuangRight {
  transform: rotate(180deg);
}
.bannerNavbar .ul1 .li1 .twoNav {
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  padding-top: 1vw;
  clip-path: inset(0 0 100% 0);
  transition-duration: 0.5s;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.56, -0.01, 0.04, 1);
  pointer-events: none;
}
.bannerNavbar .ul1 .li1 .twoNav .ul2 {
  padding: 1vw 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  flex-wrap: unset;
  row-gap: 1vw;
}
.bannerNavbar .ul1 .li1 .twoNav .ul2 .li2 .a2 .txt div {
  font-family: 'cn1';
}
.bannerNavbar .ul1 .li1.on .a1 .ani_txt .init_txt div {
  text-indent: 100%;
}
.bannerNavbar .ul1 .li1.on .a1 .ani_txt .show_txt div {
  text-indent: 0;
}
.bannerNavbar .ul1 .li1.on .a1 .kuang > div {
  opacity: 1;
}
.bannerNavbar .ul1 .li1:hover .twoNav {
  pointer-events: auto;
  clip-path: inset(0 0 0 0);
}
.bannerNavbar .ul1 .li1:hover .a1 .kuang > div {
  opacity: 1;
}
.bannerNavbar .ul1 .li1 .a1 .txt.ani_txt .init_txt > div {
  color: #e3d9c6;
}
.bannerNavbar .ul1 .li1 .a1 .txt.ani_txt .show_txt > div {
  color: #e3d9c6;
}
.bannerNavbar .ul1 .li1 .a1 .kuang > div .colorBox {
  background-color: #fff;
}
.bannerNavbar .ul1 .li1 .twoNav {
  top: 3vw;
}
.fenye {
  margin-top: 5vw;
}
@media (max-width:1024px) {
  .fenye {
    margin-top: 10vw;
  }
}
.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: 2vw;
  }
}
.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;
  text-transform: uppercase;
  font-size: clamp(12px, 1.1vw, 1.1vw);
  border: 1px solid #ddd;
}
@media (max-width:1024px) {
  .fenye .fenyeThis > .thisBox .box a {
    font-size: 4vw;
  }
}
@media (max-width:1024px) {
  .fenye .fenyeThis > .thisBox .box a {
    width: 10vw;
    height: 10vw;
  }
}
.fenye .fenyeThis > .thisBox .box a:hover {
  background-color: rgba(133, 39, 23, 0.1);
}
.fenye .fenyeThis > .thisBox .box a.page-num-current {
  background-color: #852717;
  color: #fff;
}
.ani_txt {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  flex-wrap: unset;
  position: relative;
}
.ani_txt .init_txt {
  position: relative;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  flex-wrap: unset;
}
.ani_txt .init_txt > div {
  overflow: hidden;
  text-indent: 0;
}
.ani_txt .show_txt {
  top: 0;
  position: absolute;
}
.ani_txt .show_txt > div {
  overflow: hidden;
  color: #852717;
  text-indent: 100%;
}
.ani_txt > div > div {
  transition: text-indent 1.2s cubic-bezier(0.16, 1, 0.4, 1);
  transition-duration: 1.2s;
  font-size: clamp(12px, 0.8vw, 0.8vw);
}
@media (max-width:1024px) {
  .ani_txt > div > div {
    font-size: 3.4vw;
  }
}
.ani_txt:hover .init_txt > div {
  text-indent: 100%;
}
.ani_txt:hover .show_txt > div {
  text-indent: 0;
}
.firstJoin {
  opacity: 0;
  pointer-events: none;
  z-index: 111;
  position: fixed;
  top: 0;
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  flex-wrap: unset;
}
.firstJoin .fiexdBox {
  position: relative;
  z-index: 1;
  background-color: #fff;
  width: 70vw;
  height: 80vh;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  flex-wrap: unset;
}
@media (max-width:1024px) {
  .firstJoin .fiexdBox {
    height: unset;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    flex-wrap: unset;
    width: 80vw;
  }
}
.firstJoin .fiexdBox .imgBox {
  width: 50%;
  height: 100%;
}
@media (max-width:1024px) {
  .firstJoin .fiexdBox .imgBox {
    width: 100%;
    height: 60vw;
  }
}
.firstJoin .fiexdBox .coutBox {
  padding: 1vw 3vw;
  width: 50%;
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  flex-wrap: unset;
  gap: 1vw;
}
@media (max-width:1024px) {
  .firstJoin .fiexdBox .coutBox {
    padding: 8vw;
    gap: 4vw;
    width: 100%;
    height: unset;
  }
}
.firstJoin .fiexdBox .coutBox .logo {
  margin-bottom: 1vw;
  height: 7vw;
}
@media (max-width:1024px) {
  .firstJoin .fiexdBox .coutBox .logo {
    height: 16vw;
  }
}
.firstJoin .fiexdBox .coutBox .title {
  text-align: center;
  font-size: clamp(12px, 1.1vw, 1.1vw);
  font-family: 'cn1';
}
@media (max-width:1024px) {
  .firstJoin .fiexdBox .coutBox .title {
    font-size: 4vw;
  }
}
.firstJoin .fiexdBox .coutBox .miaoshu {
  margin-bottom: 2vw;
  font-size: clamp(12px, 0.9vw, 0.9vw);
  opacity: 0.7;
}
@media (max-width:1024px) {
  .firstJoin .fiexdBox .coutBox .miaoshu {
    font-size: 3.6vw;
  }
}
.firstJoin .fiexdBox .coutBox .years {
  width: 100%;
}
.firstJoin .fiexdBox .coutBox .years input {
  padding: 0 2vw;
  text-align: center;
  font-size: clamp(12px, 1.5vw, 1.5vw);
  text-transform: uppercase;
  width: 100%;
  height: 3vw;
  background-color: #f3f3f3;
}
@media (max-width:1024px) {
  .firstJoin .fiexdBox .coutBox .years input {
    font-size: 4.8vw;
  }
}
@media (max-width:1024px) {
  .firstJoin .fiexdBox .coutBox .years input {
    height: 10vw;
  }
}
.firstJoin .fiexdBox .coutBox .button {
  cursor: pointer;
  width: 100%;
  height: 3vw;
  color: #fff;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  flex-wrap: unset;
  background-color: #852717;
}
@media (max-width:1024px) {
  .firstJoin .fiexdBox .coutBox .button {
    height: 10vw;
  }
}
.firstJoin .fiexdBox .coutBox .button:active {
  opacity: 0.8;
}
.firstJoin .fiexdBox .coutBox .jinggao {
  opacity: 0;
  font-family: 'cn1';
  color: red;
  font-size: clamp(12px, 1.3vw, 1.3vw);
}
@media (max-width:1024px) {
  .firstJoin .fiexdBox .coutBox .jinggao {
    font-size: 4.4vw;
  }
}
.firstJoin .mask {
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.9);
}
.firstJoin.show {
  opacity: 1;
  pointer-events: auto;
  transition-duration: 0.5s;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.56, -0.01, 0.04, 1);
}
.fiexdRight {
  position: fixed;
  z-index: 5;
  right: 1vw;
  transform: translateY(50%);
  bottom: 50%;
}
@media (max-width:1024px) {
  .fiexdRight {
    transform: translateY(0);
    bottom: 25vw;
  }
}
.fiexdRight > .thisBox .ul {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  flex-wrap: unset;
  gap: 0.8vw;
}
@media (max-width:1024px) {
  .fiexdRight > .thisBox .ul {
    gap: 2vw;
  }
}
.fiexdRight > .thisBox .ul .li .box {
  position: relative;
}
.fiexdRight > .thisBox .ul .li .box .ico {
  overflow: hidden;
  position: relative;
  cursor: pointer;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  flex-wrap: unset;
  background-color: #fff;
  box-shadow: 2px 2px 10px rgba(0, 0, 0, 0.1);
}
@media (max-width:1300px) {
  .fiexdRight > .thisBox .ul .li .box .ico {
    width: 40px;
    height: 40px;
  }
}
.fiexdRight > .thisBox .ul .li .box .ico i {
  position: relative;
  z-index: 1;
  transition-duration: 0.5s;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.56, -0.01, 0.04, 1);
  font-size: 22px;
}
@media (max-width:1300px) {
  .fiexdRight > .thisBox .ul .li .box .ico i {
    font-size: 18px;
  }
}
.fiexdRight > .thisBox .ul .li .box .ico::after {
  content: '';
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
  top: 100%;
  transition-duration: 0.5s;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.56, -0.01, 0.04, 1);
  background-color: #852717;
}
.fiexdRight > .thisBox .ul .li .box .showContent {
  opacity: 0;
  pointer-events: none;
  transform: translateY(0);
  background-color: #fff;
  padding: 0.6vw;
  box-shadow: 2px 2px 10px rgba(0, 0, 0, 0.1);
  position: absolute;
  top: 50%;
  display: block;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  flex-wrap: unset;
  transition-duration: 0.5s;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.56, -0.01, 0.04, 1);
  right: calc(100% + 2vw);
}
@media (max-width:1024px) {
  .fiexdRight > .thisBox .ul .li .box .showContent {
    padding: 4vw;
  }
}
.fiexdRight > .thisBox .ul .li .box .showContent .imgBox {
  width: 7vw;
  height: 7vw;
}
@media (max-width:1024px) {
  .fiexdRight > .thisBox .ul .li .box .showContent .imgBox {
    width: 30vw;
    height: 30vw;
  }
}
.fiexdRight > .thisBox .ul .li .box .showContent .title {
  margin-top: 0.4vw;
}
@media (max-width:1024px) {
  .fiexdRight > .thisBox .ul .li .box .showContent .title {
    margin-top: 4vw;
  }
}
.fiexdRight > .thisBox .ul .li .box:hover .ico::after {
  top: 0;
}
.fiexdRight > .thisBox .ul .li .box:hover .ico i {
  color: #fff;
}
.fiexdRight > .thisBox .ul .li .box:hover .showContent {
  transform: translateY(-50%);
  pointer-events: auto;
  opacity: 1;
}
.foot {
  margin-top: -5vw;
}
.foot > .thisBox .footHu {
  height: 10vw;
}
.foot > .thisBox .footHu .maskImg {
  width: 100%;
  height: 100%;
  position: relative;
  -webkit-mask-image: url(../img/yediHu.png);
  -webkit-mask-size: 100% 100%;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center;
}
.foot > .thisBox .footHu .maskImg::after {
  content: '';
  position: absolute;
  display: block;
  background-color: #852717;
  width: 100%;
  height: 100%;
}
.foot > .thisBox .footHu .maskImg::after {
  background-color: #edeae3;
}
.foot > .thisBox .topAllInfo {
  z-index: 1;
  padding: 0 10vw;
  padding-bottom: 3vw;
  background-color: #edeae3;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  flex-wrap: unset;
  position: relative;
}
.foot > .thisBox .topAllInfo > div {
  position: relative;
  z-index: 1;
}
.foot > .thisBox .topAllInfo .companyInfo {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  flex-wrap: unset;
}
.foot > .thisBox .topAllInfo .companyInfo .footLogo {
  margin-top: -2vw;
  height: 5vw;
}
@media (max-width:1024px) {
  .foot > .thisBox .topAllInfo .companyInfo .footLogo {
    height: 10vw;
  }
}
.foot > .thisBox .topAllInfo .companyInfo .footLogo img {
  object-fit: contain;
  width: 100%;
  height: 100%;
}
.foot > .thisBox .topAllInfo .companyInfo .slogen {
  font-family: 'cn1';
  font-size: clamp(12px, 0.8vw, 0.8vw);
  margin-top: 4vw;
}
@media (max-width:1024px) {
  .foot > .thisBox .topAllInfo .companyInfo .slogen {
    font-size: 3.4vw;
  }
}
@media (max-width:1024px) {
  .foot > .thisBox .topAllInfo .companyInfo .slogen {
    margin-top: 4vw;
    text-align: center;
  }
}
.foot > .thisBox .topAllInfo .companyInfo .footNavBar {
  margin-top: 2vw;
}
@media (max-width:1024px) {
  .foot > .thisBox .topAllInfo .companyInfo .footNavBar {
    margin-top: 6vw;
  }
}
.foot > .thisBox .topAllInfo .companyInfo .footNavBar .ul {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  justify-content: center;
  flex-wrap: unset;
  gap: 2vw;
}
.foot > .thisBox .topAllInfo .companyInfo .footNavBar .ul .li .aBox .cn {
  writing-mode: vertical-rl;
  font-size: clamp(12px, 1vw, 1vw);
  transition-duration: 0.3s;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.56, -0.01, 0.04, 1);
}
@media (max-width:1024px) {
  .foot > .thisBox .topAllInfo .companyInfo .footNavBar .ul .li .aBox .cn {
    font-size: 3.8vw;
  }
}
.foot > .thisBox .topAllInfo .companyInfo .footNavBar .ul .li .aBox:hover .cn {
  color: #852717;
}
.foot > .thisBox .topAllInfo .fenge {
  margin: 4vw 0 2vw;
  height: 1vw;
  width: 100%;
}
@media (max-width:1024px) {
  .foot > .thisBox .topAllInfo .fenge {
    height: 3vw;
  }
}
.foot > .thisBox .topAllInfo .fenge .maskImg {
  width: 100%;
  height: 100%;
  position: relative;
  -webkit-mask-image: url(../img/fenge.png);
  -webkit-mask-size: 100% 100%;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center;
}
.foot > .thisBox .topAllInfo .fenge .maskImg::after {
  content: '';
  position: absolute;
  display: block;
  background-color: #852717;
  width: 100%;
  height: 100%;
}
.foot > .thisBox .topAllInfo .fenge .maskImg .color {
  background-color: #97805e;
}
.foot > .thisBox .topAllInfo .footBottom .footContact .ulBox {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  justify-content: center;
  flex-wrap: unset;
  gap: 2vw;
}
@media (max-width:1024px) {
  .foot > .thisBox .topAllInfo .footBottom .footContact .ulBox {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    flex-wrap: unset;
  }
}
.foot > .thisBox .topAllInfo .footBottom .footContact .ulBox .box {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  flex-wrap: unset;
  gap: 0.4vw;
  border: 1px solid #852717;
  padding: 1vw;
}
.foot > .thisBox .topAllInfo .footBottom .footContact .ulBox .box .title {
  font-size: clamp(12px, 0.9vw, 0.9vw);
  font-family: 'cn1';
  color: #852717;
}
@media (max-width:1024px) {
  .foot > .thisBox .topAllInfo .footBottom .footContact .ulBox .box .title {
    font-size: 3.6vw;
  }
}
.foot > .thisBox .topAllInfo .footBottom .footContact .ulBox .box .cout {
  line-height: 1.6em;
}
.foot > .thisBox .topAllInfo .footBottom .footErweima {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  flex-wrap: unset;
  margin-top: 2vw;
}
@media (max-width:1024px) {
  .foot > .thisBox .topAllInfo .footBottom .footErweima {
    margin-top: 6vw;
  }
}
.foot > .thisBox .topAllInfo .footBottom .footErweima .sortname {
  margin-bottom: 1vw;
  font-size: clamp(12px, 1.2vw, 1.2vw);
  color: #852717;
  font-family: 'cn1';
}
@media (max-width:1024px) {
  .foot > .thisBox .topAllInfo .footBottom .footErweima .sortname {
    font-size: 4.2vw;
  }
}
.foot > .thisBox .topAllInfo .footBottom .footErweima .ul {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  justify-content: center;
  flex-wrap: unset;
  gap: 2vw;
}
.foot > .thisBox .topAllInfo .footBottom .footErweima .ul .li {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  flex-wrap: unset;
}
.foot > .thisBox .topAllInfo .footBottom .footErweima .ul .li .icoBox {
  width: 6vw;
  height: 6vw;
}
@media (max-width:1024px) {
  .foot > .thisBox .topAllInfo .footBottom .footErweima .ul .li .icoBox {
    width: 30vw;
    height: 30vw;
  }
}
.foot > .thisBox .topAllInfo .footBottom .footErweima .ul .li .icoBox .imgBox {
  width: 100%;
  height: 100%;
}
.foot > .thisBox .topAllInfo .bg {
  position: absolute;
  bottom: 0;
  z-index: 0;
  width: 100%;
  mix-blend-mode: hard-light;
  opacity: 0.08;
}
.foot > .thisBox .topAllInfo .bg img {
  width: 100%;
}
.foot > .thisBox .footBottomInfo {
  padding: 0 10vw;
  border-top: 1px solid rgba(83, 20, 9, 0.2);
  height: 2.4vw;
  background-color: #852717;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  flex-wrap: unset;
}
.foot > .thisBox .footBottomInfo * {
  color: #e3d9c6;
}
@media (max-width:1024px) {
  .foot > .thisBox .footBottomInfo {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    flex-wrap: unset;
    height: unset;
    padding: 2vw;
  }
}
@media (max-width:1024px) {
  .foot > .thisBox .footBottomInfo .lbt {
    word-break: keep-all;
  }
}
.foot > .thisBox .footBottomInfo .left {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  flex-wrap: unset;
}
@media (max-width:1024px) {
  .foot > .thisBox .footBottomInfo .left {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    flex-wrap: unset;
  }
}
.foot > .thisBox .footBottomInfo .left > div {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  flex-wrap: unset;
}
.foot > .thisBox .footBottomInfo .left > div.beian {
  margin-right: 1vw;
}
.foot > .thisBox .footBottomInfo .left > div.beian a {
  text-decoration: underline;
  color: #e3d9c6;
}
.foot > .thisBox .footBottomInfo .right .jishuzhichi {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  flex-wrap: unset;
}
.foot > .thisBox .footBottomInfo .right a {
  text-decoration: underline;
  color: #e3d9c6;
}
#myCanvas_wave.noIndex {
  opacity: 0;
  position: fixed;
  z-index: -1;
  width: 100%;
  bottom: 0;
  left: 0;
  height: 100vh;
  pointer-events: none;
}
@media (max-width:1024px) {
  #myCanvas_wave.noIndex {
    display: none;
  }
}
.twoPageBox .pageContentAll .twoBanner .twoBannerThis > .thisBox {
  position: relative;
  padding-top: 7.2vw;
}
@media (max-width:1600px) {
  .twoPageBox .pageContentAll .twoBanner .twoBannerThis > .thisBox {
    padding-top: 7.2vw;
  }
}
@media (max-width:1300px) {
  .twoPageBox .pageContentAll .twoBanner .twoBannerThis > .thisBox {
    padding-top: 7.2vw;
  }
}
@media (max-width:1024px) {
  .twoPageBox .pageContentAll .twoBanner .twoBannerThis > .thisBox {
    padding-top: 24vw;
  }
}
.twoPageBox .pageContentAll .twoBanner .twoBannerThis > .thisBox .contentBox {
  overflow: hidden;
  position: relative;
  width: 100%;
}
.twoPageBox .pageContentAll .twoBanner .twoBannerThis > .thisBox .contentBox .imgBox {
  overflow: hidden;
  width: 100%;
  height: 20vw;
  margin: 0 auto;
}
@media (max-width:1024px) {
  .twoPageBox .pageContentAll .twoBanner .twoBannerThis > .thisBox .contentBox .imgBox {
    height: 60vw;
  }
}
@media (max-width:1024px) {
  .twoPageBox .pageContentAll .twoBanner .twoBannerThis > .thisBox .contentBox .imgBox img {
    height: 100%;
  }
}
.twoPageBox .pageContentAll .twoBanner .twoBannerThis > .thisBox .contentBox .textBox {
  position: absolute;
  left: 15vw;
  top: 50%;
  left: 50%;
  translate: -50% -50%;
  width: 16vw;
  height: 5vw;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  flex-wrap: unset;
}
@media (max-width:1024px) {
  .twoPageBox .pageContentAll .twoBanner .twoBannerThis > .thisBox .contentBox .textBox {
    width: 48vw;
    height: 14vw;
  }
}
.twoPageBox .pageContentAll .twoBanner .twoBannerThis > .thisBox .contentBox .textBox .sortname,
.twoPageBox .pageContentAll .twoBanner .twoBannerThis > .thisBox .contentBox .textBox .subname {
  position: relative;
  z-index: 1;
}
.twoPageBox .pageContentAll .twoBanner .twoBannerThis > .thisBox .contentBox .textBox .sortname,
.twoPageBox .pageContentAll .twoBanner .twoBannerThis > .thisBox .contentBox .textBox .sortname div {
  font-size: clamp(12px, 2.2vw, 2.2vw);
  font-family: 'cn1';
  color: #fff;
}
@media (max-width:1024px) {
  .twoPageBox .pageContentAll .twoBanner .twoBannerThis > .thisBox .contentBox .textBox .sortname,
  .twoPageBox .pageContentAll .twoBanner .twoBannerThis > .thisBox .contentBox .textBox .sortname div {
    font-size: 6.2vw;
  }
}
.twoPageBox .pageContentAll .twoBanner .twoBannerThis > .thisBox .contentBox .textBox .subname,
.twoPageBox .pageContentAll .twoBanner .twoBannerThis > .thisBox .contentBox .textBox .subname div {
  font-size: clamp(12px, 3.7vw, 3.7vw);
  text-transform: uppercase;
  color: #fff;
}
@media (max-width:1024px) {
  .twoPageBox .pageContentAll .twoBanner .twoBannerThis > .thisBox .contentBox .textBox .subname,
  .twoPageBox .pageContentAll .twoBanner .twoBannerThis > .thisBox .contentBox .textBox .subname div {
    font-size: 9.2vw;
  }
}
@media (max-width:1024px) {
  .twoPageBox .pageContentAll .twoBanner .twoBannerThis > .thisBox .contentBox .textBox .subname,
  .twoPageBox .pageContentAll .twoBanner .twoBannerThis > .thisBox .contentBox .textBox .subname div {
    font-size: 6vw;
    text-align: center;
  }
}
.twoPageBox .pageContentAll .twoBanner .twoBannerThis > .thisBox .contentBox .textBox .twoBanTextBg {
  width: 100%;
  height: 100%;
  position: relative;
  -webkit-mask-image: url(../img/twoBanTextBg.png);
  -webkit-mask-size: 100% 100%;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center;
  position: absolute;
  top: 0;
}
.twoPageBox .pageContentAll .twoBanner .twoBannerThis > .thisBox .contentBox .textBox .twoBanTextBg::after {
  content: '';
  position: absolute;
  display: block;
  background-color: #852717;
  width: 100%;
  height: 100%;
}
.twoPageBox .pageContentAll .twoBanner .twoBannerThis > .thisBox .posImg .yunHeng {
  position: absolute;
  bottom: -2px;
  z-index: 1;
  left: 0;
  width: 100%;
}
.twoPageBox .pageContentAll .twoBanner .twoBannerThis > .thisBox .posImg .yunHeng img {
  width: 100%;
}
.twoPageBox .pageContentAll .sortNav {
  padding-top: 2vw;
}
.twoPageBox .pageContentAll .sortNav .sortNavThis > .thisBox {
  border-bottom: 1px solid var(--fontCor20);
}
.twoPageBox .pageContentAll .sortNav .sortNavThis > .thisBox .contentBox {
  width: 80%;
  margin: 0 auto;
}
@media (max-width:1024px) {
  .twoPageBox .pageContentAll .sortNav .sortNavThis > .thisBox .contentBox {
    width: 86%;
  }
}
@media (max-width:1024px) {
  .twoPageBox .pageContentAll .sortNav .sortNavThis > .thisBox .contentBox {
    width: 100%;
  }
}
.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 .ul1 {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  justify-content: center;
  flex-wrap: unset;
  gap: 4vw;
}
@media (max-width:1024px) {
  .twoPageBox .pageContentAll .sortNav .sortNavThis > .thisBox .contentBox .navBox .ul1 {
    gap: 0;
    justify-content: flex-start;
  }
}
.twoPageBox .pageContentAll .sortNav .sortNavThis > .thisBox .contentBox .navBox .ul1 .li1 {
  position: relative;
}
@media (max-width:1024px) {
  .twoPageBox .pageContentAll .sortNav .sortNavThis > .thisBox .contentBox .navBox .ul1 .li1 {
    width: fit-content;
    padding: 0 4vw;
  }
}
.twoPageBox .pageContentAll .sortNav .sortNavThis > .thisBox .contentBox .navBox .ul1 .li1 .a1 {
  position: relative;
  width: 8vw;
  height: 3vw;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  flex-wrap: unset;
}
@media (max-width:1024px) {
  .twoPageBox .pageContentAll .sortNav .sortNavThis > .thisBox .contentBox .navBox .ul1 .li1 .a1 {
    padding: 3vw 0;
    width: 28vw;
    height: 12vw;
  }
}
.twoPageBox .pageContentAll .sortNav .sortNavThis > .thisBox .contentBox .navBox .ul1 .li1 .a1 .txt {
  position: relative;
  z-index: 1;
}
.twoPageBox .pageContentAll .sortNav .sortNavThis > .thisBox .contentBox .navBox .ul1 .li1 .a1 .txt div {
  font-size: clamp(12px, 0.9vw, 0.9vw);
  font-family: 'cn1';
}
@media (max-width:1024px) {
  .twoPageBox .pageContentAll .sortNav .sortNavThis > .thisBox .contentBox .navBox .ul1 .li1 .a1 .txt div {
    font-size: 3.6vw;
  }
}
.twoPageBox .pageContentAll .sortNav .sortNavThis > .thisBox .contentBox .navBox .ul1 .li1 .a1 .kuang {
  width: 100%;
  height: 100%;
  top: 0;
  position: relative;
  -webkit-mask-image: url(../img/sortKuang.png);
  -webkit-mask-size: 100% 100%;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center;
  position: absolute;
}
.twoPageBox .pageContentAll .sortNav .sortNavThis > .thisBox .contentBox .navBox .ul1 .li1 .a1 .kuang::after {
  content: '';
  position: absolute;
  display: block;
  background-color: #852717;
  width: 100%;
  height: 100%;
}
.twoPageBox .pageContentAll .sortNav .sortNavThis > .thisBox .contentBox .navBox .ul1 .li1 .a1::after {
  content: '';
  position: absolute;
  display: block;
  top: 0.5vw;
  background-color: #852717;
  left: 0.5vw;
  opacity: 0;
  height: calc(100% - 1vw);
  width: calc(100% - 1vw);
}
@media (max-width:1024px) {
  .twoPageBox .pageContentAll .sortNav .sortNavThis > .thisBox .contentBox .navBox .ul1 .li1 .a1::after {
    top: 1.5vw;
    left: 1.5vw;
    height: calc(100% - 3vw);
    width: calc(100% - 3vw);
  }
}
.twoPageBox .pageContentAll .sortNav .sortNavThis > .thisBox .contentBox .navBox .ul1 .li1 .twoSort {
  position: absolute;
  top: calc(100% + 2vw);
  left: 50%;
  display: none;
  transform: translateX(-50%);
}
.twoPageBox .pageContentAll .sortNav .sortNavThis > .thisBox .contentBox .navBox .ul1 .li1 .twoSort .ul2 {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  flex-wrap: unset;
  gap: 2.4vw;
}
.twoPageBox .pageContentAll .sortNav .sortNavThis > .thisBox .contentBox .navBox .ul1 .li1 .twoSort .ul2 .li2 .a2 {
  position: relative;
}
.twoPageBox .pageContentAll .sortNav .sortNavThis > .thisBox .contentBox .navBox .ul1 .li1 .twoSort .ul2 .li2 .a2 .txt {
  position: relative;
  z-index: 1;
}
.twoPageBox .pageContentAll .sortNav .sortNavThis > .thisBox .contentBox .navBox .ul1 .li1 .twoSort .ul2 .li2 .a2 .txt div {
  font-size: clamp(12px, 1.1vw, 1.1vw);
  font-family: 'cn1';
}
@media (max-width:1024px) {
  .twoPageBox .pageContentAll .sortNav .sortNavThis > .thisBox .contentBox .navBox .ul1 .li1 .twoSort .ul2 .li2 .a2 .txt div {
    font-size: 4vw;
  }
}
.twoPageBox .pageContentAll .sortNav .sortNavThis > .thisBox .contentBox .navBox .ul1 .li1 .twoSort .ul2 .li2 .a2::after {
  content: '';
  position: absolute;
  display: block;
  opacity: 0;
  top: 110%;
  width: 100%;
  height: 2px;
  background-color: #852717;
}
.twoPageBox .pageContentAll .sortNav .sortNavThis > .thisBox .contentBox .navBox .ul1 .li1 .twoSort .ul2 .li2.on .a2 .txt div {
  color: #852717;
}
.twoPageBox .pageContentAll .sortNav .sortNavThis > .thisBox .contentBox .navBox .ul1 .li1.on .a1 .txt div {
  color: #fff;
}
.twoPageBox .pageContentAll .sortNav .sortNavThis > .thisBox .contentBox .navBox .ul1 .li1.on .a1::after {
  opacity: 1;
}
.twoPageBox .pageContentAll .sortNav .sortNavThis > .thisBox .contentBox .navBox .ul1 .li1.on .twoSort {
  display: flex;
}
.twoPageBox .pageContentAll .sortNav .sortNavThis > .thisBox .contentBox .navBox .ul1 .li1.on .twoSort .ul2 .li2.on .a2::after {
  opacity: 1;
}
.twoPageBox .pageContentAll .sortNav .sortNavThis > .thisBox .contentBox .navBox .ul1 .li1:last-child::after {
  display: none;
}
.twoPageBox .pageContentAll .sortNav .sortNavThis > .thisBox .contentBox .navBox.hasTwo {
  padding-bottom: 4vw;
}
.twoPageBox .pageContentAll .sortNav .sortNavThis > .thisBox .contentBox .fenge {
  margin-top: 2vw;
  height: 0.6vw;
  width: 100%;
  opacity: 0.5;
}
.twoPageBox .pageContentAll .sortNav .sortNavThis > .thisBox .contentBox .fenge .maskImg {
  width: 100%;
  height: 100%;
  position: relative;
  -webkit-mask-image: url(../img/fenge.png);
  -webkit-mask-size: 100% 100%;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center;
}
.twoPageBox .pageContentAll .sortNav .sortNavThis > .thisBox .contentBox .fenge .maskImg::after {
  content: '';
  position: absolute;
  display: block;
  background-color: #852717;
  width: 100%;
  height: 100%;
}
.twoPageBox .pageContentAll .sortNav .sortNavThis > .thisBox .contentBox .fenge .maskImg .color {
  background-color: #97805e;
}
.twoPageBox .pageContentAll .pageContent {
  position: relative;
  z-index: 4;
  padding-bottom: 6vw;
}
@media (max-width:1024px) {
  .twoPageBox .pageContentAll .pageContent {
    padding-bottom: 12vw;
  }
}
@media (max-width:1024px) {
  .twoPageBox .pageContentAll .pageContent {
    padding-top: 12vw;
  }
}
.twoPageBox .pageContentAll .pageContent .unifyTitle {
  margin-bottom: 6vw;
}
@media (max-width:1024px) {
  .twoPageBox .pageContentAll .pageContent .unifyTitle {
    margin-bottom: 12vw;
  }
}
.twoPageBox .pageContentAll .pageContent .unifyTitle .unifyTitleThis {
  width: 80%;
  margin: 0 auto;
}
@media (max-width:1024px) {
  .twoPageBox .pageContentAll .pageContent .unifyTitle .unifyTitleThis {
    width: 86%;
  }
}
.swiperControl .navigation .navigationThis .btn {
  position: absolute;
  width: 3vw;
  height: 5vw;
  cursor: pointer;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  flex-wrap: unset;
  transition-duration: 0.2s;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.56, -0.01, 0.04, 1);
  top: 50%;
  z-index: 1;
  transform: translateY(-50%);
}
.swiperControl .navigation .navigationThis .btn .icoImg {
  width: 100%;
  height: 100%;
  position: relative;
  -webkit-mask-image: url(../img/swiperBtn.png);
  -webkit-mask-size: 100% 100%;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center;
}
.swiperControl .navigation .navigationThis .btn .icoImg::after {
  content: '';
  position: absolute;
  display: block;
  background-color: #852717;
  width: 100%;
  height: 100%;
}
.swiperControl .navigation .navigationThis .btn .icoImg .colorBox {
  background-color: #852717;
  width: 100%;
  height: 100%;
  transition-duration: 0.3s;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.56, -0.01, 0.04, 1);
}
.swiperControl .navigation .navigationThis .btn:hover {
  transform: scale(0.9) translateY(-50%);
}
.swiperControl .navigation .navigationThis .btn:hover .icoImg .colorBox {
  background-color: #c93b31;
}
.swiperControl .navigation .navigationThis .btn.leftBtn {
  left: 4vw;
}
.swiperControl .navigation .navigationThis .btn.leftBtn .icoImg {
  transform: rotateY(180deg);
}
.swiperControl .navigation .navigationThis .btn.rightBtn {
  right: 4vw;
}
.swiperControl .pagination {
  position: absolute;
  bottom: 4vw;
  left: 50%;
  transform: translateX(-50%);
  z-index: 2;
}
.swiperControl .pagination .paginationThis .ul {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  flex-wrap: unset;
}
.swiperControl .pagination .paginationThis .ul .li {
  margin: 0 1vw;
  position: relative;
  cursor: pointer;
  width: 40px;
  height: 40px;
}
.swiperControl .pagination .paginationThis .ul .li > img {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  transition-duration: 0.5s;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.56, -0.01, 0.04, 1);
}
.swiperControl .pagination .paginationThis .ul .li > img.img1 {
  opacity: 0;
}
.swiperControl .pagination .paginationThis .ul .li > img.img2 {
  opacity: 1;
}
.swiperControl .pagination .paginationThis .ul .li svg {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100px;
  height: 100px;
  opacity: 0;
}
.swiperControl .pagination .paginationThis .ul .li svg circle {
  cx: 50;
  cy: 50;
  r: 6;
  fill: transparent;
  stroke-width: 12;
  stroke: #852717;
  stroke-dasharray: 75.36;
  stroke-dashoffset: 75.36;
}
.swiperControl .pagination .paginationThis .ul .li.on > img.img1 {
  opacity: 1;
}
.swiperControl .pagination .paginationThis .ul .li.on > img.img2 {
  opacity: 0;
}
.swiperControl .pagination .paginationThis .ul .li.on svg {
  opacity: 1;
}
.swiperControl .pagination .paginationThis .ul .li.circleOn svg circle {
  stroke-dashoffset: 0;
  transition-duration: 10s;
  transition-timing-function: linear;
}
.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.5s;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.56, -0.01, 0.04, 1);
}
.tongzhi .kuangjia .box {
  width: 400px;
  padding: 20px 0;
  background-color: #fff;
  box-shadow: 2px 2px 30px rgba(255, 255, 255, 0.5);
  transform: translateY(50px);
  transition-duration: 0.5s;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.56, -0.01, 0.04, 1);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  flex-wrap: unset;
  border-radius: 10px;
}
@media (max-width:1024px) {
  .tongzhi .kuangjia .box {
    width: 90%;
  }
}
.tongzhi .kuangjia .box i {
  font-size: 80px;
  margin-bottom: 20px;
}
@media (max-width:1024px) {
  .tongzhi .kuangjia .box i {
    font-size: 18vw;
  }
}
.tongzhi .kuangjia .box i.icon-zhengque {
  color: #46ad75;
}
.tongzhi .kuangjia .box i.icon-cuowu {
  color: #b62c2c;
}
.tongzhi .kuangjia .box span {
  font-size: 18px;
  color: #666;
}
.tongzhi .kuangjia .box .jishi {
  margin-top: 20px;
  color: #666;
  font-size: 14px;
  transition-duration: 0.5s;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.56, -0.01, 0.04, 1);
}
.tongzhi .kuangjia.on .box {
  transform: translateY(0px);
}
#txt-pagetop-curves-lg path {
  stroke: var(--fontCor);
}
.goTopBtn {
  position: fixed;
  bottom: 3vw;
  right: 1.2vw;
  z-index: 5;
  cursor: pointer;
  pointer-events: none;
  opacity: 0;
  transition-duration: 0.5s;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.56, -0.01, 0.04, 1);
}
@media (max-width:1024px) {
  .goTopBtn {
    bottom: 8vw;
  }
}
.goTopBtn > .thisBox {
  position: relative;
  width: 4.7vw;
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  flex-wrap: unset;
}
@media (max-width:1024px) {
  .goTopBtn > .thisBox {
    width: 14vw;
    height: 14vw;
  }
}
.goTopBtn > .thisBox .box {
  width: 3vw;
  height: 3vw;
  border-radius: 50%;
  transition-duration: 0.5s;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.56, -0.01, 0.04, 1);
  background-color: #852717;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  flex-wrap: unset;
}
@media (max-width:1024px) {
  .goTopBtn > .thisBox .box {
    width: 10vw;
    height: 10vw;
  }
}
.goTopBtn > .thisBox .box i {
  color: #e3d9c6;
  font-size: clamp(12px, 1.3vw, 1.3vw);
}
@media (max-width:1024px) {
  .goTopBtn > .thisBox .box i {
    font-size: 4.4vw;
  }
}
.goTopBtn > .thisBox .box .svgBox {
  position: absolute;
  width: 100%;
  height: 100%;
  transition-duration: 0.5s;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.56, -0.01, 0.04, 1);
}
.goTopBtn > .thisBox .box .svgBox svg {
  width: 100%;
  height: 100%;
  animation: xuanzhuan 30s linear 0s infinite normal;
}
.goTopBtn > .thisBox:hover .box {
  background-color: #852717;
}
.goTopBtn > .thisBox:hover .box .svgBox {
  transform: scale(1.2);
}
.goTopBtn.show {
  opacity: 1;
  pointer-events: auto;
}
.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.5s;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.56, -0.01, 0.04, 1);
  border: 1px solid #852717;
}
.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(133, 39, 23, 0.1);
  transition-duration: 0.5s;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.56, -0.01, 0.04, 1);
  transform: scale(0);
}
.mouseCursor.hoverA .dianBox .dian > div {
  transform: scale(0);
}
.mouseCursor.hoverA .dianBox .kuoQuan > div {
  transform: scale(1);
}
.mouseCursorPoint {
  pointer-events: none;
  position: fixed;
}
.mouseCursorPoint > div {
  background-color: #852717;
  transition-duration: 0.5s;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.56, -0.01, 0.04, 1);
  width: 0.8vw;
  height: 0.8vw;
  border-radius: 50%;
  transform: translate(-50%, -50%);
}
.mouseCursorPoint.hoverA > div {
  opacity: 0;
}
#myCanvas {
  opacity: 0.8;
  pointer-events: none;
  z-index: 111;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  mix-blend-mode: difference;
}
@media (max-width:1024px) {
  #myCanvas {
    display: none;
  }
}
.posiNewsImg {
  position: fixed;
  pointer-events: none;
  width: 25vw;
  height: 18vw;
  opacity: 0;
  transition: opacity 0.6s;
}
.posiNewsImg > div {
  transform: translate(20%, -70%);
  position: absolute;
  opacity: 0;
  transition-duration: 0.5s;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.56, -0.01, 0.04, 1);
  left: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
}
.posiNewsImg > div img {
  object-fit: cover;
  width: 100%;
  height: 100%;
}
.posiNewsImg > div.on {
  opacity: 1;
}
.posiNewsImg.on {
  opacity: 1;
}
.changePageMoveBox {
  position: fixed;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 200;
  opacity: 1;
}
.changePageMoveBox .box {
  position: relative;
  width: 100%;
  height: 100%;
}
.changePageMoveBox .box .ul {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  flex-wrap: unset;
  height: 100%;
}
.changePageMoveBox .box .ul li {
  flex: 1;
  height: 100%;
  background-color: var(--siteCor);
  transform-origin: right;
}
.changePageMoveBox .box .logoBox {
  position: relative;
  -webkit-mask-image: none;
  -webkit-mask-size: 100% 100%;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 20vw;
  height: 4vw;
  -webkit-mask-size: contain;
}
.changePageMoveBox .box .logoBox::after {
  content: '';
  position: absolute;
  display: block;
  background-color: #852717;
  width: 100%;
  height: 100%;
}
@media (max-width:1024px) {
  .changePageMoveBox .box .logoBox {
    width: 60vw;
    height: 12vw;
  }
}
.changePageMoveBox .box .logoBox .color {
  background-color: #852717;
}
.imgAni {
  clip-path: inset(0 100% 0 0);
  transition: clip-path 0.5s;
  transition-timing-function: cubic-bezier(0.56, -0.01, 0.04, 1);
}
.imgAni.imgAni_on {
  transition: clip-path 1s;
  clip-path: inset(0 0 0 0);
}
@media (max-width:1024px) {
  #index_page .pageContentAll {
    padding-top: 7.2vw;
  }
}
@media (max-width:1024px) and (max-width:1600px) {
  #index_page .pageContentAll {
    padding-top: 7.2vw;
  }
}
@media (max-width:1024px) and (max-width:1300px) {
  #index_page .pageContentAll {
    padding-top: 7.2vw;
  }
}
@media (max-width:1024px) and (max-width:1024px) {
  #index_page .pageContentAll {
    padding-top: 24vw;
  }
}
#index_page .pageContentAll .pageContent {
  padding-top: 0;
}
#index_page .pageContentAll .pageContent .inxBanner {
  position: relative;
  height: 40vw;
}
@media (max-width:1024px) {
  #index_page .pageContentAll .pageContent .inxBanner {
    height: 60vw;
  }
}
#index_page .pageContentAll .pageContent .inxBanner > .thisBox {
  position: relative;
  width: 100%;
  height: 100%;
}
#index_page .pageContentAll .pageContent .inxBanner > .thisBox .swiperBox {
  z-index: 1;
  position: relative;
  width: 100%;
  height: 100%;
}
#index_page .pageContentAll .pageContent .inxBanner > .thisBox .swiperBox #inxBanner {
  width: 100%;
  height: 100%;
}
#index_page .pageContentAll .pageContent .inxBanner > .thisBox .swiperBox #inxBanner .swiper-slide {
  opacity: 1!important;
  z-index: 0;
}
#index_page .pageContentAll .pageContent .inxBanner > .thisBox .swiperBox #inxBanner .swiper-slide .box {
  width: 100%;
  height: 100%;
}
#index_page .pageContentAll .pageContent .inxBanner > .thisBox .swiperBox #inxBanner .swiper-slide .box .imgBox {
  width: 100%;
  height: 100%;
}
#index_page .pageContentAll .pageContent .inxBanner > .thisBox .swiperBox #inxBanner .swiper-slide .box .miaoshu {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
#index_page .pageContentAll .pageContent .inxBanner > .thisBox .swiperBox #inxBanner .swiper-slide .box .miaoshu .txt {
  opacity: 0;
  background-color: rgba(0, 0, 0, 0.3);
  text-align: center;
  padding: 3vw;
  font-size: clamp(12px, 2.7vw, 2.7vw);
  color: #fff;
  transition-duration: 0.5s;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.56, -0.01, 0.04, 1);
  font-family: 'cn1';
  transform: translateY(2vw);
}
@media (max-width:1024px) {
  #index_page .pageContentAll .pageContent .inxBanner > .thisBox .swiperBox #inxBanner .swiper-slide .box .miaoshu .txt {
    font-size: 7.2vw;
  }
}
#index_page .pageContentAll .pageContent .inxBanner > .thisBox .swiperBox #inxBanner .swiper-slide .box .miaoshu .txt.sijiao .jiao div {
  width: 15%;
  padding-top: 15%;
}
#index_page .pageContentAll .pageContent .inxBanner > .thisBox .swiperBox #inxBanner .swiper-slide.swiper-slide-active {
  z-index: 1;
}
#index_page .pageContentAll .pageContent .inxBanner > .thisBox .swiperBox #inxBanner .swiper-slide.swiper-slide-active .box .miaoshu .txt {
  opacity: 1;
  transition-delay: 1s;
  transform: translateY(0);
}
#index_page .pageContentAll .pageContent .inxBanner > .thisBox .swiperBox .swiperControl .navigation .navigationThis .btn:hover .icoImg .colorBox {
  transition-duration: 0.3s;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.56, -0.01, 0.04, 1);
  background-color: #c93b31;
}
#index_page .pageContentAll .pageContent .inxBanner > .thisBox .posImg .yunHeng {
  position: absolute;
  bottom: -2px;
  z-index: 1;
  left: 0;
  width: 100%;
}
#index_page .pageContentAll .pageContent .inxBanner > .thisBox .posImg .yunHeng img {
  width: 100%;
}
#index_page .pageContentAll .pageContent .inxBanner .posImg .yun {
  position: absolute;
  background-image: url(../img/yun.png);
  bottom: 0;
  width: 100%;
  opacity: 1;
  height: 6vw;
  background-size: 100% 100%;
  filter: brightness(1.03);
}
#index_page .pageContentAll .pageContent .inxAbout {
  position: relative;
}
#index_page .pageContentAll .pageContent .inxAbout > .thisBox {
  position: relative;
  z-index: 1;
  padding: 6vw 0;
}
@media (max-width:1024px) {
  #index_page .pageContentAll .pageContent .inxAbout > .thisBox {
    padding: 12vw 0;
  }
}
#index_page .pageContentAll .pageContent .inxAbout > .thisBox .coutBox {
  width: 60%;
  margin: 0 auto;
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  justify-content: center;
  flex-wrap: unset;
  gap: 2vw;
  height: 25vw;
}
@media (max-width:1024px) {
  #index_page .pageContentAll .pageContent .inxAbout > .thisBox .coutBox {
    width: 80%;
    margin: 0 auto;
    height: 52vw;
  }
}
@media (max-width:1024px) and (max-width:1024px) {
  #index_page .pageContentAll .pageContent .inxAbout > .thisBox .coutBox {
    width: 86%;
  }
}
#index_page .pageContentAll .pageContent .inxAbout > .thisBox .coutBox .coutText {
  flex: 4;
  height: 100%;
}
#index_page .pageContentAll .pageContent .inxAbout > .thisBox .coutBox .coutText .twoLineBox {
  width: 100%;
  height: 100%;
}
#index_page .pageContentAll .pageContent .inxAbout > .thisBox .coutBox .coutText .twoLineBox .kuangBox {
  padding: 3vw;
}
#index_page .pageContentAll .pageContent .inxAbout > .thisBox .coutBox .coutText .twoLineBox .kuangBox .name {
  color: #852717;
  font-size: clamp(12px, 2.1vw, 2.1vw);
  font-family: 'cn1';
}
@media (max-width:1024px) {
  #index_page .pageContentAll .pageContent .inxAbout > .thisBox .coutBox .coutText .twoLineBox .kuangBox .name {
    font-size: 6vw;
  }
}
#index_page .pageContentAll .pageContent .inxAbout > .thisBox .coutBox .coutText .twoLineBox .kuangBox .jianjie {
  margin-top: 1vw;
}
#index_page .pageContentAll .pageContent .inxAbout > .thisBox .coutBox .coutText .twoLineBox .kuangBox .jianjie p {
  font-size: clamp(12px, 0.9vw, 0.9vw);
  line-height: 2.5em;
}
@media (max-width:1024px) {
  #index_page .pageContentAll .pageContent .inxAbout > .thisBox .coutBox .coutText .twoLineBox .kuangBox .jianjie p {
    font-size: 3.6vw;
  }
}
#index_page .pageContentAll .pageContent .inxAbout > .thisBox .coutBox .sortBoxGo {
  cursor: pointer;
  flex: 1;
  height: 100%;
}
#index_page .pageContentAll .pageContent .inxAbout > .thisBox .coutBox .sortBoxGo .twoLineBox {
  border-bottom-right-radius: 10vw;
  height: 100%;
  border-bottom-left-radius: 10vw;
  transition-duration: 0.3s;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.56, -0.01, 0.04, 1);
}
#index_page .pageContentAll .pageContent .inxAbout > .thisBox .coutBox .sortBoxGo .twoLineBox .kuangBox {
  border-bottom-right-radius: 10vw;
  border-bottom-left-radius: 10vw;
  padding: 1vw;
}
#index_page .pageContentAll .pageContent .inxAbout > .thisBox .coutBox .sortBoxGo .twoLineBox .kuangBox .aBox {
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
  flex-wrap: unset;
  transition-duration: 0.3s;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.56, -0.01, 0.04, 1);
  padding-top: 2vw;
}
#index_page .pageContentAll .pageContent .inxAbout > .thisBox .coutBox .sortBoxGo .twoLineBox .kuangBox .aBox .top {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  justify-content: center;
  flex-wrap: unset;
  height: 9vw;
}
@media (max-width:1024px) {
  #index_page .pageContentAll .pageContent .inxAbout > .thisBox .coutBox .sortBoxGo .twoLineBox .kuangBox .aBox .top {
    height: 30vw;
  }
}
#index_page .pageContentAll .pageContent .inxAbout > .thisBox .coutBox .sortBoxGo .twoLineBox .kuangBox .aBox .top .name {
  writing-mode: vertical-rl;
  font-size: clamp(12px, 1.5vw, 1.5vw);
  font-family: 'cn1';
  color: #852717;
  transition-duration: 0.3s;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.56, -0.01, 0.04, 1);
}
@media (max-width:1024px) {
  #index_page .pageContentAll .pageContent .inxAbout > .thisBox .coutBox .sortBoxGo .twoLineBox .kuangBox .aBox .top .name {
    font-size: 4.8vw;
  }
}
#index_page .pageContentAll .pageContent .inxAbout > .thisBox .coutBox .sortBoxGo .twoLineBox .kuangBox .aBox .top .subname {
  writing-mode: vertical-rl;
  text-transform: uppercase;
  transition-duration: 0.3s;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.56, -0.01, 0.04, 1);
  font-size: clamp(12px, 0.9vw, 0.9vw);
}
@media (max-width:1024px) {
  #index_page .pageContentAll .pageContent .inxAbout > .thisBox .coutBox .sortBoxGo .twoLineBox .kuangBox .aBox .top .subname {
    font-size: 3.6vw;
  }
}
#index_page .pageContentAll .pageContent .inxAbout > .thisBox .coutBox .sortBoxGo .twoLineBox .kuangBox .aBox .imgBox {
  width: 100%;
  aspect-ratio: 1;
  border-radius: 50%;
  overflow: hidden;
}
#index_page .pageContentAll .pageContent .inxAbout > .thisBox .coutBox .sortBoxGo:hover .twoLineBox {
  background-color: #852717;
}
#index_page .pageContentAll .pageContent .inxAbout > .thisBox .coutBox .sortBoxGo:hover .twoLineBox .kuangBox .aBox .top .name {
  color: #e3d9c6;
}
#index_page .pageContentAll .pageContent .inxAbout > .thisBox .coutBox .sortBoxGo:hover .twoLineBox .kuangBox .aBox .top .subname {
  color: #e3d9c6;
}
#index_page .pageContentAll .pageContent .inxAbout .posImg .bg {
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 100%;
  left: 0;
  mix-blend-mode: color-burn;
  opacity: 0.2;
}
#index_page .pageContentAll .pageContent .inxAbout .posImg .bg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
#index_page .pageContentAll .pageContent .inxYewu {
  overflow: hidden;
  position: relative;
  height: 44vw;
}
@media (max-width:1024px) {
  #index_page .pageContentAll .pageContent .inxYewu {
    height: unset;
  }
}
#index_page .pageContentAll .pageContent .inxYewu > .thisBox {
  position: relative;
  z-index: 1;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.7);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  flex-wrap: unset;
}
#index_page .pageContentAll .pageContent .inxYewu > .thisBox .coutBox {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  flex-wrap: unset;
}
#index_page .pageContentAll .pageContent .inxYewu > .thisBox .coutBox .centerBox {
  position: relative;
  width: 32vw;
  height: 32vw;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  flex-wrap: unset;
}
@media (max-width:1024px) {
  #index_page .pageContentAll .pageContent .inxYewu > .thisBox .coutBox .centerBox {
    width: 60vw;
    height: 60vw;
  }
}
#index_page .pageContentAll .pageContent .inxYewu > .thisBox .coutBox .centerBox .biaotiImg {
  position: relative;
  z-index: 1;
  width: 26vw;
  height: 26vw;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  flex-wrap: unset;
}
@media (max-width:1024px) {
  #index_page .pageContentAll .pageContent .inxYewu > .thisBox .coutBox .centerBox .biaotiImg {
    width: 40vw;
    height: 40vw;
  }
}
#index_page .pageContentAll .pageContent .inxYewu > .thisBox .coutBox .centerBox .biaotiImg .maskImg {
  width: 100%;
  height: 100%;
  position: relative;
  -webkit-mask-image: url(../img/wdcc.png);
  -webkit-mask-size: 100% 100%;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-size: 100% auto;
  -webkit-mask-position: center;
}
#index_page .pageContentAll .pageContent .inxYewu > .thisBox .coutBox .centerBox .biaotiImg .maskImg::after {
  content: '';
  position: absolute;
  display: block;
  background-color: #852717;
  width: 100%;
  height: 100%;
}
#index_page .pageContentAll .pageContent .inxYewu > .thisBox .coutBox .centerBox .biaotiImg .maskImg::after {
  background-color: #e3d9c6;
}
#index_page .pageContentAll .pageContent .inxYewu > .thisBox .coutBox .centerBox .svgBox {
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
}
#index_page .pageContentAll .pageContent .inxYewu > .thisBox .coutBox .centerBox .svgBox svg {
  opacity: 0.7;
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  fill: transparent;
}
#index_page .pageContentAll .pageContent .inxYewu > .thisBox .coutBox .centerBox .svgBox svg path {
  stroke-width: 0.5%;
}
#index_page .pageContentAll .pageContent .inxYewu > .thisBox .coutBox .centerBox .svgBox svg.w1 path {
  stroke: #97805e;
}
#index_page .pageContentAll .pageContent .inxYewu > .thisBox .coutBox .centerBox .svgBox svg.w2 {
  transform: rotate(90deg) scale(0.86);
}
#index_page .pageContentAll .pageContent .inxYewu > .thisBox .coutBox .centerBox .svgBox svg.w2 path {
  stroke: #852717;
}
#index_page .pageContentAll .pageContent .inxYewu > .thisBox .coutBox .centerBox .svgBox .dot span {
  position: absolute;
  display: block;
  width: 0.8vw;
  height: 0.8vw;
  border-radius: 50%;
  background-color: #FFFCF5;
  opacity: 0;
  transform: translate(-50%, -50%);
}
#index_page .pageContentAll .pageContent .inxYewu > .thisBox .coutBox .centerBox .svgBox .dot span:nth-child(1) {
  top: 93%;
  left: 50%;
}
#index_page .pageContentAll .pageContent .inxYewu > .thisBox .coutBox .centerBox .svgBox .dot span:nth-child(2) {
  top: 71%;
  left: 87%;
}
#index_page .pageContentAll .pageContent .inxYewu > .thisBox .coutBox .centerBox .svgBox .dot span:nth-child(3) {
  top: 28%;
  left: 87%;
}
#index_page .pageContentAll .pageContent .inxYewu > .thisBox .coutBox .centerBox .svgBox .dot span:nth-child(4) {
  top: 7%;
  left: 50%;
}
#index_page .pageContentAll .pageContent .inxYewu > .thisBox .coutBox .centerBox .svgBox .dot span:nth-child(5) {
  top: 28%;
  left: 13%;
}
#index_page .pageContentAll .pageContent .inxYewu > .thisBox .coutBox .centerBox .svgBox .dot span:nth-child(6) {
  top: 71%;
  left: 13%;
}
@media (max-width:1024px) {
  #index_page .pageContentAll .pageContent .inxYewu > .thisBox .coutBox .listBox {
    padding: 8vw;
  }
}
@media (max-width:1024px) {
  #index_page .pageContentAll .pageContent .inxYewu > .thisBox .coutBox .listBox .ul {
    display: flex;
    flex-wrap: wrap;
    gap: 4vw;
    flex-direction: row;
    align-items: flex-start;
    justify-content: flex-start;
  }
  #index_page .pageContentAll .pageContent .inxYewu > .thisBox .coutBox .listBox .ul > li,
  #index_page .pageContentAll .pageContent .inxYewu > .thisBox .coutBox .listBox .ul > div {
    flex: unset;
    width: calc(100% / 2 - (2 - 1) * 4vw / 2);
  }
}
#index_page .pageContentAll .pageContent .inxYewu > .thisBox .coutBox .listBox .ul .li .box {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  flex-wrap: unset;
  gap: 1vw;
}
#index_page .pageContentAll .pageContent .inxYewu > .thisBox .coutBox .listBox .ul .li .box .imgBox {
  width: 14vw;
  height: 8vw;
}
#index_page .pageContentAll .pageContent .inxYewu > .thisBox .coutBox .listBox .ul .li .box .nameBox {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  flex-wrap: unset;
}
#index_page .pageContentAll .pageContent .inxYewu > .thisBox .coutBox .listBox .ul .li .box .nameBox .num {
  text-transform: uppercase;
  color: #FFFCF5;
  font-size: clamp(12px, 2.1vw, 2.1vw);
}
@media (max-width:1024px) {
  #index_page .pageContentAll .pageContent .inxYewu > .thisBox .coutBox .listBox .ul .li .box .nameBox .num {
    font-size: 6vw;
  }
}
#index_page .pageContentAll .pageContent .inxYewu > .thisBox .coutBox .listBox .ul .li .box .nameBox .title {
  color: #c93b31;
  font-size: clamp(12px, 1.9vw, 1.9vw);
  font-family: 'cn1';
  width: max-content;
}
@media (max-width:1024px) {
  #index_page .pageContentAll .pageContent .inxYewu > .thisBox .coutBox .listBox .ul .li .box .nameBox .title {
    font-size: 5.6vw;
  }
}
@media (max-width:1024px) {
  #index_page .pageContentAll .pageContent .inxYewu > .thisBox .coutBox .listBox .ul .li .box .nameBox .title {
    width: fit-content;
  }
}
#index_page .pageContentAll .pageContent .inxYewu > .thisBox .coutBox .listBox .ul .li .box .nameBox .miaoshu {
  margin-top: 1vw;
  color: #FFFCF5;
  font-size: clamp(12px, 0.9vw, 0.9vw);
  width: 28vw;
  line-height: 1.5em;
}
@media (max-width:1024px) {
  #index_page .pageContentAll .pageContent .inxYewu > .thisBox .coutBox .listBox .ul .li .box .nameBox .miaoshu {
    font-size: 3.6vw;
  }
}
@media (min-width:1024px) {
  #index_page .pageContentAll .pageContent .inxYewu > .thisBox .coutBox .listBox .ul .li {
    position: absolute;
  }
  #index_page .pageContentAll .pageContent .inxYewu > .thisBox .coutBox .listBox .ul .li:nth-child(1) {
    top: -10%;
    right: 95%;
  }
  #index_page .pageContentAll .pageContent .inxYewu > .thisBox .coutBox .listBox .ul .li:nth-child(2) {
    top: -10%;
    left: 95%;
  }
  #index_page .pageContentAll .pageContent .inxYewu > .thisBox .coutBox .listBox .ul .li:nth-child(3) {
    top: 38%;
    right: 110%;
  }
  #index_page .pageContentAll .pageContent .inxYewu > .thisBox .coutBox .listBox .ul .li:nth-child(4) {
    top: 38%;
    left: 110%;
  }
  #index_page .pageContentAll .pageContent .inxYewu > .thisBox .coutBox .listBox .ul .li:nth-child(5) {
    bottom: -10%;
    right: 95%;
  }
  #index_page .pageContentAll .pageContent .inxYewu > .thisBox .coutBox .listBox .ul .li:nth-child(6) {
    bottom: -10%;
    left: 95%;
  }
  #index_page .pageContentAll .pageContent .inxYewu > .thisBox .coutBox .listBox .ul .li:nth-child(2n) .box .nameBox {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    flex-wrap: unset;
  }
  #index_page .pageContentAll .pageContent .inxYewu > .thisBox .coutBox .listBox .ul .li:nth-child(2n+1) .box .nameBox {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    justify-content: center;
    flex-wrap: unset;
  }
  #index_page .pageContentAll .pageContent .inxYewu > .thisBox .coutBox .listBox .ul .li:nth-child(2n+1) .box .nameBox .miaoshu {
    text-align: right;
  }
}
#index_page .pageContentAll .pageContent .inxYewu .bgImg img {
  height: 120%;
}
#index_page .pageContentAll .pageContent .inxNews {
  position: relative;
}
#index_page .pageContentAll .pageContent .inxNews > .thisBox {
  position: relative;
  z-index: 1;
  padding-bottom: 6vw;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  flex-wrap: unset;
}
@media (max-width:1024px) {
  #index_page .pageContentAll .pageContent .inxNews > .thisBox {
    padding-bottom: 12vw;
  }
}
#index_page .pageContentAll .pageContent .inxNews > .thisBox .tabsBox {
  position: relative;
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
  margin-bottom: 1vw;
}
#index_page .pageContentAll .pageContent .inxNews > .thisBox .tabsBox .ul {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-start;
  flex-wrap: unset;
  gap: 2vw;
}
#index_page .pageContentAll .pageContent .inxNews > .thisBox .tabsBox .ul .li .dateBox {
  position: relative;
  padding: 0.4vw;
  height: 2vw;
  width: 6vw;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  flex-wrap: unset;
}
@media (max-width:1024px) {
  #index_page .pageContentAll .pageContent .inxNews > .thisBox .tabsBox .ul .li .dateBox {
    width: 30vw;
    height: 6vw;
    padding: 1vw;
  }
}
#index_page .pageContentAll .pageContent .inxNews > .thisBox .tabsBox .ul .li .dateBox .d {
  font-size: clamp(12px, 1.3vw, 1.3vw);
  text-transform: uppercase;
}
@media (max-width:1024px) {
  #index_page .pageContentAll .pageContent .inxNews > .thisBox .tabsBox .ul .li .dateBox .d {
    font-size: 4.4vw;
  }
}
#index_page .pageContentAll .pageContent .inxNews > .thisBox .tabsBox .ul .li .dateBox .xian {
  height: 100%;
  border-left: 1px solid #97805e;
  opacity: 0.5;
  margin: 0 0.4vw;
}
@media (max-width:1024px) {
  #index_page .pageContentAll .pageContent .inxNews > .thisBox .tabsBox .ul .li .dateBox .xian {
    margin: 0 2vw;
  }
}
#index_page .pageContentAll .pageContent .inxNews > .thisBox .tabsBox .ul .li .dateBox .ym {
  text-transform: uppercase;
  color: #97805e;
}
#index_page .pageContentAll .pageContent .inxNews > .thisBox .tabsBox .ul .li .dateBox::before {
  content: '';
  position: absolute;
  display: block;
  width: 1vw;
  height: 1vw;
  border-top: 1px solid #852717;
  border-left: 1px solid #852717;
  top: 0;
  left: 0;
}
#index_page .pageContentAll .pageContent .inxNews > .thisBox .tabsBox .ul .li .dateBox::after {
  content: '';
  position: absolute;
  display: block;
  width: 1vw;
  height: 1vw;
  border-right: 1px solid #852717;
  border-bottom: 1px solid #852717;
  right: 0;
  bottom: 0;
}
#index_page .pageContentAll .pageContent .inxNews > .thisBox .tabsBox .ul .li .title {
  position: relative;
  cursor: pointer;
  font-size: clamp(12px, 1.1vw, 1.1vw);
  padding-bottom: 1vw;
  font-weight: bold;
}
@media (max-width:1024px) {
  #index_page .pageContentAll .pageContent .inxNews > .thisBox .tabsBox .ul .li .title {
    font-size: 4vw;
  }
}
#index_page .pageContentAll .pageContent .inxNews > .thisBox .tabsBox .ul .li .title::after {
  content: '';
  position: absolute;
  display: block;
  bottom: -1px;
  opacity: 0;
  width: 100%;
  height: 2px;
  background-color: #852717;
}
#index_page .pageContentAll .pageContent .inxNews > .thisBox .tabsBox .ul .li.on .title {
  color: #852717;
}
#index_page .pageContentAll .pageContent .inxNews > .thisBox .tabsBox .ul .li.on .title::after {
  opacity: 1;
}
@media (max-width:1024px) {
  #index_page .pageContentAll .pageContent .inxNews > .thisBox .coutBox {
    width: 80%;
    margin: 0 auto;
  }
}
@media (max-width:1024px) and (max-width:1024px) {
  #index_page .pageContentAll .pageContent .inxNews > .thisBox .coutBox {
    width: 86%;
  }
}
#index_page .pageContentAll .pageContent .inxNews > .thisBox .coutBox .newsBoxAll {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  justify-content: center;
  flex-wrap: unset;
  width: 100%;
  gap: 1vw;
  height: 30vw;
}
@media (max-width:1024px) {
  #index_page .pageContentAll .pageContent .inxNews > .thisBox .coutBox .newsBoxAll {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    flex-wrap: unset;
    height: unset;
    gap: 6vw;
  }
}
#index_page .pageContentAll .pageContent .inxNews > .thisBox .coutBox .newsBoxAll .oneBox {
  width: 20vw;
  height: 100%;
}
@media (max-width:1024px) {
  #index_page .pageContentAll .pageContent .inxNews > .thisBox .coutBox .newsBoxAll .oneBox {
    width: 100%;
  }
}
#index_page .pageContentAll .pageContent .inxNews > .thisBox .coutBox .newsBoxAll .oneBox .twoLineBox {
  transition-duration: 0.5s;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.56, -0.01, 0.04, 1);
}
@media (max-width:1024px) {
  #index_page .pageContentAll .pageContent .inxNews > .thisBox .coutBox .newsBoxAll .oneBox .twoLineBox {
    height: unset;
  }
}
#index_page .pageContentAll .pageContent .inxNews > .thisBox .coutBox .newsBoxAll .oneBox .twoLineBox .kuangBox {
  position: relative;
  transition-duration: 0.5s;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.56, -0.01, 0.04, 1);
  background-color: #FFFCF5;
}
#index_page .pageContentAll .pageContent .inxNews > .thisBox .coutBox .newsBoxAll .oneBox .twoLineBox .kuangBox .aBox .imgKuang {
  width: 100%;
  padding: 0.3vw;
}
#index_page .pageContentAll .pageContent .inxNews > .thisBox .coutBox .newsBoxAll .oneBox .twoLineBox .kuangBox .aBox .imgKuang .imgBox {
  overflow: hidden;
  width: 100%;
  height: 14vw;
}
@media (max-width:1024px) {
  #index_page .pageContentAll .pageContent .inxNews > .thisBox .coutBox .newsBoxAll .oneBox .twoLineBox .kuangBox .aBox .imgKuang .imgBox {
    height: 70vw;
  }
}
#index_page .pageContentAll .pageContent .inxNews > .thisBox .coutBox .newsBoxAll .oneBox .twoLineBox .kuangBox .aBox .imgKuang .imgBox img {
  transition-duration: 0.5s;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.56, -0.01, 0.04, 1);
}
#index_page .pageContentAll .pageContent .inxNews > .thisBox .coutBox .newsBoxAll .oneBox .twoLineBox .kuangBox .aBox .textBox {
  padding: 1.2vw;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  flex-wrap: unset;
}
@media (max-width:1024px) {
  #index_page .pageContentAll .pageContent .inxNews > .thisBox .coutBox .newsBoxAll .oneBox .twoLineBox .kuangBox .aBox .textBox {
    padding: 4vw;
  }
}
#index_page .pageContentAll .pageContent .inxNews > .thisBox .coutBox .newsBoxAll .oneBox .twoLineBox .kuangBox .aBox .textBox .dateBox {
  position: relative;
  padding: 0.4vw;
  height: 2vw;
  width: 6vw;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  flex-wrap: unset;
}
@media (max-width:1024px) {
  #index_page .pageContentAll .pageContent .inxNews > .thisBox .coutBox .newsBoxAll .oneBox .twoLineBox .kuangBox .aBox .textBox .dateBox {
    width: 30vw;
    height: 6vw;
    padding: 1vw;
  }
}
#index_page .pageContentAll .pageContent .inxNews > .thisBox .coutBox .newsBoxAll .oneBox .twoLineBox .kuangBox .aBox .textBox .dateBox .d {
  font-size: clamp(12px, 1.3vw, 1.3vw);
  text-transform: uppercase;
}
@media (max-width:1024px) {
  #index_page .pageContentAll .pageContent .inxNews > .thisBox .coutBox .newsBoxAll .oneBox .twoLineBox .kuangBox .aBox .textBox .dateBox .d {
    font-size: 4.4vw;
  }
}
#index_page .pageContentAll .pageContent .inxNews > .thisBox .coutBox .newsBoxAll .oneBox .twoLineBox .kuangBox .aBox .textBox .dateBox .xian {
  height: 100%;
  border-left: 1px solid #97805e;
  opacity: 0.5;
  margin: 0 0.4vw;
}
@media (max-width:1024px) {
  #index_page .pageContentAll .pageContent .inxNews > .thisBox .coutBox .newsBoxAll .oneBox .twoLineBox .kuangBox .aBox .textBox .dateBox .xian {
    margin: 0 2vw;
  }
}
#index_page .pageContentAll .pageContent .inxNews > .thisBox .coutBox .newsBoxAll .oneBox .twoLineBox .kuangBox .aBox .textBox .dateBox .ym {
  text-transform: uppercase;
  color: #97805e;
}
#index_page .pageContentAll .pageContent .inxNews > .thisBox .coutBox .newsBoxAll .oneBox .twoLineBox .kuangBox .aBox .textBox .dateBox::before {
  content: '';
  position: absolute;
  display: block;
  width: 1vw;
  height: 1vw;
  border-top: 1px solid #852717;
  border-left: 1px solid #852717;
  top: 0;
  left: 0;
}
#index_page .pageContentAll .pageContent .inxNews > .thisBox .coutBox .newsBoxAll .oneBox .twoLineBox .kuangBox .aBox .textBox .dateBox::after {
  content: '';
  position: absolute;
  display: block;
  width: 1vw;
  height: 1vw;
  border-right: 1px solid #852717;
  border-bottom: 1px solid #852717;
  right: 0;
  bottom: 0;
}
#index_page .pageContentAll .pageContent .inxNews > .thisBox .coutBox .newsBoxAll .oneBox .twoLineBox .kuangBox .aBox .textBox .dian {
  width: 0.4vw;
  height: 0.4vw;
  border-radius: 50%;
  background-color: #852717;
  margin: 1vw 0;
}
@media (max-width:1024px) {
  #index_page .pageContentAll .pageContent .inxNews > .thisBox .coutBox .newsBoxAll .oneBox .twoLineBox .kuangBox .aBox .textBox .dian {
    width: 1vw;
    height: 1vw;
  }
}
#index_page .pageContentAll .pageContent .inxNews > .thisBox .coutBox .newsBoxAll .oneBox .twoLineBox .kuangBox .aBox .textBox .title {
  font-size: clamp(12px, 0.9vw, 0.9vw);
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  transition-duration: 0.5s;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.56, -0.01, 0.04, 1);
  line-height: 1.5em;
}
@media (max-width:1024px) {
  #index_page .pageContentAll .pageContent .inxNews > .thisBox .coutBox .newsBoxAll .oneBox .twoLineBox .kuangBox .aBox .textBox .title {
    font-size: 3.6vw;
  }
}
#index_page .pageContentAll .pageContent .inxNews > .thisBox .coutBox .newsBoxAll .oneBox .twoLineBox .kuangBox .aBox .textBox .description {
  margin-top: 1vw;
  opacity: 0.8;
  line-height: 1.8em;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}
#index_page .pageContentAll .pageContent .inxNews > .thisBox .coutBox .newsBoxAll .oneBox .twoLineBox .kuangBox .aBox:hover .imgKuang .imgBox img {
  transform: scale(1.1);
}
#index_page .pageContentAll .pageContent .inxNews > .thisBox .coutBox .newsBoxAll .oneBox .twoLineBox .kuangBox .aBox:hover .textBox .title {
  color: #852717;
}
#index_page .pageContentAll .pageContent .inxNews > .thisBox .coutBox .newsBoxAll .ulBox {
  width: 30vw;
  height: 100%;
}
@media (max-width:1024px) {
  #index_page .pageContentAll .pageContent .inxNews > .thisBox .coutBox .newsBoxAll .ulBox {
    width: 100%;
    height: unset;
  }
}
#index_page .pageContentAll .pageContent .inxNews > .thisBox .coutBox .newsBoxAll .ulBox .twoLineBox {
  width: 100%;
}
#index_page .pageContentAll .pageContent .inxNews > .thisBox .coutBox .newsBoxAll .ulBox .twoLineBox .kuangBox {
  padding: 1vw;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
  flex-wrap: unset;
  gap: 1vw;
}
@media (max-width:1024px) {
  #index_page .pageContentAll .pageContent .inxNews > .thisBox .coutBox .newsBoxAll .ulBox .twoLineBox .kuangBox {
    padding: 4vw;
  }
}
#index_page .pageContentAll .pageContent .inxNews > .thisBox .coutBox .newsBoxAll .ulBox .twoLineBox .kuangBox .navBox2 {
  width: 100%;
  height: 50%;
}
#index_page .pageContentAll .pageContent .inxNews > .thisBox .coutBox .newsBoxAll .ulBox .twoLineBox .kuangBox .navBox2 .navname {
  position: relative;
  font-size: clamp(12px, 1.1vw, 1.1vw);
  font-family: 'cn1';
  padding-left: 1vw;
}
@media (max-width:1024px) {
  #index_page .pageContentAll .pageContent .inxNews > .thisBox .coutBox .newsBoxAll .ulBox .twoLineBox .kuangBox .navBox2 .navname {
    font-size: 4vw;
  }
}
#index_page .pageContentAll .pageContent .inxNews > .thisBox .coutBox .newsBoxAll .ulBox .twoLineBox .kuangBox .navBox2 .navname::before {
  content: '';
  position: absolute;
  display: block;
  top: 50%;
  height: 1vw;
  left: 0;
  background-color: #852717;
  width: 4px;
  transform: translateY(-50%);
}
#index_page .pageContentAll .pageContent .inxNews > .thisBox .coutBox .newsBoxAll .ulBox .twoLineBox .kuangBox .navBox2 .ul {
  width: 100%;
}
#index_page .pageContentAll .pageContent .inxNews > .thisBox .coutBox .newsBoxAll .ulBox .twoLineBox .kuangBox .navBox2 .ul .li {
  width: 100%;
}
#index_page .pageContentAll .pageContent .inxNews > .thisBox .coutBox .newsBoxAll .ulBox .twoLineBox .kuangBox .navBox2 .ul .li .aBox {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-start;
  flex-wrap: unset;
  padding: 0.9vw 0;
  border-bottom: 1px dashed rgba(0, 0, 0, 0.2);
}
@media (max-width:1024px) {
  #index_page .pageContentAll .pageContent .inxNews > .thisBox .coutBox .newsBoxAll .ulBox .twoLineBox .kuangBox .navBox2 .ul .li .aBox {
    padding: 2vw 0;
  }
}
#index_page .pageContentAll .pageContent .inxNews > .thisBox .coutBox .newsBoxAll .ulBox .twoLineBox .kuangBox .navBox2 .ul .li .aBox .dateBox {
  position: relative;
  padding: 0.4vw;
  height: 2vw;
  width: 6vw;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  flex-wrap: unset;
}
@media (max-width:1024px) {
  #index_page .pageContentAll .pageContent .inxNews > .thisBox .coutBox .newsBoxAll .ulBox .twoLineBox .kuangBox .navBox2 .ul .li .aBox .dateBox {
    width: 30vw;
    height: 6vw;
    padding: 1vw;
  }
}
#index_page .pageContentAll .pageContent .inxNews > .thisBox .coutBox .newsBoxAll .ulBox .twoLineBox .kuangBox .navBox2 .ul .li .aBox .dateBox .d {
  font-size: clamp(12px, 1.3vw, 1.3vw);
  text-transform: uppercase;
}
@media (max-width:1024px) {
  #index_page .pageContentAll .pageContent .inxNews > .thisBox .coutBox .newsBoxAll .ulBox .twoLineBox .kuangBox .navBox2 .ul .li .aBox .dateBox .d {
    font-size: 4.4vw;
  }
}
#index_page .pageContentAll .pageContent .inxNews > .thisBox .coutBox .newsBoxAll .ulBox .twoLineBox .kuangBox .navBox2 .ul .li .aBox .dateBox .xian {
  height: 100%;
  border-left: 1px solid #97805e;
  opacity: 0.5;
  margin: 0 0.4vw;
}
@media (max-width:1024px) {
  #index_page .pageContentAll .pageContent .inxNews > .thisBox .coutBox .newsBoxAll .ulBox .twoLineBox .kuangBox .navBox2 .ul .li .aBox .dateBox .xian {
    margin: 0 2vw;
  }
}
#index_page .pageContentAll .pageContent .inxNews > .thisBox .coutBox .newsBoxAll .ulBox .twoLineBox .kuangBox .navBox2 .ul .li .aBox .dateBox .ym {
  text-transform: uppercase;
  color: #97805e;
}
#index_page .pageContentAll .pageContent .inxNews > .thisBox .coutBox .newsBoxAll .ulBox .twoLineBox .kuangBox .navBox2 .ul .li .aBox .dateBox::before {
  content: '';
  position: absolute;
  display: block;
  width: 1vw;
  height: 1vw;
  border-top: 1px solid #852717;
  border-left: 1px solid #852717;
  top: 0;
  left: 0;
}
#index_page .pageContentAll .pageContent .inxNews > .thisBox .coutBox .newsBoxAll .ulBox .twoLineBox .kuangBox .navBox2 .ul .li .aBox .dateBox::after {
  content: '';
  position: absolute;
  display: block;
  width: 1vw;
  height: 1vw;
  border-right: 1px solid #852717;
  border-bottom: 1px solid #852717;
  right: 0;
  bottom: 0;
}
#index_page .pageContentAll .pageContent .inxNews > .thisBox .coutBox .newsBoxAll .ulBox .twoLineBox .kuangBox .navBox2 .ul .li .aBox .title {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  font-size: clamp(12px, 0.9vw, 0.9vw);
  width: calc(100% - 7vw);
  padding-left: 1vw;
}
@media (max-width:1024px) {
  #index_page .pageContentAll .pageContent .inxNews > .thisBox .coutBox .newsBoxAll .ulBox .twoLineBox .kuangBox .navBox2 .ul .li .aBox .title {
    font-size: 3.6vw;
  }
}
@media (max-width:1024px) {
  #index_page .pageContentAll .pageContent .inxNews > .thisBox .coutBox .newsBoxAll .ulBox .twoLineBox .kuangBox .navBox2 .ul .li .aBox .title {
    padding-left: 4vw;
  }
}
#index_page .pageContentAll .pageContent .inxNews > .thisBox .coutBox .newsBoxAll .ulBox .twoLineBox .kuangBox .navBox2 .ul .li .aBox:hover .title {
  text-decoration: underline;
  color: #852717;
}
#index_page .pageContentAll .pageContent .inxNotice > .thisBox {
  padding: 6vw 0;
}
@media (max-width:1024px) {
  #index_page .pageContentAll .pageContent .inxNotice > .thisBox {
    padding: 12vw 0;
  }
}
#index_page .pageContentAll .pageContent .inxNotice > .thisBox .contentBox {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  justify-content: center;
  flex-wrap: unset;
  gap: 4vw;
}
@media (max-width:1024px) {
  #index_page .pageContentAll .pageContent .inxNotice > .thisBox .contentBox {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    flex-wrap: unset;
    width: 80%;
    margin: 0 auto;
  }
}
@media (max-width:1024px) and (max-width:1024px) {
  #index_page .pageContentAll .pageContent .inxNotice > .thisBox .contentBox {
    width: 86%;
  }
}
#index_page .pageContentAll .pageContent .inxNotice > .thisBox .contentBox .oneBox {
  width: 35vw;
}
@media (max-width:1024px) {
  #index_page .pageContentAll .pageContent .inxNotice > .thisBox .contentBox .oneBox {
    width: 100%;
  }
}
#index_page .pageContentAll .pageContent .inxNotice > .thisBox .contentBox .oneBox .oneBoxThis {
  width: 100%;
}
#index_page .pageContentAll .pageContent .inxNotice > .thisBox .contentBox .oneBox .oneBoxThis .navNameBox {
  margin-bottom: 1vw;
  border-bottom: 1px solid #852717;
  padding-bottom: 0.4vw;
  width: 100%;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  flex-wrap: unset;
}
@media (max-width:1024px) {
  #index_page .pageContentAll .pageContent .inxNotice > .thisBox .contentBox .oneBox .oneBoxThis .navNameBox {
    margin-bottom: 4vw;
  }
}
#index_page .pageContentAll .pageContent .inxNotice > .thisBox .contentBox .oneBox .oneBoxThis .navNameBox .name {
  font-size: clamp(12px, 1.2vw, 1.2vw);
  color: #852717;
  font-family: 'cn1';
}
@media (max-width:1024px) {
  #index_page .pageContentAll .pageContent .inxNotice > .thisBox .contentBox .oneBox .oneBoxThis .navNameBox .name {
    font-size: 4.2vw;
  }
}
#index_page .pageContentAll .pageContent .inxNotice > .thisBox .contentBox .oneBox .oneBoxThis .navNameBox .more {
  font-size: clamp(12px, 0.8vw, 0.8vw);
  font-family: 'cn1';
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  flex-wrap: unset;
  gap: 0.4vw;
}
@media (max-width:1024px) {
  #index_page .pageContentAll .pageContent .inxNotice > .thisBox .contentBox .oneBox .oneBoxThis .navNameBox .more {
    font-size: 3.4vw;
  }
}
#index_page .pageContentAll .pageContent .inxNotice > .thisBox .contentBox .oneBox .oneBoxThis .navNameBox .more .ico {
  width: 1.4vw;
  height: 1.4vw;
  border-radius: 50%;
  border: 1px solid #852717;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  flex-wrap: unset;
}
#index_page .pageContentAll .pageContent .inxNotice > .thisBox .contentBox .oneBox .oneBoxThis .navNameBox .more .ico i {
  font-size: clamp(12px, 0.8vw, 0.8vw);
  color: #852717;
}
@media (max-width:1024px) {
  #index_page .pageContentAll .pageContent .inxNotice > .thisBox .contentBox .oneBox .oneBoxThis .navNameBox .more .ico i {
    font-size: 3.4vw;
  }
}
#index_page .pageContentAll .pageContent .inxNotice > .thisBox .contentBox .oneBox .oneBoxThis .navNameBox .more:hover {
  color: #852717;
}
#index_page .pageContentAll .pageContent .inxNotice > .thisBox .contentBox .oneBox .oneBoxThis .navNameBox .more:hover .ico {
  background-color: #852717;
}
#index_page .pageContentAll .pageContent .inxNotice > .thisBox .contentBox .oneBox .oneBoxThis .navNameBox .more:hover i {
  color: #fff;
}
#index_page .pageContentAll .pageContent .inxNotice > .thisBox .contentBox .oneBox .oneBoxThis .twoLineBox .kuangBox {
  padding: 2vw;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  flex-wrap: unset;
}
#index_page .pageContentAll .pageContent .inxNotice > .thisBox .contentBox .oneBox .oneBoxThis .twoLineBox .kuangBox .swiperBox {
  position: relative;
  height: 12vw;
  width: 100%;
}
@media (max-width:1024px) {
  #index_page .pageContentAll .pageContent .inxNotice > .thisBox .contentBox .oneBox .oneBoxThis .twoLineBox .kuangBox .swiperBox {
    height: 44vw;
  }
}
#index_page .pageContentAll .pageContent .inxNotice > .thisBox .contentBox .oneBox .oneBoxThis .twoLineBox .kuangBox .swiperBox #chuzheng {
  width: 100%;
  height: 100%;
}
#index_page .pageContentAll .pageContent .inxNotice > .thisBox .contentBox .oneBox .oneBoxThis .twoLineBox .kuangBox .swiperBox #chuzheng .swiper-slide .topOneBox {
  height: 100%;
  padding-bottom: 1vw;
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  justify-content: center;
  flex-wrap: unset;
  width: 100%;
}
#index_page .pageContentAll .pageContent .inxNotice > .thisBox .contentBox .oneBox .oneBoxThis .twoLineBox .kuangBox .swiperBox #chuzheng .swiper-slide .topOneBox .imgBox {
  height: 100%;
  width: 10vw;
}
@media (max-width:1024px) {
  #index_page .pageContentAll .pageContent .inxNotice > .thisBox .contentBox .oneBox .oneBoxThis .twoLineBox .kuangBox .swiperBox #chuzheng .swiper-slide .topOneBox .imgBox {
    width: 30vw;
  }
}
#index_page .pageContentAll .pageContent .inxNotice > .thisBox .contentBox .oneBox .oneBoxThis .twoLineBox .kuangBox .swiperBox #chuzheng .swiper-slide .topOneBox .textBox {
  width: calc(100% - 10vw);
  padding-left: 2vw;
  padding-top: 1vw;
}
@media (max-width:1024px) {
  #index_page .pageContentAll .pageContent .inxNotice > .thisBox .contentBox .oneBox .oneBoxThis .twoLineBox .kuangBox .swiperBox #chuzheng .swiper-slide .topOneBox .textBox {
    width: calc(100% - 30vw);
  }
}
#index_page .pageContentAll .pageContent .inxNotice > .thisBox .contentBox .oneBox .oneBoxThis .twoLineBox .kuangBox .swiperBox #chuzheng .swiper-slide .topOneBox .textBox .title {
  font-size: clamp(12px, 0.9vw, 0.9vw);
  font-family: 'cn1';
  line-height: 2em;
}
@media (max-width:1024px) {
  #index_page .pageContentAll .pageContent .inxNotice > .thisBox .contentBox .oneBox .oneBoxThis .twoLineBox .kuangBox .swiperBox #chuzheng .swiper-slide .topOneBox .textBox .title {
    font-size: 3.6vw;
  }
}
#index_page .pageContentAll .pageContent .inxNotice > .thisBox .contentBox .oneBox .oneBoxThis .twoLineBox .kuangBox .swiperBox #chuzheng .swiper-slide .topOneBox .textBox .title div {
  font-size: clamp(12px, 0.9vw, 0.9vw);
  font-family: 'cn1';
  line-height: 2em;
}
@media (max-width:1024px) {
  #index_page .pageContentAll .pageContent .inxNotice > .thisBox .contentBox .oneBox .oneBoxThis .twoLineBox .kuangBox .swiperBox #chuzheng .swiper-slide .topOneBox .textBox .title div {
    font-size: 3.6vw;
  }
}
#index_page .pageContentAll .pageContent .inxNotice > .thisBox .contentBox .oneBox .oneBoxThis .twoLineBox .kuangBox .swiperBox #chuzheng .swiper-slide .topOneBox .textBox .title div:nth-child(2) {
  font-size: clamp(12px, 1.4vw, 1.4vw);
  color: #852717;
}
@media (max-width:1024px) {
  #index_page .pageContentAll .pageContent .inxNotice > .thisBox .contentBox .oneBox .oneBoxThis .twoLineBox .kuangBox .swiperBox #chuzheng .swiper-slide .topOneBox .textBox .title div:nth-child(2) {
    font-size: 4.6vw;
  }
}
#index_page .pageContentAll .pageContent .inxNotice > .thisBox .contentBox .oneBox .oneBoxThis .twoLineBox .kuangBox .swiperBox #chuzheng .swiper-slide .topOneBox:hover .textBox .title {
  color: #852717;
  text-decoration: underline;
}
#index_page .pageContentAll .pageContent .inxNotice > .thisBox .contentBox .oneBox .oneBoxThis .twoLineBox .kuangBox .swiperBox .swiperControl .navigation .navigationThis .btn {
  top: unset;
  bottom: 1vw;
  transform: translateY(0);
  width: 1vw;
  height: 2vw;
}
@media (max-width:1024px) {
  #index_page .pageContentAll .pageContent .inxNotice > .thisBox .contentBox .oneBox .oneBoxThis .twoLineBox .kuangBox .swiperBox .swiperControl .navigation .navigationThis .btn {
    width: 4vw;
    height: 8vw;
  }
}
#index_page .pageContentAll .pageContent .inxNotice > .thisBox .contentBox .oneBox .oneBoxThis .twoLineBox .kuangBox .swiperBox .swiperControl .navigation .navigationThis .btn.leftBtn {
  left: unset;
  right: 3vw;
}
@media (max-width:1024px) {
  #index_page .pageContentAll .pageContent .inxNotice > .thisBox .contentBox .oneBox .oneBoxThis .twoLineBox .kuangBox .swiperBox .swiperControl .navigation .navigationThis .btn.leftBtn {
    right: 8vw;
  }
}
#index_page .pageContentAll .pageContent .inxNotice > .thisBox .contentBox .oneBox .oneBoxThis .twoLineBox .kuangBox .swiperBox .swiperControl .navigation .navigationThis .btn.rightBtn {
  right: 0;
}
#index_page .pageContentAll .pageContent .inxNotice > .thisBox .contentBox .oneBox .oneBoxThis .twoLineBox .kuangBox .ul {
  width: 100%;
}
#index_page .pageContentAll .pageContent .inxNotice > .thisBox .contentBox .oneBox .oneBoxThis .twoLineBox .kuangBox .ul .li {
  border-bottom: 1px dashed #ccc;
}
#index_page .pageContentAll .pageContent .inxNotice > .thisBox .contentBox .oneBox .oneBoxThis .twoLineBox .kuangBox .ul .li .aBox {
  height: 4vw;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-start;
  flex-wrap: unset;
}
@media (max-width:1024px) {
  #index_page .pageContentAll .pageContent .inxNotice > .thisBox .contentBox .oneBox .oneBoxThis .twoLineBox .kuangBox .ul .li .aBox {
    height: unset;
    padding: 4vw 0;
  }
}
#index_page .pageContentAll .pageContent .inxNotice > .thisBox .contentBox .oneBox .oneBoxThis .twoLineBox .kuangBox .ul .li .aBox .textBox .title {
  font-size: clamp(12px, 0.9vw, 0.9vw);
  line-height: 1.5em;
}
@media (max-width:1024px) {
  #index_page .pageContentAll .pageContent .inxNotice > .thisBox .contentBox .oneBox .oneBoxThis .twoLineBox .kuangBox .ul .li .aBox .textBox .title {
    font-size: 3.6vw;
  }
}
#index_page .pageContentAll .pageContent .inxNotice > .thisBox .contentBox .oneBox .oneBoxThis .twoLineBox .kuangBox .ul .li .aBox:hover .textBox .title {
  color: #852717;
  text-decoration: underline;
}
#index_page .pageContentAll .pageContent .inxNotice > .thisBox .contentBox .oneBox .oneBoxThis .twoLineBox .kuangBox .ul .li:first-child {
  border-top: 1px dashed #ccc;
}
#index_page .pageContentAll .pageContent .inxTeam {
  position: relative;
}
#index_page .pageContentAll .pageContent .inxTeam > .thisBox {
  padding-bottom: 6vw;
}
@media (max-width:1024px) {
  #index_page .pageContentAll .pageContent .inxTeam > .thisBox {
    padding-bottom: 12vw;
  }
}
#index_page .pageContentAll .pageContent .inxTeam > .thisBox > .contentBox .swiperBox #inxTeam .swiper-slide {
  width: fit-content;
}
#index_page .pageContentAll .pageContent .inxTeam > .thisBox > .contentBox .swiperBox #inxTeam .swiper-slide .box {
  cursor: pointer;
}
#index_page .pageContentAll .pageContent .inxTeam > .thisBox > .contentBox .swiperBox #inxTeam .swiper-slide .box .twoLineBox .kuangBox {
  position: relative;
  padding-bottom: 1vw;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  flex-wrap: unset;
  background-color: #e3d9c6;
}
@media (max-width:1024px) {
  #index_page .pageContentAll .pageContent .inxTeam > .thisBox > .contentBox .swiperBox #inxTeam .swiper-slide .box .twoLineBox .kuangBox {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    flex-wrap: unset;
    width: 60vw;
  }
}
#index_page .pageContentAll .pageContent .inxTeam > .thisBox > .contentBox .swiperBox #inxTeam .swiper-slide .box .twoLineBox .kuangBox .imgBox {
  position: relative;
  z-index: 1;
  width: 15vw;
  height: 20vw;
  margin-bottom: 1vw;
}
@media (max-width:1024px) {
  #index_page .pageContentAll .pageContent .inxTeam > .thisBox > .contentBox .swiperBox #inxTeam .swiper-slide .box .twoLineBox .kuangBox .imgBox {
    width: 100%;
    height: 70vw;
  }
}
#index_page .pageContentAll .pageContent .inxTeam > .thisBox > .contentBox .swiperBox #inxTeam .swiper-slide .box .twoLineBox .kuangBox .title {
  font-size: clamp(12px, 1vw, 1vw);
  font-family: 'cn1';
}
@media (max-width:1024px) {
  #index_page .pageContentAll .pageContent .inxTeam > .thisBox > .contentBox .swiperBox #inxTeam .swiper-slide .box .twoLineBox .kuangBox .title {
    font-size: 3.8vw;
  }
}
#index_page .pageContentAll .pageContent .inxTeam > .thisBox > .contentBox .swiperBox #inxTeam .swiper-slide .box .twoLineBox .kuangBox .yuanqu {
  color: #852717;
  font-size: clamp(12px, 0.9vw, 0.9vw);
}
@media (max-width:1024px) {
  #index_page .pageContentAll .pageContent .inxTeam > .thisBox > .contentBox .swiperBox #inxTeam .swiper-slide .box .twoLineBox .kuangBox .yuanqu {
    font-size: 3.6vw;
  }
}
@media (max-width:1024px) {
  #index_page .pageContentAll .pageContent .inxTeam > .thisBox > .contentBox .swiperBox .swiperControl {
    display: none;
  }
}
#index_page .pageContentAll .pageContent .inxTeam .posImg .bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  mix-blend-mode: color-burn;
  opacity: 0.3;
}
#index_page .pageContentAll .pageContent .inxTeam .posImg .bg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
#index_page .pageContentAll .pageContent .inxKeshi > .thisBox {
  padding-bottom: 6vw;
}
@media (max-width:1024px) {
  #index_page .pageContentAll .pageContent .inxKeshi > .thisBox {
    padding-bottom: 12vw;
  }
}
#index_page .pageContentAll .pageContent .inxKeshi > .thisBox .contentBox {
  width: 70%;
  margin: 0 auto;
}
@media (max-width:1024px) {
  #index_page .pageContentAll .pageContent .inxKeshi > .thisBox .contentBox {
    width: 80%;
    margin: 0 auto;
  }
}
@media (max-width:1024px) and (max-width:1024px) {
  #index_page .pageContentAll .pageContent .inxKeshi > .thisBox .contentBox {
    width: 86%;
  }
}
#index_page .pageContentAll .pageContent .inxKeshi > .thisBox .contentBox .ul {
  display: flex;
  flex-wrap: wrap;
  gap: 1vw;
  flex-direction: row;
  align-items: flex-start;
  justify-content: flex-start;
}
#index_page .pageContentAll .pageContent .inxKeshi > .thisBox .contentBox .ul > li,
#index_page .pageContentAll .pageContent .inxKeshi > .thisBox .contentBox .ul > div {
  flex: unset;
  width: calc(100% / 4 - (4 - 1) * 1vw / 4);
}
@media (max-width:1024px) {
  #index_page .pageContentAll .pageContent .inxKeshi > .thisBox .contentBox .ul {
    display: flex;
    flex-wrap: wrap;
    gap: 4vw;
    flex-direction: row;
    align-items: flex-start;
    justify-content: flex-start;
  }
  #index_page .pageContentAll .pageContent .inxKeshi > .thisBox .contentBox .ul > li,
  #index_page .pageContentAll .pageContent .inxKeshi > .thisBox .contentBox .ul > div {
    flex: unset;
    width: calc(100% / 2 - (2 - 1) * 4vw / 2);
  }
}
#index_page .pageContentAll .pageContent .inxKeshi > .thisBox .contentBox .ul .li .aBox {
  transition-duration: 0.5s;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.56, -0.01, 0.04, 1);
}
#index_page .pageContentAll .pageContent .inxKeshi > .thisBox .contentBox .ul .li .aBox .twoLineBox .kuangBox .imgBox {
  overflow: hidden;
  height: 12vw;
}
@media (max-width:1024px) {
  #index_page .pageContentAll .pageContent .inxKeshi > .thisBox .contentBox .ul .li .aBox .twoLineBox .kuangBox .imgBox {
    height: 26vw;
  }
}
#index_page .pageContentAll .pageContent .inxKeshi > .thisBox .contentBox .ul .li .aBox .twoLineBox .kuangBox .imgBox img {
  transition-duration: 0.5s;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.56, -0.01, 0.04, 1);
}
#index_page .pageContentAll .pageContent .inxKeshi > .thisBox .contentBox .ul .li .aBox .twoLineBox .kuangBox .textBox {
  z-index: 1;
  position: relative;
  height: 5vw;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  flex-wrap: unset;
  padding-top: 1vw;
}
@media (max-width:1024px) {
  #index_page .pageContentAll .pageContent .inxKeshi > .thisBox .contentBox .ul .li .aBox .twoLineBox .kuangBox .textBox {
    padding-top: 5vw;
    height: 14vw;
  }
}
#index_page .pageContentAll .pageContent .inxKeshi > .thisBox .contentBox .ul .li .aBox .twoLineBox .kuangBox .textBox .icoBox {
  width: 4vw;
  height: 4vw;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  flex-wrap: unset;
  position: relative;
  -webkit-mask-image: url(../img/chinaYuan1.png);
  -webkit-mask-size: 100% 100%;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center;
  position: absolute;
  left: calc(50% - 2vw);
  top: -2vw;
}
#index_page .pageContentAll .pageContent .inxKeshi > .thisBox .contentBox .ul .li .aBox .twoLineBox .kuangBox .textBox .icoBox::after {
  content: '';
  position: absolute;
  display: block;
  background-color: #852717;
  width: 100%;
  height: 100%;
}
@media (max-width:1024px) {
  #index_page .pageContentAll .pageContent .inxKeshi > .thisBox .contentBox .ul .li .aBox .twoLineBox .kuangBox .textBox .icoBox {
    width: 10vw;
    height: 10vw;
    left: calc(50% - 5vw);
    top: -5vw;
  }
}
#index_page .pageContentAll .pageContent .inxKeshi > .thisBox .contentBox .ul .li .aBox .twoLineBox .kuangBox .textBox .icoBox i {
  position: relative;
  z-index: 1;
  font-size: clamp(12px, 2.3vw, 2.3vw);
  color: #e3d9c6;
}
@media (max-width:1024px) {
  #index_page .pageContentAll .pageContent .inxKeshi > .thisBox .contentBox .ul .li .aBox .twoLineBox .kuangBox .textBox .icoBox i {
    font-size: 6.4vw;
  }
}
#index_page .pageContentAll .pageContent .inxKeshi > .thisBox .contentBox .ul .li .aBox .twoLineBox .kuangBox .textBox .title {
  font-size: clamp(12px, 1.1vw, 1.1vw);
  font-family: 'cn1';
  transition-duration: 0.5s;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.56, -0.01, 0.04, 1);
}
@media (max-width:1024px) {
  #index_page .pageContentAll .pageContent .inxKeshi > .thisBox .contentBox .ul .li .aBox .twoLineBox .kuangBox .textBox .title {
    font-size: 4vw;
  }
}
#index_page .pageContentAll .pageContent .inxKeshi > .thisBox .contentBox .ul .li .aBox:hover {
  transform: translateY(-1vw);
}
#index_page .pageContentAll .pageContent .inxKeshi > .thisBox .contentBox .ul .li .aBox:hover .twoLineBox .kuangBox .imgBox img {
  transform: scale(1.1);
}
#index_page .pageContentAll .pageContent .inxKeshi > .thisBox .contentBox .ul .li .aBox:hover .twoLineBox .kuangBox .textBox .title {
  color: #852717;
}
#index_page .inxAboutOpen {
  pointer-events: none;
}
#index_page .inxAboutOpen .inxAboutOpenBox {
  opacity: 0;
  z-index: 20;
  transition-duration: 0.5s;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.56, -0.01, 0.04, 1);
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
#index_page .inxAboutOpen .inxAboutOpenBox .boxAll {
  transform: translateY(2vw);
  transition-duration: 0.5s;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.56, -0.01, 0.04, 1);
}
#index_page .inxAboutOpen .inxAboutOpenBox .boxAll .twoLineBox .kuangBox {
  padding: 3vw;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  flex-wrap: unset;
}
#index_page .inxAboutOpen .inxAboutOpenBox .boxAll .twoLineBox .kuangBox .titleBox {
  margin-bottom: 1vw;
}
#index_page .inxAboutOpen .inxAboutOpenBox .boxAll .twoLineBox .kuangBox .titleBox .title {
  font-size: clamp(12px, 1.5vw, 1.5vw);
  color: #852717;
  font-family: 'cn1';
}
@media (max-width:1024px) {
  #index_page .inxAboutOpen .inxAboutOpenBox .boxAll .twoLineBox .kuangBox .titleBox .title {
    font-size: 4.8vw;
  }
}
#index_page .inxAboutOpen .overlay {
  position: fixed;
  z-index: 9;
  width: 100%;
  height: 100%;
  top: 0;
  transition-duration: 0.5s;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.56, -0.01, 0.04, 1);
  opacity: 0;
  background-color: rgba(0, 0, 0, 0.5);
}
#index_page .inxAboutOpen.on {
  pointer-events: auto;
}
#index_page .inxAboutOpen.on .inxAboutOpenBox {
  opacity: 1;
}
#index_page .inxAboutOpen.on .inxAboutOpenBox .box {
  transform: translateY(0);
}
#index_page .inxAboutOpen.on .overlay {
  opacity: 1;
}
#news_page .pageContentAll .pageContent .newsList > .thisBox .contentBox {
  width: 80%;
  margin: 0 auto;
}
@media (max-width:1024px) {
  #news_page .pageContentAll .pageContent .newsList > .thisBox .contentBox {
    width: 86%;
  }
}
#news_page .pageContentAll .pageContent .newsList > .thisBox .contentBox .ul {
  display: flex;
  flex-wrap: wrap;
  gap: 2vw;
  flex-direction: row;
  align-items: flex-start;
  justify-content: flex-start;
}
#news_page .pageContentAll .pageContent .newsList > .thisBox .contentBox .ul > li,
#news_page .pageContentAll .pageContent .newsList > .thisBox .contentBox .ul > div {
  flex: unset;
  width: calc(100% / 4 - (4 - 1) * 2vw / 4);
}
@media (max-width:1024px) {
  #news_page .pageContentAll .pageContent .newsList > .thisBox .contentBox .ul {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    flex-wrap: unset;
  }
}
@media (max-width:1024px) {
  #news_page .pageContentAll .pageContent .newsList > .thisBox .contentBox .ul .li {
    width: 100%;
  }
}
#news_page .pageContentAll .pageContent .newsList > .thisBox .contentBox .ul .li .aBox .imgKuang {
  width: 100%;
  padding: 0.3vw;
}
#news_page .pageContentAll .pageContent .newsList > .thisBox .contentBox .ul .li .aBox .imgKuang .imgBox {
  overflow: hidden;
  width: 100%;
  height: 14vw;
}
@media (max-width:1024px) {
  #news_page .pageContentAll .pageContent .newsList > .thisBox .contentBox .ul .li .aBox .imgKuang .imgBox {
    height: 70vw;
  }
}
#news_page .pageContentAll .pageContent .newsList > .thisBox .contentBox .ul .li .aBox .imgKuang .imgBox img {
  transition-duration: 0.5s;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.56, -0.01, 0.04, 1);
}
#news_page .pageContentAll .pageContent .newsList > .thisBox .contentBox .ul .li .aBox .textBox {
  padding: 1.2vw;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  flex-wrap: unset;
}
@media (max-width:1024px) {
  #news_page .pageContentAll .pageContent .newsList > .thisBox .contentBox .ul .li .aBox .textBox {
    padding: 4vw;
  }
}
#news_page .pageContentAll .pageContent .newsList > .thisBox .contentBox .ul .li .aBox .textBox .dateBox {
  position: relative;
  padding: 0.4vw;
  height: 2vw;
  width: 6vw;
  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 .textBox .dateBox {
    width: 30vw;
    height: 6vw;
    padding: 1vw;
  }
}
#news_page .pageContentAll .pageContent .newsList > .thisBox .contentBox .ul .li .aBox .textBox .dateBox .d {
  font-size: clamp(12px, 1.3vw, 1.3vw);
  text-transform: uppercase;
}
@media (max-width:1024px) {
  #news_page .pageContentAll .pageContent .newsList > .thisBox .contentBox .ul .li .aBox .textBox .dateBox .d {
    font-size: 4.4vw;
  }
}
#news_page .pageContentAll .pageContent .newsList > .thisBox .contentBox .ul .li .aBox .textBox .dateBox .xian {
  height: 100%;
  border-left: 1px solid #97805e;
  opacity: 0.5;
  margin: 0 0.4vw;
}
@media (max-width:1024px) {
  #news_page .pageContentAll .pageContent .newsList > .thisBox .contentBox .ul .li .aBox .textBox .dateBox .xian {
    margin: 0 2vw;
  }
}
#news_page .pageContentAll .pageContent .newsList > .thisBox .contentBox .ul .li .aBox .textBox .dateBox .ym {
  text-transform: uppercase;
  color: #97805e;
}
#news_page .pageContentAll .pageContent .newsList > .thisBox .contentBox .ul .li .aBox .textBox .dateBox::before {
  content: '';
  position: absolute;
  display: block;
  width: 1vw;
  height: 1vw;
  border-top: 1px solid #852717;
  border-left: 1px solid #852717;
  top: 0;
  left: 0;
}
#news_page .pageContentAll .pageContent .newsList > .thisBox .contentBox .ul .li .aBox .textBox .dateBox::after {
  content: '';
  position: absolute;
  display: block;
  width: 1vw;
  height: 1vw;
  border-right: 1px solid #852717;
  border-bottom: 1px solid #852717;
  right: 0;
  bottom: 0;
}
#news_page .pageContentAll .pageContent .newsList > .thisBox .contentBox .ul .li .aBox .textBox .dian {
  width: 0.4vw;
  height: 0.4vw;
  border-radius: 50%;
  background-color: #852717;
  margin: 1vw 0;
}
@media (max-width:1024px) {
  #news_page .pageContentAll .pageContent .newsList > .thisBox .contentBox .ul .li .aBox .textBox .dian {
    width: 1vw;
    height: 1vw;
  }
}
#news_page .pageContentAll .pageContent .newsList > .thisBox .contentBox .ul .li .aBox .textBox .title {
  font-size: clamp(12px, 0.9vw, 0.9vw);
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  transition-duration: 0.5s;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.56, -0.01, 0.04, 1);
  line-height: 1.5em;
}
@media (max-width:1024px) {
  #news_page .pageContentAll .pageContent .newsList > .thisBox .contentBox .ul .li .aBox .textBox .title {
    font-size: 3.6vw;
  }
}
#news_page .pageContentAll .pageContent .newsList > .thisBox .contentBox .ul .li .aBox .textBox .description {
  margin-top: 1vw;
  opacity: 0.8;
  line-height: 1.8em;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}
#news_page .pageContentAll .pageContent .newsList > .thisBox .contentBox .ul .li .aBox:hover .imgKuang .imgBox img {
  transform: scale(1.1);
}
#news_page .pageContentAll .pageContent .newsList > .thisBox .contentBox .ul .li .aBox:hover .textBox .title {
  color: #852717;
}
#gonggao_page .pageContentAll .pageContent .gonggaoList > .thisBox .contentBox {
  width: 80%;
  margin: 0 auto;
  position: relative;
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  justify-content: space-between;
  flex-wrap: unset;
}
@media (max-width:1024px) {
  #gonggao_page .pageContentAll .pageContent .gonggaoList > .thisBox .contentBox {
    width: 86%;
  }
}
#gonggao_page .pageContentAll .pageContent .gonggaoList > .thisBox .contentBox .navSortBox {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  flex-wrap: unset;
  width: 44%;
}
@media (max-width:1024px) {
  #gonggao_page .pageContentAll .pageContent .gonggaoList > .thisBox .contentBox .navSortBox {
    width: 48%;
  }
}
#gonggao_page .pageContentAll .pageContent .gonggaoList > .thisBox .contentBox .navSortBox .name {
  position: relative;
  width: 8vw;
  margin-bottom: 2vw;
  height: 3vw;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  flex-wrap: unset;
}
@media (max-width:1024px) {
  #gonggao_page .pageContentAll .pageContent .gonggaoList > .thisBox .contentBox .navSortBox .name {
    padding: 3vw 0;
    width: 28vw;
    height: 12vw;
  }
}
#gonggao_page .pageContentAll .pageContent .gonggaoList > .thisBox .contentBox .navSortBox .name .txt {
  position: relative;
  z-index: 1;
  font-size: clamp(12px, 1vw, 1vw);
  font-family: 'cn1';
  color: #fff;
}
@media (max-width:1024px) {
  #gonggao_page .pageContentAll .pageContent .gonggaoList > .thisBox .contentBox .navSortBox .name .txt {
    font-size: 3.8vw;
  }
}
#gonggao_page .pageContentAll .pageContent .gonggaoList > .thisBox .contentBox .navSortBox .name .kuang {
  width: 100%;
  height: 100%;
  top: 0;
  position: relative;
  -webkit-mask-image: url(../img/sortKuang.png);
  -webkit-mask-size: 100% 100%;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center;
  position: absolute;
}
#gonggao_page .pageContentAll .pageContent .gonggaoList > .thisBox .contentBox .navSortBox .name .kuang::after {
  content: '';
  position: absolute;
  display: block;
  background-color: #852717;
  width: 100%;
  height: 100%;
}
#gonggao_page .pageContentAll .pageContent .gonggaoList > .thisBox .contentBox .navSortBox .name::after {
  content: '';
  position: absolute;
  display: block;
  top: 0.5vw;
  background-color: #852717;
  left: 0.5vw;
  height: calc(100% - 1vw);
  width: calc(100% - 1vw);
}
@media (max-width:1024px) {
  #gonggao_page .pageContentAll .pageContent .gonggaoList > .thisBox .contentBox .navSortBox .name::after {
    top: 1.5vw;
    left: 1.5vw;
    height: calc(100% - 3vw);
    width: calc(100% - 3vw);
  }
}
#gonggao_page .pageContentAll .pageContent .gonggaoList > .thisBox .contentBox .navSortBox .ul {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  flex-wrap: unset;
  gap: 1vw;
}
@media (max-width:1024px) {
  #gonggao_page .pageContentAll .pageContent .gonggaoList > .thisBox .contentBox .navSortBox .ul {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    flex-wrap: unset;
  }
}
#gonggao_page .pageContentAll .pageContent .gonggaoList > .thisBox .contentBox .navSortBox .ul .li {
  border-bottom: 1px dashed #ccc;
}
#gonggao_page .pageContentAll .pageContent .gonggaoList > .thisBox .contentBox .navSortBox .ul .li .aBox {
  height: 4vw;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-start;
  flex-wrap: unset;
}
@media (max-width:1024px) {
  #gonggao_page .pageContentAll .pageContent .gonggaoList > .thisBox .contentBox .navSortBox .ul .li .aBox {
    height: unset;
    padding: 4vw 0;
  }
}
#gonggao_page .pageContentAll .pageContent .gonggaoList > .thisBox .contentBox .navSortBox .ul .li .aBox .textBox .title {
  font-size: clamp(12px, 0.9vw, 0.9vw);
  line-height: 1.5em;
}
@media (max-width:1024px) {
  #gonggao_page .pageContentAll .pageContent .gonggaoList > .thisBox .contentBox .navSortBox .ul .li .aBox .textBox .title {
    font-size: 3.6vw;
  }
}
#gonggao_page .pageContentAll .pageContent .gonggaoList > .thisBox .contentBox .navSortBox .ul .li .aBox:hover .textBox .title {
  color: #852717;
  text-decoration: underline;
}
#gonggao_page .pageContentAll .pageContent .gonggaoList > .thisBox .contentBox .navSortBox .ul .li:first-child {
  border-top: 1px dashed #ccc;
}
#gonggao_page .pageContentAll .pageContent .gonggaoList > .thisBox .contentBox .navSortBox .ul .li .aBox {
  height: unset;
}
@media (max-width:1024px) {
  #gonggao_page .pageContentAll .pageContent .gonggaoList > .thisBox .contentBox .navSortBox .ul .li .aBox {
    padding: 2vw 0;
  }
}
#gonggao_page .pageContentAll .pageContent .gonggaoList > .thisBox .contentBox .navSortBox .ul .li .aBox .kuangBox {
  padding: 0.6vw 2vw;
}
#gonggao_page .pageContentAll .pageContent .gonggaoList > .thisBox .contentBox .fenge {
  position: absolute;
  left: 50%;
  height: 100%;
  transform: translateX(-50%);
  top: 0;
  width: 0.6vw;
}
#gonggao_page .pageContentAll .pageContent .gonggaoList > .thisBox .contentBox .fenge .maskImg {
  width: 100%;
  height: 100%;
  position: relative;
  -webkit-mask-image: url(../img/fenge1.png);
  -webkit-mask-size: 100% 100%;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center;
  -webkit-mask-size: 100% auto ;
}
#gonggao_page .pageContentAll .pageContent .gonggaoList > .thisBox .contentBox .fenge .maskImg::after {
  content: '';
  position: absolute;
  display: block;
  background-color: #852717;
  width: 100%;
  height: 100%;
}
#gonggao_page .pageContentAll .pageContent .gonggaoList > .thisBox .contentBox .fenge .maskImg .color {
  background-color: #97805e;
}
#branch_page .pageContentAll .pageContent .branchList > .thisBox > .contentBox {
  width: 80%;
  margin: 0 auto;
}
@media (max-width:1024px) {
  #branch_page .pageContentAll .pageContent .branchList > .thisBox > .contentBox {
    width: 86%;
  }
}
#branch_page .pageContentAll .pageContent .branchList > .thisBox > .contentBox .ul {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  flex-wrap: unset;
  gap: 4vw;
}
#branch_page .pageContentAll .pageContent .branchList > .thisBox > .contentBox .ul .li {
  width: 100%;
}
#branch_page .pageContentAll .pageContent .branchList > .thisBox > .contentBox .ul .li .box .twoLineBox .kuangBox {
  position: relative;
  height: 20vw;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  flex-wrap: unset;
}
@media (max-width:1024px) {
  #branch_page .pageContentAll .pageContent .branchList > .thisBox > .contentBox .ul .li .box .twoLineBox .kuangBox {
    height: unset;
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    flex-wrap: unset;
  }
}
#branch_page .pageContentAll .pageContent .branchList > .thisBox > .contentBox .ul .li .box .twoLineBox .kuangBox .imgBox {
  position: relative;
  z-index: 1;
  height: 100%;
  width: 26vw;
}
@media (max-width:1024px) {
  #branch_page .pageContentAll .pageContent .branchList > .thisBox > .contentBox .ul .li .box .twoLineBox .kuangBox .imgBox {
    height: 50vw;
    width: 100%;
  }
}
#branch_page .pageContentAll .pageContent .branchList > .thisBox > .contentBox .ul .li .box .twoLineBox .kuangBox .coutBox {
  padding: 4vw;
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  flex-wrap: unset;
  width: calc(100% - 26vw);
}
@media (max-width:1024px) {
  #branch_page .pageContentAll .pageContent .branchList > .thisBox > .contentBox .ul .li .box .twoLineBox .kuangBox .coutBox {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    flex-wrap: unset;
    flex-direction: column-reverse;
  }
}
#branch_page .pageContentAll .pageContent .branchList > .thisBox > .contentBox .ul .li .box .twoLineBox .kuangBox .coutBox .textBox {
  width: 30vw;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  flex-wrap: unset;
}
@media (max-width:1024px) {
  #branch_page .pageContentAll .pageContent .branchList > .thisBox > .contentBox .ul .li .box .twoLineBox .kuangBox .coutBox .textBox {
    width: 100%;
    align-items: center;
  }
}
#branch_page .pageContentAll .pageContent .branchList > .thisBox > .contentBox .ul .li .box .twoLineBox .kuangBox .coutBox .textBox .title {
  margin-bottom: 1vw;
  font-family: 'cn1';
  font-size: clamp(12px, 1.5vw, 1.5vw);
}
@media (max-width:1024px) {
  #branch_page .pageContentAll .pageContent .branchList > .thisBox > .contentBox .ul .li .box .twoLineBox .kuangBox .coutBox .textBox .title {
    font-size: 4.8vw;
  }
}
@media (max-width:1024px) {
  #branch_page .pageContentAll .pageContent .branchList > .thisBox > .contentBox .ul .li .box .twoLineBox .kuangBox .coutBox .textBox .title {
    font-size: 7vw;
  }
}
#branch_page .pageContentAll .pageContent .branchList > .thisBox > .contentBox .ul .li .box .twoLineBox .kuangBox .coutBox .textBox .miaoshu {
  line-height: 2em;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}
@media (max-width:1024px) {
  #branch_page .pageContentAll .pageContent .branchList > .thisBox > .contentBox .ul .li .box .twoLineBox .kuangBox .coutBox .textBox .unifyButton {
    margin-top: 2vw;
  }
}
#branch_page .pageContentAll .pageContent .branchList > .thisBox > .contentBox .ul .li .box .twoLineBox .kuangBox .coutBox .icoBox {
  width: 4vw;
  height: 4vw;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  flex-wrap: unset;
  position: relative;
  -webkit-mask-image: url(../img/chinaYuan1.png);
  -webkit-mask-size: 100% 100%;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center;
  position: absolute;
  left: calc(50% - 2vw);
  top: -2vw;
  position: unset;
  width: 6vw;
  height: 6vw;
}
#branch_page .pageContentAll .pageContent .branchList > .thisBox > .contentBox .ul .li .box .twoLineBox .kuangBox .coutBox .icoBox::after {
  content: '';
  position: absolute;
  display: block;
  background-color: #852717;
  width: 100%;
  height: 100%;
}
@media (max-width:1024px) {
  #branch_page .pageContentAll .pageContent .branchList > .thisBox > .contentBox .ul .li .box .twoLineBox .kuangBox .coutBox .icoBox {
    width: 10vw;
    height: 10vw;
    left: calc(50% - 5vw);
    top: -5vw;
  }
}
#branch_page .pageContentAll .pageContent .branchList > .thisBox > .contentBox .ul .li .box .twoLineBox .kuangBox .coutBox .icoBox i {
  position: relative;
  z-index: 1;
  font-size: clamp(12px, 2.3vw, 2.3vw);
  color: #e3d9c6;
}
@media (max-width:1024px) {
  #branch_page .pageContentAll .pageContent .branchList > .thisBox > .contentBox .ul .li .box .twoLineBox .kuangBox .coutBox .icoBox i {
    font-size: 6.4vw;
  }
}
@media (max-width:1024px) {
  #branch_page .pageContentAll .pageContent .branchList > .thisBox > .contentBox .ul .li .box .twoLineBox .kuangBox .coutBox .icoBox {
    margin-top: -14vw;
    width: 20vw;
    height: 20vw;
    margin-bottom: 4vw;
  }
}
#branch_page .pageContentAll .pageContent .branchList > .thisBox > .contentBox .ul .li .box .twoLineBox .kuangBox .coutBox .icoBox i {
  font-size: clamp(12px, 2.5vw, 2.5vw);
}
@media (max-width:1024px) {
  #branch_page .pageContentAll .pageContent .branchList > .thisBox > .contentBox .ul .li .box .twoLineBox .kuangBox .coutBox .icoBox i {
    font-size: 6.8vw;
  }
}
@media (max-width:1024px) {
  #branch_page .pageContentAll .pageContent .branchList > .thisBox > .contentBox .ul .li .box .twoLineBox .kuangBox .coutBox .icoBox i {
    font-size: 9vw;
  }
}
#branch_page .pageContentAll .pageContent .branchList > .thisBox > .contentBox .ul .li .box .twoLineBox .kuangBox::after {
  content: '';
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
  top: 0;
  background-size: cover;
  background-position: center;
  background-repeat: repeat;
  background-image: url(../img/youshiBg.jpg);
  mix-blend-mode: luminosity;
  opacity: 0.2;
}
#branch_detail_page .pageContentAll .pageContent {
  padding: 6vw 0;
}
@media (max-width:1024px) {
  #branch_detail_page .pageContentAll .pageContent {
    padding: 12vw 0;
  }
}
#branch_detail_page .pageContentAll .pageContent .titleBiaoti {
  font-family: 'cn1';
  font-size: clamp(12px, 1.5vw, 1.5vw);
  width: 80%;
  margin: 0 auto;
  margin-bottom: 2vw;
  padding-bottom: 1vw;
  border-bottom: 1px solid #852717;
}
@media (max-width:1024px) {
  #branch_detail_page .pageContentAll .pageContent .titleBiaoti {
    font-size: 4.8vw;
  }
}
@media (max-width:1024px) {
  #branch_detail_page .pageContentAll .pageContent .titleBiaoti {
    width: 86%;
  }
}
#branch_detail_page .pageContentAll .pageContent .bigBiaoti {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  flex-wrap: unset;
  gap: 1vw;
  margin-bottom: 6vw;
}
#branch_detail_page .pageContentAll .pageContent .bigBiaoti .icoBox {
  width: 6vw;
  height: 6vw;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  flex-wrap: unset;
  position: relative;
  -webkit-mask-image: url(../img/chinaYuan1.png);
  -webkit-mask-size: 100% 100%;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center;
}
#branch_detail_page .pageContentAll .pageContent .bigBiaoti .icoBox::after {
  content: '';
  position: absolute;
  display: block;
  background-color: #852717;
  width: 100%;
  height: 100%;
}
@media (max-width:1024px) {
  #branch_detail_page .pageContentAll .pageContent .bigBiaoti .icoBox {
    width: 20vw;
    height: 20vw;
  }
}
#branch_detail_page .pageContentAll .pageContent .bigBiaoti .icoBox i {
  position: relative;
  z-index: 1;
  font-size: clamp(12px, 2.5vw, 2.5vw);
  color: #e3d9c6;
}
@media (max-width:1024px) {
  #branch_detail_page .pageContentAll .pageContent .bigBiaoti .icoBox i {
    font-size: 6.8vw;
  }
}
@media (max-width:1024px) {
  #branch_detail_page .pageContentAll .pageContent .bigBiaoti .icoBox i {
    font-size: 10vw;
  }
}
#branch_detail_page .pageContentAll .pageContent .bigBiaoti .title {
  font-size: clamp(12px, 1.9vw, 1.9vw);
  font-family: 'cn1';
}
@media (max-width:1024px) {
  #branch_detail_page .pageContentAll .pageContent .bigBiaoti .title {
    font-size: 5.6vw;
  }
}
#branch_detail_page .pageContentAll .pageContent .branchInfo > .thisBox {
  padding-bottom: 6vw;
}
@media (max-width:1024px) {
  #branch_detail_page .pageContentAll .pageContent .branchInfo > .thisBox {
    padding-bottom: 12vw;
  }
}
#branch_detail_page .pageContentAll .pageContent .branchInfo > .thisBox > .contentBox {
  width: 80%;
  margin: 0 auto;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  flex-wrap: unset;
}
@media (max-width:1024px) {
  #branch_detail_page .pageContentAll .pageContent .branchInfo > .thisBox > .contentBox {
    width: 86%;
  }
}
@media (max-width:1024px) {
  #branch_detail_page .pageContentAll .pageContent .branchInfo > .thisBox > .contentBox {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    flex-wrap: unset;
    gap: 4vw;
  }
}
#branch_detail_page .pageContentAll .pageContent .branchInfo > .thisBox > .contentBox .imgSiwper {
  position: relative;
  width: 40%;
  height: 20vw;
}
@media (max-width:1024px) {
  #branch_detail_page .pageContentAll .pageContent .branchInfo > .thisBox > .contentBox .imgSiwper {
    width: 100%;
    height: 50vw;
  }
}
#branch_detail_page .pageContentAll .pageContent .branchInfo > .thisBox > .contentBox .imgSiwper #keshiImg {
  width: 100%;
  height: 100%;
}
#branch_detail_page .pageContentAll .pageContent .branchInfo > .thisBox > .contentBox .imgSiwper #keshiImg .swiper-slide .imgBox {
  width: 100%;
  height: 100%;
}
#branch_detail_page .pageContentAll .pageContent .branchInfo > .thisBox > .contentBox .imgSiwper .swiperControl .navigation .navigationThis .btn {
  width: 1.5vw;
  height: 2.5vw;
}
#branch_detail_page .pageContentAll .pageContent .branchInfo > .thisBox > .contentBox .imgSiwper .swiperControl .navigation .navigationThis .btn.leftBtn {
  left: 1vw;
}
#branch_detail_page .pageContentAll .pageContent .branchInfo > .thisBox > .contentBox .imgSiwper .swiperControl .navigation .navigationThis .btn.rightBtn {
  right: 1vw;
}
#branch_detail_page .pageContentAll .pageContent .branchInfo > .thisBox > .contentBox .textBox {
  width: 60%;
  padding-left: 6vw;
}
@media (max-width:1024px) {
  #branch_detail_page .pageContentAll .pageContent .branchInfo > .thisBox > .contentBox .textBox {
    padding-left: 0;
    width: 100%;
  }
}
#branch_detail_page .pageContentAll .pageContent .branchInfo > .thisBox > .contentBox .textBox .miaoshu {
  line-height: 2em;
}
#branch_detail_page .pageContentAll .pageContent .branchPelpeo > .thisBox > .contentBox {
  width: 80%;
  margin: 0 auto;
}
@media (max-width:1024px) {
  #branch_detail_page .pageContentAll .pageContent .branchPelpeo > .thisBox > .contentBox {
    width: 86%;
  }
}
#branch_detail_page .pageContentAll .pageContent .branchPelpeo > .thisBox > .contentBox .ul {
  display: flex;
  flex-wrap: wrap;
  gap: 2vw;
  flex-direction: row;
  align-items: flex-start;
  justify-content: flex-start;
}
#branch_detail_page .pageContentAll .pageContent .branchPelpeo > .thisBox > .contentBox .ul > li,
#branch_detail_page .pageContentAll .pageContent .branchPelpeo > .thisBox > .contentBox .ul > div {
  flex: unset;
  width: calc(100% / 5 - (5 - 1) * 2vw / 5);
}
@media (max-width:1024px) {
  #branch_detail_page .pageContentAll .pageContent .branchPelpeo > .thisBox > .contentBox .ul {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    flex-wrap: unset;
  }
}
@media (max-width:1024px) {
  #branch_detail_page .pageContentAll .pageContent .branchPelpeo > .thisBox > .contentBox .ul .li {
    width: unset;
  }
}
#branch_detail_page .pageContentAll .pageContent .branchPelpeo > .thisBox > .contentBox .ul .li .box {
  cursor: pointer;
}
#branch_detail_page .pageContentAll .pageContent .branchPelpeo > .thisBox > .contentBox .ul .li .box .twoLineBox .kuangBox {
  position: relative;
  padding-bottom: 1vw;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  flex-wrap: unset;
  background-color: #e3d9c6;
}
@media (max-width:1024px) {
  #branch_detail_page .pageContentAll .pageContent .branchPelpeo > .thisBox > .contentBox .ul .li .box .twoLineBox .kuangBox {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    flex-wrap: unset;
    width: 60vw;
  }
}
#branch_detail_page .pageContentAll .pageContent .branchPelpeo > .thisBox > .contentBox .ul .li .box .twoLineBox .kuangBox .imgBox {
  position: relative;
  z-index: 1;
  width: 15vw;
  height: 20vw;
  margin-bottom: 1vw;
}
@media (max-width:1024px) {
  #branch_detail_page .pageContentAll .pageContent .branchPelpeo > .thisBox > .contentBox .ul .li .box .twoLineBox .kuangBox .imgBox {
    width: 100%;
    height: 70vw;
  }
}
#branch_detail_page .pageContentAll .pageContent .branchPelpeo > .thisBox > .contentBox .ul .li .box .twoLineBox .kuangBox .title {
  font-size: clamp(12px, 1vw, 1vw);
  font-family: 'cn1';
}
@media (max-width:1024px) {
  #branch_detail_page .pageContentAll .pageContent .branchPelpeo > .thisBox > .contentBox .ul .li .box .twoLineBox .kuangBox .title {
    font-size: 3.8vw;
  }
}
#branch_detail_page .pageContentAll .pageContent .branchPelpeo > .thisBox > .contentBox .ul .li .box .twoLineBox .kuangBox .yuanqu {
  color: #852717;
  font-size: clamp(12px, 0.9vw, 0.9vw);
}
@media (max-width:1024px) {
  #branch_detail_page .pageContentAll .pageContent .branchPelpeo > .thisBox > .contentBox .ul .li .box .twoLineBox .kuangBox .yuanqu {
    font-size: 3.6vw;
  }
}
@media (max-width:1024px) {
  #branch_detail_page .pageContentAll .pageContent .branchPelpeo > .thisBox > .contentBox .ul .li .box .twoLineBox .kuangBox {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    flex-wrap: unset;
  }
}
#branch_detail_page .pageContentAll .pageContent .branchPelpeo > .thisBox > .contentBox .ul .li .box .twoLineBox .kuangBox .imgBox {
  width: 100%;
  height: 18vw;
}
@media (max-width:1024px) {
  #branch_detail_page .pageContentAll .pageContent .branchPelpeo > .thisBox > .contentBox .ul .li .box .twoLineBox .kuangBox .imgBox {
    height: 44vw;
  }
}
#branch_detail_page .pageContentAll .pageContent .branchPelpeo > .thisBox > .contentBox .ul .li .box .twoLineBox .kuangBox .textBox {
  width: calc(100% - 15vw);
}
#branch_detail_page .pageContentAll .pageContent .branchPelpeo > .thisBox > .contentBox .ul .li .box .twoLineBox .kuangBox .bgImg {
  width: calc(100% - 15vw);
}
#team_page .pageContentAll .pageContent .teamList > .thisBox .contentBox {
  width: 80%;
  margin: 0 auto;
}
@media (max-width:1024px) {
  #team_page .pageContentAll .pageContent .teamList > .thisBox .contentBox {
    width: 86%;
  }
}
#team_page .pageContentAll .pageContent .teamList > .thisBox .contentBox .ul1 {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  flex-wrap: unset;
  width: 100%;
  gap: 6vw;
}
#team_page .pageContentAll .pageContent .teamList > .thisBox .contentBox .ul1 .li1 {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  flex-wrap: unset;
  position: relative;
}
@media (max-width:1024px) {
  #team_page .pageContentAll .pageContent .teamList > .thisBox .contentBox .ul1 .li1 {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    flex-wrap: unset;
  }
}
#team_page .pageContentAll .pageContent .teamList > .thisBox .contentBox .ul1 .li1::before {
  content: '';
  position: absolute;
  display: block;
  width: 100%;
  top: 1.2vw;
  left: 0;
  border-bottom: 1px solid #852717;
}
#team_page .pageContentAll .pageContent .teamList > .thisBox .contentBox .ul1 .li1 .liTitle {
  position: relative;
  z-index: 1;
  font-family: 'cn1';
  font-size: clamp(12px, 1.9vw, 1.9vw);
  margin-bottom: 2vw;
  background-color: #852717;
  border-radius: 4vw;
  color: #fff;
  padding: 0 2vw;
}
@media (max-width:1024px) {
  #team_page .pageContentAll .pageContent .teamList > .thisBox .contentBox .ul1 .li1 .liTitle {
    font-size: 5.6vw;
  }
}
@media (max-width:1024px) {
  #team_page .pageContentAll .pageContent .teamList > .thisBox .contentBox .ul1 .li1 .liTitle {
    padding: 0 12vw;
  }
}
#team_page .pageContentAll .pageContent .teamList > .thisBox .contentBox .ul1 .li1 .cout {
  width: 100%;
}
#team_page .pageContentAll .pageContent .teamList > .thisBox .contentBox .ul1 .li1 .cout .ul2 {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  gap: 2vw;
  flex-direction: row;
  align-items: flex-start;
  justify-content: flex-start;
}
#team_page .pageContentAll .pageContent .teamList > .thisBox .contentBox .ul1 .li1 .cout .ul2 > li,
#team_page .pageContentAll .pageContent .teamList > .thisBox .contentBox .ul1 .li1 .cout .ul2 > div {
  flex: unset;
  width: calc(100% / 5 - (5 - 1) * 2vw / 5);
}
@media (max-width:1024px) {
  #team_page .pageContentAll .pageContent .teamList > .thisBox .contentBox .ul1 .li1 .cout .ul2 {
    display: flex;
    flex-wrap: wrap;
    gap: 4vw;
    flex-direction: row;
    align-items: flex-start;
    justify-content: flex-start;
  }
  #team_page .pageContentAll .pageContent .teamList > .thisBox .contentBox .ul1 .li1 .cout .ul2 > li,
  #team_page .pageContentAll .pageContent .teamList > .thisBox .contentBox .ul1 .li1 .cout .ul2 > div {
    flex: unset;
    width: calc(100% / 2 - (2 - 1) * 4vw / 2);
  }
}
#team_page .pageContentAll .pageContent .teamList > .thisBox .contentBox .ul1 .li1 .cout .ul2 .li2 .box {
  cursor: pointer;
}
#team_page .pageContentAll .pageContent .teamList > .thisBox .contentBox .ul1 .li1 .cout .ul2 .li2 .box .twoLineBox .kuangBox {
  position: relative;
  padding-bottom: 1vw;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  flex-wrap: unset;
  background-color: #e3d9c6;
}
@media (max-width:1024px) {
  #team_page .pageContentAll .pageContent .teamList > .thisBox .contentBox .ul1 .li1 .cout .ul2 .li2 .box .twoLineBox .kuangBox {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    flex-wrap: unset;
    width: 60vw;
  }
}
#team_page .pageContentAll .pageContent .teamList > .thisBox .contentBox .ul1 .li1 .cout .ul2 .li2 .box .twoLineBox .kuangBox .imgBox {
  position: relative;
  z-index: 1;
  width: 15vw;
  height: 20vw;
  margin-bottom: 1vw;
}
@media (max-width:1024px) {
  #team_page .pageContentAll .pageContent .teamList > .thisBox .contentBox .ul1 .li1 .cout .ul2 .li2 .box .twoLineBox .kuangBox .imgBox {
    width: 100%;
    height: 70vw;
  }
}
#team_page .pageContentAll .pageContent .teamList > .thisBox .contentBox .ul1 .li1 .cout .ul2 .li2 .box .twoLineBox .kuangBox .title {
  font-size: clamp(12px, 1vw, 1vw);
  font-family: 'cn1';
}
@media (max-width:1024px) {
  #team_page .pageContentAll .pageContent .teamList > .thisBox .contentBox .ul1 .li1 .cout .ul2 .li2 .box .twoLineBox .kuangBox .title {
    font-size: 3.8vw;
  }
}
#team_page .pageContentAll .pageContent .teamList > .thisBox .contentBox .ul1 .li1 .cout .ul2 .li2 .box .twoLineBox .kuangBox .yuanqu {
  color: #852717;
  font-size: clamp(12px, 0.9vw, 0.9vw);
}
@media (max-width:1024px) {
  #team_page .pageContentAll .pageContent .teamList > .thisBox .contentBox .ul1 .li1 .cout .ul2 .li2 .box .twoLineBox .kuangBox .yuanqu {
    font-size: 3.6vw;
  }
}
@media (max-width:1024px) {
  #team_page .pageContentAll .pageContent .teamList > .thisBox .contentBox .ul1 .li1 .cout .ul2 .li2 .box .twoLineBox .kuangBox {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    flex-wrap: unset;
  }
}
#team_page .pageContentAll .pageContent .teamList > .thisBox .contentBox .ul1 .li1 .cout .ul2 .li2 .box .twoLineBox .kuangBox .imgBox {
  width: 100%;
  height: 18vw;
}
@media (max-width:1024px) {
  #team_page .pageContentAll .pageContent .teamList > .thisBox .contentBox .ul1 .li1 .cout .ul2 .li2 .box .twoLineBox .kuangBox .imgBox {
    height: 44vw;
  }
}
#team_page .pageContentAll .pageContent .teamList > .thisBox .contentBox .ul1 .li1 .cout .ul2 .li2 .box .twoLineBox .kuangBox .textBox {
  width: calc(100% - 15vw);
}
#team_page .pageContentAll .pageContent .teamList > .thisBox .contentBox .ul1 .li1 .cout .ul2 .li2 .box .twoLineBox .kuangBox .bgImg {
  width: calc(100% - 15vw);
}
#contact_message_page .pageContentAll {
  padding-top: 7.2vw;
}
@media (max-width:1600px) {
  #contact_message_page .pageContentAll {
    padding-top: 7.2vw;
  }
}
@media (max-width:1300px) {
  #contact_message_page .pageContentAll {
    padding-top: 7.2vw;
  }
}
@media (max-width:1024px) {
  #contact_message_page .pageContentAll {
    padding-top: 24vw;
  }
}
#contact_message_page .pageContentAll .pageContent {
  padding-top: 0;
}
#contact_message_page .pageContentAll .pageContent .message {
  position: relative;
}
#contact_message_page .pageContentAll .pageContent .message > .thisBox {
  position: relative;
  z-index: 1;
  width: 100%;
  height: 100%;
  padding-top: 8vw;
}
#contact_message_page .pageContentAll .pageContent .message > .thisBox .contentBox {
  width: 80%;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  flex-wrap: unset;
  width: 60%;
  position: relative;
}
@media (max-width:1024px) {
  #contact_message_page .pageContentAll .pageContent .message > .thisBox .contentBox {
    width: 86%;
  }
}
#contact_message_page .pageContentAll .pageContent .message > .thisBox .contentBox .mesSort {
  margin-bottom: 2vw;
}
#contact_message_page .pageContentAll .pageContent .message > .thisBox .contentBox .mesSort .en {
  font-size: clamp(12px, 1vw, 1vw);
}
@media (max-width:1024px) {
  #contact_message_page .pageContentAll .pageContent .message > .thisBox .contentBox .mesSort .en {
    font-size: 3.8vw;
  }
}
#contact_message_page .pageContentAll .pageContent .message > .thisBox .contentBox .mesSort .cn {
  font-family: 'cn1';
  font-size: clamp(12px, 1.7vw, 1.7vw);
}
@media (max-width:1024px) {
  #contact_message_page .pageContentAll .pageContent .message > .thisBox .contentBox .mesSort .cn {
    font-size: 5.2vw;
  }
}
#contact_message_page .pageContentAll .pageContent .message > .thisBox .contentBox .biaodan {
  width: 100%;
}
#contact_message_page .pageContentAll .pageContent .message > .thisBox .contentBox .biaodan form {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  flex-wrap: unset;
}
#contact_message_page .pageContentAll .pageContent .message > .thisBox .contentBox .biaodan form .inputBox {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  flex-wrap: unset;
  width: 100%;
  padding: 1vw 0;
}
@media (max-width:1024px) {
  #contact_message_page .pageContentAll .pageContent .message > .thisBox .contentBox .biaodan form .inputBox {
    margin-bottom: 6vw;
  }
}
#contact_message_page .pageContentAll .pageContent .message > .thisBox .contentBox .biaodan form .inputBox .bdTitle {
  position: relative;
  display: block;
  font-size: clamp(12px, 0.9vw, 0.9vw);
  font-family: 'cn1';
  margin-bottom: 1vw;
}
@media (max-width:1024px) {
  #contact_message_page .pageContentAll .pageContent .message > .thisBox .contentBox .biaodan form .inputBox .bdTitle {
    font-size: 3.6vw;
  }
}
@media (max-width:1024px) {
  #contact_message_page .pageContentAll .pageContent .message > .thisBox .contentBox .biaodan form .inputBox .bdTitle {
    width: 100%;
  }
}
#contact_message_page .pageContentAll .pageContent .message > .thisBox .contentBox .biaodan form .inputBox .input {
  position: relative;
  width: 100%;
}
@media (max-width:1024px) {
  #contact_message_page .pageContentAll .pageContent .message > .thisBox .contentBox .biaodan form .inputBox .input {
    width: 100%;
  }
}
#contact_message_page .pageContentAll .pageContent .message > .thisBox .contentBox .biaodan form .inputBox .input input {
  width: 100%;
  background-color: transparent;
  height: 100%;
  padding-left: 2vw;
  background-color: var(--fontCor10);
  border: 1px solid var(--fontCor);
  height: 3vw;
}
@media (max-width:1024px) {
  #contact_message_page .pageContentAll .pageContent .message > .thisBox .contentBox .biaodan form .inputBox .input input {
    padding-left: 4vw;
  }
}
@media (max-width:1024px) {
  #contact_message_page .pageContentAll .pageContent .message > .thisBox .contentBox .biaodan form .inputBox .input input {
    height: 12vw;
  }
}
#contact_message_page .pageContentAll .pageContent .message > .thisBox .contentBox .biaodan form .inputBox .input textarea {
  width: 100%;
  background-color: transparent;
  height: 100%;
  padding-left: 2vw;
  background-color: var(--fontCor10);
  border: 1px solid var(--fontCor);
  height: 6vw;
  resize: vertical;
}
@media (max-width:1024px) {
  #contact_message_page .pageContentAll .pageContent .message > .thisBox .contentBox .biaodan form .inputBox .input textarea {
    padding-left: 4vw;
  }
}
#contact_message_page .pageContentAll .pageContent .message > .thisBox .contentBox .biaodan form .inputBox.textarea {
  width: 100%;
}
#contact_message_page .pageContentAll .pageContent .message > .thisBox .contentBox .biaodan form .inputBox.textarea .input textarea {
  height: 6vw;
  font-family: auto;
  padding: 1vw 2vw;
  width: 100%;
  outline: none;
}
@media (max-width:1024px) {
  #contact_message_page .pageContentAll .pageContent .message > .thisBox .contentBox .biaodan form .inputBox.textarea .input textarea {
    padding: 4vw;
    height: 40vw;
  }
}
#contact_message_page .pageContentAll .pageContent .message > .thisBox .contentBox .biaodan form .inputBox.yanzhengma .input {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  flex-wrap: unset;
  gap: 1vw;
}
#contact_message_page .pageContentAll .pageContent .message > .thisBox .contentBox .biaodan form .inputBox.yanzhengma .yanz {
  position: absolute;
  right: 0;
  top: 0;
  height: 100%;
}
#contact_message_page .pageContentAll .pageContent .message > .thisBox .contentBox .biaodan form .inputBox.yanzhengma .yanz img {
  height: 100%;
  cursor: pointer;
}
#contact_message_page .pageContentAll .pageContent .message > .thisBox .contentBox .biaodan form .inputBox.must .bdTitle::after {
  content: '*';
  position: absolute;
  color: red;
}
#contact_message_page .pageContentAll .pageContent .message > .thisBox .contentBox .biaodan form .inputBox .tianxieInfo {
  position: absolute;
  left: 0;
  top: 110%;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-start;
  flex-wrap: unset;
}
#contact_message_page .pageContentAll .pageContent .message > .thisBox .contentBox .biaodan form .inputBox.zhengque .tianxieInfo i {
  color: green;
}
#contact_message_page .pageContentAll .pageContent .message > .thisBox .contentBox .biaodan form .inputBox.zhengque .tianxieInfo .txt {
  color: green;
}
#contact_message_page .pageContentAll .pageContent .message > .thisBox .contentBox .biaodan form .inputBox.cuowu .tianxieInfo i {
  color: red;
}
#contact_message_page .pageContentAll .pageContent .message > .thisBox .contentBox .biaodan form .inputBox.cuowu .tianxieInfo .txt {
  color: red;
}
#contact_message_page .pageContentAll .pageContent .message > .thisBox .contentBox .biaodan form .button {
  margin: 0 auto;
  margin-top: 2vw;
  width: 100%;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  flex-wrap: unset;
}
#contact_message_page .pageContentAll .pageContent .message > .thisBox .contentBox .biaodan form .button .submit {
  cursor: pointer;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  flex-wrap: unset;
  gap: 1vw;
  height: 3vw;
  padding: 0 2vw;
  background-color: #852717;
  box-shadow: 2px 2px 30px rgba(0, 0, 0, 0.08);
  transition-duration: 0.3s;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.56, -0.01, 0.04, 1);
}
@media (max-width:1024px) {
  #contact_message_page .pageContentAll .pageContent .message > .thisBox .contentBox .biaodan form .button .submit {
    width: 100%;
    height: 14vw;
  }
}
#contact_message_page .pageContentAll .pageContent .message > .thisBox .contentBox .biaodan form .button .submit .txt {
  color: #fff;
  transition-duration: 0.3s;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.56, -0.01, 0.04, 1);
  font-family: 'cn1';
}
#contact_message_page .pageContentAll .pageContent .message > .thisBox .contentBox .biaodan form .button .submit i {
  color: #852717;
  transition-duration: 0.3s;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.56, -0.01, 0.04, 1);
  color: #fff;
}
@media (max-width:1024px) {
  #contact_page .pageContentAll .pageContent {
    padding-bottom: 0;
  }
}
#contact_page .pageContentAll .pageContent .contactInfo {
  position: relative;
}
#contact_page .pageContentAll .pageContent .contactInfo > .thisBox {
  padding: 0;
  position: relative;
  z-index: 1;
}
@media (max-width:1024px) {
  #contact_page .pageContentAll .pageContent .contactInfo > .thisBox {
    padding-bottom: 6vw;
  }
}
@media (max-width:1024px) and (max-width:1024px) {
  #contact_page .pageContentAll .pageContent .contactInfo > .thisBox {
    padding-bottom: 12vw;
  }
}
#contact_page .pageContentAll .pageContent .contactInfo > .thisBox .contentBox {
  position: relative;
  z-index: 1;
  width: 80%;
  margin: 0 auto;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  flex-wrap: unset;
}
@media (max-width:1024px) {
  #contact_page .pageContentAll .pageContent .contactInfo > .thisBox .contentBox {
    width: 86%;
  }
}
@media (max-width:1024px) {
  #contact_page .pageContentAll .pageContent .contactInfo > .thisBox .contentBox {
    height: unset;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    flex-wrap: unset;
    padding: 5vw 0 0 0;
  }
}
#contact_page .pageContentAll .pageContent .contactInfo > .thisBox .contentBox .lianxi {
  width: 50%;
  position: relative;
  padding-right: 8vw;
}
@media (max-width:1024px) {
  #contact_page .pageContentAll .pageContent .contactInfo > .thisBox .contentBox .lianxi {
    width: 100%;
    padding-right: 0;
  }
}
#contact_page .pageContentAll .pageContent .contactInfo > .thisBox .contentBox .lianxi .ulBox {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  flex-wrap: unset;
  width: 100%;
}
#contact_page .pageContentAll .pageContent .contactInfo > .thisBox .contentBox .lianxi .ulBox .box {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
  flex-wrap: unset;
  padding: 1vw 0;
  width: 100%;
  gap: 1vw;
  border-bottom: 1px dashed rgba(133, 39, 23, 0.5);
}
@media (max-width:1024px) {
  #contact_page .pageContentAll .pageContent .contactInfo > .thisBox .contentBox .lianxi .ulBox .box {
    padding: 6vw 0;
    gap: 6vw;
  }
}
#contact_page .pageContentAll .pageContent .contactInfo > .thisBox .contentBox .lianxi .ulBox .box .label {
  word-break: keep-all;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-start;
  flex-wrap: unset;
}
#contact_page .pageContentAll .pageContent .contactInfo > .thisBox .contentBox .lianxi .ulBox .box .label .txt {
  font-size: clamp(12px, 1.2vw, 1.2vw);
  text-transform: uppercase;
  font-weight: bold;
  color: #852717;
}
@media (max-width:1024px) {
  #contact_page .pageContentAll .pageContent .contactInfo > .thisBox .contentBox .lianxi .ulBox .box .label .txt {
    font-size: 4.2vw;
  }
}
@media (max-width:1024px) {
  #contact_page .pageContentAll .pageContent .contactInfo > .thisBox .contentBox .lianxi .ulBox .box .label .txt {
    font-size: 6vw;
  }
}
#contact_page .pageContentAll .pageContent .contactInfo > .thisBox .contentBox .lianxi .ulBox .box .cout {
  font-size: clamp(12px, 1vw, 1vw);
  line-height: 2em;
}
@media (max-width:1024px) {
  #contact_page .pageContentAll .pageContent .contactInfo > .thisBox .contentBox .lianxi .ulBox .box .cout {
    font-size: 3.8vw;
  }
}
#contact_page .pageContentAll .pageContent .contactInfo > .thisBox .contentBox .lianxi .ulBox .box:first-child {
  border-top: 1px dashed var(--fontCor20);
}
#contact_page .pageContentAll .pageContent .contactInfo > .thisBox .contentBox .imgBoxAll {
  width: 60%;
  height: 30vw;
}
@media (max-width:1024px) {
  #contact_page .pageContentAll .pageContent .contactInfo > .thisBox .contentBox .imgBoxAll {
    margin-top: 6vw;
    width: 100%;
    height: 50vw;
  }
}
#contact_page .pageContentAll .pageContent .contactInfo > .thisBox .contentBox .imgBoxAll .imgBox {
  width: 100%;
  height: 100%;
}
#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: 80%;
  margin: 0 auto;
  background-color: var(--fontCor10);
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  flex-wrap: unset;
  padding: 3vw;
}
@media (max-width:1024px) {
  #contact_page .pageContentAll .pageContent .zimeiti > .thisBox > .contentBox {
    width: 86%;
  }
}
@media (max-width:1024px) {
  #contact_page .pageContentAll .pageContent .zimeiti > .thisBox > .contentBox {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    flex-wrap: unset;
    padding: 8vw 10vw;
  }
}
#contact_page .pageContentAll .pageContent .zimeiti > .thisBox > .contentBox .unifyTitle {
  width: 50%;
}
@media (min-width:1024px) {
  #contact_page .pageContentAll .pageContent .zimeiti > .thisBox > .contentBox .unifyTitle {
    margin-bottom: 0;
  }
}
@media (max-width:1024px) {
  #contact_page .pageContentAll .pageContent .zimeiti > .thisBox > .contentBox .unifyTitle {
    width: 100%;
  }
}
#contact_page .pageContentAll .pageContent .zimeiti > .thisBox > .contentBox .unifyTitle .unifyTitleThis {
  width: unset;
}
#contact_page .pageContentAll .pageContent .zimeiti > .thisBox > .contentBox .ul {
  width: 50%;
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  justify-content: end;
  flex-wrap: unset;
  gap: 3vw;
  padding-right: 3vw;
}
@media (max-width:1024px) {
  #contact_page .pageContentAll .pageContent .zimeiti > .thisBox > .contentBox .ul {
    width: 100%;
    justify-content: center;
    gap: 6vw;
  }
}
#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: 6vw;
  height: 6vw;
}
@media (max-width:1024px) {
  #contact_page .pageContentAll .pageContent .zimeiti > .thisBox > .contentBox .ul .li .icoBox .imgBox {
    width: 20vw;
    height: 20vw;
  }
}
#wenzhang_page .pageContentAll {
  padding-top: 7.2vw;
}
@media (max-width:1600px) {
  #wenzhang_page .pageContentAll {
    padding-top: 7.2vw;
  }
}
@media (max-width:1300px) {
  #wenzhang_page .pageContentAll {
    padding-top: 7.2vw;
  }
}
@media (max-width:1024px) {
  #wenzhang_page .pageContentAll {
    padding-top: 24vw;
  }
}
#wenzhang_page .pageContentAll .pageContent {
  padding-top: 0;
}
#wenzhang_page .pageContentAll .pageContent .wenzhangBox > .thisBox {
  padding-top: 4vw;
}
#wenzhang_page .pageContentAll .pageContent .wenzhangBox > .thisBox .contentBox {
  width: 80%;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  flex-wrap: unset;
  width: calc(54% + 8vw);
}
@media (max-width:1024px) {
  #wenzhang_page .pageContentAll .pageContent .wenzhangBox > .thisBox .contentBox {
    width: 86%;
  }
}
#wenzhang_page .pageContentAll .pageContent .wenzhangBox > .thisBox .contentBox .top {
  position: relative;
  font-size: clamp(12px, 0.8vw, 0.8vw);
  margin-bottom: 6vw;
  color: #666;
}
@media (max-width:1024px) {
  #wenzhang_page .pageContentAll .pageContent .wenzhangBox > .thisBox .contentBox .top {
    font-size: 3.4vw;
  }
}
#wenzhang_page .pageContentAll .pageContent .wenzhangBox > .thisBox .contentBox .newsCoutAll {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  flex-wrap: unset;
  gap: 1vw;
}
@media (max-width:1024px) {
  #wenzhang_page .pageContentAll .pageContent .wenzhangBox > .thisBox .contentBox .newsCoutAll {
    gap: 5vw;
  }
}
#wenzhang_page .pageContentAll .pageContent .wenzhangBox > .thisBox .contentBox .newsCoutAll .lujing {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  flex-wrap: unset;
  gap: 1vw;
  margin-bottom: 2vw;
}
#wenzhang_page .pageContentAll .pageContent .wenzhangBox > .thisBox .contentBox .newsCoutAll .lujing i {
  font-size: clamp(12px, 1.1vw, 1.1vw);
}
@media (max-width:1024px) {
  #wenzhang_page .pageContentAll .pageContent .wenzhangBox > .thisBox .contentBox .newsCoutAll .lujing i {
    font-size: 4vw;
  }
}
#wenzhang_page .pageContentAll .pageContent .wenzhangBox > .thisBox .contentBox .newsCoutAll .lujing * {
  font-size: clamp(12px, 0.7vw, 0.7vw);
  opacity: 0.6;
}
@media (max-width:1024px) {
  #wenzhang_page .pageContentAll .pageContent .wenzhangBox > .thisBox .contentBox .newsCoutAll .lujing * {
    font-size: 3.2vw;
  }
}
#wenzhang_page .pageContentAll .pageContent .wenzhangBox > .thisBox .contentBox .newsCoutAll .lujing *:hover {
  color: #852717;
  opacity: 1;
}
#wenzhang_page .pageContentAll .pageContent .wenzhangBox > .thisBox .contentBox .newsCoutAll .wenzhangName {
  font-size: clamp(12px, 1.7vw, 1.7vw);
  font-family: 'cn1';
}
@media (max-width:1024px) {
  #wenzhang_page .pageContentAll .pageContent .wenzhangBox > .thisBox .contentBox .newsCoutAll .wenzhangName {
    font-size: 5.2vw;
  }
}
#wenzhang_page .pageContentAll .pageContent .wenzhangBox > .thisBox .contentBox .newsCoutAll .info {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  flex-wrap: unset;
  gap: 2vw;
}
@media (max-width:1024px) {
  #wenzhang_page .pageContentAll .pageContent .wenzhangBox > .thisBox .contentBox .newsCoutAll .info {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    flex-wrap: unset;
  }
}
#wenzhang_page .pageContentAll .pageContent .wenzhangBox > .thisBox .contentBox .newsCoutAll .info .date {
  font-size: clamp(12px, 0.9vw, 0.9vw);
}
@media (max-width:1024px) {
  #wenzhang_page .pageContentAll .pageContent .wenzhangBox > .thisBox .contentBox .newsCoutAll .info .date {
    font-size: 3.6vw;
  }
}
#wenzhang_page .pageContentAll .pageContent .wenzhangBox > .thisBox .contentBox .newsCoutAll .info .from {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  flex-wrap: unset;
}
#wenzhang_page .pageContentAll .pageContent .wenzhangBox > .thisBox .contentBox .newsCoutAll .info .from a {
  font-weight: bold;
  text-decoration: underline;
}
#wenzhang_page .pageContentAll .pageContent .wenzhangBox > .thisBox .contentBox .newsCoutAll .info .from a:hover {
  text-decoration: underline;
  color: #852717;
}
#wenzhang_page .pageContentAll .pageContent .wenzhangBox > .thisBox .contentBox .newsCoutAll .detailContentBox {
  width: 100%;
  margin-top: 2vw;
}
#wenzhang_page .pageContentAll .pageContent .wenzhangBox > .thisBox .contentBox .newsCoutAll .detailContentBox .wenzhang {
  border: 1px solid var(--fontCor10);
  width: 100%;
  background-color: var(--siteCor);
  padding: 3vw 4vw;
}
#wenzhang_page .pageContentAll .pageContent .wenzhangBox > .thisBox .contentBox .newsCoutAll .moreLink {
  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:hover {
  text-decoration: underline;
  color: #852717;
}
#product_detail_page .pageContentAll {
  padding-top: 7.2vw;
}
@media (max-width:1600px) {
  #product_detail_page .pageContentAll {
    padding-top: 7.2vw;
  }
}
@media (max-width:1300px) {
  #product_detail_page .pageContentAll {
    padding-top: 7.2vw;
  }
}
@media (max-width:1024px) {
  #product_detail_page .pageContentAll {
    padding-top: 24vw;
  }
}
#product_detail_page .pageContentAll .pageContent {
  padding-top: 0;
  padding-bottom: 0;
}
#product_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) {
  #product_detail_page .pageContentAll .pageContent .proDetail > .thisBox .contentBox {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    flex-wrap: unset;
  }
}
#product_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 - 7.2vw * 1);
  border-right: 1px solid var(--fontCor20);
}
@media (max-width:1600px) {
  #product_detail_page .pageContentAll .pageContent .proDetail > .thisBox .contentBox .leftCout {
    height: calc(100vh - 7.2vw* 1);
  }
}
@media (max-width:1300px) {
  #product_detail_page .pageContentAll .pageContent .proDetail > .thisBox .contentBox .leftCout {
    height: calc(100vh - 7.2vw* 1);
  }
}
@media (max-width:1024px) {
  #product_detail_page .pageContentAll .pageContent .proDetail > .thisBox .contentBox .leftCout {
    height: unset;
  }
}
@media (max-width:1024px) {
  #product_detail_page .pageContentAll .pageContent .proDetail > .thisBox .contentBox .leftCout {
    width: 100%;
    gap: 4vw;
  }
}
#product_detail_page .pageContentAll .pageContent .proDetail > .thisBox .contentBox .leftCout .top {
  width: 100%;
  height: calc(100% - 8vw);
}
@media (max-width:1024px) {
  #product_detail_page .pageContentAll .pageContent .proDetail > .thisBox .contentBox .leftCout .top {
    height: unset;
  }
}
#product_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;
  height: 4vw;
  padding-left: 4vw;
  width: 100%;
}
@media (max-width:1024px) {
  #product_detail_page .pageContentAll .pageContent .proDetail > .thisBox .contentBox .leftCout .top .mianbao {
    height: unset;
    padding-top: 4vw;
    padding-left: 10vw;
  }
}
#product_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;
}
#product_detail_page .pageContentAll .pageContent .proDetail > .thisBox .contentBox .leftCout .top .mianbao .box * {
  color: #999;
}
#product_detail_page .pageContentAll .pageContent .proDetail > .thisBox .contentBox .leftCout .top .imgBoxAll {
  width: 100%;
  height: calc(100% - 4svw);
}
@media (max-width:1024px) {
  #product_detail_page .pageContentAll .pageContent .proDetail > .thisBox .contentBox .leftCout .top .imgBoxAll {
    height: 80vw;
  }
}
#product_detail_page .pageContentAll .pageContent .proDetail > .thisBox .contentBox .leftCout .top .imgBoxAll .oneImg {
  padding: 2vw;
  width: 100%;
  height: 100%;
}
@media (max-width:1024px) {
  #product_detail_page .pageContentAll .pageContent .proDetail > .thisBox .contentBox .leftCout .top .imgBoxAll .oneImg {
    padding: 6vw;
  }
}
#product_detail_page .pageContentAll .pageContent .proDetail > .thisBox .contentBox .leftCout .top .imgBoxAll .oneImg .imgBox {
  width: 100%;
  height: 100%;
}
#product_detail_page .pageContentAll .pageContent .proDetail > .thisBox .contentBox .leftCout .top .imgBoxAll .oneImg .imgBox img {
  object-fit: contain;
}
#product_detail_page .pageContentAll .pageContent .proDetail > .thisBox .contentBox .leftCout .top .imgBoxAll .picsImg {
  position: relative;
  width: 100%;
  height: 100%;
}
#product_detail_page .pageContentAll .pageContent .proDetail > .thisBox .contentBox .leftCout .top .imgBoxAll .picsImg #proDetailPics {
  width: 100%;
  height: 100%;
}
#product_detail_page .pageContentAll .pageContent .proDetail > .thisBox .contentBox .leftCout .top .imgBoxAll .picsImg #proDetailPics .swiper-slide {
  padding: 3vw 7vw;
}
#product_detail_page .pageContentAll .pageContent .proDetail > .thisBox .contentBox .leftCout .top .imgBoxAll .picsImg #proDetailPics .swiper-slide .imgBox {
  width: 100%;
  height: 100%;
}
#product_detail_page .pageContentAll .pageContent .proDetail > .thisBox .contentBox .leftCout .top .imgBoxAll .picsImg #proDetailPics .swiper-slide .imgBox img {
  object-fit: contain;
}
#product_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;
}
#product_detail_page .pageContentAll .pageContent .proDetail > .thisBox .contentBox .leftCout .top .imgBoxAll .picsImg .swiperControl .navigation .navigationThis > div i {
  color: #fff;
}
#product_detail_page .pageContentAll .pageContent .proDetail > .thisBox .contentBox .leftCout .top .imgBoxAll .picsImg .swiperControl .navigation .navigationThis > div:hover {
  background-color: #852717;
}
#product_detail_page .pageContentAll .pageContent .proDetail > .thisBox .contentBox .leftCout .top .imgBoxAll .picsImg .swiperControl .navigation .navigationThis .leftBtn {
  left: 2vw;
}
#product_detail_page .pageContentAll .pageContent .proDetail > .thisBox .contentBox .leftCout .top .imgBoxAll .picsImg .swiperControl .navigation .navigationThis .rightBtn {
  right: 2vw;
}
#product_detail_page .pageContentAll .pageContent .proDetail > .thisBox .contentBox .leftCout .bottom {
  width: 100%;
  height: 8vw;
}
#product_detail_page .pageContentAll .pageContent .proDetail > .thisBox .contentBox .leftCout .bottom .swiperBox {
  padding-bottom: 1vw;
  height: 100%;
}
#product_detail_page .pageContentAll .pageContent .proDetail > .thisBox .contentBox .leftCout .bottom .swiperBox #tabsImgSwiper {
  height: 100%;
}
#product_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;
}
#product_detail_page .pageContentAll .pageContent .proDetail > .thisBox .contentBox .leftCout .bottom .swiperBox #tabsImgSwiper .swiper-slide .imgBox {
  cursor: pointer;
  border: 1px solid #ddd;
  aspect-ratio: 1;
  height: 100%;
}
#product_detail_page .pageContentAll .pageContent .proDetail > .thisBox .contentBox .leftCout .bottom .swiperBox #tabsImgSwiper .swiper-slide .imgBox img {
  object-fit: cover;
}
#product_detail_page .pageContentAll .pageContent .proDetail > .thisBox .contentBox .leftCout .bottom .swiperBox #tabsImgSwiper .swiper-slide.on .imgBox {
  border-color: #852717;
}
#product_detail_page .pageContentAll .pageContent .proDetail > .thisBox .contentBox .rightCout {
  padding: 0 8vw;
  padding-top: 6vw;
  width: 50%;
}
@media (max-width:1024px) {
  #product_detail_page .pageContentAll .pageContent .proDetail > .thisBox .contentBox .rightCout {
    width: 80%;
    margin: 0 auto;
    padding: 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    flex-wrap: unset;
  }
}
@media (max-width:1024px) and (max-width:1024px) {
  #product_detail_page .pageContentAll .pageContent .proDetail > .thisBox .contentBox .rightCout {
    width: 86%;
  }
}
#product_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) {
  #product_detail_page .pageContentAll .pageContent .proDetail > .thisBox .contentBox .rightCout .top {
    gap: 6vw;
    align-items: center;
  }
}
#product_detail_page .pageContentAll .pageContent .proDetail > .thisBox .contentBox .rightCout .top .title {
  font-size: clamp(12px, 1.5vw, 1.5vw);
}
@media (max-width:1024px) {
  #product_detail_page .pageContentAll .pageContent .proDetail > .thisBox .contentBox .rightCout .top .title {
    font-size: 4.8vw;
  }
}
#product_detail_page .pageContentAll .pageContent .proDetail > .thisBox .contentBox .rightCout .top .subtitle {
  position: relative;
}
#product_detail_page .pageContentAll .pageContent .proDetail > .thisBox .contentBox .rightCout .top .subtitle .txt {
  font-size: clamp(12px, 0.8vw, 0.8vw);
  color: #852717;
}
@media (max-width:1024px) {
  #product_detail_page .pageContentAll .pageContent .proDetail > .thisBox .contentBox .rightCout .top .subtitle .txt {
    font-size: 3.4vw;
  }
}
#product_detail_page .pageContentAll .pageContent .proDetail > .thisBox .contentBox .rightCout .top .xian {
  width: 100%;
  border-top: 1px dashed #ccc;
}
#product_detail_page .pageContentAll .pageContent .proDetail > .thisBox .contentBox .rightCout .top .miaoshu {
  line-height: 2.5em;
  font-size: clamp(12px, 0.7vw, 0.7vw);
  opacity: 0.8;
}
@media (max-width:1024px) {
  #product_detail_page .pageContentAll .pageContent .proDetail > .thisBox .contentBox .rightCout .top .miaoshu {
    font-size: 3.2vw;
  }
}
#product_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%;
}
#product_detail_page .pageContentAll .pageContent .proDetail > .thisBox .contentBox .rightCout .top .crowd .bdTitle {
  margin-bottom: 1vw;
  border: 1px solid var(--fontCor20);
  padding: 0.2vw 1vw;
}
@media (max-width:1024px) {
  #product_detail_page .pageContentAll .pageContent .proDetail > .thisBox .contentBox .rightCout .top .crowd .bdTitle {
    padding: 2vw 8vw;
  }
}
#product_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%;
}
#product_detail_page .pageContentAll .pageContent .proDetail > .thisBox .contentBox .rightCout .top .crowd .bdCout div {
  padding: 0.6vw 0;
  border-bottom: 1px dashed var(--fontCor20);
  padding-left: 0.7vw;
  position: relative;
  width: 100%;
  color: var(--fontCor90);
  font-size: clamp(12px, 0.7vw, 0.7vw);
}
@media (max-width:1024px) {
  #product_detail_page .pageContentAll .pageContent .proDetail > .thisBox .contentBox .rightCout .top .crowd .bdCout div {
    font-size: 3.2vw;
  }
}
@media (max-width:1024px) {
  #product_detail_page .pageContentAll .pageContent .proDetail > .thisBox .contentBox .rightCout .top .crowd .bdCout div {
    padding: 4vw 0;
    padding-left: 4vw;
  }
}
#product_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: #852717;
}
@media (max-width:1024px) {
  #product_detail_page .pageContentAll .pageContent .proDetail > .thisBox .contentBox .rightCout .top .crowd .bdCout div::after {
    width: 2vw;
    height: 2vw;
  }
}
#product_detail_page .pageContentAll .pageContent .proDetail > .thisBox .contentBox .rightCout .top .moreA {
  height: 2.2vw;
  padding: 0 1.8vw;
  background-color: var(--fontCor90);
  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) {
  #product_detail_page .pageContentAll .pageContent .proDetail > .thisBox .contentBox .rightCout .top .moreA {
    height: 12vw;
    padding: 0 10vw;
  }
}
#product_detail_page .pageContentAll .pageContent .proDetail > .thisBox .contentBox .rightCout .top .moreA .txt {
  color: var(--siteCor);
  font-family: 'cn1';
}
#product_detail_page .pageContentAll .pageContent .proDetail > .thisBox .contentBox .rightCout .top .moreA .xian {
  background-color: var(--siteCor);
  height: 1px;
  width: 3vw;
}
#product_detail_page .pageContentAll .pageContent .proDetail > .thisBox .contentBox .rightCout .top .moreA .yuan {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background-color: var(--siteCor);
}
#product_detail_page .pageContentAll .pageContent .proDetail > .thisBox .contentBox .rightCout .top .moreA i {
  color: var(--siteCor);
  font-size: clamp(12px, 0.9vw, 0.9vw);
}
@media (max-width:1024px) {
  #product_detail_page .pageContentAll .pageContent .proDetail > .thisBox .contentBox .rightCout .top .moreA i {
    font-size: 3.6vw;
  }
}
#product_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) {
  #product_detail_page .pageContentAll .pageContent .proDetail > .thisBox .contentBox .rightCout .wenzhang {
    padding: 6vw 0;
    margin-top: 6vw;
  }
}
#product_detail_page .pageContentAll .pageContent .proDetail > .thisBox .contentBox .rightCout .wenzhang p {
  padding: 0;
}
#product_detail_page .pageContentAll .pageContent .proDetail > .thisBox .contentBox .rightCout .wenzhang p img {
  margin: 0;
}
#product_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) {
  #product_detail_page .pageContentAll .pageContent .proDetail > .thisBox .contentBox .rightCout .hint {
    margin-top: 4vw;
  }
}
#building .pageContentAll .pageContent .building > .thisBox .contentBox {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  flex-wrap: unset;
  padding-top: 6vw;
  font-size: clamp(12px, 1.9vw, 1.9vw);
  font-family: 'cn1';
}
@media (max-width:1024px) {
  #building .pageContentAll .pageContent .building > .thisBox .contentBox {
    padding-top: 12vw;
  }
}
@media (max-width:1024px) {
  #building .pageContentAll .pageContent .building > .thisBox .contentBox {
    font-size: 5.6vw;
  }
}
#yijing_page .pageContentAll .pageContent .xiangmutong > .thisBox > .contentBox {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  justify-content: center;
  flex-wrap: unset;
}
@media (max-width:1024px) {
  #yijing_page .pageContentAll .pageContent .xiangmutong > .thisBox > .contentBox {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    flex-wrap: unset;
    width: 80%;
    margin: 0 auto;
  }
}
@media (max-width:1024px) and (max-width:1024px) {
  #yijing_page .pageContentAll .pageContent .xiangmutong > .thisBox > .contentBox {
    width: 86%;
  }
}
#yijing_page .pageContentAll .pageContent .xiangmutong > .thisBox > .contentBox .textBoxAll {
  padding-left: 10vw;
  width: 50%;
  padding-right: 6vw;
}
@media (max-width:1024px) {
  #yijing_page .pageContentAll .pageContent .xiangmutong > .thisBox > .contentBox .textBoxAll {
    padding: 0;
    width: 100%;
  }
}
#yijing_page .pageContentAll .pageContent .xiangmutong > .thisBox > .contentBox .textBoxAll .content {
  will-change: opacity;
}
#yijing_page .pageContentAll .pageContent .xiangmutong > .thisBox > .contentBox .textBoxAll .content p {
  line-height: 2.4em;
}
#yijing_page .pageContentAll .pageContent .xiangmutong > .thisBox > .contentBox .imgBoxAll {
  width: 50%;
  height: calc(100vh - 7.2vw * 1);
}
@media (max-width:1600px) {
  #yijing_page .pageContentAll .pageContent .xiangmutong > .thisBox > .contentBox .imgBoxAll {
    height: calc(100vh - 7.2vw* 1);
  }
}
@media (max-width:1300px) {
  #yijing_page .pageContentAll .pageContent .xiangmutong > .thisBox > .contentBox .imgBoxAll {
    height: calc(100vh - 7.2vw* 1);
  }
}
@media (max-width:1024px) {
  #yijing_page .pageContentAll .pageContent .xiangmutong > .thisBox > .contentBox .imgBoxAll {
    height: unset;
  }
}
@media (max-width:1024px) {
  #yijing_page .pageContentAll .pageContent .xiangmutong > .thisBox > .contentBox .imgBoxAll {
    margin-top: 4vw;
    height: 80vw;
    width: 100%;
  }
}
#yijing_page .pageContentAll .pageContent .xiangmutong > .thisBox > .contentBox .imgBoxAll .imgBox {
  width: 100%;
  height: 100%;
}
#yijing_page .pageContentAll .pageContent .xiangmutong > .thisBox > .contentBox .imgBoxAll .imgBox img {
  object-position: left;
}
#yijing_page .pageContentAll .pageContent .chejian > .thisBox {
  padding-top: 6vw;
}
@media (max-width:1024px) {
  #yijing_page .pageContentAll .pageContent .chejian > .thisBox {
    padding-top: 12vw;
  }
}
#yijing_page .pageContentAll .pageContent .chejian > .thisBox > .contentBox .swiperBox {
  position: relative;
}
#yijing_page .pageContentAll .pageContent .chejian > .thisBox > .contentBox .swiperBox #chejian {
  height: 26vw;
}
@media (max-width:1024px) {
  #yijing_page .pageContentAll .pageContent .chejian > .thisBox > .contentBox .swiperBox #chejian {
    height: 50vw;
  }
}
#yijing_page .pageContentAll .pageContent .chejian > .thisBox > .contentBox .swiperBox #chejian .swiper-slide {
  width: 40vw;
}
@media (max-width:1024px) {
  #yijing_page .pageContentAll .pageContent .chejian > .thisBox > .contentBox .swiperBox #chejian .swiper-slide {
    width: 80vw;
  }
}
#yijing_page .pageContentAll .pageContent .chejian > .thisBox > .contentBox .swiperBox #chejian .swiper-slide .aBox {
  height: 100%;
}
#yijing_page .pageContentAll .pageContent .chejian > .thisBox > .contentBox .swiperBox #chejian .swiper-slide .aBox .imgBox {
  height: 100%;
}
#yijing_page .pageContentAll .pageContent .chejian > .thisBox > .contentBox .swiperBox .swiperControl {
  margin-top: 2vw;
  padding-left: 10vw;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-start;
  flex-wrap: unset;
}
#about_jieshao_page .pageContentAll .pageContent .wenzhangBox > .thisBox .contentBox {
  width: 65vw;
  margin: 0 auto;
}
@media (max-width:1024px) {
  #about_jieshao_page .pageContentAll .pageContent .wenzhangBox > .thisBox .contentBox {
    width: 80%;
    margin: 0 auto;
  }
}
@media (max-width:1024px) and (max-width:1024px) {
  #about_jieshao_page .pageContentAll .pageContent .wenzhangBox > .thisBox .contentBox {
    width: 86%;
  }
}
#about_jieshao_page .pageContentAll .pageContent .wenzhangBox > .thisBox .contentBox .twoLineBox .kuangBox {
  padding: 4vw;
}
#about_honor_page .pageContentAll .pageContent .honorList > .thisBox .contentBox {
  width: 80%;
  margin: 0 auto;
}
@media (max-width:1024px) {
  #about_honor_page .pageContentAll .pageContent .honorList > .thisBox .contentBox {
    width: 86%;
  }
}
#about_honor_page .pageContentAll .pageContent .honorList > .thisBox .contentBox .ul {
  display: flex;
  flex-wrap: wrap;
  gap: 2vw;
  flex-direction: row;
  align-items: flex-start;
  justify-content: flex-start;
}
#about_honor_page .pageContentAll .pageContent .honorList > .thisBox .contentBox .ul > li,
#about_honor_page .pageContentAll .pageContent .honorList > .thisBox .contentBox .ul > div {
  flex: unset;
  width: calc(100% / 4 - (4 - 1) * 2vw / 4);
}
@media (max-width:1024px) {
  #about_honor_page .pageContentAll .pageContent .honorList > .thisBox .contentBox .ul {
    display: flex;
    flex-wrap: wrap;
    gap: 4vw;
    flex-direction: row;
    align-items: flex-start;
    justify-content: flex-start;
  }
  #about_honor_page .pageContentAll .pageContent .honorList > .thisBox .contentBox .ul > li,
  #about_honor_page .pageContentAll .pageContent .honorList > .thisBox .contentBox .ul > div {
    flex: unset;
    width: calc(100% / 2 - (2 - 1) * 4vw / 2);
  }
}
#about_honor_page .pageContentAll .pageContent .honorList > .thisBox .contentBox .ul .li .aBox {
  border: 1px solid #852717;
  padding: 1vw;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  flex-wrap: unset;
  gap: 1vw;
}
#about_honor_page .pageContentAll .pageContent .honorList > .thisBox .contentBox .ul .li .aBox .imgBox {
  width: 100%;
  height: 16vw;
}
#about_honor_page .pageContentAll .pageContent .honorList > .thisBox .contentBox .ul .li .aBox .imgBox img {
  object-fit: contain;
}
@media (max-width:1024px) {
  #about_honor_page .pageContentAll .pageContent .honorList > .thisBox .contentBox .ul .li .aBox .imgBox {
    height: 36vw;
  }
}
#about_honor_page .pageContentAll .pageContent .honorList > .thisBox .contentBox .ul .li .aBox .title {
  font-family: 'cn1';
  font-size: clamp(12px, 1vw, 1vw);
  text-align: center;
}
@media (max-width:1024px) {
  #about_honor_page .pageContentAll .pageContent .honorList > .thisBox .contentBox .ul .li .aBox .title {
    font-size: 3.8vw;
  }
}
#about_sheshi_page .pageContentAll .pageContent .sheshiList > .thisBox .contentBox {
  width: 80%;
  margin: 0 auto;
}
@media (max-width:1024px) {
  #about_sheshi_page .pageContentAll .pageContent .sheshiList > .thisBox .contentBox {
    width: 86%;
  }
}
#about_sheshi_page .pageContentAll .pageContent .sheshiList > .thisBox .contentBox .ul {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  flex-wrap: unset;
  gap: 4vw;
}
@media (max-width:1024px) {
  #about_sheshi_page .pageContentAll .pageContent .sheshiList > .thisBox .contentBox .ul {
    gap: 14vw;
  }
}
#about_sheshi_page .pageContentAll .pageContent .sheshiList > .thisBox .contentBox .ul .li .box {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  justify-content: space-between;
  flex-wrap: unset;
}
@media (max-width:1024px) {
  #about_sheshi_page .pageContentAll .pageContent .sheshiList > .thisBox .contentBox .ul .li .box {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    flex-wrap: unset;
  }
}
#about_sheshi_page .pageContentAll .pageContent .sheshiList > .thisBox .contentBox .ul .li .box .imgBox {
  width: 100%;
  height: 24vw;
  width: 40%;
}
@media (max-width:1024px) {
  #about_sheshi_page .pageContentAll .pageContent .sheshiList > .thisBox .contentBox .ul .li .box .imgBox {
    width: 100%;
    height: 56vw;
  }
}
#about_sheshi_page .pageContentAll .pageContent .sheshiList > .thisBox .contentBox .ul .li .box .textBox {
  width: 50%;
  padding-top: 4vw;
}
@media (max-width:1024px) {
  #about_sheshi_page .pageContentAll .pageContent .sheshiList > .thisBox .contentBox .ul .li .box .textBox {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    flex-wrap: unset;
  }
}
#about_sheshi_page .pageContentAll .pageContent .sheshiList > .thisBox .contentBox .ul .li .box .textBox .title {
  margin-bottom: 2vw;
  font-family: 'cn1';
  font-size: clamp(12px, 1.5vw, 1.5vw);
}
@media (max-width:1024px) {
  #about_sheshi_page .pageContentAll .pageContent .sheshiList > .thisBox .contentBox .ul .li .box .textBox .title {
    font-size: 4.8vw;
  }
}
#about_sheshi_page .pageContentAll .pageContent .sheshiList > .thisBox .contentBox .ul .li .box .textBox .content {
  line-height: 2em;
  font-size: clamp(12px, 0.9vw, 0.9vw);
}
@media (max-width:1024px) {
  #about_sheshi_page .pageContentAll .pageContent .sheshiList > .thisBox .contentBox .ul .li .box .textBox .content {
    font-size: 3.6vw;
  }
}
@media (max-width:1024px) {
  #about_sheshi_page .pageContentAll .pageContent .sheshiList > .thisBox .contentBox .ul .li .box .textBox .unifyButton {
    margin-top: 4vw;
  }
}
@media (min-width:1024px) {
  #about_sheshi_page .pageContentAll .pageContent .sheshiList > .thisBox .contentBox .ul .li:nth-child(2n) .box {
    flex-direction: row-reverse;
  }
}
