@charset "UTF-8";
.all {
  padding-bottom: 150px;
  color: #fff;
  position: relative;
  z-index: 10;
}
.banner{
    height: auto;
    padding-top: 45px;
}
.bg{
    mask-image: linear-gradient(
    to bottom,                    /* 渐变方向：从左到右 */
    transparent,                 /* 最左边：完全透明 */
    black ,     /* 从 --mask-width 位置开始：完全不透明（黑色） */
    black , /* 直到 --right-mask-width 位置：保持不透明 */
    transparent                  /* 最右边：完全透明 */
);
  position: absolute;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
          background: #0a0c35;
}

.phone_bg {
  display: none;
}

.intro {
  position: relative;
  z-index: 2;
}
.intro .title {
  line-height: 1.38;
  width: 84%;
  font-weight: bold;
}
.intro .summary {
  width: 91.69%;
}
.intro .btn_flx {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.intro .btn2 {
  margin-left: 14px;
}
.intro .flx {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: 140px;
}
.intro .l {
  width: 48.88%;
}
.intro .r {
  width: 43.75%;
}
.intro .card {
  position: relative;
  height: 0;
  padding-bottom: 21%;
  overflow: hidden;
  display: block;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  border-radius: 20px;
}
.intro .card img {
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  -o-object-fit: cover;
     object-fit: cover;
}
.intro .card:nth-child(n+2) {
  margin-top: 20px;
}
.intro .card:not(.act) {
  cursor: pointer;
}
.intro .act {
  padding-bottom: 40%;
}
.intro .act .des {
  grid-template-rows: 1fr;
}
.intro .act .des > div {
  margin-top: 12px;
}
.intro .act .txt {
  bottom: 50px;
  -webkit-transform: none;
      -ms-transform: none;
          transform: none;
}
.intro .txt {
  position: absolute;
  bottom: 50%;
  left: 0;
  width: 100%;
  -webkit-transform: translateY(50%);
      -ms-transform: translateY(50%);
          transform: translateY(50%);
  padding-left: 50px;
  padding-right: 50px;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.intro .des {
  display: grid;
  grid-template-rows: 0fr;
  -webkit-transition: grid-template-rows 0.5s cubic-bezier(0.4, 0, 0.2, 1);
  transition: grid-template-rows 0.5s cubic-bezier(0.4, 0, 0.2, 1);
  transition: grid-template-rows 0.5s cubic-bezier(0.4, 0, 0.2, 1), -ms-grid-rows 0.5s cubic-bezier(0.4, 0, 0.2, 1);
  overflow: hidden;
  opacity: 0.7;
}
.intro .des > div {
  min-height: 0;
  overflow: hidden;
  margin-top: 0;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.intro .number {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.intro .number_top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.intro .con {
  opacity: 0.7;
  line-height: 1.77;
}
.intro .number_des {
  opacity: 0.7;
}

.team {
  padding-top: 165px;
  position: relative;
  z-index: 2;
}
.team .swiper-wrapper {
  -webkit-box-align: stretch !important;
      -ms-flex-align: stretch !important;
          align-items: stretch !important;
}
.team .swiper-slide {
  border-radius: 20px;
  background: linear-gradient(45deg, #021358, #1b0b4b);
  overflow: hidden;
}
.team .light {
  position: absolute;
  width: 100%;
  left: 0;
  bottom: 0;
  -webkit-transform: translateY(50%);
      -ms-transform: translateY(50%);
          transform: translateY(50%);
}
.hov_line{
    height: 1px;
    width: 40px;
    background: #fff;
    margin-top: 20px;
}
.hov_con{
    padding-top: 20px;
    line-height: 1.77;
    height: calc(100% - 58px);
    opacity: 0.7;
}
.team .hov{
    padding: 40px;
    position: absolute;
    z-index: 3;
    top: 0;
    right: 102%;
    width: 100%;
    height: 100%;
    background: linear-gradient(45deg, #021358, #1b0b4b);
    transition: all 0.5s;
}
.team .swiper-slide:hover .hov{
    right: 0;
}
.team .top {
  background-image: url(../img/team.jpg);
  background-size: cover;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  height: 130px;
  padding: 0 50px;
  border-radius: 20px;
  position: relative;
  z-index: 2;
}
.team .position {
  background: -webkit-gradient(linear, left top, right top, from(#4270d5), to(#5c57c7));
  background: linear-gradient(to right, #4270d5, #5c57c7);
  background-clip: text;
  -webkit-background-clip: text;
  color: transparent;
}
.team .img {
  width: 200px;
  height: 200px;
  margin: auto;
  border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  overflow: hidden;
}
.team .img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.team .name {
  font-weight: bold;
}
.team .btm {
  padding: 35px;
}
.team .item {
  position: relative;
  color: rgba(255, 255, 255, 0.7);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-left: 12px;
}
.team .item::before {
  content: "";
  display: block;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: linear-gradient(45deg, #4270d5, #5c57c7);
  top: calc(0.75em - 2.5px); /* (字体大小 × 行高 ÷ 2) - (伪元素高度 ÷ 2) */
  left: 0;
  position: absolute;
}
.team .line {
  height: 1px;
  background: rgba(255, 255, 255, 0.1);
  margin: 15px 0;
}
.team .list {
  margin-top: 15px;
}

.join {
  padding-top: 225px;
  position: relative;
  z-index: 2;
}
.join .flx {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.join .l {
  width: 410px;
}
.join .l .column {
  text-align: left;
}
.join .r {
  width: 716px;
}
.join .top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  cursor: pointer;
}
.join .time {
  margin-left: 15px;
  opacity: 0.7;
  white-space: nowrap;
}
.join .info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.join .num {
  width: 40px;
}
.join .tit {
  width: calc(100% - 40px);
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
}
.join .tit a{
    color: #fff;
}
.join .btm {
  padding-left: 40px;
  opacity: 0.7;
  margin-top: 15px;
  display: none;
}
.join .item {
  position: relative;
  padding-top: 36px;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.join .item::before {
  content: "";
  display: block;
  width: 100%;
  height: 2px;
  position: absolute;
  top: 0;
  left: 0;
  background: rgba(255, 255, 255, 0.1);
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.join .item:not(:last-child) {
  padding-bottom: 36px;
}
.join .item:first-child .btm {
  display: block;
}
.join .act {
  padding-top: 70px;
}
.join .act:not(:last-child) {
  padding-bottom: 70px;
}
.join .act::before {
  background: -webkit-gradient(linear, left top, right top, from(#4270d5), to(#5c57c7));
  background: linear-gradient(to right, #4270d5, #5c57c7);
}

.contact {
  padding-top: 200px;
}
.contact .box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.contact .map {
  position: relative;
}
.contact .map_point {
  cursor: pointer;
  width: 22px;
  height: 22px;
  border-radius: 50%;
  background: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.contact .map_point::before {
  content: "";
  display: block;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: linear-gradient(45deg, #4270d5, #5c57c7);
}
.contact .info {
  display: none;
  width: 450px;
  position: absolute;
  margin-right: 35px;
  top: 50%;
  right: 100%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  background: #0a0c35;
  padding: 40px;
  border-radius: 20px;
  -webkit-box-shadow: 0 0 30px 20px rgba(83, 43, 231, 0.3);
          box-shadow: 0 0 30px 20px rgba(83, 43, 231, 0.3);
}
.contact .pc_item:nth-child(2) .info{
    display: block;
}
.contact .item {
  position: absolute;
  z-index: 2;
}

.contact .des {
  opacity: 0.7;
  width: calc(100% - 35px);
  line-height: 1.77;
}
.contact .list > div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.contact .list > div:nth-child(n+2) {
  margin-top: 5px;
}
.contact .icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
  width: 23px;
}
.contact .act .map_point::after {
  content: "";
  display: block;
  width: 200%;
  height: 200%;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.1);
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.contact .phone_item {
  display: none;
}

@media screen and (max-width: 1700px) {
  .intro .flx {
    margin-top: 9.7%;
  }
  .intro .txt {
    padding-left: 30px;
    padding-right: 30px;
  }
  .team {
    padding-top: 8.59%;
  }
  .team .top {
    padding: 0 30px;
    height: 110px;
  }
  .team .img {
    width: 120px;
    height: 120px;
  }
  .team .btm {
    padding: 30px;
  }
  .join {
    padding-top: 11%;
  }
  .join .l {
    width: 370px;
  }
  .join .r {
    width: 510px;
  }
  .contact .map img {
    width: 100%;
  }
  .contact {
    padding-top: 10%;
  }
  .all {
    padding-bottom: 7.8125%;
  }
  .intro .act .txt {
    bottom: 30px;
  }
  .join .item {
    padding-top: 25px;
  }
  .join .item:not(:last-child) {
    padding-bottom: 25px;
  }
  .join .act {
    padding-top: 35px;
  }
  .join .act:not(:last-child) {
    padding-bottom: 35px;
  }
}
@media screen and (max-width: 1200px) {
  .intro .card {
    border-radius: 10px;
  }
  .team .top {
    border-radius: 10px;
  }
  .team .swiper-slide {
    border-radius: 10px;
  }
  .join .l {
    width: 260px;
  }
  .join .r {
    width: 400px;
  }
  .map .pc_item .info {
    display: none !important;
  }
  .contact .phone_item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .contact .phone_item .info {
    border-radius: 10px;
    display: block;
    position: relative;
    right: inherit;
    -webkit-transform: none;
        -ms-transform: none;
            transform: none;
    width: calc((100% - 20px) / 2);
    -webkit-box-shadow: 0 0 5px 5px rgba(83, 43, 231, 0.3);
            box-shadow: 0 0 5px 5px rgba(83, 43, 231, 0.3);
    padding: 30px;
    margin-right: 0;
  }
  .contact .phone_item .info:nth-child(n+3) {
    margin-top: 20px;
  }
}
@media screen and (max-width: 768px) {
    .banner{
    padding-top: 0px;
}
    .team .hov{
        padding: 30px;
    }
  .bg {
    display: none;
  }
  .phone_bg {
    display: block;
    position: absolute;
    width: 100%;
    bottom: 0;
    left: 0;
  }
  .intro .title {
    width: 100%;
  }
  .intro .summary {
    width: 100%;
  }
  .intro .flx {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .intro .l {
    width: 100%;
  }
  .intro .r {
    width: 100%;
    margin-top: 40px;
  }
  .intro .card {
    padding-bottom: 56%;
  }
  .intro .txt {
    bottom: 30px;
    -webkit-transform: none;
        -ms-transform: none;
            transform: none;
  }
  .intro .des {
    grid-template-rows: 1fr;
  }
  .join .flx {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .join .l {
    width: 100%;
  }
  .join .r {
    width: 100%;
    margin-top: 40px;
  }
  .contact .phone_item .info {
    width: 100%;
  }
  .contact .phone_item .info:nth-child(n+2) {
    margin-top: 20px;
  }
}
