.header {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
  transition: all 0.2s linear;
  -webkit-transition: all 0.2s linear;
}

.header .header-title,
.header .home-nav,
.header .home-nav-category .nav-title {
  color: #fff;
}

.staticky .header-title,
.staticky .home-nav,
.staticky .home-nav-category .nav-title {
  color: #333;
}

.home-nav .nav-title:hover {
  color: #fff;
}

.dropdown-list .home-nav {
  color: #333;
}

.dropdown-list .home-nav:hover {
  color: #f00;
}

.top-video {
  height: 100vh;
  min-height: 410px;
  overflow: hidden;
  text-align: center;
  position: relative;
  background-size: 100% 100%;
}

.top-video .top-video-box {
  position: relative;
  box-sizing: border-box;
  z-index: 1;
}

.top-video .top-video-box video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  min-height: 410px;
  object-fit: cover;
  outline: none;
  z-index: 1;
}

.top-video .video-btn {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
  background: rgba(51, 112, 255, 0.2);
  z-index: 2;
}

.top-video .video-btn > div {
  color: #fff;
}

.top-video .video-btn > div p {
  margin-bottom: 20px;
  position: relative;
  font-size: 54px;
}

.top-video .video-btn > div .abstract {
  font-size: 24px;
  margin-bottom: 20px;
}

.top-video .video-btn > div .btn {
  display: inline-block;
  font-size: 20px;
  line-height: 30px;
  border: 1px solid #fff;
  padding: 15px 25px;
  color: #fff;
  position: relative;
  border-radius: 40px;
}

.top-video .down {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  z-index: 4;
}

.top-video .down a {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  border: 1px solid white;
  margin: 0 auto;
  margin: 0 auto;
  display: inline-block;
}

.top-video .down a img {
  height: 28px;
  width: 28px;
  fill: white;
  animation: jump 1s infinite;
}

.top-video .down::after {
  content: '';
  display: block;
  position: relative;
  height: 36px;
  border-left: 1px dashed white;
  left: calc(50% + 1px);
  top: 14px;
}

.m-top-video {
  width: 100vw;
  height: 3.33333333rem;
  overflow: hidden;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
  position: relative;
  display: none;
}

.m-top-video > video {
  width: 100%;
}

.m-top-video > img {
  height: 100%;
  position: absolute;
  left: 50%;
  top: 0;
  transform: translateX(-50%);
  z-index: 1;
}

.m-top-video .video-btn {
  position: relative;
  z-index: 2;
  color: #fff;
}

.m-top-video .video-btn p {
  margin-bottom: 20px;
  position: relative;
  font-size: 24px;
}

.m-top-video .video-btn .abstract {
  font-size: 18px;
  margin-bottom: 20px;
}

.opdate {
  max-width: 1220px;
  width: 100%;
  padding: 20px;
  height: 50px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  z-index: 1;
  border-bottom: 1px solid #f7f7f7;
  position: absolute;
  bottom: 110px;
  left: 50%;
  transform: translateX(-50%);
}

.opdate .swiper-btns .swiper-button-white {
  display: inline-block;
}

.opdate .banner-next {
  transform: rotate(180deg);
  margin-right: 10px;
}

.opdate .swiper-button-prev,
.opdate .swiper-button-next {
  cursor: pointer;
  position: unset;
}

.opdate .swiper-button-prev::after,
.opdate .swiper-button-next::after {
  font-size: 18px;
}

.opdate .swiper-pagination {
  position: unset;
}

.opdate .swiper-pagination-bullet {
  margin-left: 5px;
  background: #fff;
  opacity: 1;
}

.opdate .swiper-pagination-bullet-active {
  width: 15px;
  border-radius: 4px;
  background-color: #ff0000;
}

.lable,
.slogan {
  max-width: 1220px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  justify-content: center;
  color: #fff;
  padding: 20px;
}

.lable .slogan-title,
.slogan .slogan-title {
  font-size: 26px;
}

.slogan {
  height: 180px;
}

.row-list {
  justify-content: space-between;
}

.content .module-title {
  font-style: italic;
  font-size: 28px;
  padding: 20px 0;
  font-weight: bold;
}

.content .text-box {
  padding: 20px;
  width: 100%;
}

.content .text-box .tiitle {
  font-size: 20px;
}

.content .text-box .text {
  font-size: 14px;
}

.content .product,
.content .benefit {
  position: relative;
}

.content .product .text-box,
.content .benefit .text-box {
  position: absolute;
  bottom: 0;
  background-image: linear-gradient(
    transparent,
    rgba(0, 0, 0, 0.3),
    rgba(0, 0, 0, 0.7)
  );
  color: #fff;
  padding: 20px;
  z-index: 1;
}

.content .product .text-box .title,
.content .benefit .text-box .title {
  font-size: 26px;
  font-weight: bold;
}

.content .product .text-box .text,
.content .benefit .text-box .text {
  font-size: 16px;
}

.content .product img {
  width: 100%;
}

.content .product .text-box {
  bottom: -42px;
  transition: all 0.5s;
}

.content .product .text-box .text {
  display: -webkit-box;
  overflow: hidden;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

.content .product .text-box .to-more {
  line-height: 30px;
  margin-top: 10px;
}

.content .product a {
  color: #fff;
}

.content .product:hover .text-box {
  bottom: 0;
  background-image: linear-gradient(
    transparent,
    rgba(0, 0, 0, 0.3),
    rgba(0, 0, 0, 0.6),
    rgba(0, 0, 0, 0.9)
  );
}

.content .more {
  width: 150px;
  display: block;
  outline: none;
  margin: 20px auto 0;
  border: 1px solid #999;
  line-height: 30px;
  text-align: center;
}

.content .more:hover {
  border-color: #f00;
  color: #f00;
}

.content .benefit {
  width: 50%;
  clip-path: polygon(0% 0%, 0% 100%, 95% 100%, 100% 0%);
}

.content .benefit img {
  width: 100%;
}

.content .link-title {
  padding-left: 40px;
}

.content .link-title .title {
  font-style: italic;
  font-size: 18px;
  font-weight: bold;
}

.content .link-title .text {
  font-size: 14px;
}

.card {
  padding: 0;
  margin-bottom: 10px;
  position: relative;
  overflow: hidden;
}

.card .lable {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.3);
  padding: 3px 10px;
  color: #fff;
  font-size: 12px;
  z-index: 1;
}

.card img {
  position: relative;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: fit-content;
}

.card .time {
  color: #999;
  font-size: 14px;
}

.card .dynamic {
  height: 100%;
  padding-top: 25px;
  overflow: auto;
}

.card .dynamic .href {
  text-decoration: none;
  color: #333;
  padding-left: 20px;
  display: block;
}

.card .dynamic .href .title {
  margin: 0;
  font-size: 16px;
  display: -webkit-box;
  overflow: hidden;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  line-height: 30px;
}

.card .dynamic .href:hover,
.card .dynamic .href:hover .time {
  color: #ff0000;
}

.card .dynamic::-webkit-scrollbar {
  display: none;
}

.us {
  width: 100%;
  background: #fbfbfb;
  padding-bottom: 20px;
}

.us .content {
  position: relative;
  z-index: 1000;
}

.us .card,
.new-dynamic .card {
  height: 600px;
}

.us .card img,
.new-dynamic .card img {
  width: 100%;
}

.us .card .text-box,
.new-dynamic .card .text-box {
  height: calc(100% - 325px);
}

.us .card .img-box {
  height: 325px;
  overflow: hidden;
  position: relative;
}

.us .card .w-img {
  height: 400px;
}

.us .card img {
  height: 325px;
  width: auto;
}

.us .card .h-defined {
  height: 325px;
}

.us .card .w-img img {
  width: 100%;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}

a:hover .text-box {
  color: #333;
}

a:hover .text-box.b-gre,
a:hover .text-box.b-blue {
  color: #fff;
}

.new-dynamic .list {
  background: #f8f8f8;
}

.new-dynamic .card-title {
  color: #fff;
}

.new-dynamic .hot-img .img-box {
  height: 340px;
  overflow: hidden;
  position: relative;
}

.new-dynamic .hot-img .img-box img {
  height: 100%;
  position: relative;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
}

.new-dynamic .hot-img .text-box {
  background: #f8f8f8;
}

.new-dynamic .hot-img .text-box .title {
  line-height: 35px;
}

.new-dynamic .hot-img .text-box text {
  display: -webkit-box;
  overflow: hidden;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
}

.new-dynamic .hot-img:hover .b-blue {
  color: #fff;
}

.img-box .hot-img:hover img {
  transform: scale(1.1) translateX(-50%);
}

.us .img-w .text-box {
  height: calc(100% - 325px);
}

#video1 {
  background-size: 100% 100%;
}

.text-box .title {
  line-height: 50px;
  font-size: 22px;
}

.video-box {
  width: 100%;
  margin: 0 auto 20px;
  position: relative;
}

.video-box video {
  width: 100%;
  max-width: 1220px;
  margin: 0 auto;
  display: block;
}

.video-box .video-btn {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
  text-align: center;
  color: #fff;
  font-size: 26px;
  background-color: rgba(0, 0, 0, 0.5);
}

.video-box .video-btn p {
  margin-bottom: 20px;
  position: relative;
  transform: translateY(-60px);
  opacity: 0;
}

.video-box .video-btn .btn {
  display: inline-block;
  font-size: 13px;
  line-height: 30px;
  border: 1px solid #fff;
  padding: 0 15px;
  color: #fff;
  opacity: 0;
  position: relative;
  transform: translateY(-60px);
}

.active-video .video-btn .btn {
  padding: 5px 20px;
  font-size: 16px;
  opacity: 1;
  transform: none;
  transition: opacity 0.6s linear 0.9s,
    transform 0.6s cubic-bezier(0.215, 0.16, 0.355, 1) 0.9s;
}

.active-video .video-btn p {
  opacity: 1;
  transform: none;
  transition: opacity 0.4s linear 0.6s,
    transform 0.3s cubic-bezier(0.215, 0.16, 0.355, 1) 0.6s;
}
.swiper-slide.activity-box {
  display: flex;
  align-items: center;
}

.activity-box .link-title .title {
  font-size: 32px;
}

.activity-box .link-title .text {
  font-size: 18px;
}

.activity-box .link-title .arrow {
  font-size: 36px;
}

.activity-box .link-title:hover .title {
  color: #f00;
}
.activity-box .link-title > div {
  display: block;
  position: relative;
  height: 100%;
}
.plan {
  width: 100%;
  position: relative;
  margin-top: 20px;
  z-index: 1;
}

.plan .plan-img {
  width: 100%;
}

.plan .link-title {
  max-width: 1220px;
  width: 100%;
  padding: 20px;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  color: #fff;
  z-index: 1;
}

.plan .link-title .title {
  font-weight: bold;
  font-size: 36px;
}

.plan .link-title .text {
  font-size: 18px;
  font-size: initial;
}

.plan .link-title .arrow {
  font-size: 36px;
}

.plan .link-title:hover .title {
  text-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
}

.plan .box {
  max-width: 1220px;
  width: 100%;
  display: flex;
  justify-content: space-between;
  margin: 0 auto;
  padding: 0 10%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.plan .box .job,
.plan .box .enter {
  width: 130px;
  padding: 10px;
  border-radius: 30px;
  cursor: pointer;
  background-color: #fff;
  color: #333;
  text-align: center;
}

.plan .box .job:hover,
.plan .box .enter:hover {
  background-color: #f00;
  color: #fff;
}

.plan .box .enter {
  position: relative;
}

.plan .box .enter .enter-list {
  width: 100%;
  position: absolute;
  top: 100%;
  left: 50%;
  transform: translateX(-50%);
  z-index: 1000;
  color: #212529;
  list-style: none;
  background-color: #fff;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 5px;
  color: #333;
  display: none;
  flex-direction: column;
  text-align: center;
  padding: 10px;
  line-height: 34px;
  z-index: 10;
}

.plan .box .enter .enter-list a:hover {
  color: #f00;
}

.plan video {
  max-width: none;
  width: 100%;
}

.plan-img {
  width: 100%;
}

/*2022.8.15*/
.swiper-pagination-bullet-active {
  background: #f00;
}

.company-strength .swiper-container {
  height: auto;
  position: unset;
}

.company-strength .swiper-button-next,
.company-strength .swiper-button-prev {
  color: #999;
}

.company-strength .swiper-button-prev {
  left: -60px;
}

.company-strength .swiper-button-next {
  right: -60px;
}

.company-strength .swiper-button-next:after,
.company-strength .swiper-button-prev:after {
  font-size: 22px;
}

.company-strength .swiper-slide {
  background: #f7f7f7;
}

.company-strength .swiper-pagination-bullet {
  width: 12px;
  height: 4px;
  border-radius: 6px;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  -ms-border-radius: 6px;
  -o-border-radius: 6px;
}

.company-strength .swiper-slide h2 {
  font-size: 22px;
  font-weight: 600;
  margin-bottom: 10px;
}

.company-strength .swiper-slide ul li {
  padding: 10px 0;
}

.company-strength .swiper-slide .text {
  flex: 0 0 30%;
  padding: 0 15px;
}

.company-strength .swiper-slide .img-box {
  flex: 1;
  position: relative;
  overflow: hidden;
}

.company-strength .swiper-slide .img-box img {
  width: 100%;
}

.company-strength .swiper-slide .img-box::before {
  content: '';
  display: block;
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.5);
  position: absolute;
  left: 0;
  right: 0;
}

.company-strength .swiper-slide.swiper-slide-active .img-box::before {
  left: -100%;
  transition: all 1s;
  -webkit-transition: all 1s;
  -moz-transition: all 1s;
  -ms-transition: all 1s;
  -o-transition: all 1s;
}

.company-strength .swiper-slide .text b {
  font-size: 18px;
  font-weight: 500;
  color: #000;
  display: block;
  margin-bottom: 10px;
}

.company-strength .swiper-slide .text p {
  line-height: 28px;
  color: #666;
}

.dev-history .swiper-imgs-group {
  width: 60%;
  margin: auto;
  border-radius: 10px;
  overflow: hidden;
  position: relative;
  box-shadow: 0 0 10px rgb(0 0 0 / 50%);
}

.dev-history .swiper-imgs-group .swiper-container {
  height: 0 !important;
  opacity: 0;
  visibility: hidden;
  transition: all 1s;
  -webkit-transition: all 1s;
  -moz-transition: all 1s;
  -ms-transition: all 1s;
  -o-transition: all 1s;
}

.dev-history .swiper-imgs-group .swiper-container.show {
  opacity: 1;
  visibility: visible;
  height: auto !important;
}

.dev-history .time-line {
  position: relative;
}
.dev-history .time-line::after {
  content: '';
  display: block;
  height: 0;
  width: 100%;
  border: 1px solid #999;
  position: absolute;
  left: 0;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  z-index: 1020;
}
.dev-history .time-line ul {
  position: relative;
  z-index: 2020;
  overflow-x: auto;
  gap: 20px;
  padding: 10px 0;
}

.dev-history .time-line ul li {
  padding: 5px;
  border: 2px solid #999;
  width: 46px;
  height: 44px;
  line-height: 34px;
  background: #fff;
  text-align: center;
  border-radius: 100%;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  -ms-border-radius: 100%;
  -o-border-radius: 100%;
  cursor: pointer;
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
  /* margin: 0 20px; */
}

.dev-history .swiper-slide img {
  width: 100%;
}

.dev-history .time-line ul li:hover,
.dev-history .time-line ul li.active {
  background: #f00;
  box-shadow: 0 0 0 3px rgb(255 0 0 / 50%) !important;
  color: #fff;
  border-color: #fff;
  transform: scale(1.2);
  -webkit-transform: scale(1.2);
  -moz-transform: scale(1.2);
  -ms-transform: scale(1.2);
  -o-transform: scale(1.2);
}

.talents {
  display: block;
  position: relative;
  overflow: hidden;
}

.talents img {
  width: 100%;
  transition: all 0.3s linear;
}
.talents.content img:hover {
  transform: scale(1.03);
}
.talents .content {
  max-width: 450px;
  background-color: #fff;
  padding: 30px;
  position: absolute;
  bottom: 20px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 100;
  border-radius: 10px;
}

.talents .title {
  font-weight: 600;
  font-size: 28px;
  line-height: 38px;
  margin-bottom: 20px;
  font-style: italic;
}

.talents .abstract {
  font-size: 18px;
  line-height: 36px;
}

.talents .text {
  font-size: 16px;
  line-height: 28px;
  margin: 0;
}
.skill .text-content {
  display: flex;
  flex-wrap: wrap;
}

.skill .text-content .item {
  width: calc(100% / 6);
  text-align: center;
  margin-bottom: 20px;
}

.skill .text-content .item p {
  margin: 20px 0;
  font-weight: 700;
  font-size: 22px;
  line-height: 24px;
}

.skill .text-content .item .img-box {
  /* width: 50%; */
  width: 103px;
  height: 103px;
  background-color: #1890ff;
  margin: 0 auto;
  border-radius: 50%;
  overflow: hidden;
  display: flex;
  justify-content: center;
  align-items: center;
}

.skill .text-content .item .img-box img {
  width: 60%;
}
@media (max-width: 768px) {
  .header .header-title,
  .header .home-nav,
  .header .home-nav-category .nav-title {
    color: #333;
  }

  .company-strength .swiper-slide .d-flex {
    flex-flow: column-reverse;
  }

  .company-strength .swiper-slide .text {
    flex: 0 0 100%;
    padding: 0 10px;
  }

  .company-strength .position-relative {
    position: unset;
  }

  .company-strength .swiper-container {
    position: relative;
  }

  .company-strength .swiper-button-next {
    right: 5px;
  }

  .company-strength .swiper-button-prev {
    left: 5px;
  }

  .company-strength .swiper-button-next,
  .company-strength .swiper-button-prev {
    top: 20%;
    color: #f5f5f5;
  }

  .company-strength .swiper-button-next:after,
  .company-strength .swiper-button-prev:after {
    font-size: 20px;
  }

  .company-strength .swiper-slide .text b {
    font-size: 18px;
    margin-bottom: 0;
  }

  .dev-history .swiper-imgs-group {
    width: 100%;
  }

  .dev-history .time-line ul {
    flex-flow: row nowrap;
  }

  .dev-history .time-line ul li {
    width: 42px;
    height: 40px;
    line-height: 37px;
    font-size: 12px;
    padding: 0;
    flex-shrink: 0;
  }

  .dev-history .time-line ul li.active {
    transform: scale(1);
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
  }

  .top-video {
    display: none;
  }

  .m-top-video {
    display: flex;
    margin-top: 100px;
  }

  .header .header-title {
    color: #333;
  }

  .slogan {
    height: 290px;
  }

  .opdate {
    bottom: 100px;
  }

  .home-nav-category .nav-title {
    color: #333;
  }

  .content .module-title {
    font-size: 22px;
  }

  .content .more {
    font-size: 16px;
  }

  .us .card {
    height: auto;
  }

  .us .card img {
    height: auto;
    width: 100%;
  }

  .us .card .text-box {
    height: auto;
  }

  .us .card .img-box {
    height: auto;
  }

  .us .card .w-img img {
    position: unset;
    transform: translate(0, 0);
  }

  #video1 .video-btn {
    font-size: 16px;
  }

  #video1 .btn {
    font-size: 12px;
    line-height: 18px;
  }

  .text-box .title,
  .content .product .text-box .title {
    font-size: 18px;
  }

  .card .dynamic {
    overflow: hidden;
  }

  .plan {
    padding: 20px;
    height: auto;
  }

  .plan .plan-img {
    position: unset;
  }

  .plan .link-title {
    position: unset;
    transform: translateX(0);
    margin-bottom: 10px;
    display: none;
  }

  .plan .box {
    margin-top: 10px;
    position: unset;
    transform: translateX(0);
    color: #e7162d;
  }

  .plan .box .job,
  .plan .box .enter {
    width: 30%;
    background-color: #e6e6e6;
  }

  .plan .box .enter .enter-list {
    top: auto;
    bottom: 100%;
  }

  .activity-box {
    position: relative;
    display: flex;
    flex-direction: column-reverse;
  }

  .activity-box .link-title {
    padding: 0;
    margin-bottom: 10px;
  }

  .activity-box .link-title .title {
    font-size: 18px;
  }

  .activity-box .benefit {
    width: 100%;
    clip-path: none;
    position: relative;
    overflow: hidden;
  }

  .product-box .row-list {
    display: flex;
  }

  .product-box .row-list .card-img {
    height: 175px;
    position: relative;
    left: 50%;
    transform: translateX(-50%);
    width: fit-content;
  }

  .product-box .row-list .allW {
    width: 100%;
  }

  .product-box .row-list .allW .card-img {
    height: auto;
    width: 100%;
  }

  .product-box .row-list .card:not(:first-child) {
    width: 49%;
    height: auto;
  }

  .product-box .row-list .card:not(:first-child) .text-box {
    position: unset;
    background-image: none;
    color: #333;
    background: #f5f5f5;
    height: auto;
    padding: 10px;
  }

  .product-box .row-list .card:not(:first-child) .text-box .text {
    -webkit-line-clamp: 2;
  }
  .talents .content {
    position: unset;
    transform: none;
  }

  .talents .title {
    font-size: 20px;
    margin-bottom: 10px;
  }
  .talents .abstract {
    font-size: 16px;
  }
  .talents .text {
    font-size: 14px;
  }
  .skill .text-content {
    margin-top: 0;
  }
  .skill .text-content .item {
    width: calc(100% / 3);
    text-align: center;
    margin-bottom: 20px;
  }
  .skill .text-content .item .img-box {
    width: 80%;
  }
  .skill .text-content .item p {
    font-size: 14px;
  }
  .skill .text-content .item .img-box {
    width: 89px;
    height: 89px;
  }
}

@keyframes jump {
  0% {
    transform: translateY(0);
  }

  20% {
    transform: translateY(20%);
  }

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