.banner {
  margin-top: 6rem;
  position: relative;
}
.banner img {
  width: 100%;
}
.banner .text {
  position: absolute;
  width: 100%;
  top: 26%;
}
.banner .text .con {
  padding-right: 5rem;
}
.banner .text .con .right {
  float: right;
  width: 35%;
}
.banner .text .con .right h2 {
  font-size: 3rem;
  color: #fff;
}
.banner .text .con .right p {
  font-size: 1.2rem;
  color: #fff;
  margin-top: 1rem;
}
.story-video {
  padding-top: 4rem;
}
.story-video .con .box {
  padding-bottom: 4rem;
  border-bottom: 1px solid #ddd;
}
.story-video .con .box .left {
  float: left;
  width: 48.7%;
  position: relative;
  cursor: pointer;
  overflow: hidden;
}
.story-video .con .box .left img {
  width: 100%;
}
.story-video .con .box .left .video-btn {
  width: 4rem;
  height: 4rem;
  border-radius: 50%;
  background: #a4c35d;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  line-height: 4rem;
  text-align: center;
}
.story-video .con .box .left .video-btn span {
  font-size: 2rem;
  color: #fff;
  position: relative;
  left: 2px;
}
.story-video .con .box .left:hover img {
  transform: scale(1.1);
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
}
.story-video .con .box .right {
  float: right;
  width: 46.6%;
  padding-top: 1.5rem;
}
.story-video .con .box .right h2 {
  font-size: 2.4rem;
  color: #062058;
}
.story-video .con .box .right .line {
  width: 2.5rem;
  height: 3px;
  background: #a5c35d;
  margin: 1.6rem 0;
}
.story-video .con .box .right p {
  font-size: 0.8rem;
  color: #777;
  line-height: 1.8;
  text-align: justify;
}
.story {
  padding: 0 0 2rem;
}
.story .con .story-bottom {
  position: relative;
}
.story .con .story-bottom .swiper-container {
  padding: 4rem 0;
}
.story .con .story-bottom .swiper-container .swiper-slide {
  padding: 3rem 2.8rem 2rem;
  background: #ffffff;
  border-radius: 20px;
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
}
.story .con .story-bottom .swiper-container .swiper-slide a {
  display: block;
}
.story .con .story-bottom .swiper-container .swiper-slide a .tu {
  width: 9rem;
  height: 9rem;
  border-radius: 50%;
  overflow: hidden;
  margin: 0 auto;
}
.story .con .story-bottom .swiper-container .swiper-slide a .tu img {
  width: 100%;
}
.story .con .story-bottom .swiper-container .swiper-slide a h2 {
  text-align: center;
  margin-top: 1.6rem;
  font-size: 0.9rem;
  color: #222;
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
}
.story .con .story-bottom .swiper-container .swiper-slide a h3 {
  text-align: center;
  font-size: 0.8rem;
  color: #999;
  margin-top: 0.2rem;
}
.story .con .story-bottom .swiper-container .swiper-slide a p {
  margin-top: 1rem;
  font-size: 0.8rem;
  color: #777;
  font-family: NotoSans_light;
  text-align: center;
  -webkit-line-clamp: 4;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  overflow: hidden;
  line-height: 1.5;
  height: 6em;
  line-height: 1.6;
  height: 6.4em;
}
.story .con .story-bottom .swiper-container .swiper-slide a h4 {
  margin-top: 2rem;
  text-align: center;
  font-size: 0.8rem;
  color: #062058;
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
}
.story .con .story-bottom .swiper-container .swiper-slide a h4 span {
  margin-left: 0.6rem;
  font-size: 0.8rem;
}
.story .con .story-bottom .swiper-container .swiper-slide:hover {
  box-shadow: 0px 16px 51px 0px rgba(0, 0, 0, 0.08);
}
.story .con .story-bottom .swiper-container .swiper-slide:hover a h4 {
  color: #a4c35d;
}
.story .con .story-bottom .swiper-button-next {
  width: 3rem;
  height: 3rem;
  line-height: 3rem;
  border-radius: 50%;
  background: none;
  right: -5rem;
  top: 46%;
  margin-top: 0;
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
}
.story .con .story-bottom .swiper-button-next:before {
  content: '\e683';
  font-family: iconfont;
  font-size: 2rem;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  color: #a5c25d;
  width: 100%;
  text-align: center;
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
}
.story .con .story-bottom .swiper-button-prev {
  width: 3rem;
  height: 3rem;
  line-height: 3rem;
  border-radius: 50%;
  background: none;
  left: -5rem;
  top: 46%;
  margin-top: 0;
}
.story .con .story-bottom .swiper-button-prev:before {
  content: '\e601';
  font-family: iconfont;
  font-size: 2rem;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  color: #a5c25d;
  width: 100%;
  text-align: center;
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
}
#videoPopup {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  z-index: 1000;
  background-color: rgba(0, 0, 0, 0.4);
  display: none;
}
#videoPopup .video-box {
  width: 70%;
  position: absolute;
  left: 15%;
  top: 10%;
}
#videoPopup .video-box video {
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
#videoPopup .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;
}
#videoPopup .video-box .close span {
  font-size: 16px;
  line-height: 40px;
  color: #fff;
}
#videoPopup .video-box .close:hover {
  background: rgba(0, 0, 0, 0.5);
}
@media screen and (max-width: 1200px) {
  .story .con .story-bottom .swiper-button-next {
    right: -30px;
  }
  .story .con .story-bottom .swiper-button-prev {
    left: -30px;
  }
  .news .con .swiper-button-next {
    right: 10px;
  }
  .news .con .swiper-button-prev {
    left: 10px;
  }
}
@media screen and (max-width: 1024px) {
  .banner {
    margin-top: 70px;
  }
  #videoPopup .video-box {
    width: 90%;
    left: 5%;
  }
}
@media screen and (max-width: 768px) {
  .banner .text {
    top: 12%;
  }
  .banner .text .con {
    padding-right: 20px;
  }
  .banner .text .con .right {
    width: 100%;
  }
  .banner .text .con .right h2 {
    font-size: 16px;
  }
  .banner .text .con .right p {
    font-size: 14px;
    margin-top: 6px;
  }
  .story-video {
    padding-top: 20px;
  }
  .story-video .con .box {
    padding-bottom: 20px;
  }
  .story-video .con .box .left {
    width: 100%;
  }
  .story-video .con .box .right {
    width: 100%;
  }
  .story-video .con .box .right h2 {
    font-size: 18px;
  }
  .story-video .con .box .right .line {
    margin: 14px 0;
  }
  .story-video .con .box .right p {
    font-size: 14px;
  }
  .story {
    padding: 30px 0 120px;
  }
  .story .con .title h2 {
    font-size: 18px;
  }
  .story .con .title .line {
    margin: 14px auto 30px;
  }
  .story .con .story-top {
    padding-bottom: 30px;
  }
  .story .con .story-top .left {
    width: 100%;
    padding-top: 20px;
  }
  .story .con .story-top .left .name h2 {
    font-size: 18px;
  }
  .story .con .story-top .left .join {
    padding: 30px 20px;
  }
  .story .con .story-top .left .join .swiper-slide h2 {
    font-size: 18px;
  }
  .story .con .story-top .left .join .swiper-slide .line:after {
    left: 50.7%;
    top: -1px;
  }
  .story .con .story-top .left .join .swiper-slide p {
    font-size: 14px;
    padding: 0 10px;
  }
  .story .con .story-top .left .join .swiper-button-next {
    top: 59px;
  }
  .story .con .story-top .left .join .swiper-button-prev {
    top: 59px;
  }
  .story .con .story-top .left .text p {
    font-size: 14px;
    margin-top: 10px;
  }
  .story .con .story-top .right {
    width: 100%;
    padding-top: 0;
  }
  .story .con .story-bottom .swiper-container {
    padding: 0;
  }
  .story .con .story-bottom .swiper-container .swiper-slide {
    padding: 0;
  }
  .story .con .story-bottom .swiper-container .swiper-slide a h2 {
    font-size: 16px;
  }
  .story .con .story-bottom .swiper-container .swiper-slide a h3 {
    font-size: 14px;
    margin-top: 4px;
    padding: 0 10px;
  }
  .story .con .story-bottom .swiper-container .swiper-slide a p {
    font-size: 14px;
    width: 90%;
    margin: 10px auto 0;
  }
  .story .con .story-bottom .swiper-container .swiper-slide a h4 {
    margin-top: 16px;
    font-size: 14px;
  }
  .story .con .story-bottom .swiper-container .swiper-slide a h4 span {
    font-size: 16px;
  }
  .story .con .story-bottom .swiper-button-prev {
    top: 114%;
    left: 23%;
    width: 80px;
    height: 40px;
    border-radius: 5px;
    background: #a5c25d;
  }
  .story .con .story-bottom .swiper-button-prev:before {
    font-size: 16px;
    line-height: 40px;
    color: #fff;
  }
  .story .con .story-bottom .swiper-button-next {
    top: 114%;
    right: 23%;
    width: 80px;
    height: 40px;
    border-radius: 5px;
    background: #a5c25d;
  }
  .story .con .story-bottom .swiper-button-next:before {
    font-size: 16px;
    line-height: 40px;
    color: #fff;
  }
}
/*# sourceMappingURL=staff_story_index.css.map */