.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;
}
.about {
  padding: 3.5rem 0 5rem;
  overflow: hidden;
}
.about .con .title h2 {
  font-size: 2.4rem;
  color: #062058;
  text-align: center;
}
.about .con .title .line {
  width: 2.5rem;
  height: 3px;
  background: #95bd43;
  margin: 1.5rem auto 3rem;
}
.about .con .text {
  -moz-column-count: 2;
  column-count: 2;
  -moz-column-gap: 3.5rem;
  column-gap: 3.5rem;
}
.about .con .text p {
  font-size: 1rem;
  color: #777;
  line-height: 1.8;
  text-align: justify;
}
.about .con .text p span {
  color: #a5c35d;
}
.about .con .text img {
  max-width: 100%;
  margin-top: 0.6rem;
}
.history {
  padding: 3.5rem 0 3rem;
  background: #f6f6f6;
  overflow: hidden;
}
.history .con {
  position: relative;
}
.history .con .title h2 {
  font-size: 2.4rem;
  color: #062058;
  text-align: center;
}
.history .con .title .line {
  width: 2.5rem;
  height: 3px;
  background: #95bd43;
  margin: 1.5rem auto 3rem;
}
.history .con .history-list {
  position: relative;
}
.history .con .history-list .left {
  position: absolute;
  width: 44px;
  height: 100%;
  left: 0;
  top: 0;
}
.history .con .history-list .left .line-left {
  position: absolute;
  width: 100%;
  left: 0;
  top: 42.6%;
  height: 2px;
  background: linear-gradient(to right, #a62626, #a62626 6.5px, transparent 6.5px, transparent);
  background-size: 13px 100%;
}
.history .con .history-list .middle {
  margin-left: 44px;
  width: calc(100% - 88px);
  padding: 0 10px;
}
.history .con .history-list .middle .swiper-container {
  padding-bottom: 4rem;
}
.history .con .history-list .middle .swiper-slide img {
  width: 100%;
}
.history .con .history-list .middle .swiper-slide .text {
  position: absolute;
  width: 15rem;
  top: 66%;
  left: 3rem;
}
.history .con .history-list .middle .swiper-slide .text h2 {
  font-size: 1.5rem;
  font-family: Ninot_medium;
}
.history .con .history-list .middle .swiper-slide .text p {
  margin-top: 0.4rem;
  font-size: 0.8rem;
  color: #777;
  line-height: 1.8;
  text-align: justify;
}
.history .con .history-list .middle .swiper-slide:nth-child(even) .text {
  top: 2%;
}
.history .con .history-list .middle .swiper-slide:last-child .text {
  width: 70% !important;
}
.history .con .history-list .right {
  position: absolute;
  width: 44px;
  height: 100%;
  right: 0;
  top: 0;
}
.history .con .history-list .right .line-right {
  position: absolute;
  width: 100%;
  left: 0;
  top: 41.9%;
  height: 2px;
  background: linear-gradient(to right, #a62626, #a62626 6.5px, transparent 6.5px, transparent);
  background-size: 13px 100%;
}
.history .con .swiper-button-next {
  width: 3rem;
  height: 3rem;
  line-height: 3rem;
  border-radius: 50%;
  background: #a4c35d;
  right: -3rem;
  top: 53%;
  margin-top: 0;
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
}
.history .con .swiper-button-next:before {
  content: '\e779';
  font-family: iconfont;
  font-size: 1rem;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  color: #fff;
  width: 100%;
  text-align: center;
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
}
.history .con .swiper-button-next:hover {
  background: #fff;
  box-shadow: 0px 8px 43px 0px rgba(71, 71, 71, 0.25);
}
.history .con .swiper-button-next:hover:before {
  color: #a3c25d;
}
.history .con .swiper-button-prev {
  width: 3rem;
  height: 3rem;
  line-height: 3rem;
  border-radius: 50%;
  background: #a4c35d;
  top: 53%;
  left: -3rem;
  margin-top: 0;
}
.history .con .swiper-button-prev:before {
  content: '\e77c';
  font-family: iconfont;
  font-size: 1rem;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  color: #fff;
  width: 100%;
  text-align: center;
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
}
.history .con .swiper-button-prev:hover {
  background: #fff;
  box-shadow: 0px 8px 43px 0px rgba(71, 71, 71, 0.25);
}
.history .con .swiper-button-prev:hover:before {
  color: #a3c25d;
}
.propagate-video {
  padding: 3rem 0;
  background: url(../image/bg.jpg) no-repeat;
  background-size: cover;
  overflow: hidden;
  position: relative;
}
.propagate-video .tu {
  width: 30%;
  margin: 0 auto;
  z-index: 1;
}
.propagate-video .tu img {
  width: 100%;
}
.propagate-video .video-btn {
  position: absolute;
  cursor: pointer;
  width: 4rem;
  height: 4rem;
  border-radius: 50%;
  line-height: 4rem;
  background: #a5c25d;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  z-index: 2;
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
}
.propagate-video .video-btn span {
  width: 100%;
  font-size: 1.2rem;
  color: #fff;
  display: inline-block;
  text-align: center;
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
}
.propagate-video .video-btn:hover {
  background: #fff;
  box-shadow: 0px 8px 43px 0px rgba(71, 71, 71, 0.25);
}
.propagate-video .video-btn:hover span {
  color: #a5c25d;
}
#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: 1280px) {
  .history .con .swiper-button-prev {
    top: 53.5%;
  }
  .history .con .swiper-button-next {
    top: 53.5%;
  }
}
@media screen and (max-width: 1200px) {
  .history .con .swiper-button-prev {
    left: 10px;
  }
  .history .con .swiper-button-next {
    right: 10px;
  }
}
@media screen and (max-width: 1024px) {
  .banner {
    margin-top: 70px;
  }
  .history .con .history-list .left .line-left {
    top: 41.6%;
  }
  .history .con .history-list .right .line-right {
    top: 40.8%;
  }
  #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;
  }
  .about {
    padding: 30px 0;
  }
  .about .con .title h2 {
    font-size: 18px;
  }
  .about .con .title .line {
    margin: 14px auto 30px;
  }
  .about .con .text {
    -moz-column-count: 1;
    column-count: 1;
    -moz-column-gap: 0;
    column-gap: 0;
  }
  .about .con .text p {
    font-size: 14px;
  }
  .about .con .text img {
    margin-top: 10px;
  }
  .history {
    padding: 30px 0 120px;
  }
  .history .con .title h2 {
    font-size: 18px;
  }
  .history .con .title .line {
    margin: 14px auto 30px;
  }
  .history .con .history-list .left {
    display: none;
  }
  .history .con .history-list .right {
    display: none;
  }
  .history .con .history-list .middle {
    margin-left: 0;
    width: 100%;
    padding: 0;
  }
  .history .con .history-list .middle .swiper-slide .text {
    width: 250px;
  }
  .history .con .history-list .middle .swiper-slide .text h2 {
    font-size: 16px;
  }
  .history .con .history-list .middle .swiper-slide .text p {
    font-size: 14px;
    margin-top: 6px;
  }
  .history .con .swiper-button-prev {
    top: 110%;
    left: 25%;
    width: 80px;
    height: 40px;
    border-radius: 5px;
  }
  .history .con .swiper-button-prev:before {
    font-size: 16px;
    line-height: 40px;
  }
  .history .con .swiper-button-next {
    top: 110%;
    right: 25%;
    width: 80px;
    height: 40px;
    border-radius: 5px;
  }
  .history .con .swiper-button-next:before {
    font-size: 16px;
    line-height: 40px;
  }
  .propagate-video {
    padding: 30px 0;
  }
  .propagate-video h2 {
    font-size: 16px;
    margin-top: 0;
  }
  .propagate-video .tu {
    width: 60%;
  }
  .propagate-video .video-btn span {
    font-size: 16px;
    position: relative;
    left: 2px;
  }
}
/*# sourceMappingURL=about_index.css.map */