.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: 4rem 0;
  overflow: hidden;
}
.about .con .about-top .left {
  float: left;
  width: 60.6%;
}
.about .con .about-top .left h2 {
  font-size: 2.4rem;
  color: #062058;
}
.about .con .about-top .left .line {
  width: 2.5rem;
  height: 3px;
  background: #95bd43;
  margin: 1.5rem 0 2rem;
}
.about .con .about-top .left .text p {
  font-size: 0.9rem;
  color: #777;
  text-align: justify;
  line-height: 1.8;
  margin-top: 1rem;
}
.about .con .about-top .right {
  float: right;
  width: 31.9%;
  padding-top: 2rem;
}
.about .con .about-top .right img {
  width: 100%;
}
.about .con .about-bottom {
  margin-top: 4.5rem;
}
.about .con .about-bottom .left {
  float: left;
  width: 20rem;
  height: 6rem;
  background: url(../image/sign.png) no-repeat;
  background-size: cover;
}
.about .con .about-bottom .left h2 {
  font-size: 1.5rem;
  color: #fff;
  text-align: center;
  line-height: 6rem;
  position: relative;
  left: -0.6rem;
}
.about .con .about-bottom .right {
  float: right;
  width: calc(100% - 23rem);
  position: relative;
  top: -1.4rem;
}
.about .con .about-bottom .right ul {
  display: flex;
  justify-content: space-between;
}
.about .con .about-bottom .right ul li {
  flex: 1;
}
.about .con .about-bottom .right ul li h2 {
  font-size: 1.8rem;
  font-family: Ninot_medium;
  color: #8ea965;
}
.about .con .about-bottom .right ul li .line {
  margin: 1.6rem 0;
  width: 100%;
  height: 2px;
  background: #95bd43;
  position: relative;
}
.about .con .about-bottom .right ul li .line:before {
  content: '';
  width: 1rem;
  height: 1rem;
  background: #fff;
  border: 1px solid #e5e5e5;
  border-radius: 50%;
  position: absolute;
  left: 0;
  top: -0.5rem;
}
.about .con .about-bottom .right ul li .line:after {
  content: '';
  width: 0.4rem;
  height: 0.4rem;
  background: #a5c25e;
  border-radius: 50%;
  position: absolute;
  left: 0.35rem;
  top: -0.15rem;
}
.about .con .about-bottom .right ul li p {
  font-size: 1rem;
  color: #777;
  padding-right: 1rem;
}
.member {
  padding: 6rem 0 6.5rem;
  background: url(../image/bg2.jpg) no-repeat;
  background-size: cover;
  overflow: hidden;
}
.member .con ul li {
  float: left;
  width: 50%;
}
.member .con ul li .tu {
  width: 4.9rem;
  height: 4.2rem;
  overflow: hidden;
  margin: 0 auto;
}
.member .con ul li .tu img {
  width: 100%;
}
.member .con ul li h2 {
  font-size: 1.9rem;
  color: #a5c35d;
  text-align: center;
  margin: 1.4rem 0;
}
.member .con ul li p {
  width: 80%;
  margin: 0 auto;
  font-size: 0.9rem;
  color: #fff;
  line-height: 1.8;
  text-align: center;
}
.member .con ul li:first-child p {
  width: 46%;
}
.contribute {
  background: #f6f6f6;
  padding: 3rem 0 6rem;
  overflow: hidden;
}
.contribute .con .title h2 {
  font-size: 1.9rem;
  text-align: center;
  color: #062058;
}
.contribute .con .contribute-list {
  margin-top: 4rem;
}
.contribute .con .contribute-list ul li {
  float: left;
  width: 33.333%;
}
.contribute .con .contribute-list ul li .tu {
  width: 5.9rem;
  height: 4.9rem;
  overflow: hidden;
  margin: 0 auto;
}
.contribute .con .contribute-list ul li .tu img {
  width: 100%;
}
.contribute .con .contribute-list ul li .numU {
  text-align: center;
  margin-top: 1.6rem;
}
.contribute .con .contribute-list ul li .numU span {
  font-size: 1rem;
  color: #062058;
}
.contribute .con .contribute-list ul li .numU span.numCX {
  font-size: 2.4rem;
  font-family: Ninot_medium;
}
.contribute .con .contribute-list ul li .numU span.sign {
  font-size: 2.4rem;
  font-family: Ninot_medium;
}
.news {
  padding: 3.5rem 0 6rem;
  overflow: hidden;
}
.news .con {
  position: relative;
}
.news .con .title h2 {
  font-size: 2.4rem;
  color: #062058;
  text-align: center;
}
.news .con .title .line {
  width: 2.5rem;
  height: 3px;
  background: #95bd43;
  margin: 1.5rem auto 3rem;
}
.news .con .news-list .swiper-slide a {
  display: block;
}
.news .con .news-list .swiper-slide a .tu {
  height: 0;
  padding-bottom: 72%;
  overflow: hidden;
}
.news .con .news-list .swiper-slide a .tu img {
  width: 100%;
}
.news .con .news-list .swiper-slide a h2 {
  margin-top: 1.4rem;
  font-size: 1.2rem;
  color: #181a1d;
  -webkit-line-clamp: 1;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  overflow: hidden;
  line-height: 1.5;
  height: 1.5em;
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
}
.news .con .news-list .swiper-slide a p {
  margin-top: 0.8rem;
  font-size: 0.8rem;
  color: #777;
  -webkit-line-clamp: 3;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  overflow: hidden;
  line-height: 1.5;
  height: 4.5em;
  line-height: 1.8;
  height: 5.4em;
}
.news .con .news-list .swiper-slide a h3 {
  margin-top: 1rem;
  font-size: 0.8rem;
  color: #a5c35d;
}
.news .con .news-list .swiper-slide a h3 span {
  font-size: 1rem;
  margin-left: 0.6rem;
  position: relative;
  top: 2px;
}
.news .con .news-list .swiper-slide:hover a .tu img {
  transform: scale(1.1);
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
}
.news .con .news-list .swiper-slide:hover a h2 {
  color: #a5c25d;
}
.news .con .swiper-button-next {
  width: 3rem;
  height: 3rem;
  line-height: 3rem;
  border-radius: 50%;
  background: #a4c35d;
  right: -5.5rem;
  margin-top: 0;
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
}
.news .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;
}
.news .con .swiper-button-next:hover {
  background: #fff;
  box-shadow: 0px 8px 43px 0px rgba(71, 71, 71, 0.25);
}
.news .con .swiper-button-next:hover:before {
  color: #a3c25d;
}
.news .con .swiper-button-prev {
  width: 3rem;
  height: 3rem;
  line-height: 3rem;
  border-radius: 50%;
  background: #a4c35d;
  left: -5.5rem;
  margin-top: 0;
}
.news .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;
}
.news .con .swiper-button-prev:hover {
  background: #fff;
  box-shadow: 0px 8px 43px 0px rgba(71, 71, 71, 0.25);
}
.news .con .swiper-button-prev:hover:before {
  color: #a3c25d;
}
@media screen and (max-width: 1200px) {
  .news .con .swiper-button-next {
    right: 10px;
  }
  .news .con .swiper-button-prev {
    left: 10px;
  }
}
@media screen and (max-width: 1024px) {
  .banner {
    margin-top: 70px;
  }
}
@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 .about-top .left {
    width: 100%;
  }
  .about .con .about-top .left h2 {
    font-size: 18px;
  }
  .about .con .about-top .left .line {
    margin: 14px 0 20px;
  }
  .about .con .about-top .left .text p {
    font-size: 14px;
    margin-top: 10px;
  }
  .about .con .about-top .right {
    width: 100%;
  }
  .about .con .about-bottom .left {
    width: 200px;
    height: 60px;
  }
  .about .con .about-bottom .left h2 {
    font-size: 18px;
    line-height: 60px;
  }
  .about .con .about-bottom .right {
    width: 100%;
    top: 0;
    margin-top: 20px;
  }
  .about .con .about-bottom .right ul li h2 {
    font-size: 18px;
  }
  .about .con .about-bottom .right ul li p {
    font-size: 14px;
    padding-right: 10px;
  }
  .member {
    padding: 0 0 30px;
  }
  .member .con ul li {
    width: 100%;
    margin-top: 30px;
  }
  .member .con ul li h2 {
    font-size: 16px;
    margin: 12px 0;
  }
  .member .con ul li p {
    font-size: 14px;
    width: 80% !important;
  }
  .contribute {
    padding: 30px 0;
  }
  .contribute .con .title h2 {
    font-size: 18px;
  }
  .contribute .con .contribute-list {
    margin-top: 0;
  }
  .contribute .con .contribute-list ul li {
    width: 100%;
    margin-top: 30px;
  }
  .contribute .con .contribute-list ul li .numU {
    margin-top: 10px;
  }
  .contribute .con .contribute-list ul li .numU span {
    font-size: 14px;
  }
  .contribute .con .contribute-list ul li .numU span.numCX {
    font-size: 26px;
  }
  .contribute .con .contribute-list ul li .numU span.sign {
    font-size: 26px;
  }
  .news {
    padding: 30px 0 120px;
  }
  .news .con .title h2 {
    font-size: 18px;
  }
  .news .con .title .line {
    margin: 14px auto 20px;
  }
  .news .con .news-list .swiper-slide a h2 {
    font-size: 16px;
    margin-top: 14px;
  }
  .news .con .news-list .swiper-slide a p {
    font-size: 14px;
    margin-top: 8px;
  }
  .news .con .news-list .swiper-slide a h3 {
    font-size: 14px;
    margin-top: 10px;
  }
  .news .con .news-list .swiper-slide a h3 span {
    font-size: 14px;
    top: 0;
    margin-left: 6px;
  }
  .news .con .swiper-button-prev {
    top: 110%;
    left: 25%;
    width: 80px;
    height: 40px;
    border-radius: 5px;
  }
  .news .con .swiper-button-prev:before {
    font-size: 16px;
    line-height: 40px;
  }
  .news .con .swiper-button-next {
    top: 110%;
    right: 25%;
    width: 80px;
    height: 40px;
    border-radius: 5px;
  }
  .news .con .swiper-button-next:before {
    font-size: 16px;
    line-height: 40px;
  }
}
/*# sourceMappingURL=staff_social.css.map */