.node .swiper-pagination {
  position: absolute;
  width: 100%;
  bottom: 25px;
  text-align: center;
}

.node .swiper-pagination .swiper-pagination-bullet {
  width: 30px;
  height: 30px;
  position: relative;
  background: transparent;
  margin: 0 5px;
  opacity: 1;
  cursor: pointer;
}
.section2 .icon{
    background:none!important;
}
.node .swiper-pagination .swiper-pagination-bullet:before {
  content: "";
  position: absolute;
  width: 4px;
  height: 4px;
  left: 50%;
  top: 50%;
  margin-left: -2px;
  margin-top: -2px;
  background: #fff;
  border-radius: 50%;
}

.node .swiper-pagination .ui-loop {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
  /*opacity: 0;*/
  transition: all 0.3s;
}

.node .swiper-pagination .ui-loop svg {
  position: absolute;
  left: 0;
  top: 0;
  transition: all 0.3s;
}

.node .swiper-pagination .swiper-pagination-bullet .ui-loop {
  opacity: 0;
}

.node .swiper-pagination .swiper-pagination-bullet-active .ui-loop {
  opacity: 1;
}

.node .swiper-pagination .ui-loop .path-loop-bg {
  fill: none;
  width: 100%;
  height: 100%;
  stroke: #fff;
  stroke-miterlimit: 10;
  stroke-width: 3px;
  opacity: 0;
}

.node .swiper-pagination .ui-loop .path-loop {
  fill: none;
  stroke: #fff;
  stroke-miterlimit: 10;
  stroke-width: 3px;
  opacity: 0;
  transition: opacity 0.3s 1s;
}

.node
.swiper-pagination
.swiper-pagination-bullet-active
.ui-loop
.path-loop-bg {
  opacity: 0.2;
}

.node
.swiper-pagination.swiper-pagination
span.swiper-pagination-bullet-active
.ui-loop {
  opacity: 1;
}

.node
.swiper-pagination.swiper-pagination
span.swiper-pagination-bullet-active
.path-loop {
  opacity: 1;
}

/* section1 */
.sec-type {
  text-align: center;
  padding: 20px 0 10px;
  margin-bottom: 60px;
  position: relative;
  color: #010101;
}

.sec-type::after {
  content: "";
  width: 105px;
  height: 4px;
  background: #039947;
  position: absolute;
  bottom: -10px;
  left: 50%;
  transform: translateX(-50%);
}

.bgt {
  background-repeat: no-repeat;
  background-size: cover;
}

.section1 {
  margin: 90px 0 100px;
}

.section1 .sec-type {
  background: url("../img/bg_sec1.png") no-repeat;
  background-size: cover;
}

.section1 .slides {
  background: url("../img/bg_sec1.png") no-repeat top center;
  background-size: cover;
  padding: 40px 0 80px;
}

.section2 {
  padding: 60px 0 100px;
}

.section2 .list li {
  width: 17%;
  height: 600px;
  overflow: hidden;
}

.section2 .list li .item {
  width: 100%;
  height: 100%;
  cursor: pointer;
  position: relative;
  color: #fff;
  transition: all ease 0.3s;
  z-index: 1;
}

.section2 .list li .item .tit {
  margin-top: 10px;
  text-align: center;
}

.section2 .list li .item .desc {
  display: none;
  line-height: 40px;
}

.section2 .list li .item::before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: -1;
  background: rgba(0, 0, 0, 0.6);
}

.section2 .list li.on {
  flex: 1;
  overflow: hidden;
}

.section2 .list li.on .item {
  align-items: flex-start;
  padding: 0 80px;
}

.section2 .list li.on .item .tit {
  font-size: 32px;
  margin: 15px 0;
  font-weight: bold;
}

.section2 .list li.on .item .tit br {
  display: none;
}

.section2 .list li.on .item .desc {
  display: block;
}

.section2 .list li.on .item::before {
  background: url("../img/fdc.png") no-repeat;
  background-size: cover;
}

/* section3 */
.section3 {
  padding: 80px 0;
}

.section3 .list ul {
  position: relative;
}

.section3 .list ul li {
  height: 340px;
  width: 240px;
}

.section3 .list ul li .icon {
  height: 52px;
  width: 52px;
  background-position: center;
  background-size: 100%;
}

.section3 .list ul li .tit {
  margin: 20px 0 25px;
}

.section3 .list ul li .dot {
  width: 100%;
  height: 20px;
  background: url("../img/dot1.png") no-repeat center;
  margin: -5px 0 20px;
}

.section3 .list ul li .xu {
  color: #1d9856;
  font-family: MiSans;
}

.section3 .list ul li:nth-child(1) .icon {
  background-image: url("../img/icon_gy1.png");
}

.section3 .list ul li:nth-child(1):hover .icon {
  background-image: url("../img/icon_gy01.png");
}

.section3 .list ul li:nth-child(2) .icon {
  background-image: url("../img/icon_gy2.png");
}

.section3 .list ul li:nth-child(2):hover .icon {
  background-image: url("../img/icon_gy02.png");
}

.section3 .list ul li:nth-child(3) .icon {
  background-image: url("../img/icon_gy3.png");
}

.section3 .list ul li:nth-child(3):hover .icon {
  background-image: url("../img/icon_gy03.png");
}

.section3 .list ul li:nth-child(4) .icon {
  background-image: url("../img/icon_gy4.png");
}

.section3 .list ul li:nth-child(4):hover .icon {
  background-image: url("../img/icon_gy04.png");
}

.section3 .list ul li:nth-child(5) .icon {
  background-image: url("../img/icon_gy5.png");
}

.section3 .list ul li:nth-child(5):hover .icon {
  background-image: url("../img/icon_gy05.png");
}

.section3 .list ul li:hover {
  background: url("../img/bg_gy.png") no-repeat;
  background-size: 100% 100%;
}

.section3 .list ul li:hover .dot,
.section3 .list ul li:hover .xu {
  display: none;
}

.section3 .list ul li:hover .tit {
  color: #fff;
}

.section3 .list ul::before {
  content: "";
  height: 2px;
  z-index: -1;
  width: 100%;
  background: #ddd;
  position: absolute;
  left: 0;
  top:204px;
}

/* section4 */
.section4 {
  background-size: 100%;
  padding: 60px 0;
}

.section4 .type1 {
  color: #fff;
  margin-bottom: 30px;
}

.section4 .type1::after {
  display: none;
}

.section4 .desc {
  color: #fff;
  line-height: 1.8;
}

.section4 .slides {
  padding: 60px 30px 0 30px;
  background: #fff;
  overflow: hidden;
  margin: 65px 0;
}

.section4 .slides .sec-type {
  margin-bottom: 35px;
}

.section4 .slides .item {
  background: #fff;
  margin: 15px;
  position:relative;
  box-shadow: 0px 18px 43px 3px rgba(0, 0, 0, 0.08);
  border-radius: 20px;
}

.section4 .slides .item .item-pic .bimg {
  border-radius: 20px;
}

.section4 .slides .item .item-pic img {
  width: 100%;
  display:block;
  border-radius: 20px;
}

.section4 .slides .item .item-cont {
  padding:15px;
  position:absolute;
  bottom:0;
  left:0;
  width:100%;
  background:url('../img/fdc2.png') no-repeat bottom center;
  background-size:100%;
  border-radius:0 0 20px 20px
}

.section4 .slides .item .item-cont .item-tit span {
  width: 60px;
  height: 36px;
  background: linear-gradient(90deg, #029d48, #eecc10);
  border-radius: 8px;
  color: #fff;
  margin-right: 11px;
}
.section4 .slides .item .item-cont .item-tit a{
	color:#fff;
}
.section4 .slides .item .item-cont .item-desc {
  margin: 20px 0 30px;
  font-size: 13px;
  color: #929292;
}

.section4 .slides .item .item-cont .item-time {
  font-size: 13px;
  color: #929292;
}

.section4 .slides .swiper-wrapper {
  padding-bottom: 35px;
}

.section4 .slides .swpt-jt {
  position: relative;
}

.section4 .slides .jt {
  width: 81px;
  height: 47px;
  display: flex;
  position: unset;
  margin: 0 16px;
  align-items: center;
  background: #1C2A5A;
  border-radius: 0  20px 0 20px;
}

.section4 .slides .jt.swiper-button-next {
  border-radius: 20px 0 20px;
}

.section4 .slides .jt:hover {
  background: #2C7430;
}

@media (max-width: 980px) {
  .node .swiper-pagination {
    bottom: 15px;
  }
  .node .swiper-pagination .swiper-pagination-bullet {
    width: 20px;
    height: 20px;
  }
  .section1 {
    margin:30px 0;
  }
  .section2 {
    padding:30px 0;
  }
  .sec-type {
    margin-bottom: 25px;
    padding-bottom:5px;
  }
  .sec-type::after{
      width:65px;
      height:2px;
      bottom:0;
  }
  .section2 .list ul {
    flex-wrap: wrap;
  }
  .section2 .list li {
    width: 100%;
    height: 450px;
  }
  .section2 .list li.on .item {
    padding: 15px 20px;
    justify-content: center;
    align-items: center;
  }
 .section1 .slides{
      padding:25px 0 20px;
  }
  .section2 .list li.on {
    width: 100%;
    flex: auto;
  }
  .section2 .list li.on .item .tit {
    font-size: 18px;
    margin: 10px 0;
  }
  .section2 .list li .desc {
    font-size: 14px;
    line-height: 28px !important;
  }
  .section3 {
    padding:30px 0;
  }
  .section3 .list ul {
    flex-wrap:wrap;
  }
  .section3 .list ul li {
    width: 50%;
    height: auto;
    margin:5px 0;
    padding:8px 0;
	float:left;
    border-bottom: 1px solid #eee;
  }
  .section3 .list ul li .dot {
    display: none;
  }
  .section3 .list ul li .tit{
	  margin:10px 0;
  }
  .section3 .list ul li .icon{
	  height:40px;
	  width:40px;
  }
  .section3 .list ul::before {
    display: none;
  }
  .section4 {
    padding:30px 0 0 0;
    background-size: auto 75%;
  }
  .section4 .desc {
    line-height: 25px;
  }
  .section4 .slides {
    padding: 15px;
    margin: 35px 0 30px 0;
  }
  .section4 .slides .sec-type {
    margin-bottom: 15px;
  }
  .section4 .slides .jt {
    width: 65px;
    height: 35px;
    border-radius: 0 10px 0 10px;
  }
  .section4 .slides .jt.swiper-button-next {
    border-radius: 10px 0 10px 0;
  }
  .section4 .slides .jt img {
    width: 15px;
  }
}
