.swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 10px;
}

.banner .swiper_ban .swiper-pagination-bullet-active {
  background: #e5000d;
}

.swiper_ban .swiper-pagination-bullet {
  background-color: transparent;
}

.wrap-product {
  display: none;
}

.banner .swiper-container .swiper-wrapper .swiper-slide {
  width: 100%;
  /* height: 780px; */
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}

.banner .swiper-button-white {
  /* background-color: rgba(0,0,0,.3); */
  background-image: url(../images/b-r1.png);
  background-repeat: no-repeat;
  background-position: center center;
  width: 80px;
  height: 80px;
}

.banner .swiper-button-prev {
  -webkit-transform: rotateY(180deg);
          transform: rotateY(180deg);
}

.banner {
  background-color: #fff;
  margin-bottom: 50px;
}

.product {
  padding-top: 60px;
  background: url(../images/chanpin.png) no-repeat;
  background-position: top center;
}

.product ul {
  margin-top: 30px;
}

.product ul li {
  width: 23%;
  margin: 1%;
  float: left;
  text-align: center;
}

.product ul li:hover a {
  text-decoration: none;
  color: #fff;
}

.product ul li .p-img {
  overflow: hidden;
}

.product ul li .p-img img {
  width: 100%;
  -webkit-transition: all 0.6s;
  -o-transition: all 0.6s;
  transition: all 0.6s;
}

.product ul li .p-img img:hover {
  -webkit-transform: scale(1.05);
      -ms-transform: scale(1.05);
          transform: scale(1.05);
}

.product ul li p {
  width: 100%;
  line-height: 40px;
  height: 40px;
}

.product ul .hvr-sweep-to-right {
  background-color: #e1e1e1;
}

.product ul .hvr-sweep-to-right::before {
  background-color: #009944;
}

.about {
  -webkit-box-shadow: 1px 1px 2px 1px rgba(0, 0, 0, 0.2);
          box-shadow: 1px 1px 2px 1px rgba(0, 0, 0, 0.2);
  margin-top: 50px;
}

.about .about-left {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 80px 20px 50px 50px;
  width: 50%;
  background: url(../images/jianjie.png) no-repeat;
  background-position: 20px 20px;
}

.about .about-left p {
  margin-top: 30px;
  line-height: 37px;
}

.about .hvr-icon-wobble-horizontal {
  margin-top: 30px;
  width: 150px;
  height: 30px;
  text-align: center;
  background-color: #e1e1e1;
  line-height: 30px;
  font-size: 14px;
  font-weight: 700;
}

.about .hvr-icon-wobble-horizontal a {
  color: #333;
  text-decoration: none;
}

.about .hvr-icon-wobble-horizontal::before {
  content: "";
  position: absolute;
  z-index: -1;
  left: 0;
  right: 100%;
  bottom: 0;
  background: #2098D1;
  height: 4px;
  -webkit-transition-property: right;
  -o-transition-property: right;
  transition-property: right;
  -webkit-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
     transition-duration: 0.3s;
  -webkit-transition-timing-function: ease-out;
  -o-transition-timing-function: ease-out;
     transition-timing-function: ease-out;
}

.about .about-right {
  width: 50%;
  padding: 20px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.about .video {
  position: relative;
  width: 100%;
}

.about .video video {
  display: block;
  -o-object-fit: cover;
     object-fit: cover;
}

.about .video .video_layer {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  background-color: rgba(0, 0, 0, 0.3);
}

.about .video .video_layer p {
  font-size: 16px;
  color: #ffffff;
  text-align: center;
  letter-spacing: 9px;
  position: absolute;
  top: 35%;
  left: 50%;
  -webkit-transform: translate(-50%);
      -ms-transform: translate(-50%);
          transform: translate(-50%);
  display: block;
}

.about .video .video_layer a {
  background-image: url(../images/video.png);
  background-repeat: no-repeat;
  background-position: center center;
  display: block;
  width: 120px;
  height: 120px;
  position: absolute;
  top: -20px;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  cursor: pointer;
  z-index: 30;
  -webkit-transition: all 0.6s;
  -o-transition: all 0.6s;
  transition: all 0.6s;
  -webkit-transform: scale(0.9);
      -ms-transform: scale(0.9);
          transform: scale(0.9);
}

.about .video .video_layer a:hover {
  -webkit-transform: scale(1);
      -ms-transform: scale(1);
          transform: scale(1);
}

.about .video .video_layer h4 {
  margin-top: 20px;
  font-size: 30px;
  color: #FFFFFF;
  font-weight: 500;
  text-align: center;
  position: absolute;
  top: 60%;
  left: 50%;
  -webkit-transform: translate(-50%);
      -ms-transform: translate(-50%);
          transform: translate(-50%);
  display: block;
}

.service {
  height: 500px;
  margin-top: 50px;
  background: url(../images/fuwu1.png) no-repeat;
  background-position: center;
  background-size: cover;
}

.service .service-top {
  padding-top: 80px;
  background: url(../images/fuwu.png) no-repeat;
  background-position: center bottom;
}

.service .service-main ul {
  margin-top: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.service .service-main ul li {
  width: 23%;
  margin: 1%;
  height: 225px;
  -webkit-transition: all 0.6s;
  -o-transition: all 0.6s;
  transition: all 0.6s;
}

.service .service-main ul li a {
  display: block;
  width: 100%;
  height: 100%;
}

.service .service-main ul li:nth-child(1) {
  background: url(../images/s1.png) no-repeat;
  background-position: center;
}

.service .service-main ul li:nth-child(2) {
  background: url(../images/s2.png) no-repeat;
  background-position: center;
}

.service .service-main ul li:nth-child(3) {
  background: url(../images/s3.png) no-repeat;
  background-position: center;
}

.service .service-main ul li:nth-child(4) {
  background: url(../images/s4.png) no-repeat;
  background-position: center;
}

.service .service-main ul li:nth-child(1):hover {
  background: url(../images/s11.png) no-repeat;
  background-position: center;
  -webkit-transform: rotateY(360deg);
          transform: rotateY(360deg);
}

.service .service-main ul li:nth-child(2):hover {
  background: url(../images/s22.png) no-repeat;
  background-position: center;
  -webkit-transform: rotateY(360deg);
          transform: rotateY(360deg);
}

.service .service-main ul li:nth-child(3):hover {
  background: url(../images/s33.png) no-repeat;
  background-position: center;
  -webkit-transform: rotateY(360deg);
          transform: rotateY(360deg);
}

.service .service-main ul li:nth-child(4):hover {
  background: url(../images/s44.png) no-repeat;
  background-position: center;
  -webkit-transform: rotateY(360deg);
          transform: rotateY(360deg);
}

.base {
  margin-top: 50px;
  padding-top: 60px;
  background: url(../images/jidi.png) no-repeat;
  background-position: top center;
}

.base .swiper-base.swiper-container {
  margin-top: 30px;
  width: 100%;
  height: 100%;
}

.base .swiper-slide {
  position: relative;
  text-align: center;
  font-size: 18px;
  background: #fff;
  /* Center slide text vertically */
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-transition: 300ms;
  -o-transition: 300ms;
  transition: 300ms;
  -webkit-transform: scale(0.8);
      -ms-transform: scale(0.8);
          transform: scale(0.8);
}

.base .swiper-slide a:hover {
  color: #009944;
  text-decoration: none;
}

.base .swiper-slide p {
  text-align: left;
  height: 40px;
  line-height: 40px;
  text-indent: 2em;
}

.base .swiper-slide-active, .base .swiper-slide-duplicate-active {
  -webkit-transform: scale(1);
      -ms-transform: scale(1);
          transform: scale(1);
}

.base .swiper-pagination-bullet-active {
  background-color: #009944;
}

.news {
  padding-top: 60px;
  margin-top: 50px;
  background: url(../images/new.png) no-repeat;
  background-position: top center;
}

.news-main {
  margin-top: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  display: -webkit-flex;
}

.news-main .news-left {
  width: 28%;
  margin-right: 2%;
  overflow: hidden;
}

.news-main .news-left img {
  width: 100%;
  min-height: 100%;
  height: auto;
  -webkit-transition: all 0.6s ease-out;
  -o-transition: all 0.6s ease-out;
  transition: all 0.6s ease-out;
  -moz-transition: all .6s ease-out;
  /* Firefox 4 */
  -webkit-transition: all .6s ease-out;
  /* Safari and Chrome */
  -o-transition: all .6s ease-out;
}

.news-main .news-left:hover img {
  -webkit-transform: scale(1.05);
      -ms-transform: scale(1.05);
          transform: scale(1.05);
}

.news-main .news-right {
  width: 70%;
  padding-top: 30px;
}

.news-main .news-right h3 {
  font-size: 20px;
  color: #333333;
}

.news-main .news-right:hover h3 {
  color: #009944;
}

.news-main .news-right p {
  margin-top: 20px;
  line-height: 40px;
  color: #333333;
}

.news-main .news-right a {
  color: #333333;
}

.news-main .news-right a:hover {
  text-decoration: none;
}

.hvr-icon-wobble-horizontal {
  margin-top: 30px;
  width: 150px;
  height: 30px;
  text-align: center;
  background-color: #e1e1e1;
  line-height: 30px;
  font-size: 14px;
  font-weight: 700;
}

.hvr-icon-wobble-horizontal a {
  color: #333;
  text-decoration: none;
}

.hvr-icon-wobble-horizontal::before {
  content: "";
  position: absolute;
  z-index: -1;
  left: 0;
  right: 100%;
  bottom: 0;
  background: #2098D1;
  height: 4px;
  -webkit-transition-property: right;
  -o-transition-property: right;
  transition-property: right;
  -webkit-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
     transition-duration: 0.3s;
  -webkit-transition-timing-function: ease-out;
  -o-transition-timing-function: ease-out;
     transition-timing-function: ease-out;
}

.poverty_alleviation {
  padding-top: 60px;
  margin-top: 50px;
  background: url(../images/fupin.png) no-repeat;
  background-position: top center;
}

.poverty_alleviation ul {
  margin-top: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.poverty_alleviation ul li {
  -webkit-box-shadow: 1px 1px 2px 1px rgba(0, 0, 0, 0.1);
          box-shadow: 1px 1px 2px 1px rgba(0, 0, 0, 0.1);
  width: 23%;
  margin: 1%;
  background-color: #fff;
}

.poverty_alleviation ul li:hover img {
  -webkit-transform: scale(1.05);
      -ms-transform: scale(1.05);
          transform: scale(1.05);
}

.poverty_alleviation ul li a {
  text-decoration: none;
}

.poverty_alleviation ul li a:hover {
  color: #009944;
}

.poverty_alleviation ul li .p-pic {
  overflow: hidden;
}

.poverty_alleviation ul li .p-pic img {
  width: 100%;
  -webkit-transition: all 0.6s;
  -o-transition: all 0.6s;
  transition: all 0.6s;
}

.poverty_alleviation ul li p {
  padding: 20px 10px;
  line-height: 27px;
}
