.about {
  width: 100%;
  height: auto;
}

.currenta {
  color: #535D70 !important;
}

.about .bigabpic {
  position: relative;
  width: 100%;
  height: 100vh;
  padding-top: 200px;
}

.about .bigabpic img {
  position: absolute;
  left: 0;
  top: 0;
  z-index: -1;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.about .bigabpic .title {
  width: 100%;
  text-align: center;
}

.about .bigabpic .title p {
  font-family: PingFang SC, PingFang SC;
  font-weight: 200;
  font-size: 2.292vw;
  color: #212229;
  text-align: center;
  font-style: normal;
  text-transform: none;
}

.about .bigabpic .xts {
  position: absolute;
  left: 50%;
  bottom: 60px;
  transform: translateX(-50%);
  z-index: 11;
  width: 140px;
  height: 140px;
}

.about .bigabpic .xts .wai {
  width: 100%;
  height: 100%;
}

.about .bigabpic .xts .nei {
  position: absolute;
  width: 44px;
  height: 44px;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  animation: bottomts 1.8s infinite ease-in-out;
  transform-origin: top;
}

.about .bigabpic .xts img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

@keyframes bottomts {
  0% {
    top: 50%;
  }

  50% {
    top: 60%;
  }

  100% {
    top: 50%;
  }
}

.about .about-js {
  display: flex;
  width: 100%;
  height: auto;
  padding: 5.208vw 8.333vw;
}

.about .about-js .left {
  flex: 1;
  height: auto;
  margin-right: 2.083vw;
}

.about .about-js .left .title {
  width: 36.458vw;
  font-family: PingFang SC, PingFang SC;
  font-weight: 500;
  font-size: 2.083vw;
  color: #212229;
  text-align: left;
  font-style: normal;
  text-transform: none;
}

.about .about-js .left img {
  width: 140px;
  height: 76px;
  margin: 40px 0;
}

.about .about-js .left .text {
  width: 50vw;
  height: auto;
}

.about .about-js .left .text p {
  width: 100%;
  height: auto;
  font-family: PingFang SC, PingFang SC;
  font-weight: 400;
  font-size: 16px;
  color: #535D70;
  line-height: 32px;
  text-align: left;
  font-style: normal;
  text-transform: none;
}

.about .about-js .left .shuju {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  margin-top: 4.375vw;
}

.about .about-js .left .shuju li {
  width: 200px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  margin-right: 3.125vw;
  margin-bottom: 1.042vw;
}

.about .about-js .left .shuju li:last-child {
  margin-right: 0;
}

.about .about-js .left .shuju li p {
  font-family: PingFang SC, PingFang SC;
  font-weight: 400;
  font-size: 14px;
  color: #212229;
  line-height: 20px;
  text-align: left;
  font-style: normal;
  text-transform: none;
  margin-bottom: 4px;
}

.about .about-js .left .shuju li .number {
  font-family: Gilroy, Gilroy;
  font-weight: 700;
  font-size: 48px;
  color: #212229;
  line-height: 48px;
  text-align: left;
  font-style: normal;
  text-transform: none;
  transition: all 0.5s ease;
}

.about .about-js .right {
  width: 560px;
}

.about .about-js .right img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.about .about-culture {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  height: auto;
  padding: 0 8.333vw;
}

.about .about-culture .list {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  position: relative;
  width: 48%;
  height: auto;
  padding: 2.604vw;
  cursor: pointer;
  opacity: 0;
}

.about .about-culture .list:nth-child(1) {
  transform: translateY(50px);
  transition: all 0.7s ease-out;
}

.about .about-culture .list:nth-child(2) {
  transform: translateY(70px);
  transition: all 0.9s ease-out;
}

.fade-in-up {
  opacity: 1 !important;
  transform: translateY(0) !important;
}

.about .about-culture .list .bcg {
  position: absolute;
  left: 0;
  top: 0;
  z-index: -1;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.about .about-culture .list .title {
  font-family: PingFang SC, PingFang SC;
  font-weight: 500;
  font-size: 28px;
  color: #212229;
  line-height: 28px;
  text-align: left;
  font-style: normal;
  text-transform: none;
  margin-top: 24px;
  margin-bottom: 20px;
}

.about .about-culture .list:hover .title {
  color: #5319FF;
}

.about .about-culture .list p {
  font-family: PingFang SC, PingFang SC;
  font-weight: 400;
  font-size: 18px;
  color: #535D70;
  line-height: 18px;
  text-align: left;
  font-style: normal;
  text-transform: none;
}

.about .about-honor {
  width: 100%;
  height: auto;
  padding: 5.208vw 8.333vw;
  margin: 0;
}

.about .about-honor .tab {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  height: auto;
  margin-bottom: 3.125vw;
}

.about .about-honor .tab .title {
  font-family: PingFang SC, PingFang SC;
  font-weight: 500;
  font-size: 2.083vw;
  color: #212229;
  text-align: left;
  font-style: normal;
  text-transform: none;
}

.about .about-honor .tab .honor-ul {
  display: flex;
  align-items: center;
}

.about .about-honor .tab .honor-ul li {
  display: block;
  border-radius: 40px 40px 40px 40px;
  border: 1px solid #EDEDED;
  font-family: PingFang SC, PingFang SC;
  font-weight: 300;
  font-size: 16px;
  color: #535D70;
  line-height: normal;
  text-align: center;
  font-style: normal;
  text-transform: none;
  padding: 9px 24px;
  margin-right: 10px;
  cursor: pointer;
}

.about .about-honor .tab .honor-ul li:last-child {
  margin-right: 0;
}

.about .about-honor .tab .honor-ul .active {
  border: 1px solid #5319FF;
  color: #5319FF;
}

.about .about-honor .honor-right {
  width: 100%;
  height: auto;
}

.about .about-honor .honor-right .swiper {
  height: auto;
  position: relative;
  display: none;
}

.about .about-honor .honor-right .active {
  display: block;
}

.swiper-container {
  width: 100%;
  height: 19.792vw;
  color: #fff;
  text-align: center;
  margin: 0 auto;
  position: relative;
  direction: ltr;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  -o-backface-visibility: hidden;
  backface-visibility: hidden;
  z-index: 1;
}

.pagination {
  position: absolute;
  z-index: 20;
  left: 10px;
  bottom: 10px;
}

.swiper-pagination-switch {
  display: inline-block;
  width: 8px;
  height: 8px;
  border-radius: 8px;
  background: #222;
  margin-right: 5px;
  opacity: 0.8;
  border: 1px solid #fff;
  cursor: pointer;
}

.swiper-visible-switch {
  background: #aaa;
}

.swiper-active-switch {
  background: #fff;
}

.swiper-wrapper {
  position: relative;
  overflow: hidden;
  width: 100%;
  -webkit-transition-property: -webkit-transform, left, top;
  -webkit-transition-duration: 0s;
  -webkit-transform: translate3d(0px, 0, 0);
  -webkit-transition-timing-function: ease;
  -moz-transition-property: -moz-transform, left, top;
  -moz-transition-duration: 0s;
  -moz-transform: translate3d(0px, 0, 0);
  -moz-transition-timing-function: ease;
  -o-transition-property: -o-transform, left, top;
  -o-transition-duration: 0s;
  -o-transform: translate3d(0px, 0, 0);
  -o-transition-timing-function: ease;
  -o-transform: translate(0px, 0px);
  -ms-transition-property: -ms-transform, left, top;
  -ms-transition-duration: 0s;
  -ms-transform: translate3d(0px, 0, 0);
  -ms-transition-timing-function: ease;
  transition-property: transform, left, top;
  transition-duration: 0s;
  transform: translate3d(0px, 0, 0);
  transition-timing-function: ease;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}

.swiper-free-mode>.swiper-wrapper {
  -webkit-transition-timing-function: ease-out;
  -moz-transition-timing-function: ease-out;
  -ms-transition-timing-function: ease-out;
  -o-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
  margin: 0 auto;
}

.swiper-slide {
  display: flex;
  justify-content: center;
  float: left;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}

.swiper-slide .pic {
  width: 14.583vw;
  height: 19.792vw;
}

.honorSwiper3 .swiper-slide .pic {
  width: 31.25vw;
  height: 19.792vw;
}

.swiper-slide .pic img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.swiper-wp8-horizontal {
  -ms-touch-action: pan-y;
}

.swiper-wp8-vertical {
  -ms-touch-action: pan-x;
}

.swiper-button-prev,
.swiper-button-next {
  width: 44px;
  height: 44px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  cursor: pointer;
  background-color: #F5F7FA;
  z-index: 10;
  border-radius: 44px;
  border: none;
}

.swiper-button-next:after,
.swiper-button-prev:after {
  display: none;
}

.swiper-button-prev:hover,
.swiper-button-next:hover {
  background-color: #5319FF;
}

.swiper-button-prev:hover .layui-icon,
.swiper-button-next:hover .layui-icon {
  color: #fff !important;
}

.swiper-button-prev {
  left: -34px;
}

.swiper-button-next {
  right: -34px;
}

.about .about-partner {
  width: 100%;
  height: auto;
  padding: 5.208vw 8.333vw;
  text-align: center;
  background: #F5F7FA;
}

.about .about-partner .title {
  font-family: PingFang SC, PingFang SC;
  font-weight: 500;
  font-size: 2.083vw;
  color: #212229;
  text-align: center;
  font-style: normal;
  text-transform: none;
  margin-bottom: 3.125vw;
}

.about .about-partner .all-partner {
  display: flex;
  /* justify-content: space-between; */
  flex-wrap: wrap;
  width: 100%;
  height: auto;
}

.about .about-partner .all-partner li {
  /* width: 13.802vw; */
  flex: 0 0 calc(100% / 6);
  height: 6.25vw;
  transition: all 0.4s;
  cursor: pointer;
  border: 1px dashed rgba(33, 34, 41, 0.1);
}

.about .about-partner .all-partner li:nth-child(-n+6) {
  border-top: none;
}

.about .about-partner .all-partner li:nth-last-child(-n+6) {
  border-bottom: none;
}

.about .about-partner .all-partner li:nth-child(1) {
  border-left: none;
}

.about .about-partner .all-partner li:nth-child(7) {
  border-left: none;
}

.about .about-partner .all-partner li:nth-child(13) {
  border-left: none;
}

.about .about-partner .all-partner li:nth-child(6) {
  border-right: none;
}

.about .about-partner .all-partner li:nth-child(12) {
  border-right: none;
}

.about .about-partner .all-partner li:nth-child(18) {
  border-right: none;
}



.about .about-partner .all-partner li .pic {
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.about .about-partner .all-partner li img {
  width: 100%;
  height: auto;
  object-fit: contain;
  transition: all 0.4s;
}

.about .about-partner .all-partner li:hover {
  transform: translateY(-10px);
}

.about .about-partner .all-partner li:hover img {
  transform: scale(1.1);
}

.about .about-evaluate {
  width: 100%;
  height: auto;
  background: #F5F7FA;
  padding-bottom: 5.208vw;
  overflow: hidden;
  padding-top: 20px;
}

.about .about-evaluate .str_wrap {
  width: 100%;
  position: relative;
  -moz-user-select: none;
  -khtml-user-select: none;
  user-select: none;
  white-space: nowrap;
  margin-bottom: 50px;
}

.about .about-evaluate .str_wrap:last-child {
  margin-bottom: 0;
}

.about .about-evaluate .str_move {
  display: flex;
  align-items: center;
  white-space: nowrap;
  position: absolute;
  top: 0;
  left: 0;
  cursor: move;
}

.about .about-evaluate .jq22 .list {
  position: relative;
  width: auto;
  height: auto;
  margin: 0 40px;
}

.about .about-evaluate .jq22 .list .pic {
  width: 64px;
  height: 64px;
  position: absolute;
  left: -32px;
  top: 50%;
  z-index: 1;
  transform: translateY(-50%);
  border-radius: 50%;
  background-color: #FFFFFF;
}

.about .about-evaluate .jq22 .list .pic img {
  width: 100%;
  height: 100%;
}

.about .about-evaluate .jq22 .list p {
  width: auto;
  height: 52px;
  font-family: PingFang SC, PingFang SC;
  font-weight: 400;
  font-size: 16px;
  line-height: 52px;
  color: #8B9AAD;
  text-align: center;
  font-style: normal;
  text-transform: none;
  border-radius: 52px 52px 52px 52px;
  padding: 0 36px;
}

.about .about-evaluate .jq22 .list:nth-child(odd) p {
  background: rgba(243, 127, 18, 0.04);
}

.about .about-evaluate .jq22 .list:nth-child(even) p {
  background: rgba(83, 25, 255, 0.04);
}

.about .about-evaluate .jq22 .list:hover p {
  background: #FFFFFF;
  border: 1px solid #5319FF;
  color: #5319FF;
  cursor: pointer;
}

.about-contact {
  position: relative;
  width: 100%;
  height: auto;
  background-image: url(../images/contactbcg.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  padding: 5.208vw 8.333vw;
}

.about-contact::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.6);
}

.about-contact .title {
  position: relative;
  z-index: 1;
  width: 100%;
  font-family: PingFang SC, PingFang SC;
  font-weight: 500;
  font-size: 2.083vw;
  color: #212229;
  text-align: center;
  font-style: normal;
  text-transform: none;
  margin-bottom: 3.125vw;
}

.about-contact .all-contact {
  position: relative;
  z-index: 1;
  width: 100%;
  height: auto;
  display: flex;
  align-items: center;
}

.about-contact .all-contact {
  width: 100%;
  height: auto;
  display: flex;
  justify-content: space-between;
}

.about-contact .all-contact .left .list {
  display: flex;
  align-items: center;
  margin-bottom: 2.604vw;
}

.about-contact .all-contact .left .list img {
  width: 48px;
  height: 48px;
  margin-right: 40px;
}

.about-contact .all-contact .left .list .text .name {
  font-family: PingFang SC, PingFang SC;
  font-weight: 400;
  font-size: 22px;
  color: #212229;
  line-height: 22px;
  text-align: left;
  font-style: normal;
  text-transform: none;
  margin-bottom: 10px;
}

.about-contact .all-contact .left .list .text p {
  font-family: PingFang SC, PingFang SC;
  font-weight: 400;
  font-size: 16px;
  color: #535D70;
  line-height: 16px;
  text-align: left;
  font-style: normal;
  text-transform: none;
}

.about-contact .all-contact .right {
  display: flex;
  align-items: center;
}

.about-contact .all-contact .right .item {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-right: 2.083vw;
}

.about-contact .all-contact .right .item img {
  width: 14.583vw;
  height: 14.583vw;
  margin-bottom: 20px;
}

.about-contact .all-contact .right .item p {
  font-family: PingFang SC, PingFang SC;
  font-weight: 400;
  font-size: 18px;
  color: #212229;
  line-height: 25px;
  text-align: center;
  font-style: normal;
  text-transform: none;
}

.about-contact .all-contact .right .item:last-child {
  margin-right: 0;
}

@media screen and (max-width: 960px) {
  .about {
    width: 100%;
    height: auto;
  }

  .about .bigabpic {
    position: relative;
    width: 100%;
    height: 100vh;
    padding-top: 160px;
    z-index: 20;
  }

  .about .bigabpic .title p {
    font-size: 24px;
  }

  .about .bigabpic .xts {
    bottom: 1.6rem;
    width: 120px;
    height: 120px;
  }

  .about .bigabpic .xts .wai {
    width: 100%;
    height: 100%;
  }

  .about .bigabpic .xts .nei {
    width: 38px;
    height: 38px;
  }

  .about .about-js {
    display: block;
    width: 100%;
    height: auto;
    padding: 1.06666667rem 0.4rem;
  }

  .about .about-js .left {
    flex: 1;
    height: auto;
    margin-right: 0;
  }

  .about .about-js .left .title {
    width: 100%;
    text-align: left;
    font-weight: bold;
    font-size: 20px;
  }

  .about .about-js .left img {
    width: 2.66666667rem;
    height: 1.33333333rem;
    margin: 0.53333333rem 0;
  }

  .about .about-js .left .text {
    width: 100%;
    height: auto;
  }

  .about .about-js .left .text p {
    width: 100%;
    font-size: 16px;
  }

  .about .about-js .left .shuju {
    margin-top: 0.8rem;
    justify-content: space-between;
  }

  .about .about-js .left .shuju li {
    width: 150px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    margin-right: 0;
    margin-bottom: 0.53333333rem;
  }

  .about .about-js .left .shuju li p {
    font-family: PingFang SC, PingFang SC;
    font-weight: 400;
    font-size: 14px;
    color: #212229;
    line-height: 20px;
    text-align: left;
    font-style: normal;
    text-transform: none;
    margin-bottom: 4px;
  }

  .about .about-js .left .shuju li .number {
    font-size: 40px;
  }

  .about .about-js .right {
    width: 100%;
  }

  .about .about-culture {
    display: block;
    padding: 0 0.4rem;
  }

  .about .about-culture .list {
    width: 100%;
    height: auto;
    padding: 0.53333333rem;
    margin-bottom: 0.53333333rem;
  }

  .about .about-culture .list:last-child {
    margin-bottom: 0;
  }

  .about .about-culture .list .bcg {
    position: absolute;
    left: 0;
    top: 0;
    z-index: -1;
    width: 100%;
    height: 100%;
    object-fit: cover;
  }

  .about .about-culture .list .title {
    font-size: 22px;
    margin: 15px 0;
  }

  .about .about-culture .list img:nth-child(2) {
    width: 36px;
    height: 36px;
  }

  .about .about-culture .list:hover .title {
    color: #5319FF;
  }

  .about .about-culture .list p {
    font-size: 14px;
  }

  .about .about-honor {
    padding: 1.06666667rem 0.4rem;
  }

  .about .about-honor .tab {
    display: block;
    margin-bottom: 0.8rem;
  }

  .about .about-honor .tab .title {
    font-size: 20px;
    font-weight: bold;
    margin-bottom: 0.53333333rem;
  }

  .about .about-honor .tab .honor-ul {
    overflow-x: auto;
    display: flex;
    align-items: center;
    flex-wrap: nowrap;
  }

  .about .about-honor .tab .honor-ul::-webkit-scrollbar {
    height: 2px;
  }

  .about .about-honor .tab .honor-ul li {
    white-space: nowrap;
    padding: 0.10666667rem 0.32rem;
    margin-right: 0.26666667rem;
    margin-bottom: 0.4rem;
    font-size: 14px;
  }

  .about .about-honor .honor-right {
    width: 100%;
    height: 8rem;
  }

  .about .about-honor .honor-right .swiper {
    height: 100% !important;
    position: relative;
  }

  .about .about-honor .honor-right .swiper .swiper-container {
    height: 100% !important;
  }

  .about .about-honor .honor-right .swiper .swiper-container .swiper-wrapper {
    height: 100% !important;
  }

  .about .about-honor .honor-right .active {
    display: block;
  }

  .swiper-slide {
    height: 100% !important;
  }

  .swiper-slide .pic {
    width: auto;
    height: 100% !important;
  }

  .honorSwiper3 .swiper-slide .pic {
    width: 100%;
    height: 100% !important;
  }

  .swiper-slide .pic img {
    width: 100%;
    height: 100%;
    object-fit: contain;
  }

  .swiper-button-prev,
  .swiper-button-next {
    display: none;
  }

  .about .about-partner {
    padding: 1.06666667rem 0.4rem;
  }

  .about .about-partner .title {
    font-weight: bold;
    font-size: 20px;
    margin-bottom: 0.8rem;
  }

  .about .about-partner .all-partner li {
    width: 48%;
    height: 100px;
    flex: auto;
    border: none;
  }

  .about .about-partner .all-partner li img {
    height: 100%;
    object-fit: cover;
  }

  .about .about-evaluate {
    width: 100%;
    height: auto;
    background: #F5F7FA;
    padding-bottom: 1.06666667rem;
    overflow: hidden;
    padding-top: 0;
  }

  .about .about-evaluate .str_wrap {
    margin-bottom: 0.8rem;
  }

  .about .about-evaluate .str_move {
    display: flex;
    align-items: center;
    white-space: nowrap;
    position: absolute;
    top: 0;
    left: 0;
    cursor: move;
  }

  .about .about-evaluate .jq22 .list {
    position: relative;
    width: auto;
    height: auto;
    margin: 0 0.53333333rem;
  }

  .about .about-evaluate .jq22 .list .pic {
    width: 44px;
    height: 44px;
    position: absolute;
    left: -28px;
    top: 50%;
    z-index: 1;
    transform: translateY(-50%);
    border-radius: 50%;
    background-color: #FFFFFF;
  }

  .about .about-evaluate .jq22 .list .pic img {
    width: 100%;
    height: 100%;
  }

  .about .about-evaluate .jq22 .list p {
    width: auto;
    height: 44px;
    font-family: PingFang SC, PingFang SC;
    font-weight: 400;
    font-size: 16px;
    line-height: 44px;
    color: #8B9AAD;
    text-align: center;
    font-style: normal;
    text-transform: none;
    border-radius: 44px 44px 44px 44px;
    padding: 0 0.53333333rem;
  }

  .about .about-evaluate .jq22 .list:nth-child(odd) p {
    background: rgba(243, 127, 18, 0.04);
  }

  .about .about-evaluate .jq22 .list:nth-child(even) p {
    background: rgba(83, 25, 255, 0.04);
  }

  .about .about-evaluate .jq22 .list:hover p {
    background: #FFFFFF;
    border: 1px solid #5319FF;
    color: #5319FF;
    cursor: pointer;
  }

  .about-contact {
    padding: 1.06666667rem 0.4rem;
  }

  .about-contact .title {
    font-weight: bold;
    font-size: 20px;
    margin-bottom: 0.8rem;
  }

  .about-contact .all-contact {
    display: block;
  }

  .about-contact .all-contact .left .list {
    display: flex;
    align-items: center;
    margin-bottom: 0.8rem;
  }

  .about-contact .all-contact .left .list img {
    width: 36px;
    height: 36px;
    margin-right: 0.53333333rem;
  }

  .about-contact .all-contact .left .list .text .name {
    font-size: 18px;
  }

  .about-contact .all-contact .left .list .text p {
    font-size: 14px;
  }

  .about-contact .all-contact .right {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-top: 1.06666667rem;
  }

  .about-contact .all-contact .right .item {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-right: 0;
  }

  .about-contact .all-contact .right .item img {
    width: 110px;
    height: 110px;
    margin-bottom: 0.26666667rem;
  }

  .about-contact .all-contact .right .item p {
    font-size: 16px;
  }

  .about-contact .all-contact .right .item:last-child {
    margin-right: 0;
  }
}