/* 视频弹窗 */
#videoPopup1 {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  z-index: 1000;
  background-color: rgba(0, 0, 0, 0.4);
  display: none;
}
#videoPopup1 .video-box {
  width: 60%;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
}
#videoPopup1 .video-box video {
  width: 100%;
}
#videoPopup1 .video-box .close {
  position: absolute;
  right: 20px;
  top: 20px;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: rgba(0, 0, 0, 0.1);
  cursor: pointer;
  text-align: center;
}
#videoPopup1 .video-box .close span {
  font-size: 16px;
  line-height: 40px;
  color: #fff;
}
#videoPopup1 .video-box .close:hover {
  background: rgba(0, 0, 0, 0.5);
}
body {
  background: #000;
}
.banner {
  position: relative;
  z-index: 2;
}
.banner > img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  visibility: hidden;
}
.banner video {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  object-fit: cover;
}
.banner .mask {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background: rgba(0, 0, 0, 0.5);
}
.banner .logo {
  position: absolute;
  top: 40px;
  left: 13%;
}
.banner .text {
  position: absolute;
  width: 100%;
  top: 54%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  text-align: center;
}
.banner .text .con h3 {
  display: inline-block;
  background: linear-gradient(to right, #e7a2ff, #408cf4);
  -webkit-background-clip: text;
  color: transparent;
  font-size: 32px;
}
.banner .text .con h2 {
  font-size: 92px;
  font-family: Alimama_Bold;
  color: #fff;
  font-style: italic;
  line-height: 1.2;
  font-weight: bold;
}
.banner .text .con p {
  font-size: 20px;
  color: #fff;
  margin-top: 20px;
}
.banner .text .con .btn {
  margin-top: 70px;
}
.banner .text .con .btn a {
  position: relative;
}
.banner .text .con .btn .seek {
  display: inline-block;
  width: 170px;
  height: 50px;
  background-image: linear-gradient(123deg, #94269b 0%, #3575cb 100%);
  border-radius: 5px;
  font-size: 18px;
  color: #fff;
  text-align: center;
  line-height: 50px;
}
.banner .text .con .btn .seek:after {
  content: '>';
  margin-left: -10px;
  position: relative;
  top: -1px;
  font-size: 16px;
  opacity: 0;
  visibility: hidden;
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
}
.banner .text .con .btn .seek:hover:after {
  visibility: visible;
  opacity: 1;
  margin-left: 8px;
}
.banner .text .con .btn .seek.mobile {
  display: none;
}
.banner .text .con .btn .video-btn {
  display: inline-block;
  width: 170px;
  height: 50px;
  background: url(../images/digital_employees/btn_bg.png) no-repeat top left;
  background-size: cover;
  margin-left: 20px;
  font-size: 18px;
  color: #fff;
  text-align: center;
  line-height: 48px;
}
.banner .text .con .btn .video-btn img {
  margin-left: 10px;
  vertical-align: middle;
  position: relative;
  top: -1px;
}
.staff {
  padding: 240px 0 100px;
  position: relative;
  background: url(../images/digital_employees/bg_01.jpg) no-repeat;
  background-size: cover;
}
.staff .con {
  text-align: center;
}
.staff .con h2 {
  display: inline-block;
  font-size: 92px;
  background: linear-gradient(to right, #e7a2ff, #408cf4);
  -webkit-background-clip: text;
  color: transparent;
  font-weight: bold;
  outline: 0;
}
.staff .con p {
  font-weight: bold;
  margin-top: 100px;
  font-size: 42px;
  text-align: justify;
  line-height: 1.8;
  color: rgba(255, 255, 255, 0.5);
}
.staff .con p span {
  background: linear-gradient(to right, #e7a2ff, #408cf4);
  -webkit-background-clip: text;
  color: transparent;
}
.staff .staff-line {
  position: absolute;
  width: 100%;
  height: 10px;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
}
.staff-video {
  position: relative;
}
.staff-video video {
  width: 100%;
}
.staff-video .line {
  position: absolute;
  width: 100%;
  height: 10px;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
}
.staff-video .mobile {
  display: none;
  width: 100%;
}
.technology {
  margin-top: 100px;
}
.technology video {
  width: 100%;
}
.technology .mobile {
  display: none;
  width: 100%;
}
.big-box {
  background: url(../images/digital_employees/bg_04.jpg) no-repeat;
  background-size: cover;
}
.core {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 240px 0;
}
.core h2 {
  display: inline-block;
  font-size: 92px;
  background: linear-gradient(to right, #e7a2ff, #408cf4);
  -webkit-background-clip: text;
  color: transparent;
  font-weight: bold;
}
.core-tu {
  padding-bottom: 80px;
}
.core-tu .swiper-container {
  padding-bottom: 100px;
}
.core-tu .swiper-container .swiper-slide .top {
  position: relative;
}
.core-tu .swiper-container .swiper-slide .top .di {
  position: absolute;
  width: 100%;
  bottom: 0;
  left: 0;
  z-index: 1;
}
.core-tu .swiper-container .swiper-slide .top .di img {
  width: 100%;
}
.core-tu .swiper-container .swiper-slide .top .con {
  position: relative;
  z-index: 2;
  width: 74%;
  margin-left: auto;
  margin-right: auto;
}
.core-tu .swiper-container .swiper-slide .top .con img {
  width: 100%;
}
.core-tu .swiper-container .swiper-slide .top .con img.mobile {
  display: none;
}
.core-tu .swiper-container .swiper-slide .top .con .zhen {
  position: absolute;
  right: 7.5%;
  top: 28%;
  width: 16.3%;
  transform: rotate(-160deg);
  -webkit-transform: rotate(-160deg);
  -moz-transform: rotate(-160deg);
  -ms-transform: rotate(-160deg);
  transition: all 2s;
  -webkit-transition: all 2s;
  -moz-transition: all 2s;
  -ms-transition: all 2s;
}
.core-tu .swiper-container .swiper-slide .top .con .yuan {
  position: absolute;
  right: 10%;
  top: 54%;
  width: 10.7%;
  transform: rotate(-120deg);
  -webkit-transform: rotate(-120deg);
  -moz-transform: rotate(-120deg);
  -ms-transform: rotate(-120deg);
  transition: all 2s;
  -webkit-transition: all 2s;
  -moz-transition: all 2s;
  -ms-transition: all 2s;
}
.core-tu .swiper-container .swiper-slide .top .con .numCount {
  position: absolute;
  left: 32%;
  top: 22%;
  display: flex;
  justify-content: space-between;
  width: 38%;
}
.core-tu .swiper-container .swiper-slide .top .con .numCount li .txt span {
  font-size: 22px;
}
.core-tu .swiper-container .swiper-slide .top .con .numCount li .txt em {
  font-size: 12px;
}
.core-tu .swiper-container .swiper-slide .top .con .numCount li p {
  font-size: 12px;
  transform-origin: left top;
  transform: scale(0.8);
  -webkit-transform: scale(0.8);
  -moz-transform: scale(0.8);
  -ms-transform: scale(0.8);
}
.core-tu .swiper-container .swiper-slide .top .con .numCount2 {
  width: 45%;
  left: 12%;
  top: 19%;
}
.core-tu .swiper-container .swiper-slide .top .con .numCount2 li {
  text-align: center;
}
.core-tu .swiper-container .swiper-slide .top .con .numCount2 li p {
  transform-origin: center center;
}
.core-tu .swiper-container .swiper-slide .top .con .numCount2 li:last-child .txt span {
  color: #3c82ec;
}
.core-tu .swiper-container .swiper-slide .top .con .numCount2 li:last-child .txt em {
  color: #3c82ec;
}
.core-tu .swiper-container .swiper-slide .bottom {
  margin-top: 40px;
}
.core-tu .swiper-container .swiper-slide .bottom .con {
  padding: 0 4%;
}
.core-tu .swiper-container .swiper-slide .bottom .con .left {
  float: left;
  width: 38%;
}
.core-tu .swiper-container .swiper-slide .bottom .con .left h2 {
  font-size: 58px;
  color: #fff;
  font-weight: bold;
}
.core-tu .swiper-container .swiper-slide .bottom .con .left h2 span {
  opacity: 0.5;
}
.core-tu .swiper-container .swiper-slide .bottom .con .right {
  float: right;
  width: 56%;
  padding-top: 20px;
}
.core-tu .swiper-container .swiper-slide .bottom .con .right p {
  font-size: 20px;
  color: #fff;
}
.core-tu .swiper-container .swiper-slide .bottom .con .right p span {
  font-weight: bold;
}
.core-tu .swiper-container .swiper-slide .bottom .con .right ul {
  margin-top: 30px;
}
.core-tu .swiper-container .swiper-slide .bottom .con .right ul li {
  font-size: 18px;
  color: #fff;
  padding-left: 20px;
  margin-top: 20px;
  position: relative;
}
.core-tu .swiper-container .swiper-slide .bottom .con .right ul li:before {
  content: '';
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: #4386e6;
  position: absolute;
  top: 11px;
  left: 0;
}
.core-tu .swiper-container .swiper-slide .bottom .con .right .btn {
  margin-top: 40px;
}
.core-tu .swiper-container .swiper-slide .bottom .con .right .btn .seek {
  display: inline-block;
  width: 170px;
  height: 50px;
  background-image: linear-gradient(123deg, #94269b 0%, #3575cb 100%);
  border-radius: 5px;
  font-size: 18px;
  color: #fff;
  text-align: center;
  line-height: 50px;
}
.core-tu .swiper-container .swiper-slide .bottom .con .right .btn .seek:after {
  content: '>';
  margin-left: -10px;
  position: relative;
  top: -1px;
  font-size: 16px;
  opacity: 0;
  visibility: hidden;
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
}
.core-tu .swiper-container .swiper-slide .bottom .con .right .btn .seek:hover:after {
  visibility: visible;
  opacity: 1;
  margin-left: 8px;
}
.core-tu .swiper-container .swiper-slide .bottom .con .right .btn .seek.mobile {
  display: none;
}
.core-tu .swiper-container .swiper-slide.active .top .con .zhen {
  transform: rotate(0);
  -webkit-transform: rotate(0);
  -moz-transform: rotate(0);
  -ms-transform: rotate(0);
}
.core-tu .swiper-container .swiper-slide.active .top .con .yuan {
  transform: rotate(0);
  -webkit-transform: rotate(0);
  -moz-transform: rotate(0);
  -ms-transform: rotate(0);
}
.core-tu .swiper-container .swiper-slide.slide_1 .bottom .con .left {
  position: relative;
  left: 2%;
}
.core-tu .swiper-pagination {
  bottom: 0;
  display: none;
}
.core-tu .swiper-button-prev {
  left: 10%;
  top: 30%;
}
.core-tu .swiper-button-next {
  right: 10%;
  top: 30%;
}
.safe {
  background: rgba(255, 255, 255, 0.9);
  padding: 80px 0;
}
.safe .con h2 {
  text-align: center;
  font-size: 42px;
  color: #000;
  font-weight: bold;
}
.safe .con ul {
  display: flex;
  justify-content: space-between;
  margin-top: 80px;
}
.safe .con ul li {
  display: flex;
  align-items: center;
  flex-direction: column;
}
.safe .con ul li .tu {
  height: 80px;
  display: flex;
  align-items: center;
}
.safe .con ul li h3 {
  text-align: center;
  margin-top: 20px;
  font-size: 14px;
}
@media screen and (max-width: 1680px) {
  .core-tu .swiper-container .swiper-slide .bottom .con .left h2 {
    font-size: 52px;
  }
}
@media screen and (max-width: 1480px) {
  .core-tu .swiper-container .swiper-slide .bottom .con .left h2 {
    font-size: 48px;
  }
}
@media screen and (max-width: 1440px) {
  .banner .text .con h3 {
    font-size: 28px;
  }
  .banner .text .con h2 {
    font-size: 80px;
  }
  .banner .text .con p {
    font-size: 16px;
  }
  .banner .text .con .btn .seek {
    width: 150px;
    height: 44px;
    line-height: 44px;
    font-size: 16px;
  }
  .banner .text .con .btn .video-btn {
    width: 150px;
    height: 44px;
    line-height: 42px;
    font-size: 16px;
  }
  .staff {
    padding: 120px 0;
  }
  .staff .con h2 {
    font-size: 72px;
  }
  .staff .con p {
    font-size: 32px;
    margin-top: 60px;
  }
  .technology {
    margin-top: 60px;
  }
  .core {
    padding: 180px 0;
  }
  .core h2 {
    font-size: 72px;
  }
  .core-tu {
    padding-bottom: 60px;
  }
  .core-tu .swiper-container .swiper-slide .top .con .numCount li .txt span {
    font-size: 18px;
  }
  .core-tu .swiper-container .swiper-slide .bottom .con .left h2 {
    font-size: 40px;
  }
  .core-tu .swiper-container .swiper-slide .bottom .con .right {
    padding-top: 14px;
  }
  .core-tu .swiper-container .swiper-slide .bottom .con .right p {
    font-size: 18px;
  }
  .core-tu .swiper-container .swiper-slide .bottom .con .right ul li {
    font-size: 16px;
  }
  .core-tu .swiper-container .swiper-slide .bottom .con .right ul li:before {
    top: 9px;
  }
  .core-tu .swiper-container .swiper-slide .bottom .con .right .btn {
    margin-top: 30px;
  }
  .core-tu .swiper-container .swiper-slide .bottom .con .right .btn .seek {
    width: 150px;
    height: 44px;
    line-height: 44px;
    font-size: 16px;
  }
  .safe .con h2 {
    font-size: 38px;
  }
}
@media screen and (max-width: 1024px) {
  .banner .logo {
    left: 5%;
    top: 20px;
  }
  .banner .logo img {
    width: 100px;
  }
  .banner .text .con h3 {
    font-size: 22px;
  }
  .banner .text .con h2 {
    font-size: 60px;
  }
  .banner .text .con .btn {
    margin-top: 50px;
  }
  .staff {
    padding: 100px 0;
  }
  .staff .con h2 {
    font-size: 60px;
  }
  .staff .con p {
    font-size: 28px;
    margin-top: 40px;
  }
  .technology {
    margin-top: 40px;
  }
  .core h2 {
    font-size: 60px;
  }
  .core-tu {
    padding-bottom: 40px;
  }
  .core-tu .swiper-container {
    padding-bottom: 60px;
  }
  .core-tu .swiper-container .swiper-slide .top .con .numCount li .txt span {
    font-size: 14px;
  }
  .core-tu .swiper-container .swiper-slide .bottom .con .left h2 {
    font-size: 40px;
  }
  .core-tu .swiper-container .swiper-button-prev {
    left: 2%;
    top: 24%;
  }
  .core-tu .swiper-container .swiper-button-next {
    right: 2%;
    top: 24%;
  }
  .safe {
    padding: 100px 0;
  }
  .safe .con h2 {
    font-size: 30px;
  }
}
@media screen and (max-width: 768px) {
  #videoPopup1 .video-box {
    width: calc(100% - 40px);
  }
  .banner > img {
    visibility: visible;
    height: 280px;
  }
  .banner video {
    display: none;
  }
  .banner .logo img {
    width: 60px;
  }
  .banner .text .con h3 {
    font-size: 16px;
  }
  .banner .text .con h2 {
    font-size: 24px;
  }
  .banner .text .con p {
    font-size: 14px;
    width: 300px;
    margin: 14px auto 0;
  }
  .banner .text .con .btn {
    margin-top: 20px;
  }
  .banner .text .con .btn .seek {
    width: 120px;
    height: 35px;
    line-height: 35px;
    font-size: 14px;
  }
  .banner .text .con .btn .seek.pc {
    display: none;
  }
  .banner .text .con .btn .seek.mobile {
    display: inline-block;
  }
  .banner .text .con .btn .video-btn {
    width: 120px;
    height: 35px;
    line-height: 33px;
    font-size: 14px;
  }
  .staff {
    padding: 30px 0;
  }
  .staff .con h2 {
    font-size: 24px;
  }
  .staff .con p {
    font-size: 16px;
    margin-top: 30px;
  }
  .staff-video video {
    display: none;
  }
  .staff-video .mobile {
    display: block;
  }
  .technology {
    margin-top: 0;
  }
  .technology video {
    display: none;
  }
  .technology .mobile {
    display: block;
  }
  .core {
    padding: 30px 0;
  }
  .core h2 {
    font-size: 24px;
  }
  .core-tu {
    padding-bottom: 30px;
  }
  .core-tu .swiper-container {
    padding-bottom: 20px;
  }
  .core-tu .swiper-container .swiper-slide .top .con img.pc {
    display: none;
  }
  .core-tu .swiper-container .swiper-slide .top .con img.mobile {
    display: block;
  }
  .core-tu .swiper-container .swiper-slide .top .con .numCount {
    display: none;
  }
  .core-tu .swiper-container .swiper-slide .top .zhen {
    display: none;
  }
  .core-tu .swiper-container .swiper-slide .top .yuan {
    display: none;
  }
  .core-tu .swiper-container .swiper-slide .bottom {
    margin-top: 30px;
    padding-bottom: 30px;
  }
  .core-tu .swiper-container .swiper-slide .bottom .con .left {
    width: 100%;
  }
  .core-tu .swiper-container .swiper-slide .bottom .con .left h2 {
    font-size: 24px;
  }
  .core-tu .swiper-container .swiper-slide .bottom .con .right {
    width: 100%;
  }
  .core-tu .swiper-container .swiper-slide .bottom .con .right p {
    font-size: 16px;
  }
  .core-tu .swiper-container .swiper-slide .bottom .con .right ul {
    margin-top: 14px;
  }
  .core-tu .swiper-container .swiper-slide .bottom .con .right ul li {
    font-size: 14px;
    padding-left: 20px;
    margin-top: 10px;
  }
  .core-tu .swiper-container .swiper-slide .bottom .con .right .btn {
    margin-top: 20px;
  }
  .core-tu .swiper-container .swiper-slide .bottom .con .right .btn .seek {
    width: 120px;
    height: 35px;
    line-height: 33px;
    font-size: 14px;
  }
  .core-tu .swiper-container .swiper-slide .bottom .con .right .btn .seek.pc {
    display: none;
  }
  .core-tu .swiper-container .swiper-slide .bottom .con .right .btn .seek.mobile {
    display: block;
  }
  .core-tu .swiper-container .swiper-button-prev {
    display: none;
  }
  .core-tu .swiper-container .swiper-button-next {
    display: none;
  }
  .core-tu .swiper-container .swiper-pagination {
    display: block;
  }
  .core-tu .swiper-container .swiper-pagination .swiper-pagination-bullet {
    background: #fff;
  }
  .core-tu .swiper-container .swiper-pagination .swiper-pagination-bullet-active {
    background: #4386e6;
  }
  .safe {
    padding: 30px 0;
  }
  .safe .con h2 {
    font-size: 24px;
  }
  .safe .con ul {
    flex-wrap: wrap;
    margin-top: 0;
  }
  .safe .con ul li {
    width: 50%;
    margin-top: 20px;
  }
}
/*# sourceMappingURL=style.css.map */