.header-box {
  position: relative;
}
.header-box .mySwiper {
  width: 100%;
  position: relative;
}
.header-box .mySwiper .swiper-wrapper {
  width: 100%;
}
.header-box .mySwiper .swiper-wrapper .swiper-slide {
  width: 100%;
}
.header-box .mySwiper .swiper-wrapper .swiper-slide img {
  vertical-align: middle;
  width: 100%;
  height: 100%;
}
.header-box .mySwiper .swiper-pagination {
  margin-left: 14px;
  display: flex;
  position: absolute;
  bottom: 23%;
  left: 0;
}
.header-box .mySwiper .swiper-pagination .swiper-pagination-bullet {
  height: 17px;
  width: 17px;
  background: none;
  border: 1px solid var(--color-blue);
  opacity: 1;
}
.header-box .mySwiper .swiper-pagination .swiper-pagination-bullet-active {
  width: 17px;
  height: 17px;
  margin-right: 7px;
  background: var(--color-blue);
  border: 1px solid var(--color-blue);
  opacity: 1;
}
.header-box .mySwiper .publicity {
  position: absolute;
  top: 50%;
  z-index: 2;
  width: 22%;
}
.header-box .mySwiper .header-box {
  position: absolute;
  top: 22px;
  left: 46px;
  z-index: 2;
  display: flex;
  align-items: flex-end;
}
.header-box .mySwiper .header-box img {
  width: 225px;
  height: 127px;
}
.header-box .mySwiper .header-box .header-title {
  font-size: 28px;
  font-weight: bolder;
  color: var(--color-blue);
  margin: 0 0 30px 26px;
}
.header-box .mySwiper .down-box {
  transform: translate(-50%);
  position: absolute;
  bottom: 23%;
  left: 50%;
  z-index: 2;
}
.header-box .mySwiper .down-box img {
  height: 0.05%;
}
.header-box svg {
  overflow: hidden;
  vertical-align: middle;
}
.header-box .shape_full {
  width: 100%;
  height: initial;
}
.header-box .shape_wave_top_white {
  bottom: 0px;
  left: 0;
  position: absolute;
  z-index: 2;
  width: 100%;
}
.header-box .shape_wave_top_white .shape_wave_top_white {
  fill: #fff;
}
.header-box svg {
  overflow: hidden;
  vertical-align: middle;
}
.header-box .shape_full {
  width: 100%;
  height: initial;
}
.header-box .shape_wave_top_blue {
  left: 0;
  bottom: -2%;
  position: absolute;
  z-index: 2;
  width: 100%;
}
.header-box .shape_wave_top_blue .shape_wave_top_blue {
  opacity: 0.26;
  fill: var(--color-blue);
}
.news-box {
  margin-top: 40px;
  position: relative;
  width: 100%;
}
.news-box::before {
  background: url('../image/bj.svg') no-repeat;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 3;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-position: center top;
  pointer-events: none;
  content: '';
}
.news-box .content .news-one {
  width: 100%;
  display: flex;
  align-items: flex-end;
  padding-bottom: 25px;
  border-bottom: 1px solid #b4b4b4;
}
.news-box .content .news-one h1 {
  margin-right: 40px;
  color: #4a4a4a;
  font-family: var(--font-century-gothic);
  font-size: 40px;
  bottom: 0;
}
.news-box .content .news-one span {
  font-size: 20px;
  font-weight: bold;
  padding-bottom: 10px;
}
.news-box .content .news-two {
  width: 100%;
}
.news-box .content .news-two li {
  width: 100%;
}
.news-box .content .news-two li a {
  width: 100%;
  padding: 25px 0;
  display: flex;
  align-items: center;
  border-bottom: 1px solid #b4b4b4;
}
.news-box .content .news-two li a:hover p,
.news-box .content .news-two li a:hover h3 {
  color: #0079be !important;
}
.news-box .content .news-two li a p {
  width: 160px;
  font-size: var(--base-btn-text-size);
  font-family: var(--font-rockwell);
  color: #4a4a4a;
  font-weight: bold;
}
.news-box .content .news-two li a h3 {
  color: #4a4a4a;
  flex: 1;
  font-size: 16px;
}
.news-box .content .news-three {
  display: flex;
  margin-top: 90px;
}
.news-box .content .news-three .new-content {
  mix-blend-mode: multiply;
  width: var(--right-image-content);
  z-index: 2;
  max-width: 100%;
  padding: 70px;
  color: #fff;
  background: var(--color-blue);
  margin-bottom: 16px;
}
.news-box .content .news-three .new-content h1 {
  font-size: 34px;
  color: #fff;
  font-weight: 400;
  margin-bottom: 17px;
  letter-spacing: 0.2em;
}
.news-box .content .news-three .new-content h4 {
  font-size: 20px;
  color: #fff;
  margin-bottom: 25px;
}
.news-box .content .news-three .new-content p {
  font-size: 16px;
  line-height: var(--text-line-height);
}
.news-box .content .news-three .new-content .new-button {
  box-sizing: border-box;
  height: 60px;
  background-color: #fff;
  margin: 43px 23px 0 147px;
  text-align: center;
  position: relative;
}
.news-box .content .news-three .new-content .new-button:hover {
  transition: all 0.5s;
  background-color: var(--color-blue);
  border: 1px solid #fff;
}
.news-box .content .news-three .new-content .new-button:hover::before {
  background-color: #fff;
}
.news-box .content .news-three .new-content .new-button:hover a {
  display: block;
  width: 100%;
  height: 100%;
  color: #fff;
}
.news-box .content .news-three .new-content .new-button::before {
  background-color: var(--color-blue);
  left: -1px;
  width: var(--icon-left-bar-width);
  height: var(--icon-left-line-width);
  position: absolute;
  bottom: 50%;
  display: block;
  transform: translateY(50%);
  content: '';
}
.news-box .content .news-three .new-content .new-button a {
  display: block;
  width: 100%;
  height: 100%;
  color: #fff;
  line-height: 60px;
  font-size: 20px;
  font-weight: bold;
  color: var(--color-blue);
  position: relative;
}
.news-box .content .news-three .new-content .new-button a::after {
  left: 18%;
  box-sizing: border-box;
  width: var(--icon-left-circle-size);
  height: var(--icon-left-circle-size);
  border-width: var(--icon-left-line-width);
  border-style: solid;
  border-radius: 100%;
  position: absolute;
  bottom: 50%;
  display: block;
  transform: translateY(50%);
  content: '';
}
.news-box .content .news-three .new-picture {
  right: -2%;
  top: 20%;
  margin-left: calc(var(--margin-right-image) * 2);
  transform: translateY(40%);
}
.news-box .content .news-three .new-picture img {
  width: var(--right-image-picture);
  opacity: 0.9;
  max-width: 100%;
}
.bj-svg {
  margin-top: 200px;
  overflow: hidden;
}
.bj-svg .shape_wave_1 {
  position: relative;
  z-index: -1;
  margin-left: 50%;
  background: #fff;
  transform: translateX(-50%);
}
.bj-svg .shape_wave_1 .wave-shape1 {
  fill: var(--bg-color-blue);
}
.employees-message {
  width: 100%;
  z-index: 3;
  background-color: var(--bg-color-blue);
  transform: translateY(-10px);
  padding-bottom: 40px;
}
.employees-message .employees-box {
  width: 100%;
}
.employees-message .employees-box .employees-one {
  margin-bottom: 50px;
  display: flex;
  align-items: flex-end;
}
.employees-message .employees-box .employees-one h2 {
  color: #4a4a4a;
  font-size: 40px;
  margin-right: 40px;
}
.employees-message .employees-box .employees-one p {
  font-size: 20px;
  color: var(--color-blue);
  margin-bottom: 5px;
  font-weight: 700;
}
.employees-message .employees-box .employees-two {
  position: relative;
  width: 100%;
}
.employees-message .employees-box .employees-two ul {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.employees-message .employees-box .employees-two ul li:nth-child(3n + 2) {
  margin-top: 50px;
}
.employees-message .employees-box .employees-two ul li:nth-child(3n + 3) {
  margin-top: 100px;
}
@keyframes move {
  0% {
    transform: scale(1);
  }
  100% {
    transform: scale(1.05);
  }
}
.employees-message .employees-box .employees-two ul li {
  width: 30%;
}
.employees-message .employees-box .employees-two ul li:hover .picture-box img {
  animation: move 0.1s linear forwards;
}
.employees-message .employees-box .employees-two ul li:hover .introduce i {
  color: var(--color-blue);
}
.employees-message .employees-box .employees-two ul li .picture-box {
  overflow: hidden;
  max-width: 100% !important;
  height: auto !important;
  max-height: 100% !important;
}
.employees-message .employees-box .employees-two ul li .picture-box img {
  max-height: 100%;
  width: 100%;
}
.employees-message .employees-box .employees-two ul li .introduce {
  padding: 25px;
  background-color: #fff;
  width: 100%;
  display: flex;
  flex-direction: column;
}
.employees-message .employees-box .employees-two ul li .introduce i {
  font-size: 16px;
  color: #4a4a4a;
}
.employees-message .employees-box .employees-two ul li .introduce span {
  margin-top: 6px;
  font-size: 20px;
  color: var(--color-blue);
  font-weight: 700;
}
.employees-message .employees-box .employees-two .new-button {
  box-sizing: border-box;
  height: 60px;
  background-color: var(--color-blue);
  width: var(--base-btn-width);
  font-weight: bold;
  font-size: var(--base-btn-text-size);
  line-height: var(--base-btn-height);
  transform: translate(-50%, 100%);
  text-align: center;
  position: absolute;
  bottom: 0;
  left: 50%;
}
.employees-message .employees-box .employees-two .new-button:hover {
  transition: all 0.5s;
  background-color: #fff;
  border: 1px solid var(--color-blue);
}
.employees-message .employees-box .employees-two .new-button:hover::before {
  background-color: var(--color-blue);
}
.employees-message .employees-box .employees-two .new-button:hover a {
  color: var(--color-blue);
}
.employees-message .employees-box .employees-two .new-button::before {
  background: #fff;
  left: -1px;
  width: var(--icon-left-bar-width);
  height: var(--icon-left-line-width);
  position: absolute;
  bottom: 50%;
  display: block;
  transform: translateY(50%);
  content: '';
}
.employees-message .employees-box .employees-two .new-button a {
  display: block;
  width: 100%;
  height: 100%;
  line-height: 60px;
  font-size: 20px;
  font-weight: bold;
  color: #fff;
  position: relative;
}
.employees-message .employees-box .employees-two .new-button a::after {
  left: 18%;
  box-sizing: border-box;
  width: var(--icon-left-circle-size);
  height: var(--icon-left-circle-size);
  border-width: var(--icon-left-line-width);
  border-style: solid;
  border-radius: 100%;
  position: absolute;
  bottom: 50%;
  display: block;
  transform: translateY(50%);
  content: '';
}
.bj-bottom {
  z-index: -3;
  margin-top: -10px;
  max-width: 100%;
  overflow: hidden;
  transform: translateY(-5%);
  position: relative;
}
.bj-bottom .shape_wave_1 {
  margin-left: 50%;
  transform: translateX(-50%) rotate(180deg);
}
.bj-bottom .shape_wave_1 .wave-shape1 {
  fill: var(--bg-color-blue);
}
.film-box {
  margin-top: 200px;
  width: 100%;
  background: url('../image/bg_top_movie.jpg') no-repeat center top;
  height: 309px;
  background-size: cover;
  z-index: 3;
}
.film-box .film {
  z-index: 3;
}
.film-box .film .film-title {
  transform: translateY(50px);
  display: flex;
  align-items: flex-end;
}
.film-box .film .film-title h2 {
  color: #4a4a4a;
  font-size: 40px;
  margin-right: 40px;
  font-weight: bold;
}
.film-box .film .film-title p {
  font-weight: bold;
  font-size: 20px;
  color: var(--color-blue);
  margin-bottom: 5px;
}
.film-box .film .video-box {
  z-index: 3;
  transform: translateY(80px);
  height: 309px;
  flex: 0 0 50%;
  max-width: 50%;
}
.film-box .film .video-box video {
  z-index: 3;
  max-width: 544px;
  height: 309px;
}
.story {
  margin-top: 200px;
  z-index: 9;
  position: relative;
  padding-bottom: 160px;
}
.story::before {
  background: url('../image/bj.svg') no-repeat;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 3;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-position: center top;
  pointer-events: none;
  content: '';
}
.story .story-box .story-title {
  display: flex;
  padding-bottom: 25px;
  align-items: flex-end;
}
.story .story-box .story-title h2 {
  font-size: 40px;
  color: #4a4a4a;
  margin-right: 40px;
  font-weight: bold;
}
.story .story-box .story-title p {
  font-size: 20px;
  color: #0079be;
  padding-bottom: 5px;
  font-weight: bold;
}
.story .story-box .story-content {
  display: flex;
}
.story .story-box .story-content .story-left {
  width: 46.9%;
}
.story .story-box .story-content .story-left img {
  width: 100%;
}
.story .story-box .story-content .story-right {
  flex: 1;
  margin-left: 80px;
}
.story .story-box .story-content .story-right h3 {
  margin-bottom: calc(var(--margin-list-gap) * 0.35);
  font-weight: bold;
  font-size: 28px;
  color: var(--color-blue);
  margin-bottom: 21px;
}
.story .story-box .story-content .story-right h3::before {
  display: inline-block;
  content: '';
  width: 1px;
  height: 67px;
  margin-right: calc(var(--margin-base) * 1.5);
  margin-bottom: -0.5em;
  background: var(--color-blue);
  transform: skewX(-38deg);
  transform-origin: left bottom;
}
.story .story-box .story-content .story-right p {
  font-size: 26px;
  color: var(--color-blue);
  margin-bottom: 45px;
}
.story .story-box .story-content .story-right span {
  font-size: 16px;
  color: #4a4a4a;
  line-height: var(--text-line-height);
}
.story .story-box .story-content .story-right .new-button {
  box-sizing: border-box;
  height: 60px;
  background-color: var(--color-blue);
  width: var(--base-btn-width);
  font-weight: bold;
  font-size: var(--base-btn-text-size);
  line-height: var(--base-btn-height);
  text-align: center;
  position: relative;
  top: 20px;
}
.story .story-box .story-content .story-right .new-button:hover {
  transition: all 0.5s;
  background-color: #fff;
  border: 1px solid var(--color-blue);
}
.story .story-box .story-content .story-right .new-button:hover::before {
  background-color: var(--color-blue);
}
.story .story-box .story-content .story-right .new-button:hover a {
  color: var(--color-blue);
}
.story .story-box .story-content .story-right .new-button::before {
  background: #fff;
  left: -1px;
  width: var(--icon-left-bar-width);
  height: var(--icon-left-line-width);
  position: absolute;
  bottom: 50%;
  display: block;
  transform: translateY(50%);
  content: '';
}
.story .story-box .story-content .story-right .new-button a {
  display: block;
  width: 100%;
  height: 100%;
  line-height: 60px;
  font-size: 20px;
  font-weight: bold;
  color: #fff;
  position: relative;
}
.story .story-box .story-content .story-right .new-button a::after {
  left: 18%;
  box-sizing: border-box;
  width: var(--icon-left-circle-size);
  height: var(--icon-left-circle-size);
  border-width: var(--icon-left-line-width);
  border-style: solid;
  border-radius: 100%;
  position: absolute;
  bottom: 50%;
  display: block;
  transform: translateY(50%);
  content: '';
}
.photo-box .photo-title {
  display: flex;
  width: 100%;
  align-items: flex-end;
  justify-content: center;
}
.photo-box .photo-title h2 {
  font-size: 40px;
  color: #4a4a4a;
  margin-right: 40px;
  font-weight: bold;
}
.photo-box .photo-title p {
  font-size: 20px;
  color: #0079be;
  padding-bottom: 5px;
  font-weight: bold;
}
.photo-box .photo-content ul {
  display: flex;
  width: 100%;
  overflow: hidden;
  justify-content: center;
}
.photo-box .photo-content ul li {
  min-width: 300px;
  max-width: 440px;
  margin: 0 calc(var(--margin-base) * 0.2);
}
.photo-box .photo-content ul li img {
  width: 100%;
}
.photo-box .new-button {
  margin-top: 40px;
  margin-bottom: 80px;
  box-sizing: border-box;
  height: 60px;
  background-color: var(--color-blue);
  width: var(--base-btn-width);
  font-weight: bold;
  font-size: var(--base-btn-text-size);
  line-height: var(--base-btn-height);
  text-align: center;
  position: relative;
  left: 50%;
  transform: translateX(-50%);
  top: 20px;
}
.photo-box .new-button:hover {
  transition: all 0.5s;
  background-color: #fff;
  border: 1px solid var(--color-blue);
}
.photo-box .new-button:hover::before {
  background-color: var(--color-blue);
}
.photo-box .new-button:hover a {
  color: var(--color-blue);
}
.photo-box .new-button::before {
  background: #fff;
  left: -1px;
  width: var(--icon-left-bar-width);
  height: var(--icon-left-line-width);
  position: absolute;
  bottom: 50%;
  display: block;
  transform: translateY(50%);
  content: '';
}
.photo-box .new-button a {
  display: block;
  width: 100%;
  height: 100%;
  line-height: 60px;
  font-size: 20px;
  font-weight: bold;
  color: #fff;
  position: relative;
}
.photo-box .new-button a::after {
  left: 18%;
  box-sizing: border-box;
  width: var(--icon-left-circle-size);
  height: var(--icon-left-circle-size);
  border-width: var(--icon-left-line-width);
  border-style: solid;
  border-radius: 100%;
  position: absolute;
  bottom: 50%;
  display: block;
  transform: translateY(50%);
  content: '';
}
.recruit {
  position: relative;
}
.recruit::before {
  background: url('../image/bj.svg') no-repeat;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 3;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-position: center top;
  pointer-events: none;
  content: '';
}
.recruit .recruit-box {
  width: 100%;
  background-color: var(--color-blue);
}
.recruit .recruit-box .recruit-title {
  display: flex;
  width: 100%;
  align-items: flex-end;
}
.recruit .recruit-box .recruit-title h2 {
  font-size: 40px;
  color: #fff;
  margin-right: 40px;
  font-weight: bold;
}
.recruit .recruit-box .recruit-title p {
  font-size: 20px;
  color: #fff;
  padding-bottom: 5px;
  font-weight: bold;
}
.recruit .recruit-box .button-box {
  width: 100%;
  margin-top: 30px;
  display: flex;
  justify-content: space-between;
}
.recruit .recruit-box .button-box .new-button {
  height: 162px;
  margin-bottom: 80px;
  box-sizing: border-box;
  background-color: #fff;
  width: 48%;
  font-weight: bold;
  font-size: var(--base-btn-text-size);
  line-height: 162px;
  text-align: center;
  position: relative;
  top: 20px;
}
.recruit .recruit-box .button-box .new-button:hover {
  transition: all 0.5s;
  background-color: var(--color-blue);
  border: 1px solid #fff;
}
.recruit .recruit-box .button-box .new-button:hover::before {
  background-color: #fff;
}
.recruit .recruit-box .button-box .new-button:hover::after {
  border: 2px solid #fff;
}
.recruit .recruit-box .button-box .new-button:hover a {
  color: #fff;
}
.recruit .recruit-box .button-box .new-button::before {
  background: var(--color-blue);
  left: -1px;
  width: 19%;
  height: calc(var(--icon-left-line-width) * 2);
  position: absolute;
  bottom: 50%;
  display: block;
  transform: translateY(50%);
  content: '';
}
.recruit .recruit-box .button-box .new-button::after {
  left: 16%;
  box-sizing: border-box;
  width: 22px;
  height: 22px;
  border-width: var(--icon-left-line-width);
  border: 2px solid var(--color-blue);
  border-radius: 100%;
  position: absolute;
  bottom: 50%;
  display: block;
  transform: translateY(50%);
  content: '';
}
.recruit .recruit-box .button-box .new-button a {
  display: block;
  width: 100%;
  height: 100%;
  font-size: 40px;
  font-weight: 400;
  letter-spacing: 12px;
  color: var(--color-blue);
  position: relative;
}
.recruit .bj-top-svg {
  max-width: 100%;
  overflow: hidden;
  margin-bottom: -10px;
}
.recruit .bj-top-svg .shape_full {
  position: relative;
  z-index: -1;
  margin-left: 50%;
  background: #fff;
  transform: translateX(-50%);
}
.recruit .bj-top-svg .shape_full .a {
  fill: var(--color-blue);
}
.recruit .bj-bottom-svg {
  max-width: 100%;
  overflow: hidden;
  transform: translateY(-5%);
  position: relative;
}
.recruit .bj-bottom-svg .shape_full {
  margin-left: 50%;
  transform: translateX(-50%);
}
.recruit .bj-bottom-svg .shape_full .a {
  fill: var(--color-blue);
}
@media (max-width: 1200px) {
  .header-box {
    position: relative;
  }
  .header-box .mySwiper .header-box {
    position: absolute;
    top: 0px;
    left: 50px;
    z-index: 2;
    display: flex;
    align-items: flex-end;
  }
  .header-box .mySwiper .header-box img {
    width: 180px;
    height: 101px;
  }
  .header-box .mySwiper .header-box .header-title {
    font-size: 22px;
    margin: 0 0 20px 26px;
  }
  .news-box .content .news-three {
    width: 100%;
    display: flex;
    margin-top: 90px;
  }
  .news-box .content .news-three .new-content {
    width: 453px;
  }
  .news-box .content .news-three .new-content .new-button {
    width: 230px;
    margin: 43px 23px 0 60px;
  }
  .news-box .content .news-three .new-picture {
    width: 100%;
    transform: translateY(60%);
  }
  .news-box .content .news-three .new-picture img {
    width: 100%;
  }
  .film-box .film .video-box {
    transform: translateY(80px);
    height: 309px;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .film-box .film .video-box video {
    max-width: 430px;
    height: 241px;
  }
}
@media (max-width: 992px) {
  .header-box {
    position: relative;
  }
  .header-box .mySwiper .header-box {
    position: absolute;
    top: 0px;
    left: 10px;
    z-index: 2;
    display: flex;
    align-items: flex-end;
  }
  .header-box .mySwiper .header-box img {
    width: 157px;
    height: 88px;
  }
  .header-box .mySwiper .header-box .header-title {
    font-size: 19px;
    margin: 0 0 20px 26px;
  }
  .news-box .content .news-three {
    width: 100%;
    display: flex;
    margin-top: 90px;
  }
  .news-box .content .news-three .new-content {
    width: 330px;
    padding: 35px;
  }
  .news-box .content .news-three .new-content .new-button {
    width: 230px;
    margin: 43px 23px 0 0px;
  }
  .news-box .content .news-three .new-picture {
    width: 100%;
    margin-left: -20px;
    transform: translateY(60%);
  }
  .news-box .content .news-three .new-picture img {
    width: 100%;
    opacity: 0.9;
    max-width: 100%;
  }
  .bj-svg {
    margin-top: 100px;
  }
  .employees-message .employees-box {
    width: 100%;
  }
  .employees-message .employees-box .employees-two {
    position: relative;
    width: 100%;
  }
  .employees-message .employees-box .employees-two ul li:nth-child(3n + 2) {
    margin-top: 0;
  }
  .employees-message .employees-box .employees-two ul li:nth-child(3n + 3) {
    margin-top: 0;
  }
  .employees-message .employees-box .employees-two ul li:nth-child(2n) {
    margin-top: 60px;
  }
  .employees-message .employees-box .employees-two ul li {
    margin-bottom: 60px;
    width: 48%;
  }
  .employees-message .employees-box .employees-two .new-button {
    transform: translate(-50%, 70%);
  }
  .film-box {
    height: 174px;
  }
  .film-box .film .video-box video {
    max-width: 310px;
    height: 174px;
  }
  :root {
    --margin-section: 80px;
    --margin-middle: 70px;
    --margin-right-image: -60px;
  }
  .recruit .recruit-box .button-box .new-button {
    height: 124px;
    font-size: 25px;
    line-height: 124px;
  }
  .recruit .recruit-box .button-box .new-button a {
    font-size: 25px;
  }
}
@media (max-width: 768px) {
  :root {
    --header-btn-size: 100px;
    --nav-header-margin: 45px;
    --nav-item-margin: 30px;
  }
  .header-box {
    position: relative;
  }
  .header-box .mySwiper {
    width: 100%;
    position: relative;
  }
  .header-box .mySwiper .swiper-pagination {
    bottom: 13%;
  }
  .header-box .mySwiper .publicity {
    width: 50%;
  }
  .header-box .mySwiper .header-box {
    position: absolute;
    top: 0px;
    left: 10px;
    z-index: 2;
    display: flex;
    align-items: flex-end;
  }
  .header-box .mySwiper .header-box img {
    width: 135px;
    height: 76px;
  }
  .header-box .mySwiper .header-box .header-title {
    font-size: 16px;
    margin: 0 0 15px 26px;
  }
  .header-box .mySwiper .down-box {
    position: absolute;
    bottom: 12%;
    left: 50%;
    z-index: 2;
  }
  .news-box .content .news-three {
    width: 100%;
    display: flex;
    flex-direction: column-reverse;
    margin-top: 90px;
  }
  .news-box .content .news-three .new-content {
    width: 100%;
    padding: 35px;
  }
  .news-box .content .news-three .new-content .new-button {
    width: 230px;
    margin: 43px 23px 0 0px;
  }
  .news-box .content .news-three .new-picture {
    width: 100%;
    margin-left: 0px;
    transform: translateY(0);
  }
  .news-box .content .news-three .new-picture img {
    width: 100%;
    opacity: 0.9;
    max-width: 100%;
  }
  .film-box {
    width: 100%;
    height: 309px;
    margin-top: 40px;
  }
  .film-box .film .film-title {
    transform: translateY(50px);
    display: flex;
    align-items: flex-end;
  }
  .film-box .film .film-title h2 {
    color: #4a4a4a;
    font-size: 40px;
    margin-right: 40px;
    font-weight: bold;
  }
  .film-box .film .film-title p {
    font-weight: bold;
    font-size: 20px;
    color: var(--color-blue);
    margin-bottom: 5px;
  }
  .film-box .film .video-box {
    transform: translateY(80px);
    height: 309px;
    flex: 0 0 50%;
    max-width: 100%;
  }
  .film-box .film .video-box video {
    max-width: 544px;
    width: 100%;
    height: 309px;
  }
  .story .story-box .story-content {
    display: flex;
    flex-direction: column;
  }
  .story .story-box .story-content .story-left {
    width: 100%;
  }
  .story .story-box .story-content .story-left img {
    width: 100%;
  }
  .story .story-box .story-content .story-right {
    flex: 1;
    margin-top: 20px;
    margin-left: 0px;
  }
  .recruit {
    position: relative;
  }
  .recruit .recruit-box .button-box {
    width: 100%;
    display: flex;
    flex-direction: column;
  }
  .recruit .recruit-box .button-box .new-button {
    height: 162px;
    width: 100%;
    line-height: 162px;
  }
  .recruit .recruit-box .button-box .new-button a {
    font-size: 40px;
  }
}
@media (max-width: 576px) {
  :root {
    --header-btn-size: 75px;
    --nav-bar-width: 40px;
    --nav-bar-height: 5px;
    --nav-bar-margin: 10px;
  }
  .header-box {
    position: relative;
  }
  .header-box .mySwiper .header-box {
    position: absolute;
    top: 0px;
    left: 10px;
    z-index: 2;
    display: flex;
    align-items: flex-end;
  }
  .header-box .mySwiper .header-box img {
    width: 112px;
    height: 63px;
  }
  .header-box .mySwiper .header-box .header-title {
    font-size: 14px;
    margin: 0 0 13px 26px;
  }
  .employees-message .employees-box {
    width: 100%;
  }
  .employees-message .employees-box .employees-two {
    position: relative;
    width: 100%;
    padding-bottom: 70px;
  }
  .employees-message .employees-box .employees-two ul {
    align-items: center;
    justify-content: center;
  }
  .employees-message .employees-box .employees-two ul li:nth-child(3n + 2) {
    margin-top: 0;
  }
  .employees-message .employees-box .employees-two ul li:nth-child(3n + 3) {
    margin-top: 0;
  }
  .employees-message .employees-box .employees-two ul li:nth-child(2n) {
    margin-top: 0px;
  }
  .employees-message .employees-box .employees-two ul li {
    margin-bottom: 60px;
    width: 100%;
    max-width: 380px;
  }
  .employees-message .employees-box .employees-two .new-button {
    transform: translate(-50%, 30%);
  }
  .recruit {
    position: relative;
  }
  .recruit .recruit-box .button-box {
    width: 100%;
    display: flex;
    flex-direction: column;
  }
  .recruit .recruit-box .button-box .new-button {
    height: 124px;
    width: 100%;
    line-height: 124px;
  }
  .recruit .recruit-box .button-box .new-button a {
    font-size: 20px;
  }
}
