[data-v-22b6a731]:export {
  scrollColor: #dddddd;
  redLineColor: #ff0000;
  scrollBorderRadius: 30px;
}
html[data-v-22b6a731]::-webkit-scrollbar {
  width: 5px;
  height: 5px;
}
html[data-v-22b6a731]::-webkit-scrollbar-thumb {
  /* border-radius: 99999px; */
  background-color: #dddddd;
  border-radius: 30px;
}
html[data-v-22b6a731] {
  scrollbar-color: #dddddd #fff;
  scrollbar-width: thin;
}
.home_block_tit[data-v-22b6a731] {
  width: 100%;
  padding: 0.7rem 0;
  box-sizing: border-box;
  background: #fff;
}
.home_block_tit p[data-v-22b6a731] {
  text-align: center;
  font-size: 0.44rem;
  color: #171717;
  line-height: 0.5rem;
}
.home_block_tit span[data-v-22b6a731] {
  margin-left: 0.4rem;
  position: relative;
}
.home_block_tit span[data-v-22b6a731]::after {
  position: absolute;
  content: "";
  width: 2px;
  height: 70%;
  background: #171717;
  top: 15%;
  left: -0.2rem;
}
.home_block_tit.animate[data-v-22b6a731] {
  -webkit-animation: home_block_tit-animate-data-v-22b6a731 1s;
          animation: home_block_tit-animate-data-v-22b6a731 1s;
}
@-webkit-keyframes home_block_tit-animate-data-v-22b6a731 {
from {
    opacity: 0;
    transform: translateY(-50%);
}
to {
    opacity: 1;
    transform: translateY(0);
}
}
@keyframes home_block_tit-animate-data-v-22b6a731 {
from {
    opacity: 0;
    transform: translateY(-50%);
}
to {
    opacity: 1;
    transform: translateY(0);
}
}
.redLineAfter[data-v-22b6a731] {
  position: absolute;
  content: "";
  width: 0;
  height: 2px;
  background: #ff0000;
  top: 0;
  left: 0;
  transition: all 0.5s;
  -moz-transition: all 0.5s;
  /* Firefox 4 */
  -webkit-transition: all 0.5s;
  /* Safari 和 Chrome */
  -o-transition: all 0.5s;
  /* Opera */
  -ms-transition: all 0.5s;
  /* Opera */
}
.text-overflow[data-v-22b6a731] {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.middle-box[data-v-22b6a731] {
  width: 99%;
  height: 6rem;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.app_pc .screenage-quick[data-v-22b6a731],
.app_pc .difital-content-quick[data-v-22b6a731],
.app_pc .Twin-quick[data-v-22b6a731] {
  height: calc(100vh - 0.85rem);
}
.app_pc .screenage-quick .navMenu[data-v-22b6a731],
.app_pc .difital-content-quick .navMenu[data-v-22b6a731],
.app_pc .Twin-quick .navMenu[data-v-22b6a731] {
  height: 100%;
  display: flex;
  overflow: hidden;
}
.app_pc .screenage-quick .navMenu .homeNavList[data-v-22b6a731],
.app_pc .difital-content-quick .navMenu .homeNavList[data-v-22b6a731],
.app_pc .Twin-quick .navMenu .homeNavList[data-v-22b6a731] {
  width: calc(100% / 2);
  height: 100%;
  position: relative;
  cursor: pointer;
  overflow: hidden;
}
.app_pc .screenage-quick .navMenu .homeNavBack[data-v-22b6a731],
.app_pc .difital-content-quick .navMenu .homeNavBack[data-v-22b6a731],
.app_pc .Twin-quick .navMenu .homeNavBack[data-v-22b6a731] {
  position: absolute;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  z-index: 3;
  top: 0;
  left: 0;
  transition: all 0.5s;
  -moz-transition: all 0.5s;
  /* Firefox 4 */
  -webkit-transition: all 0.5s;
  /* Safari 和 Chrome */
  -o-transition: all 0.5s;
  /* Opera */
  -ms-transition: all 0.5s;
  /* Opera */
}
.app_pc .screenage-quick .navMenu .homeNavMantle[data-v-22b6a731],
.app_pc .difital-content-quick .navMenu .homeNavMantle[data-v-22b6a731],
.app_pc .Twin-quick .navMenu .homeNavMantle[data-v-22b6a731] {
  position: absolute;
  z-index: 5;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  background: transparent;
  transition: all 0.5s;
  -moz-transition: all 0.5s;
  /* Firefox 4 */
  -webkit-transition: all 0.5s;
  /* Safari 和 Chrome */
  -o-transition: all 0.5s;
  /* Opera */
  -ms-transition: all 0.5s;
  /* Opera */
}
.app_pc .screenage-quick .navMenu .homeNavMantle[data-v-22b6a731]::after,
.app_pc .difital-content-quick .navMenu .homeNavMantle[data-v-22b6a731]::after,
.app_pc .Twin-quick .navMenu .homeNavMantle[data-v-22b6a731]::after {
  position: absolute;
  content: "";
  width: 0;
  height: 2px;
  background: #ff0000;
  top: 0;
  left: 0;
  transition: all 0.5s;
  -moz-transition: all 0.5s;
  /* Firefox 4 */
  -webkit-transition: all 0.5s;
  /* Safari 和 Chrome */
  -o-transition: all 0.5s;
  /* Opera */
  -ms-transition: all 0.5s;
  /* Opera */
}
.app_pc .screenage-quick .navMenu .homeNavMantlep[data-v-22b6a731],
.app_pc .difital-content-quick .navMenu .homeNavMantlep[data-v-22b6a731],
.app_pc .Twin-quick .navMenu .homeNavMantlep[data-v-22b6a731] {
  text-align: center;
  width: 100%;
  position: absolute;
  left: 0;
  top: 40%;
  line-height: 0.5rem;
  margin-top: -0.25rem;
  transition: all 0.5s;
  -moz-transition: all 0.5s;
  /* Firefox 4 */
  -webkit-transition: all 0.5s;
  /* Safari 和 Chrome */
  -o-transition: all 0.5s;
  /* Opera */
  -ms-transition: all 0.5s;
  /* Opera */
}
.app_pc .screenage-quick .navMenu .homeNavMantlep p[data-v-22b6a731],
.app_pc .difital-content-quick .navMenu .homeNavMantlep p[data-v-22b6a731],
.app_pc .Twin-quick .navMenu .homeNavMantlep p[data-v-22b6a731] {
  display: inline-block;
  position: relative;
  color: #ffffff;
  font-size: 0.24rem;
  font-weight: 300;
  text-indent: 0.3rem;
}
.app_pc .screenage-quick .navMenu .homeNavMantleImg[data-v-22b6a731],
.app_pc .difital-content-quick .navMenu .homeNavMantleImg[data-v-22b6a731],
.app_pc .Twin-quick .navMenu .homeNavMantleImg[data-v-22b6a731] {
  position: absolute;
  width: 0;
  height: 0;
  top: 70%;
  left: 50%;
  margin-left: 0;
  margin-top: -0.33rem;
  transition: all 0.5s;
  -moz-transition: all 0.5s;
  /* Firefox 4 */
  -webkit-transition: all 0.5s;
  /* Safari 和 Chrome */
  -o-transition: all 0.5s;
  /* Opera */
  -ms-transition: all 0.5s;
  /* Opera */
}
.app_pc .screenage-quick .navMenu .homeNavMantleImg .homeNavBtn[data-v-22b6a731],
.app_pc .difital-content-quick .navMenu .homeNavMantleImg .homeNavBtn[data-v-22b6a731],
.app_pc .Twin-quick .navMenu .homeNavMantleImg .homeNavBtn[data-v-22b6a731] {
  width: 100%;
  height: 100%;
}
.app_pc .screenage-quick .navMenu .homeNavMantleImg .homeNavBtnQ1[data-v-22b6a731],
.app_pc .difital-content-quick .navMenu .homeNavMantleImg .homeNavBtnQ1[data-v-22b6a731],
.app_pc .Twin-quick .navMenu .homeNavMantleImg .homeNavBtnQ1[data-v-22b6a731],
.app_pc .screenage-quick .navMenu .homeNavMantleImg .homeNavBtnQ2[data-v-22b6a731],
.app_pc .difital-content-quick .navMenu .homeNavMantleImg .homeNavBtnQ2[data-v-22b6a731],
.app_pc .Twin-quick .navMenu .homeNavMantleImg .homeNavBtnQ2[data-v-22b6a731] {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 0;
  height: 0;
  margin-left: 0;
  margin-top: 0;
  transition: all 0.5s;
  -moz-transition: all 0.5s;
  /* Firefox 4 */
  -webkit-transition: all 0.5s;
  /* Safari 和 Chrome */
  -o-transition: all 0.5s;
  /* Opera */
  -ms-transition: all 0.5s;
  /* Opera */
  transition-delay: 0.1s;
}
.app_pc .screenage-quick .navMenu .homeNavMantleImg .homeNavBtnQ2[data-v-22b6a731],
.app_pc .difital-content-quick .navMenu .homeNavMantleImg .homeNavBtnQ2[data-v-22b6a731],
.app_pc .Twin-quick .navMenu .homeNavMantleImg .homeNavBtnQ2[data-v-22b6a731] {
  transition-delay: 0.2s;
}
.app_pc .screenage-quick .navMenu .homeNavList:hover .homeNavBack[data-v-22b6a731],
.app_pc .difital-content-quick .navMenu .homeNavList:hover .homeNavBack[data-v-22b6a731],
.app_pc .Twin-quick .navMenu .homeNavList:hover .homeNavBack[data-v-22b6a731] {
  width: 116%;
  height: 116%;
  left: -8%;
  top: -8%;
}
.app_pc .screenage-quick .navMenu .homeNavList:hover .homeNavMantle[data-v-22b6a731],
.app_pc .difital-content-quick .navMenu .homeNavList:hover .homeNavMantle[data-v-22b6a731],
.app_pc .Twin-quick .navMenu .homeNavList:hover .homeNavMantle[data-v-22b6a731] {
  background: rgba(0, 0, 0, 0.4);
}
.app_pc .screenage-quick .navMenu .homeNavList:hover .homeNavMantle[data-v-22b6a731]:after,
.app_pc .difital-content-quick .navMenu .homeNavList:hover .homeNavMantle[data-v-22b6a731]:after,
.app_pc .Twin-quick .navMenu .homeNavList:hover .homeNavMantle[data-v-22b6a731]:after {
  width: 100%;
}
.app_pc .screenage-quick .navMenu .homeNavList:hover .homeNavMantle .homeNavMantlep[data-v-22b6a731],
.app_pc .difital-content-quick .navMenu .homeNavList:hover .homeNavMantle .homeNavMantlep[data-v-22b6a731],
.app_pc .Twin-quick .navMenu .homeNavList:hover .homeNavMantle .homeNavMantlep[data-v-22b6a731] {
  margin-top: 0.3rem;
}
.app_pc .screenage-quick .navMenu .homeNavList:hover .homeNavMantle .homeNavMantleImg[data-v-22b6a731],
.app_pc .difital-content-quick .navMenu .homeNavList:hover .homeNavMantle .homeNavMantleImg[data-v-22b6a731],
.app_pc .Twin-quick .navMenu .homeNavList:hover .homeNavMantle .homeNavMantleImg[data-v-22b6a731] {
  width: 0.7rem;
  height: 0.7rem;
  margin-left: -0.35rem;
  margin-top: -0.66rem;
}
.app_pc .screenage-quick .navMenu .homeNavList:hover .homeNavMantle .homeNavMantleImg .homeNavBtnQ1[data-v-22b6a731],
.app_pc .difital-content-quick .navMenu .homeNavList:hover .homeNavMantle .homeNavMantleImg .homeNavBtnQ1[data-v-22b6a731],
.app_pc .Twin-quick .navMenu .homeNavList:hover .homeNavMantle .homeNavMantleImg .homeNavBtnQ1[data-v-22b6a731] {
  width: 0.98rem;
  height: 0.98rem;
  margin-left: -0.49rem;
  margin-top: -0.49rem;
}
.app_pc .screenage-quick .navMenu .homeNavList:hover .homeNavMantle .homeNavMantleImg .homeNavBtnQ2[data-v-22b6a731],
.app_pc .difital-content-quick .navMenu .homeNavList:hover .homeNavMantle .homeNavMantleImg .homeNavBtnQ2[data-v-22b6a731],
.app_pc .Twin-quick .navMenu .homeNavList:hover .homeNavMantle .homeNavMantleImg .homeNavBtnQ2[data-v-22b6a731] {
  width: 1.24rem;
  height: 1.24rem;
  margin-top: -0.62rem;
  margin-left: -0.62rem;
}
.app_m .screenage .info-mobile[data-v-22b6a731],
.app_m .Twin .info-mobile[data-v-22b6a731],
.app_m .digital-content .info-mobile[data-v-22b6a731] {
  padding: 0 0.625rem;
  padding-bottom: 0.5rem;
}
.app_m .screenage .info-mobile p[data-v-22b6a731]:first-child,
.app_m .Twin .info-mobile p[data-v-22b6a731]:first-child,
.app_m .digital-content .info-mobile p[data-v-22b6a731]:first-child {
  padding: 0.5rem;
  font-size: 0.4rem;
  font-weight: 600;
  text-align: center;
}
.app_m .screenage .info-mobile p:first-child span[data-v-22b6a731],
.app_m .Twin .info-mobile p:first-child span[data-v-22b6a731],
.app_m .digital-content .info-mobile p:first-child span[data-v-22b6a731] {
  display: inline-block;
  width: 2px;
  height: 0.15rem;
  position: relative;
  top: -0.05rem;
  margin: 0 0.2rem;
  background: black;
}
.app_m .screenage .info-mobile p[data-v-22b6a731]:last-child,
.app_m .Twin .info-mobile p[data-v-22b6a731]:last-child,
.app_m .digital-content .info-mobile p[data-v-22b6a731]:last-child {
  color: #3a3a3a;
  font-weight: 400;
  font-size: 0.3rem;
  text-align: justify;
}
.app_m .screenage .quick[data-v-22b6a731],
.app_m .Twin .quick[data-v-22b6a731],
.app_m .digital-content .quick[data-v-22b6a731] {
  width: 100%;
  overflow: hidden;
  height: 100%;
}
.app_m .screenage .quick .homeNavList[data-v-22b6a731],
.app_m .Twin .quick .homeNavList[data-v-22b6a731],
.app_m .digital-content .quick .homeNavList[data-v-22b6a731] {
  width: 100%;
  height: 100%;
  padding-top: 0.85rem;
  position: relative;
  overflow: hidden;
}
.app_m .screenage .quick .homeNavBack[data-v-22b6a731],
.app_m .Twin .quick .homeNavBack[data-v-22b6a731],
.app_m .digital-content .quick .homeNavBack[data-v-22b6a731] {
  position: absolute;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  z-index: 3;
  top: 0;
  left: 0;
  transition: all 0.5s;
  -moz-transition: all 0.5s;
  /* Firefox 4 */
  -webkit-transition: all 0.5s;
  /* Safari 和 Chrome */
  -o-transition: all 0.5s;
  /* Opera */
  -ms-transition: all 0.5s;
  /* Opera */
}
.app_m .screenage .quick .homeNavMantle[data-v-22b6a731],
.app_m .Twin .quick .homeNavMantle[data-v-22b6a731],
.app_m .digital-content .quick .homeNavMantle[data-v-22b6a731] {
  position: absolute;
  z-index: 5;
  top: 0.85rem;
  padding-top: 2.68rem;
  left: 0;
  width: 100%;
  height: 1.2rem;
  overflow: hidden;
  background: transparent;
  transition: all 0.5s;
  -moz-transition: all 0.5s;
  /* Firefox 4 */
  -webkit-transition: all 0.5s;
  /* Safari 和 Chrome */
  -o-transition: all 0.5s;
  /* Opera */
  -ms-transition: all 0.5s;
  /* Opera */
}
.app_m .screenage .quick .homeNavMantle[data-v-22b6a731]::after,
.app_m .Twin .quick .homeNavMantle[data-v-22b6a731]::after,
.app_m .digital-content .quick .homeNavMantle[data-v-22b6a731]::after {
  position: absolute;
  content: "";
  width: 0;
  height: 2px;
  background: #ff0000;
  top: 0;
  left: 0;
  transition: all 0.5s;
  -moz-transition: all 0.5s;
  /* Firefox 4 */
  -webkit-transition: all 0.5s;
  /* Safari 和 Chrome */
  -o-transition: all 0.5s;
  /* Opera */
  -ms-transition: all 0.5s;
  /* Opera */
}
.app_m .screenage .quick .homeNavMantle .right_arrow[data-v-22b6a731],
.app_m .Twin .quick .homeNavMantle .right_arrow[data-v-22b6a731],
.app_m .digital-content .quick .homeNavMantle .right_arrow[data-v-22b6a731] {
  position: absolute;
  margin-top: 0.1rem;
  width: 0rem;
  height: 0.4rem;
  line-height: 0.4rem;
  left: 50%;
  bottom: 0;
  transform: translateX(-50%);
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  width: 1.4rem;
  border: solid rgba(255, 255, 255, 0.5) 1px;
  font-size: 0.18rem;
  color: #fff;
  transition: all 0.5s;
  -moz-transition: all 0.5s;
  /* Firefox 4 */
  -webkit-transition: all 0.5s;
  /* Safari 和 Chrome */
  -o-transition: all 0.5s;
  /* Opera */
  -ms-transition: all 0.5s;
  /* Opera */
}
.app_m .screenage .quick .homeNavMantle .right_arrow .arrow[data-v-22b6a731],
.app_m .Twin .quick .homeNavMantle .right_arrow .arrow[data-v-22b6a731],
.app_m .digital-content .quick .homeNavMantle .right_arrow .arrow[data-v-22b6a731] {
  border: 2px solid transparent;
  border-left: 8px solid white;
}
.app_m .screenage .quick .homeNavMantle .right_arrow .line[data-v-22b6a731],
.app_m .Twin .quick .homeNavMantle .right_arrow .line[data-v-22b6a731],
.app_m .digital-content .quick .homeNavMantle .right_arrow .line[data-v-22b6a731] {
  width: 0.7rem;
  height: 1px;
  background: #ffffff;
}
.app_m .screenage .quick .homeNavMantle .right_arrow span[data-v-22b6a731],
.app_m .Twin .quick .homeNavMantle .right_arrow span[data-v-22b6a731],
.app_m .digital-content .quick .homeNavMantle .right_arrow span[data-v-22b6a731] {
  height: 100%;
  line-height: 0.4rem;
}
.app_m .screenage .quick .homeNavMantlep[data-v-22b6a731],
.app_m .Twin .quick .homeNavMantlep[data-v-22b6a731],
.app_m .digital-content .quick .homeNavMantlep[data-v-22b6a731] {
  text-align: center;
  width: 100%;
  position: absolute;
  left: 0;
  top: 2.68rem;
  transition: all 0.5s;
  -moz-transition: all 0.5s;
  /* Firefox 4 */
  -webkit-transition: all 0.5s;
  /* Safari 和 Chrome */
  -o-transition: all 0.5s;
  /* Opera */
  -ms-transition: all 0.5s;
  /* Opera */
}
.app_m .screenage .quick .homeNavMantlep p[data-v-22b6a731],
.app_m .Twin .quick .homeNavMantlep p[data-v-22b6a731],
.app_m .digital-content .quick .homeNavMantlep p[data-v-22b6a731] {
  position: relative;
  color: #ffffff;
  font-size: 0.3rem;
}
.app_m .screenage .quick .homeNavList.hover .homeNavBack[data-v-22b6a731],
.app_m .Twin .quick .homeNavList.hover .homeNavBack[data-v-22b6a731],
.app_m .digital-content .quick .homeNavList.hover .homeNavBack[data-v-22b6a731] {
  width: 116%;
  height: 116%;
  left: -8%;
  top: -8%;
}
.app_m .screenage .quick .homeNavList.hover .homeNavMantle[data-v-22b6a731]:after,
.app_m .Twin .quick .homeNavList.hover .homeNavMantle[data-v-22b6a731]:after,
.app_m .digital-content .quick .homeNavList.hover .homeNavMantle[data-v-22b6a731]:after {
  width: 100%;
}
.app_m .screenage .quick .homeNavList.hover .homeNavMantle .homeNavMantlep[data-v-22b6a731],
.app_m .Twin .quick .homeNavList.hover .homeNavMantle .homeNavMantlep[data-v-22b6a731],
.app_m .digital-content .quick .homeNavList.hover .homeNavMantle .homeNavMantlep[data-v-22b6a731] {
  margin-top: 0rem;
}
.app_m .swiper-box[data-v-22b6a731] {
  height: 5.5rem;
  padding-bottom: 0.3rem;
}
.app_m .swiper-box .swiper[data-v-22b6a731] {
  position: relative;
  top: -2rem;
  height: calc(130%);
}
.app_m .swiper-box .swiper .swiper-slide[data-v-22b6a731] {
  height: calc(100%);
}
.app_m .swiper-box .swiper .swiper-slide .content[data-v-22b6a731] {
  width: calc(100% - 0.9rem);
  margin: 0 auto;
  text-align: center;
  height: calc(100% - 1.1rem);
  box-shadow: 0px 1px 10px 0px rgba(158, 161, 161, 0.321);
  background: white;
  position: relative;
  top: 1rem;
}
.app_m .swiper-box .swiper .swiper-slide .content img[data-v-22b6a731] {
  height: 2rem;
  margin: 0 auto;
  transform: translateY(-50%);
}
.app_m .swiper-box .swiper .swiper-slide .content .title[data-v-22b6a731] {
  margin-top: -0.5rem;
  font-size: 0.34rem;
  letter-spacing: 0.05rem;
  margin-bottom: 0.1rem;
  padding: 0 0.1rem;
}
.app_m .swiper-box .swiper .swiper-slide .content .line[data-v-22b6a731] {
  margin: 0.2rem 0 0.5rem 0;
}
.app_m .swiper-box .swiper .swiper-slide .content .line span[data-v-22b6a731]:first-child {
  display: inline-block;
  width: 0.35rem;
  height: 1.8px;
  background: #646464;
}
.app_m .swiper-box .swiper .swiper-slide .content .line span[data-v-22b6a731]:last-child {
  display: inline-block;
  width: 0.35rem;
  height: 1.8px;
  background: #646464;
}
.app_m .swiper-box .swiper .swiper-slide .content .text li[data-v-22b6a731] {
  line-height: 0.5rem;
  padding: 0 0.5rem;
}
.app_m .swiper-box .swiper .swiper-slide .content .text li[data-v-22b6a731]::before {
  content: "";
  display: inline-block;
  background: #171717;
  border-radius: 50%;
  margin-right: 0.08rem;
  height: 0.05rem;
  width: 0.05rem;
  position: relative;
  bottom: 0.065rem;
}
.app_m .swiper-box .swiper-button-next[data-v-22b6a731],
.app_m .swiper-box .swiper-button-prev[data-v-22b6a731] {
  background-image: none;
  width: 0.75rem;
  height: 0.75rem;
  background: rgba(0, 0, 0, 0.253);
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 0.25rem;
}
.app_m .swiper-box .swiper-button-next[data-v-22b6a731]:active,
.app_m .swiper-box .swiper-button-prev[data-v-22b6a731]:active {
  background: #c80909;
}
.app_m .arrow-serviceCase[data-v-22b6a731] {
  position: fixed;
  z-index: 1;
  left: 0;
  bottom: 0.8rem;
  color: #bfbaba;
  height: 0.5rem;
  font-size: 0.45rem;
  text-align: center;
  width: 100%;
}
.app_m .arrow-serviceCase .arrow-down[data-v-22b6a731] {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  -webkit-animation: upDown-data-v-22b6a731 0.8s infinite alternate;
          animation: upDown-data-v-22b6a731 0.8s infinite alternate;
}
@-webkit-keyframes upDown-data-v-22b6a731 {
from {
    transform: translate(-50%, -40%);
}
to {
    transform: translate(-50%, 0);
}
}
@keyframes upDown-data-v-22b6a731 {
from {
    transform: translate(-50%, -40%);
}
to {
    transform: translate(-50%, 0);
}
}
.app_m .arrow-serviceCase .arrow-down .el-icon-d-arrow-left[data-v-22b6a731] {
  transform: rotate(-90deg);
}
.app_m .arrow-serviceCase .arrow-up[data-v-22b6a731] {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  -webkit-animation: downUp-data-v-22b6a731 0.8s infinite alternate;
          animation: downUp-data-v-22b6a731 0.8s infinite alternate;
}
@-webkit-keyframes downUp-data-v-22b6a731 {
from {
    transform: translate(-50%, 40%);
}
to {
    transform: translate(-50%, 0);
}
}
@keyframes downUp-data-v-22b6a731 {
from {
    transform: translate(-50%, 40%);
}
to {
    transform: translate(-50%, 0);
}
}
.app_m .arrow-serviceCase .arrow-up .el-icon-d-arrow-left[data-v-22b6a731] {
  transform: rotate(90deg);
}
.judgeShowBox[data-v-22b6a731] {
  overflow: hidden;
}
.judgeShowList[data-v-22b6a731] {
  opacity: 0;
  visibility: hidden;
  transform: translate3d(0, 200px, 0);
  -moz-transform: translate3d(0, 200px, 0);
  /* Firefox 4 */
  -webkit-transform: translate3d(0, 200px, 0);
  /* Safari 和 Chrome */
  -o-transform: translate3d(0, 200px, 0);
  /* Opera */
}
.abouticar-main[data-v-22b6a731] {
  font-size: 0.16rem;
  position: relative;
}
.abouticar-main .swiper[data-v-22b6a731] {
  height: 100vh;
  background: black;
  transform: translate3d(0, 0, 0);
}
.abouticar-main .swiper .swiper-slide[data-v-22b6a731] {
  height: 100%;
  overflow: hidden;
  transform: translate3d(0, 0, 0);
}
.abouticar-main .swiper .swiper-slide[data-v-22b6a731]:nth-last-child(2) {
  overflow: visible;
}
.abouticar-main .swiper .swiper-slide[data-v-22b6a731]:last-child {
  height: auto;
}
.abouticar-main .swiper .swiper-slide-active[data-v-22b6a731] {
  opacity: 1 !important;
  z-index: 999;
}
.abouticar-main .swiper .footer[data-v-22b6a731] {
  height: auto;
}
.abouticar-main .swiper[data-v-22b6a731] .pagin_abouticar {
  position: absolute;
  font-size: 0;
  z-index: 3;
  top: 50%;
  transform: translateY(-50%);
  right: 0.2rem;
}
.abouticar-main .swiper[data-v-22b6a731] .pagin_abouticar .swiper-pagination-bullet {
  width: 2px;
  height: 0.22rem;
  opacity: 1;
  margin: 0;
  margin-top: 8px;
  border-radius: 0;
  background: #fff;
}
.abouticar-main .swiper[data-v-22b6a731] .pagin_abouticar .swiper-pagination-bullet-active {
  background: #ff0000;
  opacity: 1;
}
.abouticar-main .abouticar-title[data-v-22b6a731] {
  position: absolute;
  top: 2.12rem;
  left: 50%;
  transform: translateX(-50%);
  color: white;
  font-size: 0.45rem;
  text-align: center;
  letter-spacing: 0.05rem;
  z-index: 9;
  -webkit-animation: abouticar-title-animate-data-v-22b6a731 1s;
          animation: abouticar-title-animate-data-v-22b6a731 1s;
}
@-webkit-keyframes abouticar-title-animate-data-v-22b6a731 {
from {
    top: 1rem;
    opacity: 0;
}
to {
    top: 2.12rem;
    opacity: 1;
}
}
@keyframes abouticar-title-animate-data-v-22b6a731 {
from {
    top: 1rem;
    opacity: 0;
}
to {
    top: 2.12rem;
    opacity: 1;
}
}
.abouticar-main .abouticar-title .line-title[data-v-22b6a731] {
  font-size: 0;
  text-align: center;
  margin-top: 0.4rem;
}
.abouticar-main .abouticar-title .line-title span[data-v-22b6a731]:first-child {
  display: inline-block;
  width: 0.48rem;
  height: 2px;
  background: #c7c7c7;
}
.abouticar-main .abouticar-title .line-title span[data-v-22b6a731]:last-child {
  display: inline-block;
  width: 0.48rem;
  height: 2px;
  background: #cd1820;
}
.abouticar-main .abouticar-title .p[data-v-22b6a731] {
  margin-top: 0.4rem;
  font-size: 0.36rem;
}
.abouticar-main .abouticar-title.left[data-v-22b6a731] {
  left: 1rem;
  transform: translateY(-0.55rem);
  text-align: left;
  font-size: 0.35rem;
}
.abouticar-main .abouticar-title.left .p[data-v-22b6a731] {
  margin-top: 0.15rem;
  font-size: 0.24rem;
  letter-spacing: 0.05rem;
}
.abouticar-main .abouticar-title.left .line-title[data-v-22b6a731] {
  text-align: left;
  margin-top: 0.15rem;
}
.abouticar-main .abouticar-title.left .line-title span[data-v-22b6a731] {
  width: 0.38rem;
}
.abouticar-main .abouticar-develepment[data-v-22b6a731] {
  width: 100%;
  height: 8rem;
  position: absolute;
  left: 50%;
  transform: translate(-50%, 0);
  bottom: 0.5rem;
}
.abouticar-main .abouticar-develepment .develepment-item[data-v-22b6a731] {
  display: flex;
  flex-wrap: nowrap;
  position: absolute;
  opacity: 0;
}
.abouticar-main .abouticar-develepment .develepment-item .dot-line[data-v-22b6a731] {
  height: 2.26rem;
  background: #fff;
  width: 1.5px;
  position: relative;
}
.abouticar-main .abouticar-develepment .develepment-item .dot-line[data-v-22b6a731]::after {
  content: '';
  display: block;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  border-radius: 50%;
  background: #fff;
  width: 0.1rem;
  height: 0.1rem;
}
.abouticar-main .abouticar-develepment .develepment-item.show[data-v-22b6a731] {
  opacity: 1;
}
.abouticar-main .abouticar-develepment .develepment-item .text[data-v-22b6a731] {
  font-size: 0.18rem;
  margin-left: 0.2rem;
  color: #fff;
  width: 2.2rem;
}
.abouticar-main .abouticar-develepment .develepment-item .text p[data-v-22b6a731]:first-child {
  font-size: 0.26rem;
  margin-bottom: 0.15rem;
}
.abouticar-main .abouticar-develepment .develepment-item .text p[data-v-22b6a731]:last-child {
  margin-top: 0.1rem;
  line-height: 0.28rem;
}
@-webkit-keyframes develepment-item-animate-data-v-22b6a731 {
from {
    transform: translateY(-50%);
    opacity: 0;
}
to {
    transform: translateY(0);
    opacity: 1;
}
}
@keyframes develepment-item-animate-data-v-22b6a731 {
from {
    transform: translateY(-50%);
    opacity: 0;
}
to {
    transform: translateY(0);
    opacity: 1;
}
}
.abouticar-main .abouticar-develepment .develepment-item[data-v-22b6a731]:nth-child(1) {
  bottom: 2.58rem;
  left: 2.73rem;
  -webkit-animation: develepment-item-animate-data-v-22b6a731 1s 0s;
          animation: develepment-item-animate-data-v-22b6a731 1s 0s;
}
.abouticar-main .abouticar-develepment .develepment-item[data-v-22b6a731]:nth-child(2) {
  bottom: 0.48rem;
  left: 5.74rem;
  -webkit-animation: develepment-item-animate-data-v-22b6a731 1s 0.5s;
          animation: develepment-item-animate-data-v-22b6a731 1s 0.5s;
}
.abouticar-main .abouticar-develepment .develepment-item[data-v-22b6a731]:nth-child(3) {
  left: 9.3rem;
  bottom: 2.22rem;
  -webkit-animation: develepment-item-animate-data-v-22b6a731 1s 1s;
          animation: develepment-item-animate-data-v-22b6a731 1s 1s;
}
.abouticar-main .abouticar-develepment .develepment-item[data-v-22b6a731]:nth-child(4) {
  left: 13rem;
  bottom: 0.48rem;
  -webkit-animation: develepment-item-animate-data-v-22b6a731 1s 1.5s;
          animation: develepment-item-animate-data-v-22b6a731 1s 1.5s;
}
.abouticar-main .abouticar-develepment .develepment-item[data-v-22b6a731]:nth-child(5) {
  bottom: 2.5rem;
  right: 0.81rem;
  -webkit-animation: develepment-item-animate-data-v-22b6a731 1s 2s;
          animation: develepment-item-animate-data-v-22b6a731 1s 2s;
}
.abouticar-main .first-banner[data-v-22b6a731] {
  height: 100%;
  position: relative;
}
.abouticar-main .first-banner img[data-v-22b6a731] {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  transition: all 1s;
}
.abouticar-main .first-banner img.animate[data-v-22b6a731] {
  -webkit-animation: bg-img-animate-data-v-22b6a731 1.5s;
          animation: bg-img-animate-data-v-22b6a731 1.5s;
}
@-webkit-keyframes bg-img-animate-data-v-22b6a731 {
from {
    transform: scale(1.2);
}
to {
    transform: scale(1);
}
}
@keyframes bg-img-animate-data-v-22b6a731 {
from {
    transform: scale(1.2);
}
to {
    transform: scale(1);
}
}
.abouticar-main .second-banner[data-v-22b6a731] {
  height: 100%;
  color: #fff;
  position: relative;
}
.abouticar-main .second-banner img[data-v-22b6a731] {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  transition: all 1s;
}
.abouticar-main .second-banner img.animate[data-v-22b6a731] {
  -webkit-animation: bg-img-animate-data-v-22b6a731 1.5s;
          animation: bg-img-animate-data-v-22b6a731 1.5s;
}
.abouticar-main .second-banner .icar-instruList[data-v-22b6a731] {
  width: 16.14rem;
  display: flex;
  justify-content: space-between;
  position: absolute;
  left: 50%;
  bottom: 2.18rem;
  transform: translate(-50%, 0);
}
.abouticar-main .second-banner .icar-instruList .item[data-v-22b6a731] {
  width: 4.2rem;
}
.abouticar-main .second-banner .icar-instruList .item .title[data-v-22b6a731] {
  display: flex;
  font-size: 0.24rem;
}
.abouticar-main .second-banner .icar-instruList .item .title .num[data-v-22b6a731] {
  font-family: "Din";
  font-weight: bold;
  font-size: 1.09rem;
  position: relative;
  top: -0.22rem;
}
.abouticar-main .second-banner .icar-instruList .item .title .text[data-v-22b6a731] {
  margin-left: 0.15rem;
}
.abouticar-main .second-banner .icar-instruList .item .line[data-v-22b6a731] {
  width: 0.5rem;
  height: 2px;
  background: #cd1820;
  margin-left: 0.1rem;
}
.abouticar-main .second-banner .icar-instruList .item > p[data-v-22b6a731] {
  position: relative;
  top: 0.3rem;
  margin-left: 0.1rem;
}
.abouticar-main .third-banner[data-v-22b6a731] {
  height: 100%;
  position: relative;
  width: 100%;
  overflow: hidden;
}
.abouticar-main .third-banner img[data-v-22b6a731] {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  transition: all 1s;
}
.abouticar-main .third-banner img.animate[data-v-22b6a731] {
  -webkit-animation: bg-img-animate-data-v-22b6a731 1.5s;
          animation: bg-img-animate-data-v-22b6a731 1.5s;
}
.abouticar-main .fourth-banner[data-v-22b6a731] {
  margin-top: 0.85rem;
  background: #fff;
  height: calc(100% - 0.85rem);
  width: 100%;
  overflow: hidden;
}
.abouticar-main .fourth-banner .activeList[data-v-22b6a731] {
  height: 100%;
  width: 100%;
  display: flex;
  justify-content: space-evenly;
  opacity: 1;
  position: relative;
}
@-webkit-keyframes activelist-data-v-22b6a731 {
from {
    transform: translateY(30%);
}
to {
    transform: translateY(0);
}
}
@keyframes activelist-data-v-22b6a731 {
from {
    transform: translateY(30%);
}
to {
    transform: translateY(0);
}
}
.abouticar-main .fourth-banner .activeList.animate[data-v-22b6a731] {
  -webkit-animation: activelist-data-v-22b6a731 1.5s;
          animation: activelist-data-v-22b6a731 1.5s;
  opacity: 1;
}
.abouticar-main .fourth-banner .activeList img[data-v-22b6a731] {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  transition: all 1s;
  position: relative;
  z-index: 0;
}
.abouticar-main .fourth-banner .activeList .overflowh[data-v-22b6a731] {
  overflow: hidden;
  position: relative;
  transition: all 0.5s;
  -moz-transition: all 0.5s;
  /* Firefox 4 */
  -webkit-transition: all 0.5s;
  /* Safari 和 Chrome */
  -o-transition: all 0.5s;
  /* Opera */
  -ms-transition: all 0.5s;
  /* Opera */
}
.abouticar-main .fourth-banner .activeList .overflowh[data-v-22b6a731]::after {
  position: absolute;
  content: "";
  width: 0;
  height: 2px;
  background: #ff0000;
  top: 0;
  left: 0;
  transition: all 0.5s;
  -moz-transition: all 0.5s;
  /* Firefox 4 */
  -webkit-transition: all 0.5s;
  /* Safari 和 Chrome */
  -o-transition: all 0.5s;
  /* Opera */
  -ms-transition: all 0.5s;
  /* Opera */
  z-index: 2;
}
.abouticar-main .fourth-banner .activeList .overflowh[data-v-22b6a731]:hover::after {
  width: 100%;
}
.abouticar-main .fourth-banner .activeList .overflowh:hover img[data-v-22b6a731] {
  transform: scale(1.2);
}
.abouticar-main .fourth-banner .activeList .overflowh[data-v-22b6a731]::before {
  position: absolute;
  content: '';
  width: 100%;
  display: block;
  height: 100%;
  background: #335480;
  opacity: 0.4;
  z-index: 1;
}
.abouticar-main .fourth-banner .activeList .left[data-v-22b6a731] {
  width: 7.06rem;
  height: 6.52rem;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.abouticar-main .fourth-banner .activeList .left .top[data-v-22b6a731] {
  height: 4.55rem;
  display: flex;
  justify-content: space-between;
}
.abouticar-main .fourth-banner .activeList .left .top .overflowh[data-v-22b6a731] {
  width: 3rem;
}
.abouticar-main .fourth-banner .activeList .left .top .rt[data-v-22b6a731] {
  width: 3.92rem;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.abouticar-main .fourth-banner .activeList .left .top .rt .overflowh[data-v-22b6a731]:first-child {
  height: 2.9rem;
  width: 100%;
}
.abouticar-main .fourth-banner .activeList .left .top .rt .overflowh[data-v-22b6a731]:last-child {
  height: 1.52rem;
  width: 100%;
}
.abouticar-main .fourth-banner .activeList .left .bottom[data-v-22b6a731] {
  display: flex;
  justify-content: space-between;
}
.abouticar-main .fourth-banner .activeList .left .bottom .overflowh[data-v-22b6a731] {
  height: 1.84rem;
}
.abouticar-main .fourth-banner .activeList .left .bottom .overflowh[data-v-22b6a731]:first-child {
  width: 3.43rem;
  height: 1.84rem;
}
.abouticar-main .fourth-banner .activeList .left .bottom .overflowh[data-v-22b6a731]:last-child {
  width: 3.49rem;
  height: 1.84rem;
  margin-right: 0.01rem;
}
.abouticar-main .fourth-banner .activeList .center[data-v-22b6a731] {
  width: 7.96rem;
  height: 6.52rem;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.abouticar-main .fourth-banner .activeList .center .top[data-v-22b6a731] {
  display: flex;
  justify-content: space-between;
  height: 2.9rem;
}
.abouticar-main .fourth-banner .activeList .center .top .overflowh[data-v-22b6a731]:first-child {
  width: 3.1rem;
}
.abouticar-main .fourth-banner .activeList .center .top .overflowh[data-v-22b6a731]:last-child {
  width: 4.71rem;
}
.abouticar-main .fourth-banner .activeList .center .bottom[data-v-22b6a731] {
  height: 3.49rem;
  width: 100%;
}
.abouticar-main .fourth-banner .activeList .right[data-v-22b6a731] {
  width: 3.56rem;
  height: 6.52rem;
}
.abouticar-main .sixth-banner[data-v-22b6a731] {
  margin-top: 0.85rem;
  height: calc(100% - 0.85rem);
  overflow: hidden;
  background: #ffffff;
}
.abouticar-main .sixth-banner .recruit[data-v-22b6a731] {
  overflow: auto;
  margin: 0 0.85rem;
  height: calc(100% - 0.85rem*2 - 1rem);
  scrollbar-color: #dddddd #fff;
  scrollbar-width: thin;
}
.abouticar-main .sixth-banner .recruit[data-v-22b6a731]::-webkit-scrollbar {
  width: 5px;
  height: 5px;
}
.abouticar-main .sixth-banner .recruit[data-v-22b6a731]::-webkit-scrollbar-thumb {
  /* border-radius: 99999px; */
  background-color: #dddddd;
  border-radius: 30px;
}
.abouticar-main .fifth-banner[data-v-22b6a731] {
  margin-top: 0.85rem;
  height: calc(100% - 0.85rem);
}
.abouticar-main .fifth-banner img[data-v-22b6a731] {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

