.mission_banner {
  overflow: hidden;
  padding: 130px 0 145px;
}
.mission_banner .img {
  min-width: 71.984%;
  margin-right: 6.746%;
  transition: all 1s;
  overflow: hidden;
  border-radius: 15px;
}
.mission_banner .img img {
  width: 100%;
  height: auto;
  object-fit: cover;
  display: block;
}
.mission_banner .head {
  min-width: 47.778%;
  text-align: left;
}
.mission_banner .head h1 {
  margin-bottom: 22px;
  font-size: 54px;
  color: var(--title_color);
  line-height: 74px;
  font-weight: 700;
}
.mission_banner .head p {
  font-size: 22px;
  line-height: 36px;
  margin-bottom: 35px;
}
.mission_banner .head p:last-of-type {
  margin-bottom: 0;
}
.mission_banner .head .button {
  font-size: 20px;
  padding: 17px 60.5px;
  margin-top: 50px;
}
.mission_story {
  background-color: #f8f8f8;
  padding: 80px 0;
  overflow: hidden;
}
.mission_story .head {
  gap: 2rem;
  flex-wrap: wrap;
}
.mission_story .head .swiper_btns_full {
  gap: 35px;
}
.mission_story .head .swiper_btns_full div {
  width: 53px;
  height: 53px;
}
.mission_story .head .swiper_btns_full div.swiper-button-disabled {
  filter: brightness(0.2);
}
.mission_story .mission_story_swiper {
  margin-top: 50px;
}
.mission_story .mission_story_swiper .swiper-slide {
  height: auto;
  transition: all 0.3s;
}
.mission_story .mission_story_swiper .swiper-slide a {
  display: flex;
  flex-direction: column;
  height: 100%;
  background-color: #fff;
  transition: all 0.3s;
  border-radius: 6px;
  padding: 7.4074% 7.4074% 40px;
}
.mission_story .mission_story_swiper .swiper-slide:hover{
  transform: translateY(-10px);
}
.mission_story .mission_story_swiper .swiper-slide a:hover {
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
}
/* .mission_story .mission_story_swiper .swiper-slide a:hover img {
  transform: scale(1.05);
} */
/* .mission_story .mission_story_swiper .swiper-slide a:hover .info .button {
  background-color: transparent;
  color: var(--theme_color);
} */
.mission_story .mission_story_swiper .swiper-slide .img {
  height: 206px;
  overflow: hidden;
  border-radius: 6px;
}
.mission_story .mission_story_swiper .swiper-slide .img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all 0.5s;
}
.mission_story .mission_story_swiper .swiper-slide .info {
  flex: 1;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  padding-top: 25px;
}
.mission_story .mission_story_swiper .swiper-slide .info h3 {
  color: var(--title_color);
  font-size: 28px;
  font-weight: 700;
}
.mission_story .mission_story_swiper .swiper-slide .info p {
  color: #606060;
  font-size: 19px;
  line-height: 30px;
  margin: 18px 0 1rem;
}
.mission_story .mission_story_swiper .swiper-slide .info span {
  display: block;
  color: var(--title_color);
  font-size: 18px;
  font-weight: 500;
  flex: 1;
}
.mission_story .mission_story_swiper .swiper-slide .info .button {
  margin-top: 34px;
  font-size: 18px;
  padding: 14px 43px;
}
.mission_video {
  padding: 80px 1.2rem 150px;
}
.mission_video .main video{
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: -1;
}
.mission_video .main {
  overflow: hidden;
  border-radius: 8px;
  /* background: url(../img/mission-video.jpg) no-repeat center / cover; */
  margin: 0 auto;
  max-width: 1296px;
  position: relative;
}
.mission_video .main:after{
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.2);
  z-index: 1;
}
.mission_video .con {
  position: relative;
  left: 0;
  top: 0;
  width: 100%;
  padding-bottom: 46.75926%;
  z-index: 9;
}
.mission_video .flex {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  padding: 50px 5.4%;
}
.mission_video .head h2 {
  color: #fff;
}
.mission_video .head p {
  color: #fff;
  font-size: 22px;
  margin: 26px 0 40px;
  max-width: 652px;
}
.mission_say {
  position: relative;
  background-color: #eff6ff;
}
.mission_say > i {
  position: absolute;
  left: 50%;
  top: 0;
  transform: translate(-50%, -50%);
  display: block;
  width: 4.7916%;
  padding-bottom: 4.7616%;
  border-radius: 50%;
  background: url(../img/rocket.svg) no-repeat center / contain;
  max-width: 92px;
  max-height: 92px;
}
.mission_say .title {
  background-color: #f8f8f8;
  padding: 106px 0 85px;
}
.mission_say .head .button {
  font-size: 18px;
  padding: 14px 38px;
  margin-top: 2rem;
}
.mission_say .main {
  margin: 0 auto;
  max-width: 1920px;
}
.mission_say .main .img {
  width: 49.8958%;
  height: 600px;
  /* min-height: 909px; */
}
.mission_say .main .img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.mission_say .main .right {
  flex: 1;
  max-width: 689px;
  position: relative;
  left: -30px;
}
.mission_say .main .right .con {
  background-color: #fff;
  border-radius: 6px;
  padding: 144px 10.8345% 74px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  height: auto;
  min-height: 506px;
  position: relative;
}
.mission_say .main .right .con::before {
  content: '';
  display: block;
  width: 76px;
  height: 76px;
  border-radius: 50%;
  background: url(../img/maohao.svg) no-repeat center / 40%;
  background-color: var(--theme_color);
  position: absolute;
  top: 0;
  left: 8.65%;
  transform: translateY(-50%);
}
.mission_say .main .right .con p {
  flex: 1;
  color: #383838;
  font-size: 25px;
  line-height: 34px;
  margin-bottom: 2rem;
}
.mission_say .main .right .con .info {
  display: flex;
  margin-bottom: 42px;
}
.mission_say .main .right .con .info .logo {
  width: 143px;
  height: 60px;
  background: no-repeat center / contain;
}
.mission_say .main .right .con .info .name {
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 2px;
  border-left: 1px solid rgba(0, 0, 0, 0.1);
  padding-left: 30px;
  margin-left: 30px;
}
.mission_say .main .right .con .info .name strong {
  color: #383838;
  font-size: 20px;
  font-weight: 500;
  line-height: 1;
}
.mission_say .main .right .con .info .name span {
  color: #979797;
  line-height: 24px;
}
.mission_say .main .right .con .button {
  font-size: 18px;
  padding: 14px 38px;
}
