.aboutOne {
  background-image: url(../img/about/aboutOneBack.png);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  overflow: hidden;
}

.aboutOnebox {
  display: flex;
  width: 16rem;
  margin: .68rem auto 0;
}

.aboutOneL {
  width: 7.8rem;
  margin-right: .95rem;
}

.aboutOneTit {
  font-family: Microsoft YaHei, Microsoft YaHei;
  font-weight: bold;
  font-size: 0.3rem;
  color: #0866DF;
  margin-bottom: .38rem;
}

.aboutOneTxt {
  font-family: Microsoft YaHei, Microsoft YaHei;
  font-weight: 400;
  font-size: 0.18rem;
  color: #444444;
  line-height: 0.33rem;
}

.aboutOneR {
  width: 7rem;
  height: 4.32rem;
  box-shadow: 0rem 0.03rem 0.25rem 0.01rem rgba(0, 0, 0, 0.1);
  border-radius: 0.45rem 0.45rem 0.45rem 0.45rem;
  overflow: hidden;
  position: relative;
}
.aboutOneR video,
.videoBox video {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.mask {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.1);
  /*backdrop-filter: blur(.05rem);*/
  transition: all .5s;
}

.mask video {
  width: 0;
  height: 0;
  object-fit: contain;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  transition: all .5s;
}

.mask img {
  width: 0rem;
  height: 0rem;
  top: .45rem;
  right: .39rem;
  position: absolute;
  cursor: pointer;
}

.maskActive {
  position: fixed;
  width: 100%;
  height: calc(100vh - 1.2rem);
  background-color: black;
  backdrop-filter: blur(0px);
  top: 1.2rem;
  left: 0;
  z-index: 100;
}

.maskActive video {
  width: 16rem;
  height: 70%;
}

.maskActive img {
  width: .32rem;
  height: .32rem;
}

.play {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 1.04rem;
  height: 1.04rem;
  /*background-image: url(../video/play.png);*/
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  z-index: 10;
  cursor: pointer;
}

.numBox {
  width: 16rem;
  display: flex;
  margin: 1.06rem auto;
}

.numItem {
  flex: 1;
  display: flex;
  align-items: center;
}

.numBox img {
  width: auto;
  height: auto;
  margin-right: .3rem;
}

.numTop {
  font-family: Arial, Arial;
  font-weight: 600;
  font-size: 0.2rem;
  color: #0866DF;
  display: flex;
  align-items: flex-start;
  line-height: .5;
  margin: .2rem 0;
}

.num {
  font-family: Arial, Arial;
  font-weight: 900;
  font-size: 0.45rem;
  color: #0866DF;
}

.numBottom {
  font-family: Microsoft YaHei, Microsoft YaHei;
  font-weight: 400;
  font-size: 0.2rem;
  color: #010101;
}

.aboutTwo {
  width: 100%;
  height: 4.53rem;
  position: relative;
  background-repeat: no-repeat;
  background-size: 100% 100%!important;
  background-position: center center!important;
  background-attachment: fixed!important;

}

.aboutTwo .commmonTitle {
  position: absolute;
  top: .81rem;
  left: 0;
  width: 100%;
  z-index: 1;
}

.aboutTwo .commmonTit,
.aboutTwo .commmonTxt {
  color: #FFFFFF;
}

.abcoutTwoBack {
  width: 100%;
  /*height: 100%;*/
  height: auto;
  position: absolute;
  top: 0;
  left: 0;
}

.aboutTwoBox {
  width: 16rem;
  position: absolute;
  top: 2.57rem;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  justify-content: space-between;
}

.aboutTwoItem {
  width: 7.56rem;
  height: 4rem;
  background: #FFFFFF;
  border-radius: .2rem;
  box-shadow: 0rem 0.03rem 0.2rem 0.01rem rgba(0, 0, 0, 0.07);
  z-index: 1;
  padding: .6rem .88rem;
  box-sizing: border-box;
  transform: translateY(100%);
  opacity: 0;
}

.aboutTwoActive:nth-child(1) {
  animation: about 1s forwards;
}

.aboutTwoActive:nth-child(2) {
  animation: about 1s .5s forwards;
}

.aboutTwoTit {
  font-family: Microsoft YaHei, Microsoft YaHei;
  font-weight: bold;
  font-size: 0.3rem;
  color: #222222;
  position: relative;
  padding-bottom: .32rem;
  margin-bottom: .36rem;
}

.aboutTwoTit::after {
  content: '';
  width: 0.32rem;
  height: 0.1rem;
  background: #0866DF;
  transform: skew(-8deg);
  position: absolute;
  left: 0;
  bottom: 0;
}

.aboutTwoTxt {
  font-family: Microsoft YaHei, Microsoft YaHei;
  font-weight: 400;
  font-size: 0.2rem;
  color: #222222;
  line-height: 0.35rem;
}

.aboutThree {
  margin-top: 3.07rem;
}

.honorTab {
  width: 16rem;
  margin: .38rem auto .75rem;
  display: flex;
  justify-content: center;
  align-items: center;
}

.honorTabItem {
  font-family: Microsoft YaHei, Microsoft YaHei;
  font-weight: 400;
  font-size: 0.25rem;
  color: #333333;
  cursor: pointer;
  position: relative;
  margin: 0 .47rem;
}

.honorTabActive {
  color: #0866DF;
}

.honorTabActive::after {
  content: '';
  width: 100%;
  height: .02rem;
  background: #0866DF;
  position: absolute;
  left: 0;
  bottom: -.15rem;
}

.honorSwiperBox {
  width: 16rem;
  margin: 0 auto 1.14rem;
  position: relative;
}

.honorSwiper .swiper-slide {
  background: #FFFFFF;
  padding: .3rem 0;
  box-sizing: border-box;
  box-shadow: 0rem 0.03rem 0.2rem 0.01rem rgba(0, 0, 0, 0.06);
  border-radius: .2rem;
}

.honorImg {
  width: 3rem;
  height: 2.52rem;
  margin: 0 auto .56rem;
}

.honorImg img {
  object-fit: contain !important;
}

.honorTit {
  width: 2.46rem;
  margin: 0 auto;
  text-align: center;
  font-family: Microsoft YaHei, Microsoft YaHei;
  font-weight: 400;
  font-size: 0.2rem;
  color: #333333;
}

.honorSwiperBox .swiper-button-prev,
.honorSwiperBox .swiper-button-next {
  width: .61rem;
  height: .61rem;
  opacity: 1 !important;
}

.honorSwiperBox .swiper-button-prev {
  left: -.94rem;
}

.honorSwiperBox .swiper-button-next {
  right: -.94rem;
}

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

.honorSwiperBox .swiper-button-prev img:first-child,
.honorSwiperBox .swiper-button-next img:first-child,
.honorSwiperBox .swiper-button-disabled img:last-child {
  display: none;
}

.honorSwiperBox .swiper-button-disabled img:first-child {
  display: block;
}

.aboutfour {
  width: 100%;
  height: 7rem;
  background-image: url(../img/about/teamBack.png);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  overflow: hidden;
}

.aboutfour .commmonTitle {
  margin-top: 1.16rem;
}

.aboutfour .commmonTit,
.aboutfour .commmonTxt {
  color: #FFFFFF;
}

.teamBox {
  width: 16rem;
  margin: .9rem auto 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.teamItem {
  width: 7.5rem;
  display: flex;
  align-items: center;
  margin-bottom: .59rem;
  transform: translateY(100%);
  opacity: 0;
}

.teamItemActive:nth-child(1) {
  animation: about 1s forwards;
}

.teamItemActive:nth-child(2) {
  animation: about 1s .5s forwards;
}

.teamItemActive:nth-child(3) {
  animation: about 1s .8s forwards;
}

.teamItemActive:nth-child(4) {
  animation: about 1s 1s forwards;
}

.teamImg {
  width: .9rem;
  height: .9rem;
  display: flex;
  margin-right: .58rem;
  flex-shrink: 0;
}

.teamImg img:last-child,
.teamItem:hover .teamImg img:first-child {
  display: none;
}

.teamItem:hover .teamImg img:last-child {
  display: block;
}

.teamTxt {
  font-family: Microsoft YaHei, Microsoft YaHei;
  font-weight: 400;
  font-size: 0.2rem;
  color: #FFFFFF;
  line-height: 0.4rem;
}

.aboutfive {
  overflow: hidden;
}

.aboutfive .commmonTitle {
  margin-top: .79rem;
}

.cultureTitle {
  font-family: Microsoft YaHei, Microsoft YaHei;
  font-weight: bold;
  font-size: 0.3rem;
  color: #010101;
  display: flex;
  align-items: center;
  margin: .15rem auto .66rem;
  justify-content: center;
}

.cultureTitle::before,
.cultureTitle::after {
  content: '';
  width: 0.11rem;
  height: 0.11rem;
  background: #3984E5;
  margin: 0 .26rem;
  border-radius: 50%;
}

.cultureBox {
  margin: 0 auto 1.43rem;
  width: 16rem;
  display: flex;
}

.cultureItem {
  width: 5rem;
  height: 3.5rem;
  background: #F5F5F5;
  border-radius: .15rem;
  padding: .46rem .51rem 0;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  transition: all .5s;
  margin-right: .5rem;
  transform: translateY(100%);
  opacity: 0;
}

.cultureItem:nth-child(3n) {
  margin-right: 0;
}

.cultureItemActive:nth-child(1) {
  animation: about 1s forwards;
}

.cultureItemActive:nth-child(2) {
  animation: about 1s .5s forwards;
}

.cultureItemActive:nth-child(3) {
  animation: about 1s .8s forwards;
}

.cultureItem:hover {
  background: #3984E5;
}

.cultureTit {
  font-family: Microsoft YaHei, Microsoft YaHei;
  font-weight: 400;
  font-size: 0.3rem;
  color: #333333;
  margin-bottom: .1rem;
}

.cultureTitEn {
  font-family: Arial, Arial;
  font-weight: 400;
  font-size: 0.2rem;
  color: #777777;
  margin-bottom: .28rem;
}

.cultureTxt {
  font-family: Microsoft YaHei, Microsoft YaHei;
  font-weight: 400;
  font-size: 0.2rem;
  color: #FFFFFF;
  transform: translateY(100%);
  opacity: 0;
  transition: all .5s;
}

.cultureItem:hover .cultureTit,
.cultureItem:hover .cultureTitEn {
  color: #FFFFFF;
}

.cultureItem:hover .cultureTxt {
  transform: translateY(0%);
  opacity: 1;
}

.bigTxt {
  width: .83rem;
  display: flex;
}

.cultureItem:hover .bigTxt img {
  filter: brightness(10);
}

.aboutSix {
  width: 100%;
  height: 6.92rem;
  position: relative;
  background-image: url(../img/about/historyBack.png);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}

.aboutSix::after {
  content: '';
  width: 100%;
  height: .01rem;
  background: #FFFFFF;
  position: absolute;
  bottom: .8rem;
}

.historySwiper1 {
  width: 100%;
  height: 100%;
}

.historySwiper1 .swiper-slide {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  opacity: 0 !important;
}

.historySwiper1 .swiper-slide-active {
  opacity: 1 !important;
}

.historySwiper1 .swiper-slide p {
  max-width: 7.3rem;
}

.historyTime {
  font-family: Arial, Arial;
  font-weight: 900;
  font-size: 1rem;
  color: #FFFFFF;
  opacity: .2;
}

.historyTit {
  font-family: Microsoft YaHei, Microsoft YaHei;
  font-weight: 400;
  font-size: 0.27rem;
  color: #FFFFFF;
  margin-top: -.6rem;
  margin-bottom: .45rem;
}

.historyTxt {
  font-family: Microsoft YaHei, Microsoft YaHei;
  font-weight: 400;
  font-size: 0.19rem;
  color: #FFFFFF;
  margin-bottom: .47rem;
  line-height: 0.3rem;
  text-align: center;
}

.historyTime2 {
  font-family: Arial, Arial;
  font-weight: bold;
  font-size: 0.4rem;
  color: #FFFFFF;
}

.historySwiper2 {
  position: absolute !important;
  left: 50%;
  transform: translateX(-50%);
  bottom: 0;
  width: 15.2rem;
  height: 1rem;
  margin: 0 auto;
}

.historySwiper2 .swiper-slide {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.spot {
  width: 0.12rem;
  height: 0.12rem;
  background: #FFFFFF;
  border-radius: 50%;
  position: relative;
  margin: .14rem;
  margin-bottom: .26rem;
  cursor: pointer;
}

.historySwiper2 .swiper-slide-active .spot {
  background: #0071EF;
}

.historySwiper2 .swiper-slide-active .spot::after {
  content: '';
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 0.12rem;
  height: 0.12rem;
  border: .07rem solid #FFFFFF;
  border-radius: 50%;
}

.year {
  font-family: Microsoft YaHei, Microsoft YaHei;
  font-weight: 400;
  font-size: 0.2rem;
  color: #FFFFFF;
  cursor: pointer;
}

.aboutSix .swiper-button-next,
.aboutSix .swiper-button-prev {
  width: .61rem;
  height: .61rem;
  display: flex;
  opacity: 1 !important;
}

.aboutSix .swiper-button-next {
  right: .66rem;
}

.aboutSix .swiper-button-prev {
  left: .66rem;
}

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

@keyframes about {
  0% {
    transform: translateY(100%);
    opacity: 0;
  }

  100% {
    transform: translateY(0%);
    opacity: 1;
  }
}

.aboutSeven {
  overflow: hidden;
}

.aboutSeven .commmonTitle {
  margin-top: 1.07rem;
}

.aboutFriend {
  width: 100%;
  height: 7.18rem;
  margin: 0 auto;
  position: relative;
}

.aboutFriendItem {
  position: absolute;
  display: flex;
  /*animation: friend .5s infinite;*/
}

.aboutFriendItem img{
    object-fit: cover;
}

.smallFriend {
  width: 1.12rem;
  height: 1.12rem;
  animation: friend 3s infinite linear;
  border-radius: 50%;
  overflow: hidden;
}

.centerFriend {
  width: 1.35rem;
  height: 1.35rem;
  animation: friend 3s infinite linear;
  border-radius: 50%;
  overflow: hidden;
}

.bigFriend {
  width: 1.73rem;
  height: 1.73rem;
  animation: friend 3s infinite linear;
  border-radius: 50%;
  overflow: hidden;
}

.smallFriend:nth-child(1) {
  top: 4.35rem;
  left: 1.84rem;
}

.smallFriend:nth-child(2) {
  top: 3rem;
  left: 3.12rem;
}

.smallFriend:nth-child(3) {
  top: 1.76rem;
  left: 9.24rem;
}

.smallFriend:nth-child(4) {
  top: 2.67rem;
  left: 11.43rem;
}

.smallFriend:nth-child(5) {
  top: 4.28rem;
  left: 13.42rem;
}

/*.smallFriend:nth-child(6) {*/
/*  top: 2.4rem;*/
/*  left: 13.62rem;*/
/*}*/

.centerFriend:nth-child(5) {
  top: 2.4rem;
  left: 13.62rem;
}


/*.smallFriend:nth-child(7) {*/
/*  top: .81rem;*/
/*  left: 14.73rem;*/
/*}*/

.bigFriend:nth-child(5) {
  top: .81rem;
  left: 14.73rem;
}

.centerFriend:nth-child(1) {
  top: 1.04rem;
  left: 1.6rem;
}

.centerFriend:nth-child(2) {
  top: 1.72rem;
  left: 4.37rem;
}

.centerFriend:nth-child(3) {
  top: 3.96rem;
  left: 5.25rem;
}
.centerFriend:nth-child(4) {
  top: 3.92rem;
  left: 10.27rem;
}

.bigFriend:nth-child(1) {
  top: 1.37rem;
  left: 6.42rem;
}
.bigFriend:nth-child(2) {
  top: 3.41rem;
  left: 7.59rem;
}

.bigFriend:nth-child(3) {
  top: 0.42rem;
  left: 11.2rem;
}

.bigFriend:nth-child(4) {
  top: 2.69rem;
  left: 15.87rem;
}

@keyframes friend {
  0% { transform: translateY(0); }
  33% { transform: translateY(-.1rem); }
  66% { transform: translateY(.1rem); }
  100% { transform: translateY(0); }
}


@media screen and (max-width:1024px){
    .aboutOne{
        padding: .3rem;
    }
    .aboutOnebox{
        width: 100%;
        flex-direction: column;
    }
    .aboutOneL{
        width: 100%;
    }
    .aboutOneTit{
        font-size: 18px;
    }
    .aboutOneTxt{
        font-size: 14px;
    }
    .maskActive video{
        width: 95%;
        height: auto;
    }
    .maskActive{
        height: calc(100vh - 50px);
        top: 50px;
    }
    .numBox{
        width: 100%;
        flex-wrap: wrap;
        margin: .5rem 0;
    }
    .numItem{
        flex: none;
        width: 50%;
    }
    .numBox img{
        max-width: 1rem;
        max-height: 1rem;
    }
    .numBottom{
        font-size: 14px;
        height: 38px;
    }
    .aboutTwoBox{
        width: 100%;
        padding: 0 .3rem;
        box-sizing: border-box;
    }
    .aboutTwoItem{
        width: 48%;
    }
    .aboutTwoItem{
        padding: .3rem;
        height: auto;
    }
    .aboutThree{
        margin-top: 5rem;
        overflow: hidden;
    }
    .aboutTwoTit{
        font-size: 14px;
    }
    .aboutTwoTxt{
        font-size: 12px;
    }
    .honorTab{
        width: 100%;
    }
    .honorSwiperBox{
        width: 100%;
        padding: 0 .3rem;
        box-sizing: border-box;
    }
    .honorTit{
        font-size: 14px;
    }
    .teamBox{
        width: 100%;
        padding: 0 .3rem;
        box-sizing: border-box;
    }
    .aboutfour{
        height: auto;
    }
    .teamTxt{
        font-size: 14px;
    }
    .cultureBox{
        width: 100%;
        padding: 0 .3rem;
        box-sizing: border-box;
        flex-direction: column;
    }
    .cultureItem{
        width: 100%;
        margin-right: 0;
        margin-bottom: .3rem;
    }
    .cultureTit{
        font-size: 16px;
    }
    .cultureTitEn{
        font-size: 14px;
    }
    .historySwiper2{
        width: 100%;
    }
    .aboutSix .swiper-button-next, .aboutSix .swiper-button-prev{
        display: none;
    }
    .historyTit{
        font-size: 16px;
    }
    .historySwiper1 .swiper-slide p{
        font-size: 14px;
    }
    .historyTime{
        font-size: 1rem!important;
    }
    .year{
        font-size: 14px;
    }
    .aboutFriend{
        /*width: 19.2rem;*/
        /*transform: scale(.39) translate(-78%,-20%);*/
        height: auto;
    }
    .aboutFriendItem {
        position: static;
        width: 100px;
        height: 100px;
        flex: 0 0 100px;
        padding-right: 30px;
    }
    .small,
    .center,
    .big {
        display: flex;
        overflow: auto;
        padding: 0.1rem;
    }
    body {
        max-width: 100%;
        overflow-x: hidden;
        overflow-y: scroll;
    }
    .aboutOneR{
        margin-top: 30px;
    }
}

