@keyframes circle-opacity {
  from {
    opacity: 1;
    transform: scale(0.6);
  }
  to {
    opacity: 0.4;
    transform: scale(1.1);
  }
}
@-webkit-keyframes circle-opacity {
  from {
    opacity: 1;
    transform: scale(0.6);
    -webkit-transform: scale(0.6);
  }
  to {
    opacity: 0.4;
    transform: scale(1.1);
    -webkit-transform: scale(1.1);
  }
}
.banner {
  margin-top: 6rem;
  width: 100%;
  overflow: hidden;
  position: relative;
}
.banner .swiper-container .swiper-wrapper .swiper-slide {
  overflow: hidden;
  height: 0;
  padding-bottom: 35%;
  position: relative;
}
.banner .swiper-container .swiper-wrapper .swiper-slide img {
  width: 100%;
}
.banner .swiper-container .swiper-wrapper .swiper-slide video {
  position: absolute;
  width: 100%;
  left: 0;
  top: 0;
  z-index: 2;
  height: 100% !important;
  object-fit: cover;
}
.banner .swiper-container .swiper-wrapper .swiper-slide .text {
  position: absolute;
  width: 100%;
  top: 42%;
  left: 0;
  z-index: 3;
}
.banner .swiper-container .swiper-wrapper .swiper-slide .text p {
  text-align: center;
  font-size: 2.4rem;
  color: #fff;
  position: relative;
  opacity: 0;
  transform: translateY(2rem);
  -ms-transform: translateY(2rem);
  -webkit-transform: translateY(2rem);
  transition: all 1s ease 0.5s;
  -webkit-transition: all 1s ease 0.5s;
  -moz-transition: all 1s ease 0.5s;
  -ms-transition: all 1s ease 0.5s;
}
.banner .swiper-container .swiper-wrapper .swiper-slide .text.active p {
  transform: translateY(0);
  -ms-transform: translateY(0);
  -webkit-transform: translateY(0);
  opacity: 1;
}
.banner .swiper-container .swiper-button-prev {
  width: 2.8rem;
  height: 2.8rem;
  background: none;
  margin-top: 0;
  left: 2%;
  top: 46%;
}
.banner .swiper-container .swiper-button-prev:before {
  content: '\e601';
  font-family: iconfont;
  font-size: 2rem;
  position: absolute;
  left: 50%;
  top: 50%;
  display: inline-block;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  color: #fff;
}
.banner .swiper-container .swiper-button-prev:hover:before {
  color: #a5c25d;
}
.banner .swiper-container .swiper-button-next {
  width: 2.8rem;
  height: 2.8rem;
  background: none;
  margin-top: 0;
  right: 2%;
  top: 46%;
}
.banner .swiper-container .swiper-button-next:before {
  content: '\e683';
  font-family: iconfont;
  font-size: 2rem;
  position: absolute;
  left: 50%;
  top: 50%;
  display: inline-block;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  color: #fff;
}
.banner .swiper-container .swiper-button-next:hover:before {
  color: #a5c25d;
}
.banner .swiper-container .pagination-all {
  position: absolute;
  bottom: 1.4rem;
  width: 100%;
  left: 0;
  z-index: 100;
  text-align: center;
}
.banner .swiper-container .pagination-all .sign {
  display: inline-block;
  width: 1.6rem;
  height: 1.6rem;
  border-radius: 50%;
  border: 2px solid rgba(255, 255, 255, 0.2);
  margin-left: 0.5rem;
  cursor: pointer;
}
.banner .swiper-container .pagination-all .sign span {
  font-size: 12px;
  color: #fff;
  display: inline-block;
  text-align: center;
  line-height: 1.5rem;
  position: relative;
}
.banner .swiper-container .pagination-all .sign span.play {
  left: 1px;
}
.banner .swiper-container .pagination-all .sign span.pause {
  display: none;
}
.banner .swiper-container .pagination-all .sign.active span.play {
  display: none;
}
.banner .swiper-container .pagination-all .sign.active span.pause {
  display: block;
}
.banner .swiper-container .swiper-pagination {
  position: relative;
  display: inline-block;
  text-align: left;
}
.banner .swiper-container .swiper-pagination .swiper-pagination-bullet {
  width: 7px;
  height: 7px;
  background: rgba(255, 255, 255, 0.7);
  opacity: 1;
  margin: 0 0.5rem;
  position: relative;
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
}
.banner .swiper-container .swiper-pagination .swiper-pagination-bullet-active {
  width: 13px;
  height: 13px;
  background: #ffffff;
  top: 2.5px;
}
.data {
  overflow: hidden;
}
.data .con .left {
  float: left;
  width: 52%;
  padding-top: 5rem;
}
.data .con .left h2 {
  font-size: 2.4rem;
  color: #062058;
  font-family: NotoSans_light;
}
.data .con .left .line {
  width: 2.5rem;
  height: 3px;
  background: #a5c25d;
  margin: 1.2rem 0 2rem;
}
.data .con .left .text p {
  font-size: 1rem;
  font-family: NotoSans_light;
  color: #7f808a;
  line-height: 1.8;
  text-align: justify;
}
.data .con .left .more {
  margin-top: 3.8rem;
  width: 12.5rem;
  height: 3.5rem;
  border-radius: 5px;
  border: 1px solid #95bc46;
  background: #95bc46;
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
}
.data .con .left .more a {
  font-size: 0.9rem;
  display: block;
  text-align: center;
  line-height: 3.5rem;
  color: #fff;
}
.data .con .left .more a span {
  font-size: 0.9rem;
  margin-left: 1.4rem;
}
.data .con .left .more:hover {
  border: 1px solid #062058;
  background: #062058;
}
.data .con .right {
  float: right;
  width: 47%;
  position: relative;
  padding: 2rem 0;
}
.data .con .right img {
  width: 100%;
  position: relative;
  z-index: 2;
}
.data .con .right .video-btn {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 3;
  text-align: center;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  cursor: pointer;
}
.data .con .right .video-btn span {
  font-size: 2rem;
  color: #fff;
  display: inline-block;
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
}
.data .con .right .video-btn h2 {
  font-size: 0.8rem;
  color: #a4c25c;
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
}
.data .con .right .video-btn:hover span {
  color: #a5c25d;
  transform: scale(1.2);
  -webkit-transform: scale(1.2);
  -moz-transform: scale(1.2);
  -ms-transform: scale(1.2);
}
.data .con .right .video-btn:hover h2 {
  color: #fff;
}
.data .con .right .mask {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 21rem;
  height: 21rem;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
}
.data .con .right .mask .circle {
  width: 100%;
  height: 100%;
  border: 2px solid #dbdbdb;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
  border-radius: 50%;
  opacity: 0;
  animation: circle-opacity 2.5s infinite;
}
.data .con .right .mask.mask2 {
  width: 27rem;
  height: 27rem;
}
.data .con .right .mask.mask2 .circle {
  border: 2px solid #f1f1f1;
  animation: circle-opacity 2.5s infinite;
  animation-delay: 0.1s;
}
.data .con .right .mask.mask3 {
  width: 32rem;
  height: 32rem;
}
.data .con .right .mask.mask3 .circle {
  border: 2px solid #f7f7f7;
  animation: circle-opacity 2.5s infinite;
  animation-delay: 0.2s;
}
.numCount {
  padding: 6rem 0 6.5rem;
  background: url(../image/bg_011.jpg) no-repeat;
  background-size: cover;
  overflow: hidden;
}
.numCount .con ul li {
  float: left;
  width: 25%;
}
.numCount .con ul li .item .tu {
  width: 4.7rem;
  height: 3.6rem;
  overflow: hidden;
  margin: 0 auto;
}
.numCount .con ul li .item .tu img {
  width: 100%;
}
.numCount .con ul li .item .numU {
  text-align: center;
  margin: 0.8rem 0;
}
.numCount .con ul li .item .numU .numCX {
  font-size: 3rem;
  color: #95bd43;
  font-family: Ninot_medium;
}
.numCount .con ul li .item p {
  text-align: center;
  font-size: 1rem;
  color: #fff;
  opacity: 0.7;
}
.platform {
  padding: 3.5rem 0;
  overflow: hidden;
}
.platform .con .title h2 {
  font-size: 2.4rem;
  font-family: NotoSans_light;
  color: #062058;
  text-align: center;
}
.platform .con .title .line {
  width: 2.5rem;
  height: 3px;
  background: #95bd43;
  margin: 1.5rem auto;
}
.platform .con .title p {
  font-family: NotoSans_light;
  text-align: center;
  font-size: 0.9rem;
  color: #777;
}
.platform .con .platform-list {
  margin-top: 3rem;
}
.platform .con .platform-list ul li {
  float: left;
  width: 23.5%;
  padding: 2.5rem;
  border-radius: 5px;
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
}
.platform .con .platform-list ul li .tu {
  width: 4.4rem;
  height: 4.1rem;
  overflow: hidden;
  margin: 0 auto;
}
.platform .con .platform-list ul li .tu img {
  width: 100%;
}
.platform .con .platform-list ul li h2 {
  font-size: 1.2rem;
  color: #a8aaac;
  text-align: center;
  margin: 1.8rem 0 1.2rem;
}
.platform .con .platform-list ul li p {
  font-size: 0.9rem;
  line-height: 1.8;
  text-align: center;
}
.platform .con .platform-list ul li .more {
  width: 100%;
  height: 2.9rem;
  border-radius: 5px;
  border: 1px solid #a8aaac;
  margin-top: 1.2rem;
  opacity: 0;
  position: relative;
  transform: translateY(2rem);
  -ms-transform: translateY(2rem);
  -webkit-transform: translateY(2rem);
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
}
.platform .con .platform-list ul li .more a {
  display: block;
  text-align: center;
  line-height: 2.8rem;
  color: #a8aaac;
  font-size: 0.8rem;
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
}
.platform .con .platform-list ul li .more:hover {
  background: #a8aaac;
}
.platform .con .platform-list ul li .more:hover a {
  color: #fff;
}
.platform .con .platform-list ul li:not(:nth-child(4n)) {
  margin-right: 2%;
}
.platform .con .platform-list ul li:nth-child(2) h2 {
  color: #4c7ebb;
}
.platform .con .platform-list ul li:nth-child(2) .more {
  border: 1px solid #4c7ebb;
}
.platform .con .platform-list ul li:nth-child(2) .more a {
  color: #4c7ebb;
}
.platform .con .platform-list ul li:nth-child(2) .more:hover {
  background: #4c7ebb;
}
.platform .con .platform-list ul li:nth-child(2) .more:hover a {
  color: #fff;
}
.platform .con .platform-list ul li:nth-child(3) h2 {
  color: #4bb1ba;
}
.platform .con .platform-list ul li:nth-child(3) .more {
  border: 1px solid #4bb1ba;
}
.platform .con .platform-list ul li:nth-child(3) .more a {
  color: #4bb1ba;
}
.platform .con .platform-list ul li:nth-child(3) .more:hover {
  background: #4bb1ba;
}
.platform .con .platform-list ul li:nth-child(3) .more:hover a {
  color: #fff;
}
.platform .con .platform-list ul li:nth-child(4) h2 {
  color: #a5c35d;
}
.platform .con .platform-list ul li:nth-child(4) .more {
  border: 1px solid #a5c35d;
}
.platform .con .platform-list ul li:nth-child(4) .more a {
  color: #a5c35d;
}
.platform .con .platform-list ul li:nth-child(4) .more:hover {
  background: #a5c35d;
}
.platform .con .platform-list ul li:nth-child(4) .more:hover a {
  color: #fff;
}
.platform .con .platform-list ul li:hover {
  box-shadow: 0px 21px 59px 0px rgba(79, 82, 90, 0.19);
}
.platform .con .platform-list ul li:hover .more {
  transform: translateY(0);
  -ms-transform: translateY(0);
  -webkit-transform: translateY(0);
  opacity: 1;
}
.people {
  background: #f9f9f9;
  padding: 4rem 0 6rem;
  overflow: hidden;
}
.people .con .title h2 {
  font-size: 2.4rem;
  font-family: NotoSans_light;
  color: #062058;
  text-align: center;
}
.people .con .title .line {
  width: 2.5rem;
  height: 3px;
  background: #95bd43;
  margin: 1.5rem auto 3.5rem;
}
.people .con .people-list ul li {
  float: left;
  width: 30.5%;
}
.people .con .people-list ul li:not(:nth-child(3n)) {
  margin-right: 4.25%;
}
.people .con .people-list ul li .tu {
  height: 0;
  padding-bottom: 62%;
  overflow: hidden;
}
.people .con .people-list ul li .tu img {
  width: 100%;
}
.people .con .people-list ul li h2 {
  margin-top: 1.8rem;
  font-size: 1.5rem;
  color: #000;
  -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;
}
.people .con .people-list ul li p {
  margin-top: 0.6rem;
  font-size: 0.9rem;
  font-family: NotoSans_light;
  color: #555;
  -webkit-line-clamp: 2;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  overflow: hidden;
  line-height: 1.5;
  height: 3em;
  line-height: 1.8;
  height: 3.6em;
}
.people .con .people-list ul li .more {
  margin-top: 2rem;
  width: 7.5rem;
  border-radius: 5px;
  border: 1px solid #95bc46;
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
}
.people .con .people-list ul li .more a {
  display: block;
  text-align: center;
  line-height: 3rem;
  color: #a5c25d;
  font-size: 0.8rem;
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
}
.people .con .people-list ul li .more:hover {
  background: #a5c25d;
}
.people .con .people-list ul li .more:hover a {
  color: #fff;
}
.people .con .people-list ul li:hover .tu img {
  transform: scale(1.1);
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
}
.people .con .people-list ul li:hover h2 {
  color: #a5c25d;
}
.value {
  padding: 3.5rem 0 5rem;
  overflow: hidden;
}
.value .con .title h2 {
  font-size: 2.4rem;
  font-family: NotoSans_light;
  color: #062058;
  text-align: center;
}
.value .con .title .line {
  width: 2.5rem;
  height: 3px;
  background: #95bd43;
  margin: 1.5rem auto;
}
.value .con .value-list {
  margin-top: 4.5rem;
}
.value .con .value-list ul li {
  float: left;
  width: 25%;
  padding: 0 2.5rem;
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
}
.value .con .value-list ul li .tu {
  width: 4.8rem;
  height: 4.3rem;
  overflow: hidden;
  margin: 0 auto;
}
.value .con .value-list ul li .tu img {
  width: 100%;
}
.value .con .value-list ul li h2 {
  font-size: 1.2rem;
  color: #062058;
  text-align: center;
  margin: 2.8rem 0 1.4rem;
}
.value .con .value-list ul li p {
  font-size: 0.9rem;
  line-height: 1.8;
  text-align: center;
  color: #555;
  -webkit-line-clamp: 3;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  overflow: hidden;
  line-height: 1.5;
  height: 4.5em;
}
.value .con .value-list ul li .more {
  width: 7.5rem;
  border-radius: 5px;
  border: 1px solid #95bc46;
  margin: 1.8rem auto 0;
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
}
.value .con .value-list ul li .more a {
  display: block;
  text-align: center;
  line-height: 3rem;
  color: #95bc46;
  font-size: 0.8rem;
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
}
.value .con .value-list ul li .more:hover {
  background: #95bc46;
}
.value .con .value-list ul li .more:hover a {
  color: #fff;
}
.employ {
  padding: 5.5rem 0;
  background: url(../image/bg_021.jpg) no-repeat;
  background-size: cover;
  overflow: hidden;
}
.employ .con .left {
  float: left;
  width: 50%;
  position: relative;
  cursor: pointer;
  overflow: hidden;
}
.employ .con .left img {
  width: 100%;
}
.employ .con .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%);
  text-align: center;
}
.employ .con .left .video-btn span {
  font-size: 2rem;
  color: #fff;
  display: inline-block;
  line-height: 4rem;
  position: relative;
  left: 2px;
}
.employ .con .left:hover img {
  transform: scale(1.1);
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
}
.employ .con .right {
  float: right;
  width: 46%;
  padding-top: 1rem;
}
.employ .con .right h2 {
  font-size: 2.4rem;
  color: #fff;
}
.employ .con .right .line {
  width: 4.4rem;
  height: 3px;
  background-image: linear-gradient(90deg, #a4c35d 0%, #6a8e4b 100%);
  margin: 1.2rem 0;
}
.employ .con .right p {
  font-size: 1rem;
  color: #fff;
  line-height: 1.8;
  text-align: justify;
  font-family: NotoSans_light;
}
.employ .con .right ul {
  margin-top: 2.2rem;
}
.employ .con .right ul li {
  float: left;
  width: 11rem;
  height: 3.5rem;
  border: 1px solid #fafafa;
  border-radius: 5px;
  text-align: center;
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
}
.employ .con .right ul li a {
  display: block;
  line-height: 3.5rem;
  font-size: 1rem;
  font-family: NotoSans_light;
  color: #fff;
}
.employ .con .right ul li a span {
  font-size: 1rem;
  color: #fff;
  margin-left: 1rem;
}
.employ .con .right ul li:not(:first-child) {
  margin-left: 1.4rem;
}
.employ .con .right ul li:hover {
  border: 1px solid #a4c35d;
  background: #a4c35d;
}
.news {
  padding: 3.5rem 0 4rem;
  overflow: hidden;
}
.news .con {
  position: relative;
}
.news .con .title h2 {
  font-size: 2.4rem;
  font-family: NotoSans_light;
  color: #062058;
  text-align: center;
}
.news .con .title .line {
  width: 2.5rem;
  height: 3px;
  background: #95bd43;
  margin: 1.5rem auto 3.5rem;
}
.news .con .news-list .swiper-slide a {
  display: block;
}
.news .con .news-list .swiper-slide a .tu {
  height: 0;
  padding-bottom: 59%;
  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-family: NotoSans_light;
  font-size: 1.2rem;
  color: #181a1d;
  -webkit-line-clamp: 2;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  overflow: hidden;
  line-height: 1.5;
  height: 3em;
  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: 1.2rem;
  font-size: 0.8rem;
  font-family: NotoSans_light;
  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: 2rem;
}
.news .con .news-list .swiper-slide a h3 span {
  font-size: 0.7rem;
  color: #777;
}
.news .con .news-list .swiper-slide a h3 span.txt {
  color: #95bd43;
}
.news .con .news-list .swiper-slide a h3 span.dian {
  margin: 0 4px;
}
.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 .news-list .swiper-pagination {
  display: none;
}
.news .con .news-list .more {
  margin-top: 4rem;
}
.news .con .news-list .more a {
  margin: 0 auto;
  display: block;
  width: 11rem;
  height: 3.5rem;
  border-radius: 5px;
  border: 1px solid #ddd;
  text-align: center;
  line-height: 3.5rem;
  font-sizE: 0.9rem;
  color: #191e26;
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
}
.news .con .news-list .more a span {
  font-size: 0.9rem;
  color: #9bc050;
  margin-left: 1.2rem;
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
}
.news .con .news-list .more a:hover {
  background: #a5c25d;
  border: 1px solid #a5c25d;
  color: #fff;
}
.news .con .news-list .more a:hover span {
  color: #fff;
}
.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;
}
#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) {
  .banner .swiper-container .pagination-all .sign span.play {
    left: 0;
    top: -1px;
  }
}
@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;
  }
  .banner .swiper-container .pagination-all .sign {
    width: 24px;
    height: 24px;
  }
  .banner .swiper-container .pagination-all .sign span.play {
    left: 1px;
  }
  .platform .con .platform-list ul li {
    padding: 1.5rem 2rem;
  }
  .employ .con .right {
    padding-top: 0;
  }
  #videoPopup .video-box {
    width: 90%;
    left: 5%;
  }
}
@media screen and (max-width: 768px) {
  .banner .swiper-container .swiper-wrapper .swiper-slide .text p {
    font-size: 18px;
  }
  .banner .swiper-container .swiper-button-next {
    display: none;
  }
  .banner .swiper-container .swiper-button-prev {
    display: none;
  }
  .banner .swiper-container .pagination-all {
    bottom: 10px;
  }
  .banner .swiper-container .pagination-all .sign {
    width: 24px;
    height: 24px;
    margin-left: 6px;
  }
  .banner .swiper-container .pagination-all .sign span {
    line-height: 22px;
  }
  .banner .swiper-container .swiper-pagination .swiper-pagination-bullet {
    width: 4px;
    height: 4px;
    margin: 0 4px;
  }
  .banner .swiper-container .swiper-pagination .swiper-pagination-bullet-active {
    width: 8px;
    height: 8px;
    top: 1.5px;
  }
  .data .con .left {
    width: 100%;
    padding-top: 30px;
    position: relative;
    z-index: 2;
  }
  .data .con .left h2 {
    font-size: 18px;
  }
  .data .con .left .line {
    margin: 12px 0 20px;
  }
  .data .con .left .text p {
    font-size: 14px;
  }
  .data .con .left .more {
    margin-top: 30px;
    width: 150px;
    height: 44px;
  }
  .data .con .left .more a {
    line-height: 44px;
    font-size: 14px;
  }
  .data .con .left .more a span {
    font-size: 14px;
    margin-left: 14px;
  }
  .data .con .right {
    width: 100%;
    z-index: 1;
    padding: 20px 0;
  }
  .data .con .right .video-btn span {
    font-size: 24px;
  }
  .data .con .right .video-btn h2 {
    font-size: 14px;
  }
  .numCount {
    padding: 40px 0;
  }
  .numCount .con ul li {
    width: 50%;
  }
  .numCount .con ul li:nth-child(n+3) {
    margin-top: 30px;
  }
  .numCount .con ul li .item .numU {
    margin: 10px 0;
  }
  .numCount .con ul li .item .numU .numCX {
    font-size: 24px;
  }
  .numCount .con ul li .item p {
    font-size: 14px;
  }
  .platform {
    padding: 30px 0;
  }
  .platform .con .title h2 {
    font-size: 18px;
  }
  .platform .con .title .line {
    margin: 14px auto;
  }
  .platform .con .title p {
    font-size: 14px;
    line-height: 1.8;
  }
  .platform .con .platform-list {
    margin-top: 0;
  }
  .platform .con .platform-list ul li {
    width: 100%;
    margin-top: 30px;
    padding: 0 40px;
    box-shadow: none !important;
  }
  .platform .con .platform-list ul li:not(:nth-child(4n)) {
    margin-right: 0;
  }
  .platform .con .platform-list ul li h2 {
    font-size: 16px;
    margin: 16px 0 12px;
  }
  .platform .con .platform-list ul li p {
    font-size: 14px;
    line-height: 1.8;
  }
  .platform .con .platform-list ul li .more {
    opacity: 1;
    transform: translateY(0);
    -ms-transform: translateY(0);
    -webkit-transform: translateY(0);
    height: 44px;
    margin-top: 20px;
  }
  .platform .con .platform-list ul li .more a {
    line-height: 42px;
    font-size: 14px;
  }
  .people {
    padding: 30px 0;
  }
  .people .con .title h2 {
    font-size: 18px;
  }
  .people .con .title .line {
    margin: 14px auto 0;
  }
  .people .con .people-list ul li {
    width: 100%;
    margin-top: 30px;
  }
  .people .con .people-list ul li:not(:nth-child(3n)) {
    margin-right: 0;
  }
  .people .con .people-list ul li h2 {
    margin-top: 14px;
    font-size: 16px;
  }
  .people .con .people-list ul li p {
    font-size: 14px;
    margin-top: 10px;
  }
  .people .con .people-list ul li .more {
    margin-top: 20px;
    width: 120px;
    height: 44px;
  }
  .people .con .people-list ul li .more a {
    line-height: 42px;
    font-size: 14px;
  }
  .value {
    padding: 30px 0;
  }
  .value .con .title h2 {
    font-size: 18px;
  }
  .value .con .title .line {
    margin: 14px auto 10px;
  }
  .value .con .value-list {
    margin-top: 0;
  }
  .value .con .value-list ul li {
    width: 100%;
    margin-top: 30px;
    padding: 0 40px;
  }
  .value .con .value-list ul li h2 {
    font-size: 16px;
    margin: 20px 0 14px;
  }
  .value .con .value-list ul li p {
    font-size: 14px;
    height: auto;
    -webkit-line-clamp: inherit;
  }
  .value .con .value-list ul li .more {
    width: 100%;
    height: 44px;
    margin: 20px 0 0;
  }
  .value .con .value-list ul li .more a {
    line-height: 42px;
    font-size: 14px;
  }
  .employ {
    padding: 30px 0;
  }
  .employ .con .left {
    width: 100%;
  }
  .employ .con .right {
    width: 100%;
    margin-top: 20px;
  }
  .employ .con .right h2 {
    font-size: 18px;
  }
  .employ .con .right .line {
    margin: 14px 0;
  }
  .employ .con .right p {
    font-size: 14px;
  }
  .employ .con .right ul {
    margin-top: 20px;
  }
  .employ .con .right ul li {
    width: 48%;
    height: 44px;
  }
  .employ .con .right ul li a {
    line-height: 42px;
    font-size: 14px;
  }
  .employ .con .right ul li a span {
    font-size: 14px;
    margin-left: 14px;
  }
  .employ .con .right ul li:not(:first-child) {
    margin-left: 4%;
  }
  .news {
    padding: 30px 0;
  }
  .news .con .title h2 {
    font-size: 18px;
  }
  .news .con .title .line {
    margin: 14px auto 30px;
  }
  .news .con .news-list .swiper-pagination {
    display: block;
    bottom: 0;
  }
  .news .con .news-list .swiper-pagination .swiper-pagination-bullet-active {
    background: #a5c25d;
  }
  .news .con .news-list .swiper-container {
    padding-bottom: 40px;
  }
  .news .con .news-list .swiper-slide a h2 {
    font-size: 16px;
    margin-top: 10px;
  }
  .news .con .news-list .swiper-slide a p {
    font-size: 14px;
    margin-top: 10px;
  }
  .news .con .news-list .swiper-slide a h3 {
    margin-top: 20px;
  }
  .news .con .news-list .swiper-slide a h3 span {
    font-size: 14px;
  }
  .news .con .news-list .more {
    margin-top: 20px;
  }
  .news .con .news-list .more a {
    width: 160px;
    height: 44px;
    line-height: 42px;
    font-size: 14px;
  }
  .news .con .news-list .more a span {
    font-size: 14px;
    margin-left: 14px;
  }
  .news .con .swiper-button-prev {
    display: none;
  }
  .news .con .swiper-button-next {
    display: none;
  }
}
/*# sourceMappingURL=index.css.map */