.commonBanner {
  width: 100%;
  height: 5rem;
  position: relative;
  overflow: hidden;
}
.commonBanner .banner-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.commonBanner .content {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.commonBanner .content h5 {
  font-weight: normal;
  font-size: 0.54rem;
  color: #FFFFFF;
}
.commonBanner .content p {
  font-weight: normal;
  font-size: 0.28rem;
  color: #FFFFFF;
  margin-top: 0.46rem;
  letter-spacing: 2px;
}
.brief-wrap {
  padding-left: calc((100% - 15.6rem) / 2);
  padding-right: 7rem;
  position: relative;
  overflow: hidden;
  min-height: 8rem;
}
.brief-wrap .zs1 {
  width: 10.49rem;
  height: 1.93rem;
  position: absolute;
  left: 1.33rem;
  bottom: -0.18rem;
  z-index: 1;
}
.brief-wrap .zs2 {
  width: 8.29rem;
  height: 5.59rem;
  position: absolute;
  right: 1.2rem;
  top: 0.5rem;
  z-index: 2;
}
.brief-wrap .zs2 .zs2-img {
    margin-top: 0.73rem;
    /*margin-left: 0.88rem;*/
    width: 90%;
    height: 87%;
    border-radius: 0.15rem;
}
.brief-wrap .zs2 .play {
  position: absolute;
  top: 60%;
  left: 53%;
  transform: translateY(-50%);
  display: flex;
  align-content: center;
  justify-content: center;
  flex-direction: column;
  align-items: center;
}
.brief-wrap .zs2 .play:hover img {
  transform: scale(1.3);
}
.brief-wrap .zs2 .play img {
  transition: 300ms;
  width: 0.54rem;
  height: auto;
}
.brief-wrap .zs2 .play p {
  font-weight: normal;
  font-size: 0.16rem;
  color: #FFFFFF;
  margin-top: 0.2rem;
}
.brief-wrap .keji_data {
  display: flex;
  justify-content: space-between;
}
.brief-wrap .keji_data .data_item {
  padding-left: 0.32rem;
  border-left: 0.01rem solid #171C61;
}
.brief-wrap .keji_data .data_item span {
  font-weight: 300;
  font-size: 0.48rem;
  color: #171C61;
  display: block;
}
.brief-wrap .keji_data .data_item p {
  font-weight: normal;
  font-size: 0.18rem;
  color: #000000;
  display: block;
  margin-top: 0.15rem;
}
.brief-wrap .brief {
  margin-top: 1.15rem;
}
.brief-wrap .brief .title {
  position: relative;
  padding-left: 0.23rem;
  font-weight: normal;
  font-size: 0.36rem;
  color: #000000;
}
.brief-wrap .brief .title::after {
  content: '';
  width: 0.03rem;
  height: 0.34rem;
  background: #171C61;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}
.brief-wrap .brief .des {
  width: 7.38rem;
  margin-top: 0.3rem;
  font-weight: normal;
  font-size: 0.18rem;
  color: #000000;
  line-height: 0.3rem;
}
.brief-wrap .brief .des p{
  line-height: 2em;
  text-align: justify;
  text-indent: 2em;
}
.person {
  display: flex;
  background: #edeff4;
  overflow: hidden;
  margin:.4rem 0;
}

 .person:nth-child(odd) {
  flex-direction: row;

}
 .person:nth-child(even) {
  flex-direction: row-reverse;
   .person-info{
     text-align:right;
   }
   .person-info .person-name {
     display:flex;
     justify-content: flex-end;
   }
}

.person-image {
  /*min-height: 280px;*/
  background-size: cover;
  background-position: center;
  /*width: 25%;*/
  img{
    /*width: 70%;*/
    width:100%;
    height:100%;
  }
}

.person-info {
  padding:0 25px;
}

.person-info h1 {
  color:rgba(80, 73, 239, 0.3);
  padding-top:.1rem;
  font-weight: bold;
  font-size: 0.5rem;
}

.person-info h2 {
  color: #000;
  margin-bottom: 12px;
  padding-bottom: 8px;
  font-size: 0.3rem;
  padding-top:.2rem;
  letter-spacing: .1rem;
  font-weight:bold;

}
.person-info .person-name {
  display:flex;
  align-items: center;

}
.person-info p {
  /*margin-bottom: 12px;*/
  font-size: 0.22rem;
  color:#333;
}

.person-info ul {
  /*margin: 0.2rem 0;*/

}

.person-info li {
  margin-bottom: 10px;
  font-size: 0.16rem;
}

@media (max-width: 768px) {
  .partner-wrap {
    /*padding: 0.7rem 0;*/
    /*margin: 0 auto;*/
    width: auto;
  }
  .container {
    padding: 15px;
  }

  .person {
    flex-direction: column;
    margin-bottom: 25px;
  }

  .person-image {
    min-height: 200px;
    width: 100%;
    order: 1 !important;
    img{
      /*width: 70%;*/
    }
  }

  .person-info {
    order: 2 !important;
    padding: 20px;
  }
  .history-wrap .history-swiper {
    width: 100%;
    margin: .6rem auto;
  }
}
.history-wrap {
  background: #ffffff;
  padding-top: 0.5rem;

}
.history-wrap .history-swiper {
  width: 76%;
  margin:.6rem auto;
}
.history-wrap .history-swiper .slidesOffsetBefore {
  width: calc((100% - 15.6rem) / 2);
  position: fixed;
  z-index: -1;
}
.history-wrap .history-swiper .swiper-slide {
  width: 4.5rem;
  color: #000000;
  background: #fff;
  padding: 0.4rem 0.3rem;
}
.history-wrap .history-swiper .swiper-slide:hover {
  color: #fff;
  background: #171C61;
}
.history-wrap .history-swiper .swiper-slide:hover .year-box .line::after {
  background: #fff;
}
.history-wrap .history-swiper .swiper-slide:hover .year-box .line img.line-ball {
  display: none;
}
.history-wrap .history-swiper .swiper-slide:hover .year-box .line img.line-ball_a {
  display: block;
}
.history-wrap .history-swiper .swiper-slide .year-box .year {
  display: flex;
  align-items: baseline;
  font-weight: 300;
  font-size: 0.3rem;
}
.history-wrap .history-swiper .swiper-slide .year-box .year span {
  display: block;
  font-size: 0.18rem;
  margin-left: 0.05rem;
}
.history-wrap .history-swiper .swiper-slide .year-box .line {
  margin-top: 0.22rem;
  display: flex;
  justify-content: start;
  position: relative;
}
.history-wrap .history-swiper .swiper-slide .year-box .line::after {
  content: '';
  width: calc(100% - 0.14rem);
  height: 0.01rem;
  background: #171C61;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}
.history-wrap .history-swiper .swiper-slide .year-box .line img {
  display: flex;
  width: 0.14rem;
  height: 0.14rem;
}
.history-wrap .history-swiper .swiper-slide .year-box .line img.line-ball_a {
  display: none;
}
.history-wrap .history-swiper .swiper-slide .list {
  margin-top: 0;
  height: 4rem;
  overflow-y: auto;
  scrollbar-width: thin;
  scrollbar-color: rgba(0, 0, 0, 0.3) rgba(0, 0, 0, 0.1);
}
.history-wrap .history-swiper .swiper-slide .list p{
  padding: 10px 0;
}

.history-wrap .history-swiper .swiper-slide .list:hover {
    scrollbar-color: #fff #000;
}
.history-wrap .history-swiper .swiper-slide .list .item {
  margin-bottom: 0.25rem;
}
.history-wrap .history-swiper .swiper-slide .list .item .text {
  font-weight: normal;
  font-size: 16px;
}
.history-wrap .history-swiper .swiper-slide .list .item .des {
  font-weight: normal;
  font-size: 0.16rem;
  line-height: 0.24rem;
  margin-top: 0.1rem;
}
.history-wrap .history-navigation {
  display: flex;
  width: 1rem;
  margin-top: 0.4rem;
  margin-left: calc((100% - 1rem) / 2);
}
.history-wrap .history-navigation div {
  width: 50%;
  height: 0.5rem;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #333333;
}
.history-wrap .history-navigation div:hover {
  background: #171C61;
}
.history-wrap .history-navigation div img {
  width: 0.15rem;
  height: 0.15rem;
}
.corporate_culture_wrap {
  background: #ffffff;
  padding-top: 0.7rem;

}
.marBotRem{
  margin-bottom: 0.6rem;
}
.corporate_culture{
  text-align: center;
  background: #ffffff;

  h2{
    font-size: 0.5rem;
    padding: 0.5rem 0;
    letter-spacing: .01042rem;
  }
  h3{
    font-size: 0.28rem;
    letter-spacing: .01042rem;
  }
  h5{
    font-size: 0.16rem;
    padding: 0.3rem 0;
    letter-spacing: .01042rem;
  }
  em{
    font-size: .07292rem;
    padding: 0 .10417rem;
  }
}
.carousel_container {
  width: 70%;
  margin: 0 auto;
  display: flex;
  position: relative;
  justify-content: space-between;
  background: #ffffff;
}
.text_column {
  width: 40%;
  box-sizing: border-box;
  display: flex;
}
.image_column {
  width: 60%;
  display: flex;
  justify-content: right;
  padding: 0.5rem 0;
}
.carousel_image {
  width: 50%;
  display: none;
  border-radius: 10%;
}
.carousel_image.active {
  display: block;
}
.carousel_text {
  display: none;
  h2{
    font-size: 0.4rem;
    padding: 0.5rem 0;
    letter-spacing: .01042rem;
  }
  p{
    font-size: 0.2rem;
    letter-spacing: .01042rem;
    padding: 0.13rem 0;
    display: flex;
    justify-content: start;
    align-items: center;
    .spanS{
      width: 10px;
      height: 10px;
      background: #5049ef;
      margin-right: 10px;
    }
  }
}

.carousel_text.active {
  display: block;
}
.dots_container {
  text-align: center;
  margin: 20px 0;
}
.dot {
  display: inline-block;
  width: 8px;
  height: 8px;
  margin: 0 4px;
  background-color: #bbb;
  border-radius: 50%;
  cursor: pointer;
}
.dot.active {
  background-color: #5049ef;
}
.honor-wrap {
  padding: 0.7rem 0;
  background-size: cover;
  background: linear-gradient(to bottom, #5049ef, #0f0a89);
}
.honor-wrap .honor-box {
  margin: 0 auto;
  margin-top: 0.85rem;
  position: relative;
  padding-bottom: 1rem;
}
.honor-wrap .honor-box .honorSwiper {
  width: 100%;
  overflow: hidden;
  text-align: center;
}
.honor-wrap .honor-box .honorSwiper .img {
  width: 100%;
  background-position: center;
  background-size: cover;
  padding: 10px;
  /*border: 1px solid #fff;*/
  /*border-radius: 8px;*/
  overflow: hidden;
  /*box-shadow: 0 3px 10px rgba(0, 0, 0, 0.5);*/
}
.honor-wrap .honor-box .honorSwiper .img img {
  width: 100%;
  height: 2.5rem;
  display: block;
  object-fit: contain;
}
.honor-wrap .honor-box .honorSwiper .text {
  font-weight: normal;
  font-size: 0.18rem;
  color: #FFFFFF;
  margin-top: 0.4rem;
}
.honor-wrap .honor-box .honorSwiper .time {
  font-weight: normal;
  font-size: 0.16rem;
  color: #FFFFFF;
  margin-top: 0.08rem;
}
.honor-wrap .honor-box .honorSwiper-pagination {
  bottom: 0;
  display: flex;
  justify-content: center;
}
.honor-wrap .honor-box .honorSwiper-pagination span {
  display: block;
}
.honor-wrap .honor-box .honorSwiper-pagination .swiper-pagination-bullet {
  background: #fff;
}
.partner-wrap {
  padding: 0.7rem 0;
  margin: 0 auto;
  width: 15.6rem;
}
.partner-wrap .partner-list {
  margin-top: 0.6rem;
  display: flex;
  flex-wrap: wrap;
}
.partner-wrap .partner-list .item {
  display: block;
  width: 2.35rem;
  height: 0.9rem;
  margin-bottom: 0.3rem;
  margin-right: 0.3rem;
  box-shadow: 0rem 0rem 0.3rem 0.01rem rgba(0, 0, 0, 0.1);
}
.partner-wrap .partner-list .item:nth-child(6n) {
  margin-right: 0;
}
.partner-wrap .partner-list .item img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  display: block;
}
.historySwiper-pagination {
  display: none;
}
@media only screen and (max-width:1440px){
    .brief-wrap .brief .des {
      font-size: 14px;
    }
    .history-wrap .history-swiper .swiper-slide .list .item .des {
      font-size: 14px;
    }
}
@media only screen and (max-width: 900px) {
  .partner-wrap {
    /*padding: 0.7rem 0;*/
    /*margin: 0 auto;*/
    width: auto;
  }
  .history-wrap .history-swiper {
    width: 100%;
    margin: .6rem auto;
  }
  .person-info h1{
    font-size:0.3rem;
  }
  .person-info h2{
    font-size:0.2rem;
  }
  .person-info p{
    font-size:0.14rem;
  }
  .person-image {
    /*min-height: 280px;*/
    background-size: cover;
    background-position: center;
    width: 50%;
    img{
      /*width: 80%;*/
      /*width:100%;*/
      /*height:100%;*/
    }
  }
  .carousel_image{
    width:100%;
    height:100%;
  }
  .commonBanner .content p{
    text-align: center;
    width: 80%;
  }
  .brief-wrap {
    padding: 0;
  }
  .brief-wrap .keji_data {
    flex-direction: column;
    padding: 1rem 0.6rem 0 0.6rem;
    position: relative;
    overflow: hidden;
  }
  .brief-wrap .keji_data .data_item {
    margin-bottom: 0.4rem;
  }
  .brief-wrap .keji_data .data_item span {
    font-size: 0.75rem;
  }
  .brief-wrap .keji_data .data_item p {
    font-size: 0.28rem;
  }
  .brief-wrap .zs1 {
    width: 100%;
    height: 1.56rem;
    object-fit: cover;
    left: 0;
    bottom: 0rem;
  }
  .brief-wrap .zs2-phone {
    width: 100%;
    margin: 0.8rem 0;
    position: relative;
  }
  .brief-wrap .zs2-phone .zs2-img {
    width: 100%;
    height: auto;
  }
  .brief-wrap .zs2-phone .play {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    display: flex;
    align-content: center;
    justify-content: center;
    flex-direction: column;
    align-items: center;
  }
  .brief-wrap .zs2-phone .play img {
    width: 0.88rem;
    height: auto;
  }
  .brief-wrap .zs2-phone .play p {
    font-weight: normal;
    font-size: 0.28rem;
    color: #FFFFFF;
    margin-top: 0.2rem;
  }
  .brief-wrap .brief {
    margin-top: 0.6rem;
    padding: 0 0.3rem;
    padding-bottom: 0.55rem;
  }
  .brief-wrap .brief .title {
    font-size: 0.45rem;
  }
  .brief-wrap .brief .des {
    width: 100%;
    margin-top: 0.5rem;
    font-size: 0.28rem;
    line-height: 0.5rem;
  }
  .history-wrap .history-navigation {
    display: none;
  }
  .history-wrap .history-swiper {
    padding: 0 0.6rem;
    position: relative;
    padding-bottom: 1rem;
  }
  .history-wrap .history-swiper .swiper-slide {
    width: 4.5rem;
    color: #000000;
    background: #fff;
    padding: 0.4rem 0.45rem;
    color: #fff;
    background: #171C61;
  }
  .history-wrap .history-swiper .swiper-slide .year-box .year {
    font-size: 0.41rem;
  }
  .history-wrap .history-swiper .swiper-slide .year-box .year span {
    font-size: 0.25rem;
  }
  .history-wrap .history-swiper .swiper-slide .year-box .line::after {
    background: #fff;
  }
  .history-wrap .history-swiper .swiper-slide .year-box .line img.line-ball {
    display: none;
  }
  .history-wrap .history-swiper .swiper-slide .year-box .line img.line-ball_a {
    display: block;
  }
  .history-wrap .history-swiper .swiper-slide .list {
    height: 5rem;
  }
  .history-wrap .history-swiper .swiper-slide .list .item .text {
    font-size: 0.32rem;
  }
  .history-wrap .history-swiper .swiper-slide .list .item .des {
    font-size: 0.28rem;
    line-height: 0.5rem;
  }
  .history-wrap .history-swiper .historySwiper-pagination {
    display: block;
  }
  .history-wrap .history-swiper .swiper-pagination-bullet-active {
    background: #000;
  }
  .honor-wrap .honor-box {
    padding: 0 0.3rem;
    padding-bottom: 1rem;
  }
  .honor-wrap .honor-box .honorSwiper .text {
    font-size: 0.28rem;
  }
  .honor-wrap .honor-box .honorSwiper .time {
    font-size: 0.22rem;
  }
  .partner-wrap .partner-list {
    padding: 0 0.3rem;
  }
  .partner-wrap .partner-list .item {
    width: 2.17rem;
    height: 0.82rem;
    margin-right: 0.19rem;
    margin-bottom: 0.2rem;
  }
  .partner-wrap .partner-list .item:nth-child(3n) {
    margin-right: 0;
  }
}
/* footer */




/*contactUS*/
.contact-container {
  display: flex;
  flex-wrap: wrap;
  /*gap: 30px;*/
  max-width: 15.6rem;
  /*max-width: 80%;*/
  margin: 10vh auto;
  justify-content: space-between;
}
.contact-column {

}
.contact-item {
  margin-bottom: 15px;
  display: flex;
  align-items: center;

}
.contact-item img{
  margin-right: 10px;
}
.contact-item strong {
  margin-right: 5px;
  color: #333;
  white-space: nowrap;
  font-size: 0.25rem;
  font-weight: bold;
}
.contact-item span {
  margin-right: 5px;
  color: #333;
  white-space: nowrap;
  font-size: 0.25rem;
  font-weight: bold;
}
.qrcode {
  text-align: center;
}
.qrcode img {
  max-width: 150px;
  height: auto;
}

.qrcode-container {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 8px;
}
.qrcode-container img{
  width: 100%;
}
.join-container {
  display: flex;
  flex-wrap: wrap;
  gap: 30px;
  max-width: 70%;
  margin: 5vh auto;
  justify-content: space-between;
}
.contact-title{
  margin-top: 6vh;
}
/* 导航按钮样式 */
.swiper-button-prev,
.swiper-button-next {
  color: #333333;
  background: rgba(255,255,255,0.8);
  width: 40px;
  height: 40px;
  border-radius: 50%;
  box-shadow: 0 2px 5px rgba(0,0,0,0.5);
}
.swiper-button-prev:after,
.swiper-button-next:after {
  font-size: 20px;
}

/*contact*/
.cost-wrap{margin-bottom: 0!important;}
#hireType{padding:.4rem 0 1rem}
#hireType .w1560{margin:0 auto}
#hireType ul{display:flex;justify-content:space-between}
#hireType ul li{width:39.844vw;height:31.25vw;position:relative;-webkit-transition:all .8s ease;transition:all .8s ease;overflow:hidden}
#hireType ul li:hover .commonBg img{-webkit-transform:scale(1.1);-ms-transform:scale(1.1);transform:scale(1.1);transition:all .8s ease}
#hireType ul li:hover .content .more{max-height:2.917vw;margin-top:2.292vw;opacity:1;visibility:visible}
#hireType ul li .content{position:absolute;left:0;bottom:0;width:100%;height:auto;background:-webkit-linear-gradient(top,rgba(0,0,0,0),rgba(0,0,0,.9));background:linear-gradient(180deg,rgba(0,0,0,0),rgba(0,0,0,.9));padding:2.604vw}
#hireType ul li .content .title{font-weight:500;font-size:2.083vw;color:#fff;margin-bottom:.521vw}
#hireType ul li .content .intro{font-weight:300;font-size:.938vw;color:#fff}
#hireType ul li .content .more{display:inline-block;width:auto;line-height:2.917vw;font-size:.833vw;color:#fff;padding:0 1.823vw 0 1.563vw;background:#5049ef;position:relative;overflow:hidden;max-height:0;-webkit-transition:all .6s ease;transition:all .6s ease;margin-top:0;opacity:0;visibility:hidden}
@media (min-width: 2560px){
  .brief-wrap .zs2 {
    right: 2.5rem;
  }
  #hireType ul li{width: auto;height: 100%;}
}
@media (max-width:1024px){
  #hireType .w1560{width: 80%}
  #hireType ul{flex-direction: column;}
  #hireType ul li{width:100%}
  #hireType ul li img{width: 100%}
  #hireType ul li:hover .content .more{max-height:56px;margin-top:44px}
  #hireType ul li .content{padding:50px}
  #hireType ul li .content .title{font-size:40px;margin-bottom:10px}
  #hireType ul li .content .intro{font-size:18px}
  #hireType ul li .content .more{line-height:56px;font-size:16px;padding:0 35px 0 30px}
  #hireType ul li .content .more::after{right:210px;width:93px}
  #hireType ul li .content .more:hover::after{right:-93px}
  #hireType ul li .content .more span{margin-right:67px}
}
@media (max-width:968px){
  .contact-container{margin:0 auto;}
  .contact-item strong{font-size: 14px}
  .contact-item span{font-size: 14px;white-space: normal}
}
@media (max-width:768px){
  #hireType{padding:40px 0}
  #hireType ul li{width:100%;height:220px;margin-bottom:15px}
  #hireType ul li:last-child{margin-bottom:0}
  #hireType ul li:hover .content .more{max-height:none;margin-top:14px}
  #hireType ul li .content{padding:30px 20px 12px}
  #hireType ul li .content .title{font-size:18px;margin-bottom:4px}
  #hireType ul li .content .intro{font-size:14px;line-height:24px}
  #hireType ul li .content .more{max-height:none;opacity:1;visibility:visible;height:37px;line-height:37px;font-size:12px;padding:0 15px;margin-top:14px}
  #hireType ul li .content .more::after{right:210px;width:93px}
  #hireType ul li .content .more:hover::after{right:-93px}
  #hireType ul li .content .more span{margin-right:37px}
  .history-wrap .history-swiper {padding: 0;}
}
@media (min-width: 850px) and (max-width: 899px){
  .person-info h1{
    font-size:0.5rem;
  }
  .person-info h2{
    font-size:0.4rem;
  }
  .person-info p{
    font-size:0.3rem;
  }
  /*.person-image {*/
  /*  !*min-height: 280px;*!*/
  /*  background-size: cover;*/
  /*  background-position: center;*/
  /*  width: 50%;*/
  /*  img{*/
  /*    !*width: 80%;*!*/
  /*    !*width:100%;*!*/
  /*    !*height:100%;*!*/
  /*  }*/
  /*}*/
}

