@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(210, 0, 8, 0.15), 0 0 0 1vw rgba(210, 0, 8, 0.15), 0 0 0 2vw rgba(210, 0, 8, 0.15);
  }
  100% {
    box-shadow: 0 0 0 1vw rgba(210, 0, 8, 0.15), 0 0 0 2vw rgba(210, 0, 8, 0.15), 0 0 0 4vw rgba(210, 0, 8, 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;
  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;
}
.en {
  font-family: 'en2';
  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: #D20008;
}
::-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: #D20008;
  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: #D20008;
  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;
  padding-top: 5vw;
}
@media (max-width:1600px) {
  #smooth-content .pageContentAll {
    padding-top: 5vw;
  }
}
@media (max-width:1300px) {
  #smooth-content .pageContentAll {
    padding-top: 5vw;
  }
}
@media (max-width:1024px) {
  #smooth-content .pageContentAll {
    padding-top: 15vw;
  }
}
.twoPageBox .pageContentAll .twoBanner .twoBannerThis > .thisBox {
  position: relative;
}
.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;
}
.twoPageBox .pageContentAll .twoBanner .twoBannerThis > .thisBox .contentBox .textBox .sortname,
.twoPageBox .pageContentAll .twoBanner .twoBannerThis > .thisBox .contentBox .textBox .subname {
  position: relative;
  z-index: 1;
  width: max-content;
}
.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);
  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);
  font-family: 'en2';
  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 .posImg .yunHeng {
  position: absolute;
  bottom: -2px;
  z-index: 1;
  left: 0;
}
.twoPageBox .pageContentAll .twoBanner .twoBannerThis > .thisBox .posImg .yunHeng img {
  width: 100%;
}
.twoPageBox .pageContentAll .sortNav {
  z-index: 5;
}
.twoPageBox .pageContentAll .sortNav .sortNavThis > .thisBox {
  height: 3.2vw;
  transform: translateY(-1px);
  background-color: #fff;
}
@media (max-width:1024px) {
  .twoPageBox .pageContentAll .sortNav .sortNavThis > .thisBox {
    height: 10vw;
  }
}
.twoPageBox .pageContentAll .sortNav .sortNavThis > .thisBox .contentBox {
  width: 64%;
  margin: 0 auto;
  height: 100%;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-start;
  flex-wrap: unset;
}
@media (max-width:1024px) {
  .twoPageBox .pageContentAll .sortNav .sortNavThis > .thisBox .contentBox {
    width: 92%;
  }
}
@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;
  height: 100%;
  will-change: transform;
}
.twoPageBox .pageContentAll .sortNav .sortNavThis > .thisBox .contentBox .navBox .ul {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  flex-wrap: unset;
  height: 100%;
}
@media (max-width:1024px) {
  .twoPageBox .pageContentAll .sortNav .sortNavThis > .thisBox .contentBox .navBox .ul {
    justify-content: flex-start;
  }
}
.twoPageBox .pageContentAll .sortNav .sortNavThis > .thisBox .contentBox .navBox .ul .li {
  height: 100%;
  position: relative;
}
@media (max-width:1024px) {
  .twoPageBox .pageContentAll .sortNav .sortNavThis > .thisBox .contentBox .navBox .ul .li {
    width: fit-content;
  }
}
.twoPageBox .pageContentAll .sortNav .sortNavThis > .thisBox .contentBox .navBox .ul .li .aBox {
  padding: 0 2vw;
  position: relative;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  flex-wrap: unset;
  height: 100%;
}
@media (max-width:1024px) {
  .twoPageBox .pageContentAll .sortNav .sortNavThis > .thisBox .contentBox .navBox .ul .li .aBox {
    padding: 0 8vw;
  }
}
.twoPageBox .pageContentAll .sortNav .sortNavThis > .thisBox .contentBox .navBox .ul .li .aBox .txt {
  position: relative;
  z-index: 1;
  font-size: clamp(12px, 0.9vw, 0.9vw);
  width: max-content;
}
@media (max-width:1024px) {
  .twoPageBox .pageContentAll .sortNav .sortNavThis > .thisBox .contentBox .navBox .ul .li .aBox .txt {
    font-size: 3.6vw;
  }
}
.twoPageBox .pageContentAll .sortNav .sortNavThis > .thisBox .contentBox .navBox .ul .li .aBox:hover .txt {
  color: #D20008;
}
.twoPageBox .pageContentAll .sortNav .sortNavThis > .thisBox .contentBox .navBox .ul .li .aBox:hover::after {
  width: 100%;
}
.twoPageBox .pageContentAll .sortNav .sortNavThis > .thisBox .contentBox .navBox .ul .li.on .aBox {
  background-color: #D20008;
}
.twoPageBox .pageContentAll .sortNav .sortNavThis > .thisBox .contentBox .navBox .ul .li.on .aBox .txt {
  color: #fff;
}
.twoPageBox .pageContentAll .sortNav .sortNavThis > .thisBox .contentBox .navBox .ul .li.on .aBox::after {
  width: 100%;
}
.twoPageBox .pageContentAll .pageContent {
  padding: 4vw 0;
  background-color: #f9f9f9;
}
@media (max-width:1024px) {
  .twoPageBox .pageContentAll .pageContent {
    padding: 15vw 0;
  }
}
@media (max-width:1024px) {
  .twoPageBox .pageContentAll .pageContent {
    padding-top: 12vw;
  }
}
.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);
}
.topNav > .thisBox {
  width: 100%;
  height: 5vw;
  background-color: #fff;
  transition-duration: 0.5s;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.56, -0.01, 0.04, 1);
  border-bottom: 1px solid #eee;
}
@media (max-width:1600px) {
  .topNav > .thisBox {
    height: 5vw;
  }
}
@media (max-width:1300px) {
  .topNav > .thisBox {
    height: 5vw;
  }
}
@media (max-width:1024px) {
  .topNav > .thisBox {
    height: 15vw;
  }
}
.topNav > .thisBox > .contentBox {
  height: 100%;
  width: 90%;
  margin: 0 auto;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  flex-wrap: unset;
}
.topNav > .thisBox > .contentBox .logo {
  height: 78%;
}
@media (max-width:1024px) {
  .topNav > .thisBox > .contentBox .logo {
    height: 68%;
  }
}
.topNav > .thisBox > .contentBox .logo .logoBox {
  width: 100%;
  height: 100%;
  position: relative;
  -webkit-mask-image: none;
  -webkit-mask-size: contain;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center;
}
.topNav > .thisBox > .contentBox .logo .logoBox::after {
  content: '';
  position: absolute;
  display: block;
  background-color: #D20008;
  width: 100%;
  height: 100%;
}
.topNav > .thisBox > .contentBox .logo img {
  height: 100%;
}
.topNav > .thisBox > .contentBox .navBar {
  height: 100%;
}
@media (max-width:1024px) {
  .topNav > .thisBox > .contentBox .navBar {
    display: none;
  }
}
.topNav > .thisBox > .contentBox .navBar .ul1 {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  flex-wrap: unset;
  height: 100%;
  gap: 3vw;
}
.topNav > .thisBox > .contentBox .navBar .ul1 .li1 {
  position: relative;
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  flex-wrap: unset;
}
.topNav > .thisBox > .contentBox .navBar .ul1 .li1 .a1 {
  position: relative;
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  flex-wrap: unset;
}
.topNav > .thisBox > .contentBox .navBar .ul1 .li1 .a1 .txt {
  position: relative;
  font-size: clamp(12px, 0.9vw, 0.9vw);
  font-weight: bold;
}
@media (max-width:1024px) {
  .topNav > .thisBox > .contentBox .navBar .ul1 .li1 .a1 .txt {
    font-size: 3.6vw;
  }
}
.topNav > .thisBox > .contentBox .navBar .ul1 .li1 .a1 .txt::after {
  content: '';
  position: absolute;
  display: block;
  bottom: -8px;
  height: 2px;
  background-color: #D20008;
  left: 50%;
  width: 0;
  transition-duration: 0.5s;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.56, -0.01, 0.04, 1);
  transform: translateX(-50%);
}
.topNav > .thisBox > .contentBox .navBar .ul1 .li1 .twoNav {
  position: absolute;
  top: 100%;
  left: 50%;
  transform: translateX(-50%);
  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 > .contentBox .navBar .ul1 .li1 .twoNav .ul2 {
  padding: 1vw;
  background-color: #fff;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  flex-wrap: unset;
  row-gap: 1vw;
}
.topNav > .thisBox > .contentBox .navBar .ul1 .li1 .twoNav .ul2 .li2 .a2 .txt {
  width: max-content;
}
.topNav > .thisBox > .contentBox .navBar .ul1 .li1 .twoNav .ul2 .li2 .a2:hover .txt {
  color: #D20008;
}
.topNav > .thisBox > .contentBox .navBar .ul1 .li1.on .a1 .txt {
  color: #D20008;
}
.topNav > .thisBox > .contentBox .navBar .ul1 .li1.on .a1 .txt::after {
  width: 100%;
}
.topNav > .thisBox > .contentBox .navBar .ul1 .li1:hover .twoNav {
  pointer-events: auto;
  clip-path: inset(0 0 0 0);
}
.topNav > .thisBox > .contentBox .navBar .ul1 .li1:hover .a1 .txt {
  color: #D20008;
}
.topNav > .thisBox > .contentBox .navBar .ul1 .li1:hover .a1 .txt::after {
  width: 100%;
}
@media (max-width:1024px) {
  .topNav > .thisBox > .contentBox .navRight {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    flex-wrap: unset;
    gap: 4vw;
  }
}
.topNav > .thisBox > .contentBox .navRight .hotPhoneNuber {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  flex-wrap: unset;
  gap: 1vw;
}
@media (max-width:1024px) {
  .topNav > .thisBox > .contentBox .navRight .hotPhoneNuber {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    flex-wrap: unset;
  }
}
.topNav > .thisBox > .contentBox .navRight .hotPhoneNuber .label {
  padding: 0.4vw 1vw;
  border-radius: 2vw;
  border: 1px;
  background-color: #D20008;
  color: #fff;
}
.topNav > .thisBox > .contentBox .navRight .hotPhoneNuber .cout .txt {
  font-size: clamp(12px, 1.2vw, 1.2vw);
  font-family: 'en2';
  text-transform: uppercase;
}
@media (max-width:1024px) {
  .topNav > .thisBox > .contentBox .navRight .hotPhoneNuber .cout .txt {
    font-size: 4.2vw;
  }
}
@media (min-width:1024px) {
  .topNav > .thisBox > .contentBox .navRight .openBtn {
    display: none;
  }
}
.topNav > .thisBox > .contentBox .navRight .openBtn .openNavBtn {
  border-radius: 50%;
  width: 40px;
  height: 40px;
  background-color: #D20008;
  padding: 14px 10px;
}
.topNav > .thisBox > .contentBox .navRight .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 > .contentBox .navRight .openBtn .openNavBtn .menuBtn span {
  width: 20px;
  height: 1px;
  background-color: #fff;
  display: block;
}
.topNav > .thisBox > .contentBox .navRight .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 > .contentBox .navRight .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 .contentBox .openBtn .openNavBtn .menuBtn span:nth-child(1) {
  transition-property: top, transform;
  top: 50%;
  transform: rotate(45deg);
}
.topNav.openNavShow > .thisBox .contentBox .openBtn .openNavBtn .menuBtn span:nth-child(2) {
  opacity: 0;
}
.topNav.openNavShow > .thisBox .contentBox .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: 15vw;
  width: 100%;
  height: 100%;
}
.openNav .openNavThis > .thisBox .contentBox {
  width: 70%;
  margin: 0 auto;
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  flex-wrap: unset;
  padding-top: 10vw;
}
.openNav .openNavThis > .thisBox .contentBox .navBar {
  width: 100%;
  height: 100%;
  overflow: auto;
}
.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: #D20008;
}
.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: #D20008;
  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);
}
.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;
  }
}
@media (max-width:1024px) {
  .unifyTitle .unifyTitleThis {
    width: 100%;
  }
}
.unifyTitle .unifyTitleThis > .thisBox > .contentBox {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  flex-wrap: unset;
  gap: 1vw;
}
@media (max-width:1024px) {
  .unifyTitle .unifyTitleThis > .thisBox > .contentBox {
    width: 64%;
    margin: 0 auto;
  }
}
@media (max-width:1024px) and (max-width:1024px) {
  .unifyTitle .unifyTitleThis > .thisBox > .contentBox {
    width: 92%;
  }
}
.unifyTitle .unifyTitleThis > .thisBox > .contentBox .name {
  font-size: clamp(12px, 1.9vw, 1.9vw);
  text-align: center;
}
@media (max-width:1024px) {
  .unifyTitle .unifyTitleThis > .thisBox > .contentBox .name {
    font-size: 5.6vw;
  }
}
.unifyTitle .unifyTitleThis > .thisBox > .contentBox .subname {
  font-size: clamp(12px, 0.9vw, 0.9vw);
  color: #fff;
  background-color: #D20008;
  padding: 0.2vw 2vw;
  text-align: center;
}
@media (max-width:1024px) {
  .unifyTitle .unifyTitleThis > .thisBox > .contentBox .subname {
    font-size: 3.6vw;
  }
}
@media (max-width:1024px) {
  .unifyTitle .unifyTitleThis > .thisBox > .contentBox .subname {
    padding: 1vw 8vw;
  }
}
.tabsFunBox {
  width: 100%;
}
.tabsFunBox .tabsBox {
  margin-bottom: 2vw;
}
@media (max-width:1024px) {
  .tabsFunBox .tabsBox {
    margin-bottom: 8vw;
  }
}
.tabsFunBox .tabsBox .ul {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  flex-wrap: unset;
  gap: 4vw;
}
.tabsFunBox .tabsBox .ul .li .title {
  position: relative;
  cursor: pointer;
  opacity: 0.6;
  font-weight: bold;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  flex-wrap: unset;
  font-size: clamp(12px, 1vw, 1vw);
}
@media (max-width:1024px) {
  .tabsFunBox .tabsBox .ul .li .title {
    font-size: 3.8vw;
  }
}
.tabsFunBox .tabsBox .ul .li .title:after {
  content: '';
  position: absolute;
  display: block;
  bottom: -4px;
  height: 2px;
  background-color: #D20008;
  width: 0;
  transition-duration: 0.5s;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.56, -0.01, 0.04, 1);
  left: 50%;
  transform: translateX(-50%);
}
.tabsFunBox .tabsBox .ul .li.on .title {
  opacity: 1;
  color: #D20008;
}
.tabsFunBox .tabsBox .ul .li.on .title::after {
  width: 100%;
}
.tabsFunBox .coutsBox {
  position: relative;
}
.tabsFunBox .coutsBox .changeBox {
  pointer-events: none;
  position: absolute;
  left: 0;
  width: 100%;
}
.tabsFunBox .coutsBox .changeBox .li {
  opacity: 0;
}
.tabsFunBox .coutsBox .changeBox.on {
  pointer-events: auto;
}
.unifyButton {
  width: fit-content;
  margin-top: 4vw;
}
@media (max-width:1024px) {
  .unifyButton {
    margin-top: 8vw;
  }
}
.unifyButton .unifyButtonThis > .thisBox {
  position: relative;
  padding-bottom: 1vw;
  padding-left: 1vw;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  flex-wrap: unset;
  gap: 0.6vw;
}
@media (max-width:1024px) {
  .unifyButton .unifyButtonThis > .thisBox {
    padding-left: 2vw;
    padding-bottom: 3vw;
  }
}
.unifyButton .unifyButtonThis > .thisBox .txt {
  font-family: 'en2';
  text-transform: uppercase;
  font-size: clamp(12px, 0.8vw, 0.8vw);
  margin-right: 0.5vw;
  transition-duration: 0.3s;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.56, -0.01, 0.04, 1);
  color: #333;
  position: relative;
  z-index: 1;
  letter-spacing: -0.05em;
}
@media (max-width:1024px) {
  .unifyButton .unifyButtonThis > .thisBox .txt {
    font-size: 3.4vw;
  }
}
@media (max-width:1024px) {
  .unifyButton .unifyButtonThis > .thisBox .txt {
    margin-right: 2vw;
    font-size: 4vw;
  }
}
.unifyButton .unifyButtonThis > .thisBox .ico {
  position: relative;
  z-index: 1;
  width: 2vw;
  height: 2vw;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  flex-wrap: unset;
}
@media (max-width:1024px) {
  .unifyButton .unifyButtonThis > .thisBox .ico {
    width: 8vw;
    height: 8vw;
  }
}
.unifyButton .unifyButtonThis > .thisBox .ico i {
  color: #333;
}
@media (max-width:1024px) {
  .unifyButton .unifyButtonThis > .thisBox .ico i {
    font-size: 3vw;
  }
}
.unifyButton .unifyButtonThis > .thisBox .yuan {
  top: 0;
  position: absolute;
  left: 0;
  background-color: #D20008;
  width: 2vw;
  height: 2vw;
  border-radius: 50%;
}
@media (max-width:1024px) {
  .unifyButton .unifyButtonThis > .thisBox .yuan {
    top: 0;
    width: 8vw;
    height: 8vw;
  }
}
.unifyButton .unifyButtonThis > .thisBox .xian {
  position: absolute;
  bottom: 0;
  left: 0;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-end;
  flex-wrap: unset;
  width: 100%;
  height: 1px;
  background-color: rgba(0, 0, 0, 0.2);
}
.unifyButton .unifyButtonThis > .thisBox .xian div {
  width: 2vw;
  height: 100%;
  background-color: #000;
}
@media (max-width:1024px) {
  .unifyButton .unifyButtonThis > .thisBox .xian div {
    width: 8vw;
  }
}
.unifyButton .unifyButtonThis:hover .txt {
  color: #D20008;
}
.unifyButton.white .unifyButtonThis > .thisBox .txt {
  color: #fff;
}
.unifyButton.white .unifyButtonThis > .thisBox .ico i {
  color: #fff;
}
.unifyButton.white .unifyButtonThis > .thisBox .xian {
  background-color: rgba(255, 255, 255, 0.2);
}
.unifyButton.white .unifyButtonThis > .thisBox .xian div {
  background-color: rgba(255, 255, 255, 0.5);
}
.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;
  font-family: 'en2';
  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(210, 0, 8, 0.1);
}
.fenye .fenyeThis > .thisBox .box a.page-num-current {
  background-color: #D20008;
  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: #D20008;
  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;
}
.fiexdRight {
  position: fixed;
  z-index: 5;
  right: 1vw;
  transition-duration: 0.5s;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.56, -0.01, 0.04, 1);
  opacity: 0;
  pointer-events: none;
  bottom: 4vw;
  transform: translateX(100%);
}
@media (max-width:1024px) {
  .fiexdRight > .thisBox {
    padding: 2vw 0;
  }
}
.fiexdRight > .thisBox .contentBox {
  background-color: #fff;
  box-shadow: 2px 2px 10px rgba(0, 0, 0, 0.1);
  border-radius: 0.6vw;
  padding: 1vw 0.5vw;
}
@media (max-width:1024px) {
  .fiexdRight > .thisBox .contentBox {
    padding: 4vw 2vw;
  }
}
.fiexdRight > .thisBox .contentBox .ul {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  flex-wrap: unset;
  gap: 2vw;
}
@media (max-width:1024px) {
  .fiexdRight > .thisBox .contentBox .ul {
    gap: 4vw;
  }
}
.fiexdRight > .thisBox .contentBox .ul .li {
  position: relative;
  cursor: pointer;
}
.fiexdRight > .thisBox .contentBox .ul .li .box {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  flex-wrap: unset;
}
.fiexdRight > .thisBox .contentBox .ul .li .box .ico {
  overflow: hidden;
  position: relative;
  cursor: pointer;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  flex-wrap: unset;
  background-color: #fff;
}
.fiexdRight > .thisBox .contentBox .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: clamp(12px, 1.5vw, 1.5vw);
}
@media (max-width:1024px) {
  .fiexdRight > .thisBox .contentBox .ul .li .box .ico i {
    font-size: 4.8vw;
  }
}
.fiexdRight > .thisBox .contentBox .ul .li .box .txt {
  font-size: clamp(12px, 0.7vw, 0.7vw);
}
@media (max-width:1024px) {
  .fiexdRight > .thisBox .contentBox .ul .li .box .txt {
    font-size: 3.2vw;
  }
}
.fiexdRight > .thisBox .contentBox .ul .li .hovBox {
  position: absolute;
  right: 130%;
  opacity: 0;
  pointer-events: none;
  transform: translateX(-1vw);
  transition-duration: 0.5s;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.56, -0.01, 0.04, 1);
  top: 0;
  width: 8vw;
  padding: 1vw;
  background-color: #fff;
}
.fiexdRight > .thisBox .contentBox .ul .li .hovBox .imgBox {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  flex-wrap: unset;
}
.fiexdRight > .thisBox .contentBox .ul .li .hovBox .textBox {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  flex-wrap: unset;
}
.fiexdRight > .thisBox .contentBox .ul .li::after {
  content: '';
  position: absolute;
  display: block;
  bottom: -1vw;
  width: 100%;
  border-bottom: 1px dashed #ccc;
}
.fiexdRight > .thisBox .contentBox .ul .li:hover .box .ico i {
  color: #D20008;
}
.fiexdRight > .thisBox .contentBox .ul .li:hover .box .txt {
  color: #D20008;
}
.fiexdRight > .thisBox .contentBox .ul .li:hover .hovBox {
  transform: translateX(0);
  opacity: 1;
  pointer-events: auto;
}
.fiexdRight.scrollShow {
  opacity: 1;
  pointer-events: auto;
  transform: translateX(0);
}
.foot > .thisBox > .contentBox {
  width: 64%;
  margin: 0 auto;
  padding: 2vw 0;
}
@media (max-width:1024px) {
  .foot > .thisBox > .contentBox {
    width: 92%;
  }
}
.foot > .thisBox > .contentBox .coutBox {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  flex-wrap: unset;
}
@media (max-width:1024px) {
  .foot > .thisBox > .contentBox .coutBox {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    flex-wrap: unset;
    gap: 4vw;
  }
}
.foot > .thisBox > .contentBox .coutBox .leftBox .logo {
  width: 14vw;
  height: 5vw;
}
@media (max-width:1024px) {
  .foot > .thisBox > .contentBox .coutBox .leftBox .logo {
    width: unset;
    height: 18vw;
  }
}
.foot > .thisBox > .contentBox .coutBox .leftBox .logo .logoBox {
  width: 100%;
  height: 100%;
  position: relative;
  -webkit-mask-image: none;
  -webkit-mask-size: contain;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center;
}
.foot > .thisBox > .contentBox .coutBox .leftBox .logo .logoBox::after {
  content: '';
  position: absolute;
  display: block;
  background-color: #D20008;
  width: 100%;
  height: 100%;
}
.foot > .thisBox > .contentBox .coutBox .leftBox .logo img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.foot > .thisBox > .contentBox .coutBox .leftBox .contact {
  margin-top: 1vw;
}
.foot > .thisBox > .contentBox .coutBox .leftBox .contact .ul {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  flex-wrap: unset;
  gap: 0.5vw;
}
@media (max-width:1024px) {
  .foot > .thisBox > .contentBox .coutBox .leftBox .contact .ul {
    gap: 2vw;
  }
}
.foot > .thisBox > .contentBox .coutBox .leftBox .contact .ul .li .box {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-start;
  flex-wrap: unset;
}
.foot > .thisBox > .contentBox .coutBox .leftBox .contact .ul .li .box .label i {
  color: #D20008;
}
.foot > .thisBox > .contentBox .coutBox .rightBox .erweima .ul {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  flex-wrap: unset;
  gap: 2vw;
}
.foot > .thisBox > .contentBox .coutBox .rightBox .erweima .ul .li .box {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  flex-wrap: unset;
  gap: 0.4vw;
}
.foot > .thisBox > .contentBox .coutBox .rightBox .erweima .ul .li .box .imgBox {
  width: 7vw;
  height: 7vw;
}
@media (max-width:1024px) {
  .foot > .thisBox > .contentBox .coutBox .rightBox .erweima .ul .li .box .imgBox {
    width: 20vw;
    height: 100%;
  }
}
.foot > .thisBox .footBottomInfo {
  background-color: #333;
  padding: 1vw 0;
}
.foot > .thisBox .footBottomInfo > .thisBox .contentBox .infoBox {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  flex-wrap: unset;
  gap: 0.2vw;
}
.foot > .thisBox .footBottomInfo > .thisBox .contentBox .infoBox * {
  color: rgba(255, 255, 255, 0.3);
  font-size: clamp(12px, 0.7vw, 0.7vw);
}
@media (max-width:1024px) {
  .foot > .thisBox .footBottomInfo > .thisBox .contentBox .infoBox * {
    font-size: 3.2vw;
  }
}
.foot > .thisBox .footBottomInfo > .thisBox .contentBox .infoBox a:hover {
  color: #fff;
  text-decoration: underline;
}
.foot > .thisBox .footBottomInfo > .thisBox .contentBox .infoBox .beian {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  flex-wrap: unset;
}
.foot > .thisBox .footBottomInfo > .thisBox .contentBox .infoBox .banquan {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  flex-wrap: unset;
}
@media (max-width:1024px) {
  .swiperControl .navigation {
    display: none;
  }
}
.swiperControl .navigation .navigationThis {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  flex-wrap: unset;
  gap: 2vw;
}
.swiperControl .navigation .navigationThis .btn {
  position: absolute;
  z-index: 3;
  top: 50%;
  transform: translateY(-50%);
  border-radius: 50%;
  width: 2.4vw;
  height: 2.4vw;
  cursor: pointer;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  flex-wrap: unset;
  background-color: #fff;
}
@media (max-width:1024px) {
  .swiperControl .navigation .navigationThis .btn {
    bottom: 4vw;
    width: 6vw;
    height: 6vw;
  }
}
.swiperControl .navigation .navigationThis .btn.leftBtn {
  left: 4vw;
}
.swiperControl .navigation .navigationThis .btn.rightBtn {
  right: 4vw;
}
.swiperControl .navigation .navigationThis .btn i {
  color: #333;
}
@media (max-width:1024px) {
  .swiperControl .navigation .navigationThis .btn i {
    font-size: 3vw;
  }
}
.swiperControl .navigation .navigationThis .btn:hover {
  background-color: #D20008;
}
.swiperControl .navigation .navigationThis .btn:hover i {
  color: #fff;
}
.swiperControl .pagination {
  position: absolute;
  bottom: 2vw;
  left: 50%;
  transform: translateX(-50%);
  z-index: 2;
}
.swiperControl .pagination .paginationThis .swiper-pagination-bullet {
  background-color: #fff;
  width: 1vw;
  height: 1vw;
}
@media (max-width:1024px) {
  .swiperControl .pagination .paginationThis .swiper-pagination-bullet {
    width: 4vw;
    height: 4vw;
  }
}
.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);
}
.mouseCursor {
  pointer-events: none;
  position: fixed;
  z-index: 11;
}
.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 #D20008;
}
.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(210, 0, 8, 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;
  z-index: 11;
}
.mouseCursorPoint > div {
  background-color: #D20008;
  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: #D20008;
  width: 100%;
  height: 100%;
}
@media (max-width:1024px) {
  .changePageMoveBox .box .logoBox {
    width: 60vw;
    height: 12vw;
  }
}
.changePageMoveBox .box .logoBox .color {
  background-color: #D20008;
}
.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);
}
#index_page .pageContentAll .pageContent {
  padding-top: 0;
}
#index_page .pageContentAll .pageContent .inxBanner {
  position: relative;
}
#index_page .pageContentAll .pageContent .inxBanner > .thisBox {
  position: relative;
  width: 100%;
  height: calc(100vh - 5vw * 1);
}
@media (max-width:1600px) {
  #index_page .pageContentAll .pageContent .inxBanner > .thisBox {
    height: calc(100vh - 5vw* 1);
  }
}
@media (max-width:1300px) {
  #index_page .pageContentAll .pageContent .inxBanner > .thisBox {
    height: calc(100vh - 5vw* 1);
  }
}
@media (max-width:1024px) {
  #index_page .pageContentAll .pageContent .inxBanner > .thisBox {
    height: unset;
  }
}
@media (max-width:1024px) {
  #index_page .pageContentAll .pageContent .inxBanner > .thisBox {
    height: 60vw;
  }
}
#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);
  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);
}
#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 .inxFirstBrand > .thisBox {
  padding: 4vw 0;
}
@media (max-width:1024px) {
  #index_page .pageContentAll .pageContent .inxFirstBrand > .thisBox {
    padding: 15vw 0;
  }
}
#index_page .pageContentAll .pageContent .inxFirstBrand > .thisBox > .contentBox {
  width: 64%;
  margin: 0 auto;
  height: 22vw;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  flex-wrap: unset;
}
@media (max-width:1024px) {
  #index_page .pageContentAll .pageContent .inxFirstBrand > .thisBox > .contentBox {
    width: 92%;
  }
}
@media (max-width:1024px) {
  #index_page .pageContentAll .pageContent .inxFirstBrand > .thisBox > .contentBox {
    height: unset;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    flex-wrap: unset;
    gap: 4vw;
  }
}
#index_page .pageContentAll .pageContent .inxFirstBrand > .thisBox > .contentBox .leftBox {
  width: 50%;
  height: 100%;
}
@media (max-width:1024px) {
  #index_page .pageContentAll .pageContent .inxFirstBrand > .thisBox > .contentBox .leftBox {
    width: 100%;
    height: 50vw;
  }
}
#index_page .pageContentAll .pageContent .inxFirstBrand > .thisBox > .contentBox .leftBox .imgBox {
  border-radius: 8px;
  overflow: hidden;
  width: 100%;
  height: 100%;
}
#index_page .pageContentAll .pageContent .inxFirstBrand > .thisBox > .contentBox .rightBox {
  padding-left: 6vw;
  width: 50%;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  flex-wrap: unset;
  height: 100%;
}
@media (max-width:1024px) {
  #index_page .pageContentAll .pageContent .inxFirstBrand > .thisBox > .contentBox .rightBox {
    padding-left: unset;
    width: 100%;
  }
}
#index_page .pageContentAll .pageContent .inxFirstBrand > .thisBox > .contentBox .rightBox .title {
  font-weight: bold;
  margin-bottom: 2vw;
  font-size: clamp(12px, 1.9vw, 1.9vw);
}
@media (max-width:1024px) {
  #index_page .pageContentAll .pageContent .inxFirstBrand > .thisBox > .contentBox .rightBox .title {
    font-size: 5.6vw;
  }
}
@media (max-width:1024px) {
  #index_page .pageContentAll .pageContent .inxFirstBrand > .thisBox > .contentBox .rightBox .textBox {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    flex-wrap: unset;
  }
}
#index_page .pageContentAll .pageContent .inxFirstBrand > .thisBox > .contentBox .rightBox .textBox .content {
  line-height: 2em;
  font-size: clamp(12px, 0.9vw, 0.9vw);
  text-align: justify;
}
@media (max-width:1024px) {
  #index_page .pageContentAll .pageContent .inxFirstBrand > .thisBox > .contentBox .rightBox .textBox .content {
    font-size: 3.6vw;
  }
}
@media (min-width:1024px) {
  #index_page .pageContentAll .pageContent .inxFirstBrand > .thisBox > .contentBox .rightBox .textBox .unifyButton {
    margin-top: 2vw;
  }
}
#index_page .pageContentAll .pageContent .inxBrand {
  position: relative;
}
#index_page .pageContentAll .pageContent .inxBrand > .thisBox {
  position: relative;
  z-index: 1;
  padding: 4vw 0;
  background-color: #f9f9f9;
}
@media (max-width:1024px) {
  #index_page .pageContentAll .pageContent .inxBrand > .thisBox {
    padding: 15vw 0;
  }
}
#index_page .pageContentAll .pageContent .inxBrand > .thisBox > .contentBox {
  width: 64%;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  flex-wrap: unset;
  gap: 2vw;
}
@media (max-width:1024px) {
  #index_page .pageContentAll .pageContent .inxBrand > .thisBox > .contentBox {
    width: 92%;
  }
}
@media (max-width:1024px) {
  #index_page .pageContentAll .pageContent .inxBrand > .thisBox > .contentBox {
    gap: 8vw;
  }
}
#index_page .pageContentAll .pageContent .inxBrand > .thisBox > .contentBox .oneBox {
  width: 100%;
}
#index_page .pageContentAll .pageContent .inxBrand > .thisBox > .contentBox .oneBox .oneName {
  position: relative;
  margin-bottom: 1vw;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  flex-wrap: unset;
  background-color: #eeeeee;
  padding: 0;
  height: 2.4vw;
  border-top: 1px solid #D20008;
}
@media (max-width:1024px) {
  #index_page .pageContentAll .pageContent .inxBrand > .thisBox > .contentBox .oneBox .oneName {
    height: 10vw;
  }
}
#index_page .pageContentAll .pageContent .inxBrand > .thisBox > .contentBox .oneBox .oneName .left {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  flex-wrap: unset;
  gap: 2vw;
  height: 100%;
}
#index_page .pageContentAll .pageContent .inxBrand > .thisBox > .contentBox .oneBox .oneName .left .nameBox {
  position: relative;
  z-index: 1;
  background-color: #D20008;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  flex-wrap: unset;
  gap: 0.4vw;
  height: 100%;
  padding: 0 2vw 0 1vw;
  clip-path: polygon(0 0, 90% 0, 100% 100%, 0 100%);
}
#index_page .pageContentAll .pageContent .inxBrand > .thisBox > .contentBox .oneBox .oneName .left .nameBox i {
  color: #fff;
  font-size: clamp(12px, 1.2vw, 1.2vw);
}
@media (max-width:1024px) {
  #index_page .pageContentAll .pageContent .inxBrand > .thisBox > .contentBox .oneBox .oneName .left .nameBox i {
    font-size: 4.2vw;
  }
}
#index_page .pageContentAll .pageContent .inxBrand > .thisBox > .contentBox .oneBox .oneName .left .nameBox .txt {
  font-size: clamp(12px, 1.3vw, 1.3vw);
  color: #fff;
}
@media (max-width:1024px) {
  #index_page .pageContentAll .pageContent .inxBrand > .thisBox > .contentBox .oneBox .oneName .left .nameBox .txt {
    font-size: 4.4vw;
  }
}
#index_page .pageContentAll .pageContent .inxBrand > .thisBox > .contentBox .oneBox .oneName .right {
  position: relative;
  z-index: 1;
  padding-right: 1vw;
}
#index_page .pageContentAll .pageContent .inxBrand > .thisBox > .contentBox .oneBox .oneName .right .brandMore {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  flex-wrap: unset;
  gap: 0.6vw;
}
#index_page .pageContentAll .pageContent .inxBrand > .thisBox > .contentBox .oneBox .oneName .right .brandMore i {
  color: #D20008;
  font-size: clamp(12px, 1.1vw, 1.1vw);
}
@media (max-width:1024px) {
  #index_page .pageContentAll .pageContent .inxBrand > .thisBox > .contentBox .oneBox .oneName .right .brandMore i {
    font-size: 4vw;
  }
}
#index_page .pageContentAll .pageContent .inxBrand > .thisBox > .contentBox .oneBox .oneName .right .brandMore:hover .txt {
  color: #D20008;
}
#index_page .pageContentAll .pageContent .inxBrand > .thisBox > .contentBox .oneBox .ofTabs .ul {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  flex-wrap: unset;
  gap: 1vw;
}
#index_page .pageContentAll .pageContent .inxBrand > .thisBox > .contentBox .oneBox .ofTabs .ul .li {
  padding: 0.3vw 1vw;
  border: 1px solid #ddd;
  border-radius: 8px;
  cursor: pointer;
  font-size: clamp(12px, 0.8vw, 0.8vw);
}
@media (max-width:1024px) {
  #index_page .pageContentAll .pageContent .inxBrand > .thisBox > .contentBox .oneBox .ofTabs .ul .li {
    font-size: 3.4vw;
  }
}
@media (max-width:1024px) {
  #index_page .pageContentAll .pageContent .inxBrand > .thisBox > .contentBox .oneBox .ofTabs .ul .li {
    padding: 2vw 4vw;
  }
}
#index_page .pageContentAll .pageContent .inxBrand > .thisBox > .contentBox .oneBox .ofTabs .ul .li.on {
  background-color: rgba(210, 0, 8, 0.1);
  border-color: #D20008;
  color: #D20008;
}
#index_page .pageContentAll .pageContent .inxBrand > .thisBox > .contentBox .oneBox .oneCout {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  flex-wrap: unset;
  height: 26vw;
}
@media (max-width:1024px) {
  #index_page .pageContentAll .pageContent .inxBrand > .thisBox > .contentBox .oneBox .oneCout {
    height: unset;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    flex-wrap: unset;
    gap: 4vw;
  }
}
#index_page .pageContentAll .pageContent .inxBrand > .thisBox > .contentBox .oneBox .oneCout .leftImg {
  width: 15vw;
  height: 100%;
  border-radius: 8px;
  overflow: hidden;
}
@media (max-width:1024px) {
  #index_page .pageContentAll .pageContent .inxBrand > .thisBox > .contentBox .oneBox .oneCout .leftImg {
    width: 100%;
    height: 50vw;
  }
}
#index_page .pageContentAll .pageContent .inxBrand > .thisBox > .contentBox .oneBox .oneCout .leftImg .imgBox {
  width: 100%;
  height: 100%;
}
#index_page .pageContentAll .pageContent .inxBrand > .thisBox > .contentBox .oneBox .oneCout .rightList {
  width: calc(100% - 15vw - 2vw);
  height: 100%;
}
@media (max-width:1024px) {
  #index_page .pageContentAll .pageContent .inxBrand > .thisBox > .contentBox .oneBox .oneCout .rightList {
    width: 100%;
  }
}
#index_page .pageContentAll .pageContent .inxBrand > .thisBox > .contentBox .oneBox .oneCout .rightList .ul {
  display: flex;
  flex-wrap: wrap;
  gap: 1vw;
  flex-direction: row;
  align-items: flex-start;
  justify-content: flex-start;
  width: 100%;
}
#index_page .pageContentAll .pageContent .inxBrand > .thisBox > .contentBox .oneBox .oneCout .rightList .ul > li,
#index_page .pageContentAll .pageContent .inxBrand > .thisBox > .contentBox .oneBox .oneCout .rightList .ul > div {
  flex: unset;
  width: calc(100% / 4 - (4 - 1) * 1vw / 4);
}
@media (max-width:1024px) {
  #index_page .pageContentAll .pageContent .inxBrand > .thisBox > .contentBox .oneBox .oneCout .rightList .ul {
    display: flex;
    flex-wrap: wrap;
    gap: 1vw;
    flex-direction: row;
    align-items: flex-start;
    justify-content: flex-start;
  }
  #index_page .pageContentAll .pageContent .inxBrand > .thisBox > .contentBox .oneBox .oneCout .rightList .ul > li,
  #index_page .pageContentAll .pageContent .inxBrand > .thisBox > .contentBox .oneBox .oneCout .rightList .ul > div {
    flex: unset;
    width: calc(100% / 2 - (2 - 1) * 1vw / 2);
  }
}
#index_page .pageContentAll .pageContent .inxBrand > .thisBox > .contentBox .oneBox .oneCout .rightList .ul .li {
  height: calc((26vw - 1vw * 2) / 3);
}
@media (max-width:1024px) {
  #index_page .pageContentAll .pageContent .inxBrand > .thisBox > .contentBox .oneBox .oneCout .rightList .ul .li {
    height: unset;
  }
}
#index_page .pageContentAll .pageContent .inxBrand > .thisBox > .contentBox .oneBox .oneCout .rightList .ul .li .aBox {
  width: 100%;
  height: 100%;
  padding: 0.8vw;
  transition-duration: 0.5s;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.56, -0.01, 0.04, 1);
  background-color: #fff;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
  flex-wrap: unset;
}
@media (max-width:1024px) {
  #index_page .pageContentAll .pageContent .inxBrand > .thisBox > .contentBox .oneBox .oneCout .rightList .ul .li .aBox {
    height: 30vw;
    padding: 2vw;
  }
}
#index_page .pageContentAll .pageContent .inxBrand > .thisBox > .contentBox .oneBox .oneCout .rightList .ul .li .aBox .imgBox {
  width: 100%;
  height: 5vw;
  padding-bottom: 0.6vw;
}
@media (max-width:1024px) {
  #index_page .pageContentAll .pageContent .inxBrand > .thisBox > .contentBox .oneBox .oneCout .rightList .ul .li .aBox .imgBox {
    height: 19vw;
  }
}
#index_page .pageContentAll .pageContent .inxBrand > .thisBox > .contentBox .oneBox .oneCout .rightList .ul .li .aBox .imgBox img {
  object-fit: contain;
}
#index_page .pageContentAll .pageContent .inxBrand > .thisBox > .contentBox .oneBox .oneCout .rightList .ul .li .aBox .title {
  padding-top: 0.6vw;
  border-top: 1px solid #eee;
  width: 100%;
  text-align: center;
  font-size: clamp(12px, 0.9vw, 0.9vw);
  font-weight: bold;
}
@media (max-width:1024px) {
  #index_page .pageContentAll .pageContent .inxBrand > .thisBox > .contentBox .oneBox .oneCout .rightList .ul .li .aBox .title {
    font-size: 3.6vw;
  }
}
#index_page .pageContentAll .pageContent .inxBrand > .thisBox > .contentBox .oneBox .oneCout .rightList .ul .li .aBox:hover {
  transform: translateY(-4px);
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.06);
}
#index_page .pageContentAll .pageContent .inxAbout {
  position: relative;
}
#index_page .pageContentAll .pageContent .inxAbout > .thisBox {
  position: relative;
  z-index: 1;
  padding: 4vw 0;
}
@media (max-width:1024px) {
  #index_page .pageContentAll .pageContent .inxAbout > .thisBox {
    padding: 15vw 0;
  }
}
#index_page .pageContentAll .pageContent .inxAbout > .thisBox > .contentBox {
  width: 64%;
  margin: 0 auto;
}
@media (max-width:1024px) {
  #index_page .pageContentAll .pageContent .inxAbout > .thisBox > .contentBox {
    width: 92%;
  }
}
#index_page .pageContentAll .pageContent .inxAbout > .thisBox > .contentBox .coutBox {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  flex-wrap: unset;
}
@media (max-width:1024px) {
  #index_page .pageContentAll .pageContent .inxAbout > .thisBox > .contentBox .coutBox {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    flex-wrap: unset;
    gap: 6vw;
  }
}
#index_page .pageContentAll .pageContent .inxAbout > .thisBox > .contentBox .coutBox .imgBox {
  width: 45%;
  height: 16vw;
  border-radius: 10px;
  overflow: hidden;
}
@media (max-width:1024px) {
  #index_page .pageContentAll .pageContent .inxAbout > .thisBox > .contentBox .coutBox .imgBox {
    height: 50vw;
    width: 100%;
  }
}
#index_page .pageContentAll .pageContent .inxAbout > .thisBox > .contentBox .coutBox .textBox {
  width: 45%;
}
@media (max-width:1024px) {
  #index_page .pageContentAll .pageContent .inxAbout > .thisBox > .contentBox .coutBox .textBox {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    flex-wrap: unset;
  }
}
#index_page .pageContentAll .pageContent .inxAbout > .thisBox > .contentBox .coutBox .textBox .subtitle {
  font-size: clamp(12px, 1.3vw, 1.3vw);
  margin-bottom: 1vw;
}
@media (max-width:1024px) {
  #index_page .pageContentAll .pageContent .inxAbout > .thisBox > .contentBox .coutBox .textBox .subtitle {
    font-size: 4.4vw;
  }
}
#index_page .pageContentAll .pageContent .inxAbout > .thisBox > .contentBox .coutBox .textBox .miaoshu {
  line-height: 2em;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}
#index_page .pageContentAll .pageContent .inxAbout > .thisBox > .contentBox .shujuBox {
  margin-top: 2vw;
  width: 100%;
  background-color: #fff;
  border-radius: 0.6vw;
}
@media (max-width:1024px) {
  #index_page .pageContentAll .pageContent .inxAbout > .thisBox > .contentBox .shujuBox {
    margin-top: 6vw;
  }
}
#index_page .pageContentAll .pageContent .inxAbout > .thisBox > .contentBox .shujuBox .ul {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  justify-content: center;
  flex-wrap: unset;
  padding: 1vw 4vw;
  width: 100%;
}
@media (max-width:1024px) {
  #index_page .pageContentAll .pageContent .inxAbout > .thisBox > .contentBox .shujuBox .ul {
    display: flex;
    flex-wrap: wrap;
    gap: 4vw;
    flex-direction: row;
    align-items: flex-start;
    justify-content: flex-start;
    padding: 4vw;
  }
  #index_page .pageContentAll .pageContent .inxAbout > .thisBox > .contentBox .shujuBox .ul > li,
  #index_page .pageContentAll .pageContent .inxAbout > .thisBox > .contentBox .shujuBox .ul > div {
    flex: unset;
    width: calc(100% / 2 - (2 - 1) * 4vw / 2);
  }
}
#index_page .pageContentAll .pageContent .inxAbout > .thisBox > .contentBox .shujuBox .ul .li {
  flex: 1;
  border-right: 1px dashed rgba(0, 0, 0, 0.3);
}
@media (max-width:1024px) {
  #index_page .pageContentAll .pageContent .inxAbout > .thisBox > .contentBox .shujuBox .ul .li {
    border: none;
    flex: unset;
  }
}
#index_page .pageContentAll .pageContent .inxAbout > .thisBox > .contentBox .shujuBox .ul .li .value {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  flex-wrap: unset;
  gap: 0.5vw;
}
#index_page .pageContentAll .pageContent .inxAbout > .thisBox > .contentBox .shujuBox .ul .li .value .shuju {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  flex-wrap: unset;
  gap: 0.5vw;
}
#index_page .pageContentAll .pageContent .inxAbout > .thisBox > .contentBox .shujuBox .ul .li .value .shuju .num {
  font-size: clamp(12px, 2.7vw, 2.7vw);
  font-family: 'en2';
  text-transform: uppercase;
  color: #D20008;
}
@media (max-width:1024px) {
  #index_page .pageContentAll .pageContent .inxAbout > .thisBox > .contentBox .shujuBox .ul .li .value .shuju .num {
    font-size: 7.2vw;
  }
}
#index_page .pageContentAll .pageContent .inxAbout > .thisBox > .contentBox .shujuBox .ul .li .value .shuju .danwei {
  font-size: clamp(12px, 1.1vw, 1.1vw);
  font-family: 'en2';
  text-transform: uppercase;
}
@media (max-width:1024px) {
  #index_page .pageContentAll .pageContent .inxAbout > .thisBox > .contentBox .shujuBox .ul .li .value .shuju .danwei {
    font-size: 4vw;
  }
}
#index_page .pageContentAll .pageContent .inxAbout > .thisBox > .contentBox .shujuBox .ul .li .value .title {
  font-size: clamp(12px, 0.9vw, 0.9vw);
}
@media (max-width:1024px) {
  #index_page .pageContentAll .pageContent .inxAbout > .thisBox > .contentBox .shujuBox .ul .li .value .title {
    font-size: 3.6vw;
  }
}
#index_page .pageContentAll .pageContent .inxAbout > .thisBox > .contentBox .shujuBox .ul .li:last-child {
  border-right: none;
}
#index_page .pageContentAll .pageContent .inxAbout .bgImg {
  background-color: rgba(0, 0, 0, 0.05);
}
#index_page .pageContentAll .pageContent .inxAbout .bgImg img {
  opacity: 0.2;
  filter: blur(2px);
}
#index_page .pageContentAll .pageContent .inxRuzhu > .thisBox > .contentBox {
  position: relative;
  height: 30vw;
}
@media (max-width:1024px) {
  #index_page .pageContentAll .pageContent .inxRuzhu > .thisBox > .contentBox {
    height: 60vw;
  }
}
#index_page .pageContentAll .pageContent .inxRuzhu > .thisBox > .contentBox .imgBox {
  width: 100%;
  height: 100%;
}
#index_page .pageContentAll .pageContent .inxRuzhu > .thisBox > .contentBox .textBox {
  position: absolute;
  top: 50%;
  left: 15%;
  transform: translateY(-50%);
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  flex-wrap: unset;
  gap: 0.6vw;
}
@media (max-width:1024px) {
  #index_page .pageContentAll .pageContent .inxRuzhu > .thisBox > .contentBox .textBox {
    left: 10%;
  }
}
#index_page .pageContentAll .pageContent .inxRuzhu > .thisBox > .contentBox .textBox .title {
  font-size: clamp(12px, 2.1vw, 2.1vw);
  font-family: 'en2';
  text-transform: uppercase;
  color: #000;
}
@media (max-width:1024px) {
  #index_page .pageContentAll .pageContent .inxRuzhu > .thisBox > .contentBox .textBox .title {
    font-size: 6vw;
  }
}
#index_page .pageContentAll .pageContent .inxRuzhu > .thisBox > .contentBox .textBox .miaoshu {
  font-size: clamp(12px, 1.3vw, 1.3vw);
  color: #D20008;
  font-weight: bold;
}
@media (max-width:1024px) {
  #index_page .pageContentAll .pageContent .inxRuzhu > .thisBox > .contentBox .textBox .miaoshu {
    font-size: 4.4vw;
  }
}
#index_page .pageContentAll .pageContent .inxRuzhu > .thisBox > .contentBox .textBox .content {
  margin-top: 2vw;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  flex-wrap: unset;
  gap: 0.5vw;
}
#index_page .pageContentAll .pageContent .inxRuzhu > .thisBox > .contentBox .textBox .content .txt {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-start;
  flex-wrap: unset;
  color: #000;
  font-size: clamp(12px, 1vw, 1vw);
  letter-spacing: 0.1em;
}
#index_page .pageContentAll .pageContent .inxRuzhu > .thisBox > .contentBox .textBox .content .txt .ico {
  width: 1.2vw;
  height: 1.2vw;
  border-radius: 50%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  flex-wrap: unset;
  background-color: #fff;
  margin-right: 1vw;
}
#index_page .pageContentAll .pageContent .inxRuzhu > .thisBox > .contentBox .textBox .content .txt .ico i {
  color: #D20008;
  font-size: clamp(12px, 0.8vw, 0.8vw);
}
@media (max-width:1024px) {
  #index_page .pageContentAll .pageContent .inxRuzhu > .thisBox > .contentBox .textBox .content .txt .ico i {
    font-size: 3.4vw;
  }
}
@media (max-width:1024px) {
  #index_page .pageContentAll .pageContent .inxRuzhu > .thisBox > .contentBox .textBox .content .txt {
    font-size: 3.8vw;
  }
}
#index_page .pageContentAll .pageContent .inxRuzhu > .thisBox > .contentBox .textBox .moreA {
  margin-top: 2vw;
  width: 10vw;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  flex-wrap: unset;
  gap: 0.8vw;
  height: 2.6vw;
  background-color: #D20008;
}
@media (max-width:1024px) {
  #index_page .pageContentAll .pageContent .inxRuzhu > .thisBox > .contentBox .textBox .moreA {
    height: 8vw;
    width: 30vw;
  }
}
#index_page .pageContentAll .pageContent .inxRuzhu > .thisBox > .contentBox .textBox .moreA .txt {
  color: #fff;
}
#index_page .pageContentAll .pageContent .inxRuzhu > .thisBox > .contentBox .textBox .moreA i {
  color: #fff;
  font-size: clamp(12px, 0.9vw, 0.9vw);
}
@media (max-width:1024px) {
  #index_page .pageContentAll .pageContent .inxRuzhu > .thisBox > .contentBox .textBox .moreA i {
    font-size: 3.6vw;
  }
}
#index_page .pageContentAll .pageContent .inxNews {
  position: relative;
}
#index_page .pageContentAll .pageContent .inxNews > .thisBox {
  position: relative;
  z-index: 1;
  padding: 4vw 0;
}
@media (max-width:1024px) {
  #index_page .pageContentAll .pageContent .inxNews > .thisBox {
    padding: 15vw 0;
  }
}
#index_page .pageContentAll .pageContent .inxNews > .thisBox > .contentBox {
  width: 64%;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  flex-wrap: unset;
}
@media (max-width:1024px) {
  #index_page .pageContentAll .pageContent .inxNews > .thisBox > .contentBox {
    width: 92%;
  }
}
#index_page .pageContentAll .pageContent .inxNews > .thisBox > .contentBox .tabsFunBox {
  width: 100%;
}
@media (max-width:1024px) {
  #index_page .pageContentAll .pageContent .inxNews > .thisBox > .contentBox .tabsFunBox .tabsBox .ul .li .title {
    font-size: 5vw;
  }
}
#index_page .pageContentAll .pageContent .inxNews > .thisBox > .contentBox .tabsFunBox .coutsBox {
  overflow: hidden;
}
#index_page .pageContentAll .pageContent .inxNews > .thisBox > .contentBox .tabsFunBox .coutsBox .changeBox .coutThis .ul {
  align-items: center;
  justify-content: center;
  flex-wrap: unset;
  display: flex;
  flex-wrap: wrap;
  gap: 2vw;
  flex-direction: row;
  align-items: flex-start;
  justify-content: flex-start;
}
#index_page .pageContentAll .pageContent .inxNews > .thisBox > .contentBox .tabsFunBox .coutsBox .changeBox .coutThis .ul > li,
#index_page .pageContentAll .pageContent .inxNews > .thisBox > .contentBox .tabsFunBox .coutsBox .changeBox .coutThis .ul > div {
  flex: unset;
  width: calc(100% / 3 - (3 - 1) * 2vw / 3);
}
@media (max-width:1024px) {
  #index_page .pageContentAll .pageContent .inxNews > .thisBox > .contentBox .tabsFunBox .coutsBox .changeBox .coutThis .ul {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    flex-wrap: unset;
  }
}
@media (max-width:1024px) {
  #index_page .pageContentAll .pageContent .inxNews > .thisBox > .contentBox .tabsFunBox .coutsBox .changeBox .coutThis .ul .li {
    width: 100%;
  }
}
#index_page .pageContentAll .pageContent .inxNews > .thisBox > .contentBox .tabsFunBox .coutsBox .changeBox .coutThis .ul .li .aBox {
  background-color: #fff;
  border-radius: 0.6vw;
  overflow: hidden;
  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 > .contentBox .tabsFunBox .coutsBox .changeBox .coutThis .ul .li .aBox .imgBox {
  height: 12vw;
  width: 100%;
}
@media (max-width:1024px) {
  #index_page .pageContentAll .pageContent .inxNews > .thisBox > .contentBox .tabsFunBox .coutsBox .changeBox .coutThis .ul .li .aBox .imgBox {
    height: 50vw;
  }
}
#index_page .pageContentAll .pageContent .inxNews > .thisBox > .contentBox .tabsFunBox .coutsBox .changeBox .coutThis .ul .li .aBox .textBox {
  padding: 2vw;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  flex-wrap: unset;
  gap: 1vw;
}
@media (max-width:1024px) {
  #index_page .pageContentAll .pageContent .inxNews > .thisBox > .contentBox .tabsFunBox .coutsBox .changeBox .coutThis .ul .li .aBox .textBox {
    padding: 6vw;
  }
}
#index_page .pageContentAll .pageContent .inxNews > .thisBox > .contentBox .tabsFunBox .coutsBox .changeBox .coutThis .ul .li .aBox .textBox .title {
  font-weight: bold;
  transition-duration: 0.5s;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.56, -0.01, 0.04, 1);
  font-size: clamp(12px, 1vw, 1vw);
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  text-align: justify;
}
@media (max-width:1024px) {
  #index_page .pageContentAll .pageContent .inxNews > .thisBox > .contentBox .tabsFunBox .coutsBox .changeBox .coutThis .ul .li .aBox .textBox .title {
    font-size: 3.8vw;
  }
}
#index_page .pageContentAll .pageContent .inxNews > .thisBox > .contentBox .tabsFunBox .coutsBox .changeBox .coutThis .ul .li .aBox .textBox .miaoshu {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  line-height: 1.6em;
  text-align: justify;
  opacity: 0.7;
  font-size: clamp(12px, 0.7vw, 0.7vw);
}
@media (max-width:1024px) {
  #index_page .pageContentAll .pageContent .inxNews > .thisBox > .contentBox .tabsFunBox .coutsBox .changeBox .coutThis .ul .li .aBox .textBox .miaoshu {
    font-size: 3.2vw;
  }
}
#index_page .pageContentAll .pageContent .inxNews > .thisBox > .contentBox .tabsFunBox .coutsBox .changeBox .coutThis .ul .li .aBox .textBox .date {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-start;
  flex-wrap: unset;
}
#index_page .pageContentAll .pageContent .inxNews > .thisBox > .contentBox .tabsFunBox .coutsBox .changeBox .coutThis .ul .li .aBox .textBox .date .md {
  font-family: 'en2';
  text-transform: uppercase;
  font-size: clamp(12px, 1.1vw, 1.1vw);
  color: #D20008;
}
@media (max-width:1024px) {
  #index_page .pageContentAll .pageContent .inxNews > .thisBox > .contentBox .tabsFunBox .coutsBox .changeBox .coutThis .ul .li .aBox .textBox .date .md {
    font-size: 4vw;
  }
}
#index_page .pageContentAll .pageContent .inxNews > .thisBox > .contentBox .tabsFunBox .coutsBox .changeBox .coutThis .ul .li .aBox .textBox .date .y {
  margin-left: 1vw;
  font-family: 'en2';
  text-transform: uppercase;
}
#index_page .pageContentAll .pageContent .inxNews > .thisBox > .contentBox .tabsFunBox .coutsBox .changeBox .coutThis .ul .li .aBox:hover {
  transform: translateY(-1vw);
  box-shadow: 0vw 1vw 20px rgba(0, 0, 0, 0.05);
}
#index_page .pageContentAll .pageContent .inxNews > .thisBox > .contentBox .tabsFunBox .coutsBox .changeBox .coutThis .ul .li .aBox:hover .textBox .title {
  color: #D20008;
}
#index_page .pageContentAll .pageContent .inxNews .bgImg {
  background-color: rgba(0, 0, 0, 0.05);
}
#index_page .pageContentAll .pageContent .inxNews .bgImg img {
  opacity: 0.2;
  filter: blur(2px);
}
#building .pageContentAll .pageContent .building > .thisBox .contentBox {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  flex-wrap: unset;
  padding-top: 4vw;
  font-size: clamp(12px, 1.9vw, 1.9vw);
}
@media (max-width:1024px) {
  #building .pageContentAll .pageContent .building > .thisBox .contentBox {
    padding-top: 15vw;
  }
}
@media (max-width:1024px) {
  #building .pageContentAll .pageContent .building > .thisBox .contentBox {
    font-size: 5.6vw;
  }
}
#news_page .pageContentAll .pageContent .newsList > .thisBox > .contentBox {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  justify-content: space-between;
  flex-wrap: unset;
  width: 64%;
  margin: 0 auto;
}
@media (max-width:1024px) {
  #news_page .pageContentAll .pageContent .newsList > .thisBox > .contentBox {
    width: 92%;
  }
}
#news_page .pageContentAll .pageContent .newsList > .thisBox > .contentBox .leftBox {
  padding: 1vw 2vw;
  width: 70%;
  background-color: #fff;
}
@media (max-width:1024px) {
  #news_page .pageContentAll .pageContent .newsList > .thisBox > .contentBox .leftBox {
    width: 100%;
  }
}
#news_page .pageContentAll .pageContent .newsList > .thisBox > .contentBox .leftBox .ul .li {
  padding: 1vw 0;
  border-bottom: 1px dashed #ddd;
}
@media (max-width:1024px) {
  #news_page .pageContentAll .pageContent .newsList > .thisBox > .contentBox .leftBox .ul .li {
    padding: 3vw 0;
  }
}
#news_page .pageContentAll .pageContent .newsList > .thisBox > .contentBox .leftBox .ul .li .aBox {
  height: 9vw;
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  justify-content: center;
  flex-wrap: unset;
}
@media (max-width:1024px) {
  #news_page .pageContentAll .pageContent .newsList > .thisBox > .contentBox .leftBox .ul .li .aBox {
    align-items: center;
    height: 30vw;
  }
}
#news_page .pageContentAll .pageContent .newsList > .thisBox > .contentBox .leftBox .ul .li .aBox .imgBox {
  width: 14vw;
  height: 100%;
  overflow: hidden;
}
@media (max-width:1024px) {
  #news_page .pageContentAll .pageContent .newsList > .thisBox > .contentBox .leftBox .ul .li .aBox .imgBox {
    width: 30vw;
  }
}
#news_page .pageContentAll .pageContent .newsList > .thisBox > .contentBox .leftBox .ul .li .aBox .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 .leftBox .ul .li .aBox .textBox {
  padding-left: 2vw;
  width: calc(100% - 14vw);
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  flex-wrap: unset;
  gap: 1vw;
}
@media (max-width:1024px) {
  #news_page .pageContentAll .pageContent .newsList > .thisBox > .contentBox .leftBox .ul .li .aBox .textBox {
    padding-left: 4vw;
    width: calc(100% - 30vw);
  }
}
#news_page .pageContentAll .pageContent .newsList > .thisBox > .contentBox .leftBox .ul .li .aBox .textBox .title {
  font-weight: bold;
  font-size: clamp(12px, 1vw, 1vw);
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  text-align: justify;
}
@media (max-width:1024px) {
  #news_page .pageContentAll .pageContent .newsList > .thisBox > .contentBox .leftBox .ul .li .aBox .textBox .title {
    font-size: 3.8vw;
  }
}
#news_page .pageContentAll .pageContent .newsList > .thisBox > .contentBox .leftBox .ul .li .aBox .textBox .date {
  font-family: 'en2';
  text-transform: uppercase;
  font-size: clamp(12px, 0.7vw, 0.7vw);
}
@media (max-width:1024px) {
  #news_page .pageContentAll .pageContent .newsList > .thisBox > .contentBox .leftBox .ul .li .aBox .textBox .date {
    font-size: 3.2vw;
  }
}
#news_page .pageContentAll .pageContent .newsList > .thisBox > .contentBox .leftBox .ul .li .aBox .textBox .description {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  font-size: clamp(12px, 0.7vw, 0.7vw);
  opacity: 0.7;
}
@media (max-width:1024px) {
  #news_page .pageContentAll .pageContent .newsList > .thisBox > .contentBox .leftBox .ul .li .aBox .textBox .description {
    font-size: 3.2vw;
  }
}
@media (max-width:1024px) {
  #news_page .pageContentAll .pageContent .newsList > .thisBox > .contentBox .leftBox .ul .li .aBox .textBox .description {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
  }
}
#news_page .pageContentAll .pageContent .newsList > .thisBox > .contentBox .leftBox .ul .li .aBox:hover .imgBox img {
  transform: scale(1.1);
}
#news_page .pageContentAll .pageContent .newsList > .thisBox > .contentBox .leftBox .ul .li .aBox:hover .textBox .title {
  color: #D20008;
}
#news_page .pageContentAll .pageContent .newsList > .thisBox > .contentBox .rightBox {
  width: 28%;
  background-color: #fff;
  padding: 2vw;
}
@media (max-width:1024px) {
  #news_page .pageContentAll .pageContent .newsList > .thisBox > .contentBox .rightBox {
    display: none;
  }
}
#news_page .pageContentAll .pageContent .newsList > .thisBox > .contentBox .rightBox .hotNews .bdTitle {
  font-size: clamp(12px, 1vw, 1vw);
  margin-bottom: 1vw;
}
@media (max-width:1024px) {
  #news_page .pageContentAll .pageContent .newsList > .thisBox > .contentBox .rightBox .hotNews .bdTitle {
    font-size: 3.8vw;
  }
}
#news_page .pageContentAll .pageContent .newsList > .thisBox > .contentBox .rightBox .hotNews .ul .li .aBox {
  padding: 0.8vw 0;
  border-bottom: 1px dashed #ccc;
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  justify-content: center;
  flex-wrap: unset;
}
#news_page .pageContentAll .pageContent .newsList > .thisBox > .contentBox .rightBox .hotNews .ul .li .aBox .num {
  width: 1.4vw;
  height: 1.4vw;
  background-color: #ddd;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  flex-wrap: unset;
  font-family: 'en2';
  text-transform: uppercase;
  color: #333;
}
#news_page .pageContentAll .pageContent .newsList > .thisBox > .contentBox .rightBox .hotNews .ul .li .aBox .textBox {
  width: calc(100% - 1.4vw);
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  flex-wrap: unset;
  padding-left: 0.4vw;
}
#news_page .pageContentAll .pageContent .newsList > .thisBox > .contentBox .rightBox .hotNews .ul .li .aBox .textBox .title {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
#news_page .pageContentAll .pageContent .newsList > .thisBox > .contentBox .rightBox .hotNews .ul .li .aBox .textBox .date {
  margin-top: 0.6vw;
  font-family: 'en2';
  text-transform: uppercase;
  font-size: clamp(12px, 0.7vw, 0.7vw);
}
@media (max-width:1024px) {
  #news_page .pageContentAll .pageContent .newsList > .thisBox > .contentBox .rightBox .hotNews .ul .li .aBox .textBox .date {
    font-size: 3.2vw;
  }
}
#news_page .pageContentAll .pageContent .newsList > .thisBox > .contentBox .rightBox .hotNews .ul .li .aBox:hover .title {
  color: #D20008;
}
#news_page .pageContentAll .pageContent .newsList > .thisBox > .contentBox .rightBox .hotNews .ul .li:nth-child(1) .aBox .num,
#news_page .pageContentAll .pageContent .newsList > .thisBox > .contentBox .rightBox .hotNews .ul .li:nth-child(2) .aBox .num,
#news_page .pageContentAll .pageContent .newsList > .thisBox > .contentBox .rightBox .hotNews .ul .li:nth-child(3) .aBox .num {
  background-color: #ff9100;
  color: #fff;
  font-size: clamp(12px, 1vw, 1vw);
}
@media (max-width:1024px) {
  #news_page .pageContentAll .pageContent .newsList > .thisBox > .contentBox .rightBox .hotNews .ul .li:nth-child(1) .aBox .num,
  #news_page .pageContentAll .pageContent .newsList > .thisBox > .contentBox .rightBox .hotNews .ul .li:nth-child(2) .aBox .num,
  #news_page .pageContentAll .pageContent .newsList > .thisBox > .contentBox .rightBox .hotNews .ul .li:nth-child(3) .aBox .num {
    font-size: 3.8vw;
  }
}
#branch_all_page .pageContentAll .pageContent .ofTabs .ul {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  flex-wrap: unset;
  gap: 1vw;
}
#branch_all_page .pageContentAll .pageContent .ofTabs .ul .li {
  padding: 0.3vw 1vw;
  border: 1px solid #ddd;
  border-radius: 8px;
  cursor: pointer;
  font-size: clamp(12px, 0.8vw, 0.8vw);
}
@media (max-width:1024px) {
  #branch_all_page .pageContentAll .pageContent .ofTabs .ul .li {
    font-size: 3.4vw;
  }
}
@media (max-width:1024px) {
  #branch_all_page .pageContentAll .pageContent .ofTabs .ul .li {
    padding: 2vw 4vw;
  }
}
#branch_all_page .pageContentAll .pageContent .ofTabs .ul .li.on {
  background-color: rgba(210, 0, 8, 0.1);
  border-color: #D20008;
  color: #D20008;
}
@media (max-width:1024px) {
  #branch_all_page .pageContentAll .pageContent .branchList {
    margin-bottom: 4vw;
  }
}
#branch_all_page .pageContentAll .pageContent .branchList > .thisBox {
  padding-bottom: 2vw;
}
#branch_all_page .pageContentAll .pageContent .branchList > .thisBox > .contentBox {
  width: 64%;
  margin: 0 auto;
}
@media (max-width:1024px) {
  #branch_all_page .pageContentAll .pageContent .branchList > .thisBox > .contentBox {
    width: 92%;
  }
}
#branch_all_page .pageContentAll .pageContent .branchList > .thisBox > .contentBox .oneName {
  position: relative;
  margin-bottom: 1vw;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  flex-wrap: unset;
  background-color: #eeeeee;
  padding: 0;
  height: 2.4vw;
  border-top: 1px solid #D20008;
}
@media (max-width:1024px) {
  #branch_all_page .pageContentAll .pageContent .branchList > .thisBox > .contentBox .oneName {
    height: 10vw;
  }
}
#branch_all_page .pageContentAll .pageContent .branchList > .thisBox > .contentBox .oneName .left {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  flex-wrap: unset;
  gap: 2vw;
  height: 100%;
}
#branch_all_page .pageContentAll .pageContent .branchList > .thisBox > .contentBox .oneName .left .nameBox {
  position: relative;
  z-index: 1;
  background-color: #D20008;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  flex-wrap: unset;
  gap: 0.4vw;
  height: 100%;
  padding: 0 2vw 0 1vw;
  clip-path: polygon(0 0, 90% 0, 100% 100%, 0 100%);
}
#branch_all_page .pageContentAll .pageContent .branchList > .thisBox > .contentBox .oneName .left .nameBox i {
  color: #fff;
  font-size: clamp(12px, 1.2vw, 1.2vw);
}
@media (max-width:1024px) {
  #branch_all_page .pageContentAll .pageContent .branchList > .thisBox > .contentBox .oneName .left .nameBox i {
    font-size: 4.2vw;
  }
}
#branch_all_page .pageContentAll .pageContent .branchList > .thisBox > .contentBox .oneName .left .nameBox .txt {
  font-size: clamp(12px, 1.3vw, 1.3vw);
  color: #fff;
}
@media (max-width:1024px) {
  #branch_all_page .pageContentAll .pageContent .branchList > .thisBox > .contentBox .oneName .left .nameBox .txt {
    font-size: 4.4vw;
  }
}
#branch_all_page .pageContentAll .pageContent .branchList > .thisBox > .contentBox .oneName .right {
  position: relative;
  z-index: 1;
  padding-right: 1vw;
}
#branch_all_page .pageContentAll .pageContent .branchList > .thisBox > .contentBox .oneName .right .brandMore {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  flex-wrap: unset;
  gap: 0.6vw;
}
#branch_all_page .pageContentAll .pageContent .branchList > .thisBox > .contentBox .oneName .right .brandMore i {
  color: #D20008;
  font-size: clamp(12px, 1.1vw, 1.1vw);
}
@media (max-width:1024px) {
  #branch_all_page .pageContentAll .pageContent .branchList > .thisBox > .contentBox .oneName .right .brandMore i {
    font-size: 4vw;
  }
}
#branch_all_page .pageContentAll .pageContent .branchList > .thisBox > .contentBox .oneName .right .brandMore:hover .txt {
  color: #D20008;
}
@media (max-width:1024px) {
  #branch_all_page .pageContentAll .pageContent .branchList > .thisBox > .contentBox .rightList {
    margin-top: 4vw;
  }
}
#branch_all_page .pageContentAll .pageContent .branchList > .thisBox > .contentBox .rightList .ul {
  display: flex;
  flex-wrap: wrap;
  gap: 1vw;
  flex-direction: row;
  align-items: flex-start;
  justify-content: flex-start;
}
#branch_all_page .pageContentAll .pageContent .branchList > .thisBox > .contentBox .rightList .ul > li,
#branch_all_page .pageContentAll .pageContent .branchList > .thisBox > .contentBox .rightList .ul > div {
  flex: unset;
  width: calc(100% / 5 - (5 - 1) * 1vw / 5);
}
@media (max-width:1024px) {
  #branch_all_page .pageContentAll .pageContent .branchList > .thisBox > .contentBox .rightList .ul {
    display: flex;
    flex-wrap: wrap;
    gap: 3vw;
    flex-direction: row;
    align-items: flex-start;
    justify-content: flex-start;
  }
  #branch_all_page .pageContentAll .pageContent .branchList > .thisBox > .contentBox .rightList .ul > li,
  #branch_all_page .pageContentAll .pageContent .branchList > .thisBox > .contentBox .rightList .ul > div {
    flex: unset;
    width: calc(100% / 3 - (3 - 1) * 3vw / 3);
  }
}
#branch_all_page .pageContentAll .pageContent .branchList > .thisBox > .contentBox .rightList .ul .li .aBox {
  width: 100%;
  height: 100%;
  padding: 0.8vw;
  transition-duration: 0.5s;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.56, -0.01, 0.04, 1);
  background-color: #fff;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
  flex-wrap: unset;
}
@media (max-width:1024px) {
  #branch_all_page .pageContentAll .pageContent .branchList > .thisBox > .contentBox .rightList .ul .li .aBox {
    height: 30vw;
    padding: 2vw;
  }
}
#branch_all_page .pageContentAll .pageContent .branchList > .thisBox > .contentBox .rightList .ul .li .aBox .imgBox {
  width: 100%;
  height: 5vw;
  padding-bottom: 0.6vw;
}
@media (max-width:1024px) {
  #branch_all_page .pageContentAll .pageContent .branchList > .thisBox > .contentBox .rightList .ul .li .aBox .imgBox {
    height: 19vw;
  }
}
#branch_all_page .pageContentAll .pageContent .branchList > .thisBox > .contentBox .rightList .ul .li .aBox .imgBox img {
  object-fit: contain;
}
#branch_all_page .pageContentAll .pageContent .branchList > .thisBox > .contentBox .rightList .ul .li .aBox .title {
  padding-top: 0.6vw;
  border-top: 1px solid #eee;
  width: 100%;
  text-align: center;
  font-size: clamp(12px, 0.9vw, 0.9vw);
  font-weight: bold;
}
@media (max-width:1024px) {
  #branch_all_page .pageContentAll .pageContent .branchList > .thisBox > .contentBox .rightList .ul .li .aBox .title {
    font-size: 3.6vw;
  }
}
#branch_all_page .pageContentAll .pageContent .branchList > .thisBox > .contentBox .rightList .ul .li .aBox:hover {
  transform: translateY(-4px);
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.06);
}
#branch_page .pageContentAll .pageContent .ofTabs .ul {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  flex-wrap: unset;
  gap: 1vw;
}
#branch_page .pageContentAll .pageContent .ofTabs .ul .li {
  padding: 0.3vw 1vw;
  border: 1px solid #ddd;
  border-radius: 8px;
  cursor: pointer;
  font-size: clamp(12px, 0.8vw, 0.8vw);
}
@media (max-width:1024px) {
  #branch_page .pageContentAll .pageContent .ofTabs .ul .li {
    font-size: 3.4vw;
  }
}
@media (max-width:1024px) {
  #branch_page .pageContentAll .pageContent .ofTabs .ul .li {
    padding: 2vw 4vw;
  }
}
#branch_page .pageContentAll .pageContent .ofTabs .ul .li.on {
  background-color: rgba(210, 0, 8, 0.1);
  border-color: #D20008;
  color: #D20008;
}
@media (max-width:1024px) {
  #branch_page .pageContentAll .pageContent .branchList {
    margin-top: 4vw;
  }
}
#branch_page .pageContentAll .pageContent .branchList > .thisBox > .contentBox {
  width: 64%;
  margin: 0 auto;
}
@media (max-width:1024px) {
  #branch_page .pageContentAll .pageContent .branchList > .thisBox > .contentBox {
    width: 92%;
  }
}
#branch_page .pageContentAll .pageContent .branchList > .thisBox > .contentBox .ul {
  display: flex;
  flex-wrap: wrap;
  gap: 1vw;
  flex-direction: row;
  align-items: flex-start;
  justify-content: flex-start;
}
#branch_page .pageContentAll .pageContent .branchList > .thisBox > .contentBox .ul > li,
#branch_page .pageContentAll .pageContent .branchList > .thisBox > .contentBox .ul > div {
  flex: unset;
  width: calc(100% / 5 - (5 - 1) * 1vw / 5);
}
@media (max-width:1024px) {
  #branch_page .pageContentAll .pageContent .branchList > .thisBox > .contentBox .ul {
    display: flex;
    flex-wrap: wrap;
    gap: 3vw;
    flex-direction: row;
    align-items: flex-start;
    justify-content: flex-start;
  }
  #branch_page .pageContentAll .pageContent .branchList > .thisBox > .contentBox .ul > li,
  #branch_page .pageContentAll .pageContent .branchList > .thisBox > .contentBox .ul > div {
    flex: unset;
    width: calc(100% / 3 - (3 - 1) * 3vw / 3);
  }
}
#branch_page .pageContentAll .pageContent .branchList > .thisBox > .contentBox .ul .li .aBox {
  width: 100%;
  height: 100%;
  padding: 0.8vw;
  transition-duration: 0.5s;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.56, -0.01, 0.04, 1);
  background-color: #fff;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
  flex-wrap: unset;
}
@media (max-width:1024px) {
  #branch_page .pageContentAll .pageContent .branchList > .thisBox > .contentBox .ul .li .aBox {
    height: 30vw;
    padding: 2vw;
  }
}
#branch_page .pageContentAll .pageContent .branchList > .thisBox > .contentBox .ul .li .aBox .imgBox {
  width: 100%;
  height: 5vw;
  padding-bottom: 0.6vw;
}
@media (max-width:1024px) {
  #branch_page .pageContentAll .pageContent .branchList > .thisBox > .contentBox .ul .li .aBox .imgBox {
    height: 19vw;
  }
}
#branch_page .pageContentAll .pageContent .branchList > .thisBox > .contentBox .ul .li .aBox .imgBox img {
  object-fit: contain;
}
#branch_page .pageContentAll .pageContent .branchList > .thisBox > .contentBox .ul .li .aBox .title {
  padding-top: 0.6vw;
  border-top: 1px solid #eee;
  width: 100%;
  text-align: center;
  font-size: clamp(12px, 0.9vw, 0.9vw);
  font-weight: bold;
}
@media (max-width:1024px) {
  #branch_page .pageContentAll .pageContent .branchList > .thisBox > .contentBox .ul .li .aBox .title {
    font-size: 3.6vw;
  }
}
#branch_page .pageContentAll .pageContent .branchList > .thisBox > .contentBox .ul .li .aBox:hover {
  transform: translateY(-4px);
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.06);
}
#branch_page .pageContentAll .pageContent .fenyeApi {
  margin-top: 2vw;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  flex-wrap: unset;
}
#branch_page .pageContentAll .pageContent .fenyeApi .box {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  flex-wrap: unset;
  gap: 1vw;
}
#branch_page .pageContentAll .pageContent .fenyeApi .box > div {
  cursor: pointer;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  flex-wrap: unset;
  border-radius: 8px;
  padding: 0.4vw 0.8vw;
  border: 1px solid #ccc;
}
#branch_page .pageContentAll .pageContent .fenyeApi .box > div.shenglve {
  border: none;
}
#branch_page .pageContentAll .pageContent .fenyeApi .box > div.on {
  background-color: #D20008;
  color: #fff;
  border-color: #D20008;
}
#contact_page .pageContentAll .pageContent .contactInfo {
  position: relative;
}
#contact_page .pageContentAll .pageContent .contactInfo > .thisBox {
  padding: 0;
  position: relative;
  z-index: 1;
}
#contact_page .pageContentAll .pageContent .contactInfo > .thisBox .contentBox {
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  flex-wrap: unset;
  width: 64%;
  margin: 0 auto;
}
@media (max-width:1024px) {
  #contact_page .pageContentAll .pageContent .contactInfo > .thisBox .contentBox {
    width: 92%;
  }
}
@media (max-width:1024px) {
  #contact_page .pageContentAll .pageContent .contactInfo > .thisBox .contentBox {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    flex-wrap: unset;
  }
}
#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(0, 0, 0, 0.2);
}
@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 .ico {
  width: 2.4vw;
  height: 2.4vw;
  border-radius: 50%;
  background-color: #D20008;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  flex-wrap: unset;
}
@media (max-width:1300px) {
  #contact_page .pageContentAll .pageContent .contactInfo > .thisBox .contentBox .lianxi .ulBox .box .label .ico {
    width: 3vw;
    height: 3vw;
  }
}
@media (max-width:1024px) {
  #contact_page .pageContentAll .pageContent .contactInfo > .thisBox .contentBox .lianxi .ulBox .box .label .ico {
    width: 10vw;
    height: 10vw;
  }
}
#contact_page .pageContentAll .pageContent .contactInfo > .thisBox .contentBox .lianxi .ulBox .box .label .ico i {
  font-size: clamp(12px, 1.2vw, 1.2vw);
  color: #fff;
}
@media (max-width:1024px) {
  #contact_page .pageContentAll .pageContent .contactInfo > .thisBox .contentBox .lianxi .ulBox .box .label .ico i {
    font-size: 4.2vw;
  }
}
#contact_page .pageContentAll .pageContent .contactInfo > .thisBox .contentBox .lianxi .ulBox .box .label .txt {
  font-size: clamp(12px, 1.1vw, 1.1vw);
  margin-left: 1vw;
  font-family: 'en2';
  text-transform: uppercase;
  font-weight: bold;
}
@media (max-width:1024px) {
  #contact_page .pageContentAll .pageContent .contactInfo > .thisBox .contentBox .lianxi .ulBox .box .label .txt {
    font-size: 4vw;
  }
}
@media (max-width:1024px) {
  #contact_page .pageContentAll .pageContent .contactInfo > .thisBox .contentBox .lianxi .ulBox .box .label .txt {
    margin-left: 6vw;
    font-size: 5vw;
  }
}
#contact_page .pageContentAll .pageContent .contactInfo > .thisBox .contentBox .lianxi .ulBox .box .cout {
  font-size: clamp(12px, 1.1vw, 1.1vw);
  padding-left: 3vw;
}
@media (max-width:1024px) {
  #contact_page .pageContentAll .pageContent .contactInfo > .thisBox .contentBox .lianxi .ulBox .box .cout {
    font-size: 4vw;
  }
}
@media (max-width:1024px) {
  #contact_page .pageContentAll .pageContent .contactInfo > .thisBox .contentBox .lianxi .ulBox .box .cout {
    line-height: 2em;
    padding-left: 10vw;
    font-size: 5vw;
  }
}
#contact_page .pageContentAll .pageContent .contactInfo > .thisBox .contentBox .imgBoxAll {
  width: 60%;
  height: 20vw;
}
@media (max-width:1024px) {
  #contact_page .pageContentAll .pageContent .contactInfo > .thisBox .contentBox .imgBoxAll {
    width: 64%;
    margin: 0 auto;
    margin-top: 6vw;
    width: 100%;
    height: 50vw;
  }
}
@media (max-width:1024px) and (max-width:1024px) {
  #contact_page .pageContentAll .pageContent .contactInfo > .thisBox .contentBox .imgBoxAll {
    width: 92%;
  }
}
#contact_page .pageContentAll .pageContent .contactInfo > .thisBox .contentBox .imgBoxAll .imgBox {
  width: 100%;
  height: 100%;
}
#contact_page .pageContentAll .pageContent .message {
  position: relative;
}
#contact_page .pageContentAll .pageContent .message > .thisBox {
  position: relative;
  z-index: 1;
  width: 100%;
  height: 100%;
  padding-top: 4vw;
}
@media (max-width:1024px) {
  #contact_page .pageContentAll .pageContent .message > .thisBox {
    padding-top: 15vw;
  }
}
#contact_page .pageContentAll .pageContent .message > .thisBox .contentBox {
  position: relative;
  height: 30vw;
  width: 64%;
  margin: 0 auto;
}
@media (max-width:1024px) {
  #contact_page .pageContentAll .pageContent .message > .thisBox .contentBox {
    width: 92%;
  }
}
@media (max-width:1024px) {
  #contact_page .pageContentAll .pageContent .message > .thisBox .contentBox {
    height: unset;
  }
}
#contact_page .pageContentAll .pageContent .message > .thisBox .contentBox .cenCout {
  position: relative;
  z-index: 1;
  width: 64%;
  margin: 0 auto;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  flex-wrap: unset;
  width: 100%;
  height: 100%;
}
@media (max-width:1024px) {
  #contact_page .pageContentAll .pageContent .message > .thisBox .contentBox .cenCout {
    width: 92%;
  }
}
@media (max-width:1024px) {
  #contact_page .pageContentAll .pageContent .message > .thisBox .contentBox .cenCout {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    flex-wrap: unset;
    flex-direction: column-reverse;
  }
}
#contact_page .pageContentAll .pageContent .message > .thisBox .contentBox .cenCout .leftBox {
  overflow: hidden;
  border: 1px dashed #D20008;
  width: 48%;
  height: 100%;
  padding: 2vw;
}
@media (max-width:1024px) {
  #contact_page .pageContentAll .pageContent .message > .thisBox .contentBox .cenCout .leftBox {
    height: 40vw;
    width: 100%;
    margin-top: 12vw;
  }
}
#contact_page .pageContentAll .pageContent .message > .thisBox .contentBox .cenCout .rightBox {
  width: 48%;
}
@media (max-width:1024px) {
  #contact_page .pageContentAll .pageContent .message > .thisBox .contentBox .cenCout .rightBox {
    padding: 0;
    width: 100%;
  }
}
#contact_page .pageContentAll .pageContent .message > .thisBox .contentBox .cenCout .rightBox .mesSort {
  margin-bottom: 2vw;
}
#contact_page .pageContentAll .pageContent .message > .thisBox .contentBox .cenCout .rightBox .mesSort .cn {
  font-size: clamp(12px, 1.3vw, 1.3vw);
}
@media (max-width:1024px) {
  #contact_page .pageContentAll .pageContent .message > .thisBox .contentBox .cenCout .rightBox .mesSort .cn {
    font-size: 4.4vw;
  }
}
#contact_page .pageContentAll .pageContent .message > .thisBox .contentBox .cenCout .rightBox .biaodan {
  width: 100%;
}
#contact_page .pageContentAll .pageContent .message > .thisBox .contentBox .cenCout .rightBox .biaodan form {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  flex-wrap: unset;
}
#contact_page .pageContentAll .pageContent .message > .thisBox .contentBox .cenCout .rightBox .biaodan form .inputBox {
  position: relative;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-start;
  flex-wrap: unset;
  width: 100%;
  border-bottom: 1px dashed rgba(0, 0, 0, 0.1);
  padding: 0.4vw 0;
}
@media (max-width:1024px) {
  #contact_page .pageContentAll .pageContent .message > .thisBox .contentBox .cenCout .rightBox .biaodan form .inputBox {
    margin-bottom: 6vw;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    flex-wrap: unset;
  }
}
#contact_page .pageContentAll .pageContent .message > .thisBox .contentBox .cenCout .rightBox .biaodan form .inputBox .bdTitle {
  position: relative;
  display: block;
  width: 6vw;
  font-size: clamp(12px, 0.9vw, 0.9vw);
}
@media (max-width:1024px) {
  #contact_page .pageContentAll .pageContent .message > .thisBox .contentBox .cenCout .rightBox .biaodan form .inputBox .bdTitle {
    font-size: 3.6vw;
  }
}
@media (max-width:1024px) {
  #contact_page .pageContentAll .pageContent .message > .thisBox .contentBox .cenCout .rightBox .biaodan form .inputBox .bdTitle {
    width: 100%;
  }
}
#contact_page .pageContentAll .pageContent .message > .thisBox .contentBox .cenCout .rightBox .biaodan form .inputBox .input {
  position: relative;
  width: 100%;
}
@media (max-width:1024px) {
  #contact_page .pageContentAll .pageContent .message > .thisBox .contentBox .cenCout .rightBox .biaodan form .inputBox .input {
    width: 100%;
  }
}
#contact_page .pageContentAll .pageContent .message > .thisBox .contentBox .cenCout .rightBox .biaodan form .inputBox .input input {
  transition-duration: 0.5s;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.56, -0.01, 0.04, 1);
  width: 100%;
  background-color: transparent;
  height: 100%;
  padding-left: 2vw;
  background-color: rgba(255, 255, 255, 0.8);
  height: 2.2vw;
}
@media (max-width:1024px) {
  #contact_page .pageContentAll .pageContent .message > .thisBox .contentBox .cenCout .rightBox .biaodan form .inputBox .input input {
    padding-left: 4vw;
  }
}
@media (max-width:1024px) {
  #contact_page .pageContentAll .pageContent .message > .thisBox .contentBox .cenCout .rightBox .biaodan form .inputBox .input input {
    height: 12vw;
  }
}
#contact_page .pageContentAll .pageContent .message > .thisBox .contentBox .cenCout .rightBox .biaodan form .inputBox .input textarea {
  transition-duration: 0.5s;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.56, -0.01, 0.04, 1);
  width: 100%;
  background-color: transparent;
  height: 100%;
  padding-left: 2vw;
  background-color: rgba(255, 255, 255, 0.8);
  height: 6vw;
}
@media (max-width:1024px) {
  #contact_page .pageContentAll .pageContent .message > .thisBox .contentBox .cenCout .rightBox .biaodan form .inputBox .input textarea {
    padding-left: 4vw;
  }
}
#contact_page .pageContentAll .pageContent .message > .thisBox .contentBox .cenCout .rightBox .biaodan form .inputBox.textarea {
  width: 100%;
}
#contact_page .pageContentAll .pageContent .message > .thisBox .contentBox .cenCout .rightBox .biaodan form .inputBox.textarea .input {
  height: 6vw;
}
@media (max-width:1024px) {
  #contact_page .pageContentAll .pageContent .message > .thisBox .contentBox .cenCout .rightBox .biaodan form .inputBox.textarea .input {
    height: 40vw;
  }
}
#contact_page .pageContentAll .pageContent .message > .thisBox .contentBox .cenCout .rightBox .biaodan form .inputBox.textarea .input textarea {
  height: 100%;
  border: none;
  font-family: auto;
  padding: 1vw 2vw;
  width: 100%;
  outline: none;
}
@media (max-width:1024px) {
  #contact_page .pageContentAll .pageContent .message > .thisBox .contentBox .cenCout .rightBox .biaodan form .inputBox.textarea .input textarea {
    padding: 4vw;
  }
}
#contact_page .pageContentAll .pageContent .message > .thisBox .contentBox .cenCout .rightBox .biaodan form .inputBox.yanzhengma .input {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  flex-wrap: unset;
  gap: 1vw;
}
#contact_page .pageContentAll .pageContent .message > .thisBox .contentBox .cenCout .rightBox .biaodan form .inputBox.yanzhengma .yanz {
  position: absolute;
  right: 0;
  top: 0;
  height: 100%;
}
#contact_page .pageContentAll .pageContent .message > .thisBox .contentBox .cenCout .rightBox .biaodan form .inputBox.yanzhengma .yanz img {
  height: 100%;
}
#contact_page .pageContentAll .pageContent .message > .thisBox .contentBox .cenCout .rightBox .biaodan form .inputBox.must .bdTitle::after {
  content: '*';
  position: absolute;
  color: red;
}
#contact_page .pageContentAll .pageContent .message > .thisBox .contentBox .cenCout .rightBox .biaodan form .inputBox .tianxieInfo {
  position: absolute;
  left: 102%;
  top: 30%;
  width: max-content;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-start;
  flex-wrap: unset;
}
#contact_page .pageContentAll .pageContent .message > .thisBox .contentBox .cenCout .rightBox .biaodan form .inputBox.zhengque .tianxieInfo i {
  color: green;
}
#contact_page .pageContentAll .pageContent .message > .thisBox .contentBox .cenCout .rightBox .biaodan form .inputBox.zhengque .tianxieInfo .txt {
  color: green;
}
#contact_page .pageContentAll .pageContent .message > .thisBox .contentBox .cenCout .rightBox .biaodan form .inputBox.cuowu .tianxieInfo i {
  color: red;
}
#contact_page .pageContentAll .pageContent .message > .thisBox .contentBox .cenCout .rightBox .biaodan form .inputBox.cuowu .tianxieInfo .txt {
  color: red;
}
#contact_page .pageContentAll .pageContent .message > .thisBox .contentBox .cenCout .rightBox .biaodan form .button {
  margin: 0 auto;
  margin-top: 2vw;
  width: 100%;
}
#contact_page .pageContentAll .pageContent .message > .thisBox .contentBox .cenCout .rightBox .biaodan form .button .submit {
  cursor: pointer;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  flex-wrap: unset;
  width: 12vw;
  height: 3vw;
  background-color: #D20008;
}
@media (max-width:1024px) {
  #contact_page .pageContentAll .pageContent .message > .thisBox .contentBox .cenCout .rightBox .biaodan form .button .submit {
    width: 100%;
    height: 12vw;
  }
}
#contact_page .pageContentAll .pageContent .message > .thisBox .contentBox .cenCout .rightBox .biaodan form .button .submit .txt {
  color: #fff;
  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) {
  #contact_page .pageContentAll .pageContent .message > .thisBox .contentBox .cenCout .rightBox .biaodan form .button .submit .txt {
    font-size: 3.8vw;
  }
}
#contact_page .pageContentAll .pageContent .message > .thisBox .contentBox .cenCout .rightBox .biaodan form .button .submit i {
  color: #fff;
  transition-duration: 0.3s;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.56, -0.01, 0.04, 1);
}
#join_page .pageContentAll .pageContent .shuoming > .thisBox {
  padding-bottom: 4vw;
}
@media (max-width:1024px) {
  #join_page .pageContentAll .pageContent .shuoming > .thisBox {
    padding-bottom: 15vw;
  }
}
#join_page .pageContentAll .pageContent .shuoming > .thisBox > .contentBox {
  width: 64%;
  margin: 0 auto;
}
@media (max-width:1024px) {
  #join_page .pageContentAll .pageContent .shuoming > .thisBox > .contentBox {
    width: 92%;
  }
}
#join_page .pageContentAll .pageContent .shuoming > .thisBox > .contentBox .box {
  padding: 3vw 4vw;
  background-color: #fff;
}
#join_page .pageContentAll .pageContent .shuoming > .thisBox > .contentBox .box .content p {
  font-size: clamp(12px, 0.9vw, 0.9vw);
}
@media (max-width:1024px) {
  #join_page .pageContentAll .pageContent .shuoming > .thisBox > .contentBox .box .content p {
    font-size: 3.6vw;
  }
}
#join_page .pageContentAll .pageContent .shenqing > .thisBox > .contentBox {
  width: 64%;
  margin: 0 auto;
}
@media (max-width:1024px) {
  #join_page .pageContentAll .pageContent .shenqing > .thisBox > .contentBox {
    width: 92%;
  }
}
#join_page .pageContentAll .pageContent .shenqing > .thisBox > .contentBox form {
  background-color: #fff;
  border-radius: 20px;
  padding: 2vw 4vw;
  box-sizing: border-box;
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  flex-wrap: unset;
}
@media (max-width:1024px) {
  #join_page .pageContentAll .pageContent .shenqing > .thisBox > .contentBox form {
    padding: 8vw;
  }
}
#join_page .pageContentAll .pageContent .shenqing > .thisBox > .contentBox form .shuruBoxAll {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  justify-content: space-between;
  flex-wrap: wrap;
  width: 100%;
}
#join_page .pageContentAll .pageContent .shenqing > .thisBox > .contentBox form .inputBox {
  width: 48%;
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  flex-wrap: unset;
  gap: 0.4vw;
  border-bottom: 1px dashed rgba(0, 0, 0, 0.1);
  padding: 1vw 0;
}
@media (max-width:1024px) {
  #join_page .pageContentAll .pageContent .shenqing > .thisBox > .contentBox form .inputBox {
    margin-bottom: 6vw;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    flex-wrap: unset;
    padding: 4vw 0;
    width: 100%;
  }
}
#join_page .pageContentAll .pageContent .shenqing > .thisBox > .contentBox form .inputBox .bdTitle {
  position: relative;
  display: block;
  font-size: clamp(12px, 0.9vw, 0.9vw);
}
@media (max-width:1024px) {
  #join_page .pageContentAll .pageContent .shenqing > .thisBox > .contentBox form .inputBox .bdTitle {
    font-size: 3.6vw;
  }
}
@media (max-width:1024px) {
  #join_page .pageContentAll .pageContent .shenqing > .thisBox > .contentBox form .inputBox .bdTitle {
    width: 100%;
  }
}
#join_page .pageContentAll .pageContent .shenqing > .thisBox > .contentBox form .inputBox .input {
  position: relative;
  width: 100%;
}
#join_page .pageContentAll .pageContent .shenqing > .thisBox > .contentBox form .inputBox .input input {
  transition-duration: 0.5s;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.56, -0.01, 0.04, 1);
  width: 100%;
  background-color: transparent;
  height: 100%;
  padding-left: 2vw;
  background-color: #f3f3f3;
  height: 2.2vw;
}
@media (max-width:1024px) {
  #join_page .pageContentAll .pageContent .shenqing > .thisBox > .contentBox form .inputBox .input input {
    padding-left: 4vw;
  }
}
@media (max-width:1024px) {
  #join_page .pageContentAll .pageContent .shenqing > .thisBox > .contentBox form .inputBox .input input {
    height: 12vw;
  }
}
#join_page .pageContentAll .pageContent .shenqing > .thisBox > .contentBox form .inputBox .input textarea {
  transition-duration: 0.5s;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.56, -0.01, 0.04, 1);
  width: 100%;
  background-color: transparent;
  height: 100%;
  padding-left: 2vw;
  background-color: #f3f3f3;
  height: 6vw;
}
@media (max-width:1024px) {
  #join_page .pageContentAll .pageContent .shenqing > .thisBox > .contentBox form .inputBox .input textarea {
    padding-left: 4vw;
  }
}
#join_page .pageContentAll .pageContent .shenqing > .thisBox > .contentBox form .inputBox.textarea {
  width: 100%;
}
#join_page .pageContentAll .pageContent .shenqing > .thisBox > .contentBox form .inputBox.textarea .input {
  height: 6vw;
}
@media (max-width:1024px) {
  #join_page .pageContentAll .pageContent .shenqing > .thisBox > .contentBox form .inputBox.textarea .input {
    height: 40vw;
  }
}
#join_page .pageContentAll .pageContent .shenqing > .thisBox > .contentBox form .inputBox.textarea .input textarea {
  height: 100%;
  border: none;
  font-family: auto;
  padding: 1vw 2vw;
  width: 100%;
  outline: none;
}
@media (max-width:1024px) {
  #join_page .pageContentAll .pageContent .shenqing > .thisBox > .contentBox form .inputBox.textarea .input textarea {
    padding: 4vw;
  }
}
#join_page .pageContentAll .pageContent .shenqing > .thisBox > .contentBox form .inputBox.yanzhengma .input {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  flex-wrap: unset;
  gap: 1vw;
}
#join_page .pageContentAll .pageContent .shenqing > .thisBox > .contentBox form .inputBox.yanzhengma .yanz {
  position: absolute;
  right: 0;
  top: 0;
  height: 100%;
}
#join_page .pageContentAll .pageContent .shenqing > .thisBox > .contentBox form .inputBox.yanzhengma .yanz img {
  height: 100%;
}
#join_page .pageContentAll .pageContent .shenqing > .thisBox > .contentBox form .inputBox.must .bdTitle::after {
  content: '*';
  position: absolute;
  color: red;
}
#join_page .pageContentAll .pageContent .shenqing > .thisBox > .contentBox form .inputBox .tianxieInfo {
  position: absolute;
  left: 102%;
  top: 30%;
  width: max-content;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-start;
  flex-wrap: unset;
}
#join_page .pageContentAll .pageContent .shenqing > .thisBox > .contentBox form .inputBox.zhengque .tianxieInfo i {
  color: green;
}
#join_page .pageContentAll .pageContent .shenqing > .thisBox > .contentBox form .inputBox.zhengque .tianxieInfo .txt {
  color: green;
}
#join_page .pageContentAll .pageContent .shenqing > .thisBox > .contentBox form .inputBox.cuowu .tianxieInfo i {
  color: red;
}
#join_page .pageContentAll .pageContent .shenqing > .thisBox > .contentBox form .inputBox.cuowu .tianxieInfo .txt {
  color: red;
}
#join_page .pageContentAll .pageContent .shenqing > .thisBox > .contentBox form .button {
  margin: 0 auto;
  margin-top: 2vw;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  flex-wrap: unset;
}
@media (max-width:1024px) {
  #join_page .pageContentAll .pageContent .shenqing > .thisBox > .contentBox form .button {
    width: 100%;
  }
}
#join_page .pageContentAll .pageContent .shenqing > .thisBox > .contentBox form .button .submit {
  cursor: pointer;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  flex-wrap: unset;
  width: 12vw;
  height: 3vw;
  border-radius: 6vw;
  background-color: #D20008;
}
@media (max-width:1024px) {
  #join_page .pageContentAll .pageContent .shenqing > .thisBox > .contentBox form .button .submit {
    width: 100%;
    height: 12vw;
  }
}
#join_page .pageContentAll .pageContent .shenqing > .thisBox > .contentBox form .button .submit .txt {
  color: #fff;
  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) {
  #join_page .pageContentAll .pageContent .shenqing > .thisBox > .contentBox form .button .submit .txt {
    font-size: 3.8vw;
  }
}
#join_page .pageContentAll .pageContent .shenqing > .thisBox > .contentBox form .button .submit i {
  color: #fff;
  transition-duration: 0.3s;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.56, -0.01, 0.04, 1);
}
#about_jieshao_page .pageContentAll .pageContent .wenzhangBox > .thisBox > .contentBox {
  width: 64%;
  margin: 0 auto;
  background-color: #fff;
  padding: 2vw;
}
@media (max-width:1024px) {
  #about_jieshao_page .pageContentAll .pageContent .wenzhangBox > .thisBox > .contentBox {
    width: 92%;
  }
}
@media (max-width:1024px) {
  #about_jieshao_page .pageContentAll .pageContent .wenzhangBox > .thisBox > .contentBox {
    padding: 6vw;
  }
}
#about_honor_page .pageContentAll .pageContent .honorList > .thisBox .contentBox {
  width: 64%;
  margin: 0 auto;
  background-color: #fff;
  padding: 2vw;
}
@media (max-width:1024px) {
  #about_honor_page .pageContentAll .pageContent .honorList > .thisBox .contentBox {
    width: 92%;
  }
}
#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% / 5 - (5 - 1) * 2vw / 5);
}
@media (max-width:1024px) {
  #about_honor_page .pageContentAll .pageContent .honorList > .thisBox .contentBox .ul {
    display: flex;
    flex-wrap: wrap;
    gap: 6vw;
    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) * 6vw / 2);
  }
}
#about_honor_page .pageContentAll .pageContent .honorList > .thisBox .contentBox .ul .li .aBox {
  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: 10vw;
}
@media (max-width:1024px) {
  #about_honor_page .pageContentAll .pageContent .honorList > .thisBox .contentBox .ul .li .aBox .imgBox {
    height: 40vw;
  }
}
#about_honor_page .pageContentAll .pageContent .honorList > .thisBox .contentBox .ul .li .aBox .imgBox img {
  object-fit: contain;
}
#about_honor_page .pageContentAll .pageContent .honorList > .thisBox .contentBox .ul .li .aBox .title {
  font-size: clamp(12px, 1vw, 1vw);
}
@media (max-width:1024px) {
  #about_honor_page .pageContentAll .pageContent .honorList > .thisBox .contentBox .ul .li .aBox .title {
    font-size: 3.8vw;
  }
}
#branch_detail_page .pageContentAll .brandTop > .thisBox {
  background-color: #fff;
}
@media (max-width:1024px) {
  #branch_detail_page .pageContentAll .brandTop > .thisBox {
    background-color: #f3f3f3;
  }
}
#branch_detail_page .pageContentAll .brandTop > .thisBox > .contentBox {
  padding: 1vw 0;
  width: 64%;
  margin: 0 auto;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  flex-wrap: unset;
}
@media (max-width:1024px) {
  #branch_detail_page .pageContentAll .brandTop > .thisBox > .contentBox {
    width: 92%;
  }
}
@media (max-width:1024px) {
  #branch_detail_page .pageContentAll .brandTop > .thisBox > .contentBox {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    flex-wrap: unset;
    gap: 4vw;
    padding: 5vw 0;
  }
}
#branch_detail_page .pageContentAll .brandTop > .thisBox > .contentBox .cout {
  width: 100%;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-start;
  flex-wrap: unset;
  gap: 2vw;
}
@media (max-width:1024px) {
  #branch_detail_page .pageContentAll .brandTop > .thisBox > .contentBox .cout {
    gap: 8vw;
    justify-content: center;
  }
}
#branch_detail_page .pageContentAll .brandTop > .thisBox > .contentBox .cout .ico {
  width: 12vw;
  height: 7vw;
}
@media (max-width:1024px) {
  #branch_detail_page .pageContentAll .brandTop > .thisBox > .contentBox .cout .ico {
    width: 20vw;
    height: 20vw;
  }
}
#branch_detail_page .pageContentAll .brandTop > .thisBox > .contentBox .cout .ico img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
#branch_detail_page .pageContentAll .brandTop > .thisBox > .contentBox .cout .text .title {
  margin-bottom: 0.4vw;
  font-weight: bold;
  font-size: clamp(12px, 1.4vw, 1.4vw);
}
@media (max-width:1024px) {
  #branch_detail_page .pageContentAll .brandTop > .thisBox > .contentBox .cout .text .title {
    font-size: 4.6vw;
  }
}
#branch_detail_page .pageContentAll .brandTop > .thisBox > .contentBox .cout .text .sortOf {
  font-family: 'en11';
  font-size: clamp(12px, 0.9vw, 0.9vw);
}
@media (max-width:1024px) {
  #branch_detail_page .pageContentAll .brandTop > .thisBox > .contentBox .cout .text .sortOf {
    font-size: 3.6vw;
  }
}
#branch_detail_page .pageContentAll .brandTop > .thisBox > .contentBox .hotPhone {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  flex-wrap: unset;
  gap: 0.4vw;
}
@media (max-width:1024px) {
  #branch_detail_page .pageContentAll .brandTop > .thisBox > .contentBox .hotPhone {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    flex-wrap: unset;
  }
}
#branch_detail_page .pageContentAll .brandTop > .thisBox > .contentBox .hotPhone .title {
  font-size: clamp(12px, 1.4vw, 1.4vw);
}
@media (max-width:1024px) {
  #branch_detail_page .pageContentAll .brandTop > .thisBox > .contentBox .hotPhone .title {
    font-size: 4.6vw;
  }
}
#branch_detail_page .pageContentAll .brandTop > .thisBox > .contentBox .hotPhone .hCout {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  flex-wrap: unset;
  gap: 1vw;
}
#branch_detail_page .pageContentAll .brandTop > .thisBox > .contentBox .hotPhone .hCout i {
  color: #D20008;
  font-size: clamp(12px, 1.9vw, 1.9vw);
}
@media (max-width:1024px) {
  #branch_detail_page .pageContentAll .brandTop > .thisBox > .contentBox .hotPhone .hCout i {
    font-size: 5.6vw;
  }
}
#branch_detail_page .pageContentAll .brandTop > .thisBox > .contentBox .hotPhone .hCout .txt {
  color: #D20008;
  font-size: clamp(12px, 1.3vw, 1.3vw);
  font-family: 'en2';
  text-transform: uppercase;
}
@media (max-width:1024px) {
  #branch_detail_page .pageContentAll .brandTop > .thisBox > .contentBox .hotPhone .hCout .txt {
    font-size: 4.4vw;
  }
}
#branch_detail_page .pageContentAll .brandTop > .thisBox .navBar {
  background-color: #D20008;
  height: 3vw;
}
@media (max-width:1024px) {
  #branch_detail_page .pageContentAll .brandTop > .thisBox .navBar {
    height: 10vw;
  }
}
#branch_detail_page .pageContentAll .brandTop > .thisBox .navBar .ul {
  height: 100%;
  width: 64%;
  margin: 0 auto;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-start;
  flex-wrap: unset;
}
@media (max-width:1024px) {
  #branch_detail_page .pageContentAll .brandTop > .thisBox .navBar .ul {
    width: 92%;
  }
}
@media (max-width:1024px) {
  #branch_detail_page .pageContentAll .brandTop > .thisBox .navBar .ul {
    justify-content: space-between;
  }
}
#branch_detail_page .pageContentAll .brandTop > .thisBox .navBar .ul .li {
  position: relative;
  cursor: pointer;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  flex-wrap: unset;
  height: 100%;
  width: 8vw;
  color: #fff;
  border-right: 1px solid rgba(255, 255, 255, 0.2);
}
@media (max-width:1024px) {
  #branch_detail_page .pageContentAll .brandTop > .thisBox .navBar .ul .li {
    flex: 1;
  }
}
#branch_detail_page .pageContentAll .brandTop > .thisBox .navBar .ul .li:first-child {
  border-left: 1px solid rgba(255, 255, 255, 0.2);
}
#branch_detail_page .pageContentAll .brandTop > .thisBox .navBar .ul .li::after {
  content: '';
  position: absolute;
  display: block;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.2);
  opacity: 0;
}
#branch_detail_page .pageContentAll .brandTop > .thisBox .navBar .ul .li:hover::after {
  opacity: 1;
}
#branch_detail_page .pageContentAll .brandTop > .thisBox .banner {
  width: 100%;
  height: 33vw;
}
@media (max-width:1024px) {
  #branch_detail_page .pageContentAll .brandTop > .thisBox .banner {
    height: 50vw;
  }
}
#branch_detail_page .pageContentAll .brandTop > .thisBox .banner img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
#branch_detail_page .pageContentAll .pageContent {
  padding: 0;
}
#branch_detail_page .pageContentAll .pageContent .bdTitle {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  flex-wrap: unset;
  border-bottom: 1px solid #ccc;
  padding-bottom: 0.6vw;
  width: 100%;
  margin-bottom: 1vw;
}
@media (max-width:1024px) {
  #branch_detail_page .pageContentAll .pageContent .bdTitle {
    margin-bottom: 6vw;
  }
}
#branch_detail_page .pageContentAll .pageContent .bdTitle .txt {
  font-size: clamp(12px, 1.5vw, 1.5vw);
  font-weight: bold;
  color: #D20008;
}
@media (max-width:1024px) {
  #branch_detail_page .pageContentAll .pageContent .bdTitle .txt {
    font-size: 4.8vw;
  }
}
#branch_detail_page .pageContentAll .pageContent .jianjie {
  position: relative;
}
#branch_detail_page .pageContentAll .pageContent .jianjie > .thisBox {
  padding: 4vw 0;
  position: relative;
  z-index: 1;
}
@media (max-width:1024px) {
  #branch_detail_page .pageContentAll .pageContent .jianjie > .thisBox {
    padding: 15vw 0;
  }
}
#branch_detail_page .pageContentAll .pageContent .jianjie > .thisBox > .contentBox {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  flex-wrap: unset;
  width: 64%;
  margin: 0 auto;
}
@media (max-width:1024px) {
  #branch_detail_page .pageContentAll .pageContent .jianjie > .thisBox > .contentBox {
    width: 92%;
  }
}
#branch_detail_page .pageContentAll .pageContent .jianjie > .thisBox > .contentBox .coutBox {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  flex-wrap: unset;
}
@media (max-width:1024px) {
  #branch_detail_page .pageContentAll .pageContent .jianjie > .thisBox > .contentBox .coutBox {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    flex-wrap: unset;
    gap: 4vw;
  }
}
#branch_detail_page .pageContentAll .pageContent .jianjie > .thisBox > .contentBox .coutBox .left {
  width: 46%;
}
@media (max-width:1024px) {
  #branch_detail_page .pageContentAll .pageContent .jianjie > .thisBox > .contentBox .coutBox .left {
    width: 100%;
  }
}
#branch_detail_page .pageContentAll .pageContent .jianjie > .thisBox > .contentBox .coutBox .left .imgBox {
  height: 20vw;
  width: 100%;
}
@media (max-width:1024px) {
  #branch_detail_page .pageContentAll .pageContent .jianjie > .thisBox > .contentBox .coutBox .left .imgBox {
    height: 69vw;
  }
}
#branch_detail_page .pageContentAll .pageContent .jianjie > .thisBox > .contentBox .coutBox .right {
  width: 46%;
}
@media (max-width:1024px) {
  #branch_detail_page .pageContentAll .pageContent .jianjie > .thisBox > .contentBox .coutBox .right {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    flex-wrap: unset;
  }
}
#branch_detail_page .pageContentAll .pageContent .jianjie > .thisBox > .contentBox .coutBox .right .content {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 5;
  -webkit-box-orient: vertical;
  line-height: 2em;
}
#branch_detail_page .pageContentAll .pageContent .jianjie > .thisBox > .contentBox .coutBox .right .unifyButton {
  margin-top: 2vw;
}
#branch_detail_page .pageContentAll .pageContent .jianjie .bgImg {
  background-color: rgba(0, 0, 0, 0.05);
}
#branch_detail_page .pageContentAll .pageContent .jianjie .bgImg img {
  opacity: 0.2;
  filter: blur(2px);
}
#branch_detail_page .pageContentAll .pageContent .product > .thisBox {
  padding: 4vw 0;
}
@media (max-width:1024px) {
  #branch_detail_page .pageContentAll .pageContent .product > .thisBox {
    padding: 15vw 0;
  }
}
#branch_detail_page .pageContentAll .pageContent .product > .thisBox > .contentBox {
  width: 64%;
  margin: 0 auto;
}
@media (max-width:1024px) {
  #branch_detail_page .pageContentAll .pageContent .product > .thisBox > .contentBox {
    width: 92%;
  }
}
#branch_detail_page .pageContentAll .pageContent .product > .thisBox > .contentBox .aBox {
  background-color: #fff;
  padding: 1vw;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  flex-wrap: unset;
  gap: 1vw;
  transition-duration: 0.5s;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.56, -0.01, 0.04, 1);
}
#branch_detail_page .pageContentAll .pageContent .product > .thisBox > .contentBox .aBox .imgBox {
  overflow: hidden;
  height: 10vw;
  width: 100%;
}
#branch_detail_page .pageContentAll .pageContent .product > .thisBox > .contentBox .aBox .imgBox img {
  transition-duration: 0.5s;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.56, -0.01, 0.04, 1);
  object-fit: contain;
}
#branch_detail_page .pageContentAll .pageContent .product > .thisBox > .contentBox .aBox .coutBox {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  flex-wrap: unset;
}
#branch_detail_page .pageContentAll .pageContent .product > .thisBox > .contentBox .aBox .coutBox .title {
  transition-duration: 0.5s;
  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) {
  #branch_detail_page .pageContentAll .pageContent .product > .thisBox > .contentBox .aBox .coutBox .title {
    font-size: 3.6vw;
  }
}
#branch_detail_page .pageContentAll .pageContent .product > .thisBox > .contentBox .aBox:hover {
  transform: translateY(-4px);
  box-shadow: 0 2px 20px rgba(0, 0, 0, 0.1);
}
#branch_detail_page .pageContentAll .pageContent .product > .thisBox > .contentBox .aBox:hover .imgBox img {
  transform: scale(1.1);
}
#branch_detail_page .pageContentAll .pageContent .product > .thisBox > .contentBox .aBox:hover .coutBox .title {
  color: #D20008;
}
#branch_detail_page .pageContentAll .pageContent .product > .thisBox > .contentBox .coutBox .ul {
  display: flex;
  flex-wrap: wrap;
  gap: 1vw;
  flex-direction: row;
  align-items: flex-start;
  justify-content: flex-start;
}
#branch_detail_page .pageContentAll .pageContent .product > .thisBox > .contentBox .coutBox .ul > li,
#branch_detail_page .pageContentAll .pageContent .product > .thisBox > .contentBox .coutBox .ul > div {
  flex: unset;
  width: calc(100% / 5 - (5 - 1) * 1vw / 5);
}
@media (max-width:1024px) {
  #branch_detail_page .pageContentAll .pageContent .product > .thisBox > .contentBox .coutBox .ul {
    display: flex;
    flex-wrap: wrap;
    gap: 4vw;
    flex-direction: row;
    align-items: flex-start;
    justify-content: flex-start;
  }
  #branch_detail_page .pageContentAll .pageContent .product > .thisBox > .contentBox .coutBox .ul > li,
  #branch_detail_page .pageContentAll .pageContent .product > .thisBox > .contentBox .coutBox .ul > div {
    flex: unset;
    width: calc(100% / 2 - (2 - 1) * 4vw / 2);
  }
}
#branch_detail_page .pageContentAll .pageContent .product > .thisBox > .contentBox .coutBox .ul .li {
  height: calc(50% - .5vw);
}
@media (max-width:1024px) {
  #branch_detail_page .pageContentAll .pageContent .product > .thisBox > .contentBox .coutBox .ul .li .aBox {
    height: 100%;
  }
}
@media (max-width:1024px) {
  #branch_detail_page .pageContentAll .pageContent .product > .thisBox > .contentBox .coutBox .ul .li .aBox .imgBox {
    height: 30vw;
  }
}
#branch_detail_page .pageContentAll .pageContent .product > .thisBox > .contentBox .swiperBox {
  position: relative;
}
#branch_detail_page .pageContentAll .pageContent .product > .thisBox > .contentBox .swiperBox #productList {
  height: 29vw;
}
@media (max-width:1024px) {
  #branch_detail_page .pageContentAll .pageContent .product > .thisBox > .contentBox .swiperBox #productList {
    height: 100vw;
  }
}
#branch_detail_page .pageContentAll .pageContent .product > .thisBox > .contentBox .swiperBox #productList .swiper-wrapper .swiper-slide {
  height: calc(50% - .5vw);
}
@media (max-width:1024px) {
  #branch_detail_page .pageContentAll .pageContent .product > .thisBox > .contentBox .swiperBox #productList .swiper-wrapper .swiper-slide {
    height: calc(50% - 2vw);
  }
}
@media (max-width:1024px) {
  #branch_detail_page .pageContentAll .pageContent .product > .thisBox > .contentBox .swiperBox #productList .swiper-wrapper .swiper-slide .aBox {
    height: 100%;
  }
}
@media (max-width:1024px) {
  #branch_detail_page .pageContentAll .pageContent .product > .thisBox > .contentBox .swiperBox #productList .swiper-wrapper .swiper-slide .aBox .imgBox {
    height: 30vw;
  }
}
#branch_detail_page .pageContentAll .pageContent .product > .thisBox > .contentBox .swiperBox .swiperControl .navigation .btn {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 2.2vw;
  height: 2.2vw;
  border-radius: 50%;
  cursor: pointer;
  background-color: #ccc;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  flex-wrap: unset;
}
#branch_detail_page .pageContentAll .pageContent .product > .thisBox > .contentBox .swiperBox .swiperControl .navigation .btn.btnLeft {
  right: calc(100% + 2vw);
}
#branch_detail_page .pageContentAll .pageContent .product > .thisBox > .contentBox .swiperBox .swiperControl .navigation .btn.btnRight {
  left: calc(100% + 2vw);
}
#branch_detail_page .pageContentAll .pageContent .product > .thisBox > .contentBox .swiperBox .swiperControl .navigation .btn:hover {
  background-color: #D20008;
  color: #fff;
}
#branch_detail_page .pageContentAll .pageContent .product > .thisBox > .contentBox .swiperBox .swiperControl .pagination {
  top: calc(100% + 2vw);
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  flex-wrap: unset;
}
@media (max-width:1024px) {
  #branch_detail_page .pageContentAll .pageContent .product > .thisBox > .contentBox .swiperBox .swiperControl .pagination {
    top: calc(100% + 6vw);
  }
}
#branch_detail_page .pageContentAll .pageContent .zhengce {
  position: relative;
}
#branch_detail_page .pageContentAll .pageContent .zhengce > .thisBox {
  position: relative;
  z-index: 1;
  padding: 4vw 0;
}
@media (max-width:1024px) {
  #branch_detail_page .pageContentAll .pageContent .zhengce > .thisBox {
    padding: 15vw 0;
  }
}
#branch_detail_page .pageContentAll .pageContent .zhengce > .thisBox > .contentBox {
  width: 64%;
  margin: 0 auto;
}
@media (max-width:1024px) {
  #branch_detail_page .pageContentAll .pageContent .zhengce > .thisBox > .contentBox {
    width: 92%;
  }
}
#branch_detail_page .pageContentAll .pageContent .zhengce > .thisBox > .contentBox .coutBox .ul {
  display: flex;
  flex-wrap: wrap;
  gap: 1vw;
  flex-direction: row;
  align-items: flex-start;
  justify-content: flex-start;
}
#branch_detail_page .pageContentAll .pageContent .zhengce > .thisBox > .contentBox .coutBox .ul > li,
#branch_detail_page .pageContentAll .pageContent .zhengce > .thisBox > .contentBox .coutBox .ul > div {
  flex: unset;
  width: calc(100% / 2 - (2 - 1) * 1vw / 2);
}
#branch_detail_page .pageContentAll .pageContent .zhengce > .thisBox > .contentBox .coutBox .ul .li .aBox {
  background-color: rgba(255, 255, 255, 0.5);
  padding: 1vw;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  flex-wrap: unset;
  gap: 1vw;
  transition-duration: 0.3s;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.56, -0.01, 0.04, 1);
}
#branch_detail_page .pageContentAll .pageContent .zhengce > .thisBox > .contentBox .coutBox .ul .li .aBox .coutBox {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  flex-wrap: unset;
}
#branch_detail_page .pageContentAll .pageContent .zhengce > .thisBox > .contentBox .coutBox .ul .li .aBox .coutBox .title {
  transition-duration: 0.5s;
  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) {
  #branch_detail_page .pageContentAll .pageContent .zhengce > .thisBox > .contentBox .coutBox .ul .li .aBox .coutBox .title {
    font-size: 3.6vw;
  }
}
#branch_detail_page .pageContentAll .pageContent .zhengce > .thisBox > .contentBox .coutBox .ul .li .aBox:hover {
  background-color: #ffffff;
  transform: translateY(-4px);
  box-shadow: 0 2px 20px rgba(0, 0, 0, 0.1);
}
#branch_detail_page .pageContentAll .pageContent .zhengce > .thisBox > .contentBox .coutBox .ul .li .aBox:hover .coutBox .title {
  color: #D20008;
}
#branch_detail_page .pageContentAll .pageContent .zhengce .bgImg {
  background-color: rgba(0, 0, 0, 0.05);
}
#branch_detail_page .pageContentAll .pageContent .zhengce .bgImg img {
  opacity: 0.2;
  filter: blur(2px);
}
#branch_detail_page .pageContentAll .pageContent .contact > .thisBox {
  padding: 4vw 0;
}
@media (max-width:1024px) {
  #branch_detail_page .pageContentAll .pageContent .contact > .thisBox {
    padding: 15vw 0;
  }
}
#branch_detail_page .pageContentAll .pageContent .contact > .thisBox > .contentBox {
  width: 64%;
  margin: 0 auto;
}
@media (max-width:1024px) {
  #branch_detail_page .pageContentAll .pageContent .contact > .thisBox > .contentBox {
    width: 92%;
  }
}
#branch_detail_page .pageContentAll .pageContent .contact > .thisBox > .contentBox .coutBox .ul {
  display: flex;
  flex-wrap: wrap;
  gap: 1vw;
  flex-direction: row;
  align-items: flex-start;
  justify-content: flex-start;
}
#branch_detail_page .pageContentAll .pageContent .contact > .thisBox > .contentBox .coutBox .ul > li,
#branch_detail_page .pageContentAll .pageContent .contact > .thisBox > .contentBox .coutBox .ul > div {
  flex: unset;
  width: calc(100% / 4 - (4 - 1) * 1vw / 4);
}
@media (max-width:1024px) {
  #branch_detail_page .pageContentAll .pageContent .contact > .thisBox > .contentBox .coutBox .ul {
    display: flex;
    flex-wrap: wrap;
    gap: 4vw;
    flex-direction: row;
    align-items: flex-start;
    justify-content: flex-start;
  }
  #branch_detail_page .pageContentAll .pageContent .contact > .thisBox > .contentBox .coutBox .ul > li,
  #branch_detail_page .pageContentAll .pageContent .contact > .thisBox > .contentBox .coutBox .ul > div {
    flex: unset;
    width: calc(100% / 2 - (2 - 1) * 4vw / 2);
  }
}
#branch_detail_page .pageContentAll .pageContent .contact > .thisBox > .contentBox .coutBox .ul .li .coutBox {
  background-color: #D20008;
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  flex-wrap: unset;
  padding: 1vw;
}
@media (max-width:1024px) {
  #branch_detail_page .pageContentAll .pageContent .contact > .thisBox > .contentBox .coutBox .ul .li .coutBox {
    padding: 4vw;
  }
}
#branch_detail_page .pageContentAll .pageContent .contact > .thisBox > .contentBox .coutBox .ul .li .coutBox .title {
  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;
  font-size: clamp(12px, 1.1vw, 1.1vw);
  font-weight: bold;
  background-color: #fff;
  border-radius: 50%;
  margin-bottom: 1vw;
  width: 3vw;
  height: 3vw;
  color: #D20008;
}
@media (max-width:1024px) {
  #branch_detail_page .pageContentAll .pageContent .contact > .thisBox > .contentBox .coutBox .ul .li .coutBox .title {
    font-size: 4vw;
  }
}
@media (max-width:1024px) {
  #branch_detail_page .pageContentAll .pageContent .contact > .thisBox > .contentBox .coutBox .ul .li .coutBox .title {
    width: 10vw;
    height: 10vw;
  }
}
#branch_detail_page .pageContentAll .pageContent .contact > .thisBox > .contentBox .coutBox .ul .li .coutBox .txt {
  color: #fff;
  font-size: clamp(12px, 0.9vw, 0.9vw);
}
@media (max-width:1024px) {
  #branch_detail_page .pageContentAll .pageContent .contact > .thisBox > .contentBox .coutBox .ul .li .coutBox .txt {
    font-size: 3.6vw;
  }
}
#wenzhang_page .pageContentAll {
  padding-top: 5vw;
}
@media (max-width:1600px) {
  #wenzhang_page .pageContentAll {
    padding-top: 5vw;
  }
}
@media (max-width:1300px) {
  #wenzhang_page .pageContentAll {
    padding-top: 5vw;
  }
}
@media (max-width:1024px) {
  #wenzhang_page .pageContentAll {
    padding-top: 15vw;
  }
}
#wenzhang_page .pageContentAll .pageContent {
  padding-top: 0;
}
#wenzhang_page .pageContentAll .pageContent .wenzhangBox > .thisBox {
  padding-top: 4vw;
}
#wenzhang_page .pageContentAll .pageContent .wenzhangBox > .thisBox .contentBox {
  width: 64%;
  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: 92%;
  }
}
#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: #D20008;
  opacity: 1;
}
#wenzhang_page .pageContentAll .pageContent .wenzhangBox > .thisBox .contentBox .newsCoutAll .wenzhangName {
  font-size: clamp(12px, 1.4vw, 1.4vw);
}
@media (max-width:1024px) {
  #wenzhang_page .pageContentAll .pageContent .wenzhangBox > .thisBox .contentBox .newsCoutAll .wenzhangName {
    font-size: 4.6vw;
  }
}
#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: flex-start;
    justify-content: center;
    flex-wrap: unset;
  }
}
#wenzhang_page .pageContentAll .pageContent .wenzhangBox > .thisBox .contentBox .newsCoutAll .info .date {
  font-family: 'en2';
  text-transform: uppercase;
  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: #D20008;
}
#wenzhang_page .pageContentAll .pageContent .wenzhangBox > .thisBox .contentBox .newsCoutAll .detailContentBox {
  width: 100%;
  margin-top: 2vw;
}
#wenzhang_page .pageContentAll .pageContent .wenzhangBox > .thisBox .contentBox .newsCoutAll .detailContentBox .wenzhang {
  width: 100%;
  background-color: #fff;
  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: #D20008;
}
#product_detail_page .pageContentAll {
  padding-top: 5vw;
}
@media (max-width:1600px) {
  #product_detail_page .pageContentAll {
    padding-top: 5vw;
  }
}
@media (max-width:1300px) {
  #product_detail_page .pageContentAll {
    padding-top: 5vw;
  }
}
@media (max-width:1024px) {
  #product_detail_page .pageContentAll {
    padding-top: 15vw;
  }
}
@media (max-width:1024px) {
  #product_detail_page .pageContentAll .pageContent {
    padding-top: 4vw;
  }
}
#product_detail_page .pageContentAll .pageContent .proDetail > .thisBox .contentBox {
  width: 64%;
  margin: 0 auto;
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  justify-content: space-between;
  flex-wrap: unset;
}
@media (max-width:1024px) {
  #product_detail_page .pageContentAll .pageContent .proDetail > .thisBox .contentBox {
    width: 92%;
  }
}
@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;
    gap: 6vw;
  }
}
#product_detail_page .pageContentAll .pageContent .proDetail > .thisBox .contentBox .productInfoBox {
  background-color: #fff;
  padding: 2vw 6vw;
  width: 64%;
}
@media (max-width:1024px) {
  #product_detail_page .pageContentAll .pageContent .proDetail > .thisBox .contentBox .productInfoBox {
    width: 100%;
  }
}
@media (max-width:1024px) {
  #product_detail_page .pageContentAll .pageContent .proDetail > .thisBox .contentBox .productInfoBox .topInfoCout {
    margin-bottom: 6vw;
  }
}
#product_detail_page .pageContentAll .pageContent .proDetail > .thisBox .contentBox .productInfoBox .topInfoCout .leftCout {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  flex-wrap: unset;
}
@media (max-width:1024px) {
  #product_detail_page .pageContentAll .pageContent .proDetail > .thisBox .contentBox .productInfoBox .topInfoCout .leftCout {
    width: 100%;
    gap: 4vw;
  }
}
#product_detail_page .pageContentAll .pageContent .proDetail > .thisBox .contentBox .productInfoBox .topInfoCout .leftCout .imgBoxAll {
  width: 100%;
  height: 20vw;
}
@media (max-width:1024px) {
  #product_detail_page .pageContentAll .pageContent .proDetail > .thisBox .contentBox .productInfoBox .topInfoCout .leftCout .imgBoxAll {
    height: 80vw;
  }
}
#product_detail_page .pageContentAll .pageContent .proDetail > .thisBox .contentBox .productInfoBox .topInfoCout .leftCout .imgBoxAll .oneImg {
  width: 100%;
  height: 100%;
}
#product_detail_page .pageContentAll .pageContent .proDetail > .thisBox .contentBox .productInfoBox .topInfoCout .leftCout .imgBoxAll .oneImg .imgBox {
  width: 100%;
  height: 100%;
}
#product_detail_page .pageContentAll .pageContent .proDetail > .thisBox .contentBox .productInfoBox .topInfoCout .leftCout .imgBoxAll .oneImg .imgBox img {
  object-fit: contain;
}
#product_detail_page .pageContentAll .pageContent .proDetail > .thisBox .contentBox .productInfoBox .topInfoCout .rightCout {
  width: 100%;
  padding: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  flex-wrap: unset;
  margin-top: 2vw;
}
#product_detail_page .pageContentAll .pageContent .proDetail > .thisBox .contentBox .productInfoBox .topInfoCout .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 .productInfoBox .topInfoCout .rightCout .top {
    gap: 6vw;
    align-items: center;
  }
}
#product_detail_page .pageContentAll .pageContent .proDetail > .thisBox .contentBox .productInfoBox .topInfoCout .rightCout .top .title {
  font-size: clamp(12px, 1.3vw, 1.3vw);
}
@media (max-width:1024px) {
  #product_detail_page .pageContentAll .pageContent .proDetail > .thisBox .contentBox .productInfoBox .topInfoCout .rightCout .top .title {
    font-size: 4.4vw;
  }
}
#product_detail_page .pageContentAll .pageContent .proDetail > .thisBox .contentBox .productInfoBox .topInfoCout .rightCout .top .subtitle {
  position: relative;
}
#product_detail_page .pageContentAll .pageContent .proDetail > .thisBox .contentBox .productInfoBox .topInfoCout .rightCout .top .subtitle .txt {
  font-size: clamp(12px, 0.9vw, 0.9vw);
  color: #D20008;
  font-family: 'en2';
  text-transform: uppercase;
}
@media (max-width:1024px) {
  #product_detail_page .pageContentAll .pageContent .proDetail > .thisBox .contentBox .productInfoBox .topInfoCout .rightCout .top .subtitle .txt {
    font-size: 3.6vw;
  }
}
#product_detail_page .pageContentAll .pageContent .proDetail > .thisBox .contentBox .productInfoBox .topInfoCout .rightCout .top .xian {
  width: 100%;
  border-top: 1px dashed #ccc;
}
#product_detail_page .pageContentAll .pageContent .proDetail > .thisBox .contentBox .productInfoBox .topInfoCout .rightCout .top .miaoshu {
  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 .productInfoBox .topInfoCout .rightCout .top .miaoshu .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 .productInfoBox .topInfoCout .rightCout .top .miaoshu .bdTitle {
    padding: 2vw 8vw;
  }
}
#product_detail_page .pageContentAll .pageContent .proDetail > .thisBox .contentBox .productInfoBox .topInfoCout .rightCout .top .miaoshu .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 .productInfoBox .topInfoCout .rightCout .top .miaoshu .bdCout .one {
  padding: 0.6vw 0;
  border-bottom: 1px dashed rgba(0, 0, 0, 0.2);
  padding-left: 0.7vw;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-start;
  flex-wrap: unset;
  position: relative;
  width: 100%;
  color: var(--fontCor90);
  font-size: clamp(12px, 0.9vw, 0.9vw);
}
@media (max-width:1024px) {
  #product_detail_page .pageContentAll .pageContent .proDetail > .thisBox .contentBox .productInfoBox .topInfoCout .rightCout .top .miaoshu .bdCout .one {
    font-size: 3.6vw;
  }
}
@media (max-width:1024px) {
  #product_detail_page .pageContentAll .pageContent .proDetail > .thisBox .contentBox .productInfoBox .topInfoCout .rightCout .top .miaoshu .bdCout .one {
    padding: 4vw 0;
    padding-left: 4vw;
  }
}
#product_detail_page .pageContentAll .pageContent .proDetail > .thisBox .contentBox .productInfoBox .topInfoCout .rightCout .top .miaoshu .bdCout .one .itemTitle {
  width: 5vw;
  background-color: #D20008;
  color: #fff;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  flex-wrap: unset;
  clip-path: polygon(0 0, 90% 0, 100% 50%, 90% 100%, 0 100%);
}
@media (max-width:1024px) {
  #product_detail_page .pageContentAll .pageContent .proDetail > .thisBox .contentBox .productInfoBox .topInfoCout .rightCout .top .miaoshu .bdCout .one .itemTitle {
    width: 20vw;
    font-size: 4vw;
  }
}
#product_detail_page .pageContentAll .pageContent .proDetail > .thisBox .contentBox .productInfoBox .topInfoCout .rightCout .top .miaoshu .bdCout .one .itemTxt {
  padding-left: 2vw;
  width: calc(100% - 5vw);
}
@media (max-width:1024px) {
  #product_detail_page .pageContentAll .pageContent .proDetail > .thisBox .contentBox .productInfoBox .topInfoCout .rightCout .top .miaoshu .bdCout .one .itemTxt {
    padding-left: 6vw;
    width: calc(100% - 20vw);
  }
}
#product_detail_page .pageContentAll .pageContent .proDetail > .thisBox .contentBox .productInfoBox .topInfoCout .rightCout .top .miaoshu .bdCout .one::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: #D20008;
}
@media (max-width:1024px) {
  #product_detail_page .pageContentAll .pageContent .proDetail > .thisBox .contentBox .productInfoBox .topInfoCout .rightCout .top .miaoshu .bdCout .one::after {
    width: 2vw;
    height: 2vw;
  }
}
#product_detail_page .pageContentAll .pageContent .proDetail > .thisBox .contentBox .productInfoBox .topInfoCout .rightCout .top .moreA {
  height: 2.2vw;
  padding: 0 1.8vw;
  background-color: #D20008;
  width: 100%;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  flex-wrap: unset;
  gap: 1vw;
}
@media (max-width:1024px) {
  #product_detail_page .pageContentAll .pageContent .proDetail > .thisBox .contentBox .productInfoBox .topInfoCout .rightCout .top .moreA {
    height: 12vw;
    padding: 0 10vw;
  }
}
#product_detail_page .pageContentAll .pageContent .proDetail > .thisBox .contentBox .productInfoBox .topInfoCout .rightCout .top .moreA .txt {
  color: #ffff;
}
#product_detail_page .pageContentAll .pageContent .proDetail > .thisBox .contentBox .productInfoBox .topInfoCout .rightCout .top .moreA .xian {
  background-color: var(--siteCor);
  height: 1px;
  width: 3vw;
}
#product_detail_page .pageContentAll .pageContent .proDetail > .thisBox .contentBox .productInfoBox .topInfoCout .rightCout .top .moreA .yuan {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background-color: #fff;
}
#product_detail_page .pageContentAll .pageContent .proDetail > .thisBox .contentBox .productInfoBox .topInfoCout .rightCout .top .moreA i {
  color: #fff;
  font-size: clamp(12px, 0.9vw, 0.9vw);
}
@media (max-width:1024px) {
  #product_detail_page .pageContentAll .pageContent .proDetail > .thisBox .contentBox .productInfoBox .topInfoCout .rightCout .top .moreA i {
    font-size: 3.6vw;
  }
}
#product_detail_page .pageContentAll .pageContent .proDetail > .thisBox .contentBox .productInfoBox .topInfoCout .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 .productInfoBox .topInfoCout .rightCout .wenzhang {
    padding: 6vw 0;
    margin-top: 6vw;
  }
}
#product_detail_page .pageContentAll .pageContent .proDetail > .thisBox .contentBox .productInfoBox .topInfoCout .rightCout .wenzhang p {
  padding: 0;
}
#product_detail_page .pageContentAll .pageContent .proDetail > .thisBox .contentBox .productInfoBox .topInfoCout .rightCout .wenzhang p img {
  margin: 0;
}
#product_detail_page .pageContentAll .pageContent .proDetail > .thisBox .contentBox .productInfoBox .topInfoCout .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 .productInfoBox .topInfoCout .rightCout .hint {
    margin-top: 4vw;
  }
}
#product_detail_page .pageContentAll .pageContent .proDetail > .thisBox .contentBox .productInfoBox .wenzhangBox {
  margin-top: 2vw;
}
#product_detail_page .pageContentAll .pageContent .proDetail > .thisBox .contentBox .productInfoBox .wenzhangBox .bdTitle {
  font-size: clamp(12px, 1.1vw, 1.1vw);
  font-weight: bold;
  color: #D20008;
  width: 100%;
  padding-bottom: 1vw;
  border-bottom: 1px solid #ccc;
  margin-bottom: 1vw;
}
@media (max-width:1024px) {
  #product_detail_page .pageContentAll .pageContent .proDetail > .thisBox .contentBox .productInfoBox .wenzhangBox .bdTitle {
    font-size: 4vw;
  }
}
#product_detail_page .pageContentAll .pageContent .proDetail > .thisBox .contentBox .otherProdctBox {
  width: 34%;
  padding: 2vw;
  background-color: #fff;
}
@media (max-width:1024px) {
  #product_detail_page .pageContentAll .pageContent .proDetail > .thisBox .contentBox .otherProdctBox {
    width: 100%;
    padding: 6vw;
  }
}
#product_detail_page .pageContentAll .pageContent .proDetail > .thisBox .contentBox .otherProdctBox .bdTitle {
  font-weight: bold;
  font-size: clamp(12px, 1vw, 1vw);
  margin-bottom: 1vw;
  padding-bottom: 1vw;
  border-bottom: 1px solid #ccc;
}
@media (max-width:1024px) {
  #product_detail_page .pageContentAll .pageContent .proDetail > .thisBox .contentBox .otherProdctBox .bdTitle {
    font-size: 3.8vw;
  }
}
#product_detail_page .pageContentAll .pageContent .proDetail > .thisBox .contentBox .otherProdctBox .ul {
  display: flex;
  flex-wrap: wrap;
  gap: 1vw;
  flex-direction: row;
  align-items: flex-start;
  justify-content: flex-start;
}
#product_detail_page .pageContentAll .pageContent .proDetail > .thisBox .contentBox .otherProdctBox .ul > li,
#product_detail_page .pageContentAll .pageContent .proDetail > .thisBox .contentBox .otherProdctBox .ul > div {
  flex: unset;
  width: calc(100% / 2 - (2 - 1) * 1vw / 2);
}
#product_detail_page .pageContentAll .pageContent .proDetail > .thisBox .contentBox .otherProdctBox .ul .li .aBox {
  width: 100%;
}
#product_detail_page .pageContentAll .pageContent .proDetail > .thisBox .contentBox .otherProdctBox .ul .li .aBox .imgBox {
  overflow: hidden;
  height: 8vw;
  border: 1px solid #ddd;
  padding: 0.5vw;
}
@media (max-width:1024px) {
  #product_detail_page .pageContentAll .pageContent .proDetail > .thisBox .contentBox .otherProdctBox .ul .li .aBox .imgBox {
    height: 38vw;
    padding: 4vw;
  }
}
#product_detail_page .pageContentAll .pageContent .proDetail > .thisBox .contentBox .otherProdctBox .ul .li .aBox .imgBox img {
  transition-duration: 0.5s;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.56, -0.01, 0.04, 1);
  object-fit: contain;
}
#product_detail_page .pageContentAll .pageContent .proDetail > .thisBox .contentBox .otherProdctBox .ul .li .aBox .coutBox {
  margin-top: 0.6vw;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  flex-wrap: unset;
  font-size: clamp(12px, 0.9vw, 0.9vw);
}
@media (max-width:1024px) {
  #product_detail_page .pageContentAll .pageContent .proDetail > .thisBox .contentBox .otherProdctBox .ul .li .aBox .coutBox {
    font-size: 3.6vw;
  }
}
#product_detail_page .pageContentAll .pageContent .proDetail > .thisBox .contentBox .otherProdctBox .ul .li .aBox .coutBox .title {
  transition-duration: 0.5s;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.56, -0.01, 0.04, 1);
}
#product_detail_page .pageContentAll .pageContent .proDetail > .thisBox .contentBox .otherProdctBox .ul .li .aBox:hover .imgBox img {
  transform: scale(1.1);
}
#product_detail_page .pageContentAll .pageContent .proDetail > .thisBox .contentBox .otherProdctBox .ul .li .aBox:hover .coutBox .title {
  color: #D20008;
}
