.banner {
  position: relative;
}

.banner .swiper-slide{
  height: auto;
}

.banner .img {
  position: relative;
  height: 100%;
}

.banner .img video {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.banner .txt {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 85.46%;
  display: flex;
  align-items: center;
}

.banner .txt .t1 {
  line-height: 21px;
  color: #fff;
  opacity: 0;
  position: relative;
  top: 50px;
}

.banner .txt .t2 {
  margin-top: 15px;
  line-height: calc(1em + 11px);
  color: #fff;
  opacity: 0;
  position: relative;
  top: 50px;
}

.banner .txt .t3 {
  margin-top: 12px;
  line-height: calc(1em + 7px);
  color: #fff;
  opacity: 0;
  position: relative;
  top: 50px;
}

.banner .swiper-slide-active .txt .t1 {
  opacity: 1;
  top: 0;
  transition-delay: .6s;
  -webkit-transition-delay: .6s;
}

.banner .swiper-slide-active .txt .t2 {
  opacity: 1;
  top: 0;
  transition-delay: .8s;
  -webkit-transition-delay: .8s;
}

.banner .swiper-slide-active .txt .t3 {
  opacity: 1;
  top: 0;
  transition-delay: 1s;
  -webkit-transition-delay: 1s;
}

.swpbtn a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  background: #fff;
}

.swpbtn .iconShow {
  width: 13px;
}

.swpbtn a:hover {
  background: #8DC31E;
}

.swpbtn a.next {
  transform: rotate(180deg);
}

.banner .swpbtn a {
  position: absolute;
  top: 50%;
  margin-top: -30px;
  z-index: 10;
}

.banner .swpbtn a.prev {
  left: calc(92 / 1920 * 100%);
}

.banner .swpbtn a.next {
  right: calc(92 / 1920 * 100%);
}

.banner .swpbtn a.swiper-button-disabled{
  opacity: 0;
}

.ind1 {
  padding: 0.96rem 0 1.34rem;
}

.ind1 .itp {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.ind1 .itp .le {
  width: calc(756 / 1440 * 100%);
}

.ind1 .itp .le .t1 {
  line-height: 2;
  text-transform: capitalize;
}

.ind1 .itp .le .t2 {
  line-height: 20px;
  margin-top: 14px;
  line-height: 1.4;
}

.ind1 .itp .le .t2 p {
  margin-bottom: 15px;
}

.ind1 .itp .le .t2 p:last-child {
  margin-bottom: 0;
}

.ind1 .itp .le .anniu {
  margin-top: 0.41rem;
}

.ind1 .itp .re {
  width: calc(650 / 1440 * 100%);
  padding-top: 90px;

}

.ind1 .itp .re .img {
  position: relative;
}

.ind1 .ibt {
  margin-top: 1.01rem;
}

.ind1 .ibt .ul {
  display: flex;
  justify-content: space-between;
}

.ind1 .ibt .ul .li {
  max-width: 260px;
  text-align: center;
}

/* .ind1 .ibt .ul .li:nth-child(2){max-width: 319px;}

.ind1 .ibt .ul .li:nth-child(4){max-width: 254px;} */

.ind1 .ibt .ltp {
  text-align: center;
}

.ind1 .ibt .ltp .countUp {
  line-height: calc(1em + 11px);
  color: #486A00;
}

.ind1 .ibt .ltp .sup {
  vertical-align: top;
  line-height: calc(1em + 8px);
  color: #486A00;
}

.ind1 .ibt .lbt {
  margin-top: 14px;
  line-height: 19px;
}

.ind1 .ibt .lbt p {
  position: relative;
  /* padding-left: 25px; */
}

.ind1 .ibt .lbt p::before {
  content: "";
  /* position: absolute; */
  left: 0;
  top: 6px;
  width: 10px;
  height: 10px;
  border: 1px solid #486A00;
  border-radius: 50%;
  display: inline-block;
  margin-right: 15px;
}

.ind2 {
  background: #E7EEF4 url(../images/ind2_1.jpg) no-repeat center;
  background-size: cover;
  padding: 1.44rem 0 1.4rem;
}

.ind2 .ul {
  display: flex;
  flex-wrap: wrap;
}

.ind2 .li {
  width: calc((100% - 60px)/4);
  margin-right: 20px;
  background: #fff;
}

.ind2 .li:nth-child(4n) {
  margin-right: 0;
}

.ind2 .li .ss {
  display: block;
  cursor: auto;
}

.ind2 .li .img {
  overflow: hidden;
}

.ind2 .li .txt {
  position: relative;
  background: #fff;
}

.ind2 .li .tbg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url(../images/ind2_5.jpg) no-repeat center;
  background-size: cover;
  opacity: 0;
}

.ind2 .li .tox {
  position: relative;
  z-index: 5;
  padding: 20px 46px 35px 40px;
}

.ind2 .li .tox .t1 {
  line-height: 1.5;
  color: #486A00;
}

.ind2 .li .tox .t2 {
  margin-top: 7px;
  line-height: 21px;
  line-height: 1.4;
  text-align: left;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 6;
  -webkit-box-orient: vertical;
}

.ind2 .li .tox .anniu {
  margin-top: 0.6rem;
}

.ind2 .li .ss:hover .img img {
  transform: scale(1.05);
}

.ind2 .li .ss:hover .tbg {
  opacity: 1;
}

.ind5 {
  background: #EDF2F5;
  padding: 1.2rem 0;
  display: none;
}

.ind5 .iox {
  position: relative;
  display: flex;
  justify-content: flex-end;
  padding: 0.57rem 0 0.63rem;
}

.ind5 .le {
  position: absolute;
  top: 0;
  left: 0;
  width: calc(932 / 1440 * 100%);
  height: 100%;
}

.ind5 .le img {
  height: 100%;
  object-fit: cover;
}

.ind5 .re {
  position: relative;
  width: calc(700 / 1440 * 100%);
  padding: 0.61rem calc(112 / 1440 * 100%) 0.7rem calc(108 / 1440 * 100%);
  background: url(../images/ind5_2.png) no-repeat right bottom;
  background-size: cover;
}

.ind5 .re .t1 {
  line-height: 2;
}

.ind5 .re .t2 {
  margin-top: 4px;
  line-height: 21px;
  line-height: 1.4;
  text-align: left;
}

.ind5 .re .anniu {
  margin-top: 0.54rem;
}

.ind4 {
  padding: 0.54rem 0 1.1rem;
  background: #F5F7F8;
}

.ind4 .itp {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.ind4 .itp .le {
  line-height: 2;
  text-transform: capitalize;
}

.ind4 .ibt {
  margin-top: 0.52rem;
}


.ind4 .ibt .swiper-slide{
  height: auto;
}
.ind4 .ibt .ss {
  display: block;
  background: #fff;
  border-bottom: 2px solid #C3D3A0;
  height: 100%;
}

.ind4 .ibt .ss .img {
  overflow: hidden;
}

.ind4 .ibt .ss .txt {
  padding: 27.8px 26.8px 34px;
}

.ind4 .ibt .ss .txt .t1 {
  line-height: 24px;
}

.ind4 .ibt .ss .txt .t2 {
  line-height: 24px;
  height: 96px;
  margin-top: 28px;
  line-height: 1.4;
  height: 5.6em;
  text-align: left;
}

.ind4 .ibt .ss .txt .t3 {
  margin-top: 29px;
  margin-left: 5.5px;
}

.ind4 .ibt .ss .txt .t3 .iconShow {
  display: block;
  width: 18px;
}

.ind4 .ibt .ss:hover {
  border-color: #486A00;
  background: #486A00;
}

.ind4 .ibt .ss:hover .img img {
  transform: scale(1.05);
}

.ind4 .ibt .ss:hover .txt .t1 {
  color: #fff;
  font-weight: bold;
}

.ind4 .ibt .ss:hover .txt .t2 {
  color: #fff;
}

.swiper-scrollbar.custom {
  position: relative;
  bottom: 0;
  left: 0;
  width: 100%;
  margin: 0.45rem 0 0;
  height: 3px;
  border: none;
  background: #D9D9D9;
}

.swiper-scrollbar.custom .swiper-scrollbar-drag {
  background: #486A00;
  border-radius: none;
}

.ind3 {
  background: url(../images/ind3_1.jpg) no-repeat center;
  background-size: cover;
  padding-top: 0.65rem;
  position: relative;
  z-index: 20;
}

.ind3 .yun {
  position: absolute;
  bottom: 0;
  width: calc(3000 / 1920 * 100%);
  left: 50%;
  transform: translateX(-50%);
  max-width: 3000px;
}

.ind3 .ind_tit {
  line-height: 2;
}

.ind3 .cont {
  position: relative;
  margin-left: calc(-24 / 1440 * 100%);
  width: calc(1464 / 1440 * 100%);
}

.ind3 .cont .map_img img {
  display: block;
  width: 100%;
}

.ind3 .cont .li {
  position: absolute;
}

.ind3 .cont .li .circle {
  width: 74px;
  height: 74px;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}

.ind3 .cont .li .circle::before {
  position: absolute;
  display: block;
  content: '';
  width: 200%;
  height: 200%;
  border-radius: 50%;
  background: rgb(110, 151, 23, .7);
  -webkit-animation: pulse-ring 3.5s cubic-bezier(.215, .61, .355, 1) infinite;
  animation: pulse-ring 3.5s cubic-bezier(.215, .61, .355, 1) infinite;
}

.ind3 .cont .li .circle .yuan {
  position: relative;
  z-index: 5;
  width: 38px;
  height: 38px;
  border-radius: 50%;
  background: #6E9717;
  opacity: 0.7;
}

.ind3 .cont .li .circle .icon {
  position: absolute;
  z-index: 10;
}

.ind3 .cont .li .circle .icon .bg2 {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  opacity: 0;
}

.ind3 .cont .li .circle .icon .tt {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: calc(102 / 231 * 100%);
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: calc(1em + 11px);
  color: #fff;
}

.ind3 .cont .li.china .circle::before {
  -webkit-animation: pulse-ring 4s cubic-bezier(.215, .61, .355, 1) infinite;
  animation: pulse-ring 4s cubic-bezier(.215, .61, .355, 1) infinite;
}

.ind3 .cont .li.japan .circle::before {
  -webkit-animation: pulse-ring 5s cubic-bezier(.215, .61, .355, 1) infinite;
  animation: pulse-ring 5s cubic-bezier(.215, .61, .355, 1) infinite;
}

.ind3 .cont .li.germany .circle::before {
  -webkit-animation: pulse-ring 4.2s cubic-bezier(.215, .61, .355, 1) infinite;
  animation: pulse-ring 4.2s cubic-bezier(.215, .61, .355, 1) infinite;
}

.ind3 .cont .li.usa .circle::before {
  -webkit-animation: pulse-ring 4.6s cubic-bezier(.215, .61, .355, 1) infinite;
  animation: pulse-ring 4.6s cubic-bezier(.215, .61, .355, 1) infinite;
}

.ind3 .cont .li.china {
  right: calc(205 / 1464 * 100%);
  top: calc(299 / 713 * 100%);
  margin: -37px -37px 0 0;
}

.ind3 .cont .li.china .circle .icon {
  width: 79px;
  bottom: 27px;
  left: 50%;
  margin-left: -39.5px;
}

.ind3 .cont .li.japan {
  right: calc(110 / 1464 * 100%);
  top: calc(230 / 713 * 100%);
  margin: -37px -37px 0 0;
}

.ind3 .cont .li.japan .circle .icon {
  width: 67px;
  bottom: 28.52px;
  left: 50%;
  margin-left: -33.5px;
}

.ind3 .cont .li.germany {
  right: calc(739 / 1464 * 100%);
  top: calc(199 / 713 * 100%);
  margin: -37px -37px 0 0;
}

.ind3 .cont .li.germany .circle .icon {
  width: 79px;
  bottom: 27px;
  left: 50%;
  margin-left: -39.5px;
}

.ind3 .cont .li.usa {
  right: calc(1200 / 1464 * 100%);
  top: calc(241 / 713 * 100%);
  margin: -37px -37px 0 0;
}

.ind3 .cont .li.usa .circle .icon {
  width: 55px;
  bottom: 30px;
  left: 50%;
  margin-left: -27.5px;
}

.ind3 .cont .li.act {
  z-index: 15;
}

.ind3 .cont .li.germany.act .circle .icon {
  width: 88px;
  bottom: 25px;
  left: 50%;
  margin-left: -44px;
}

.ind3 .cont .li.act .circle .icon {
  width: 102px;
  bottom: 24.27px;
  left: 50%;
  margin-left: -51px;
}

.ind3 .cont .li.act .circle .icon .bg2 {
  opacity: 0;
}

.ind3 .cont .li.act .circle .icon .bg2 {
  opacity: 1;
}

.ind3 .cont .list {
  width: 360px;
  position: absolute;
  top: calc(108 / 713 * 100%);
  /* right: calc(507 / 1464 * 100%); */
  right: 30%;
  /* margin-right: -114px; */
  background: #fff;
  box-shadow: 0 7px 15px rgba(196, 209, 209, 1);
  border-radius: 12px;
  overflow: hidden;
  opacity: 0;
  z-index: 0;
  transition: all ease .3s;
  pointer-events: none;
}

.ind3 .cont .list.open {
  opacity: 1;
  pointer-events: visible;
  z-index: 20;
}

.ind3 .cont .list .item {
  display: none;
}

.ind3 .cont .list .item.act {
  display: block;
}

.ind3 .list .item {
  padding: 2px 2px 31px;
  line-height: 1.4;
}

.ind3 .list .item .swiper-slide {
  background: #fff;
}

.ind3 .list .item .ss {
  position: relative;
}

.ind3 .list .item .pogin {
  position: absolute;
  bottom: auto;
  top: 165px;
  left: 0;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  z-index: 5;
}

.ind3 .list .item .pogin span {
  width: 6px;
  height: 6px;
  background: #fff;
  opacity: 1;
  border-radius: 3px;
  margin: 0 5px;
}

.ind3 .list .item .pogin span.swiper-pagination-bullet-active {
  width: 17px;
}

.ind3 .list .item .img {
  /* 容器宽度的一半，图片宽高比2:1 */
  height: calc(360px / 2);
  border-radius: 12px 12px 0 0;
  overflow: hidden;
}
.ind3 .list .item .img img{
  display: block;
  width: 100%;
  height: 100%;
}

.ind3 .list .item .tit {
  position: absolute;
  top: 10%;
  left: 12px;
  width: calc(100% - 24px);
}

.ind3 .list .item .tit .t1 {
  color: #fff;
  position: relative;
  z-index: 2;
  text-shadow: 0 0 10px #000;
}

.ind3 .list .item .tit .tline {
  height: 2px;
  background: url(../images/ind3_5.png) repeat-x left bottom;
  position: relative;
  z-index: 2;
  display: none;
}

.ind3 .list .item .tit .t2 {
  color: #fff;
  position: relative;
  z-index: 2;
  text-shadow: 0 1px 4px #000;
}

.ind3 .list .item .tit .tbg {
  position: absolute;
  width: 264px;
  top: 50%;
  left: 50%;
  margin: -60px 0 0 -132px;
  display: none;
}

.ind3 .list .item .t3 {
  margin: 13px 0 0 11px;
  width: calc(100% - 23px);
  /* height: 3em; */
}

.ind3 .list .item .anniu {
  margin: 25px 0 0 12px;
}

.ind3 .list .item .anniu .ssbtn {
  padding: 9px 15px 8px 19px;
}

.ind3 .list .item .anniu .ssbtn .tt {
  min-width: 72px;
}

.ind3 .cont .list .item .it_bot {
  display: none;
}
.swiper_pla .btn {
  display: block;
  width: 24px;
  height: 24px;
  background: #fff url(../images_bmm/jt_r.svg) center no-repeat;
  border-radius: 50%;
  position: absolute;
  top: 115px;
  right: 10px;
  margin-top: -12px;
  z-index: 3;
  cursor: pointer;
}

.swiper_pla .prev_pla1,
.swiper_pla .prev_pla2 {
  left: 10px;
  transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
}

.swiper_pla .btn:hover {
  background: #486A00 url(../images_bmm/jt_r2.svg) center no-repeat;
}


.one-swiping.swiper_pla .btn{
  display: none;
}

.swiper_pla .btn.swiper-button-disabled{
  display: none;
}








@-webkit-keyframes pulse-ring {
  0% {
    -webkit-transform: scale(.33);
    transform: scale(.33);
  }

  100%,
  80% {
    opacity: 0;
  }
}

@keyframes pulse-ring {
  0% {
    -webkit-transform: scale(.33);
    transform: scale(.33);
  }

  100%,
  80% {
    opacity: 0;
  }
}
@media (max-width:1800px) {
  .banner .swpbtn a {
    width: 40px;
    height: 40px;
  }

  .banner .swpbtn a.prev {
    left: 10px;
  }

  .banner .swpbtn a.next {
    right: 10px;
  }
}

@media (max-width:1700px) {
  .ind1 .itp .re{padding-top: 80px;}
}

@media (max-width:1300px) {

  .ind3 .cont .li.germany.act .circle .icon,
  .ind3 .cont .li.germany .circle .icon {
    width: 66px;
    margin-left: -33px;
    bottom: 28px;
  }

  .ind1 .itp .re {
    padding-top: 75px;
  }


  

}


@media (max-width:1200px) {
  .ind1 .ibt .ul .li {
    min-width: 240px;
  }
}




@media (max-width:1030px) {
  .bofang2 {
    position: absolute;
    right: 20px;
    bottom: 20px;
    width: 40px;
    height: 40px;
    z-index: 15;
    border-radius: 50%;
    background: rgba(255, 255, 255, .9);
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .bofang2 img {
    width: 10px;
  }

  .ind1 {
    padding: 50px 0 30px;
  }

  .ind1 .itp .le {
    width: 100%;
  }

  .ind1 .itp .re {
    width: 100%;
  }

  .ind1 .ibt .ul {
    flex-wrap: wrap;
  }

  .ind1 .ibt .ul .li {
    min-width: 0;
    width: 48%;
    margin-right: 4%;
    margin-bottom: 20px;
  }

  .ind1 .ibt .ul .li:nth-child(2n) {
    margin-right: 0;
  }

  /* .ind1 .ibt .ltp{text-align: left;} */

  .ind1 .ibt .ul .li:nth-child(4),
  .ind1 .ibt .ul .li:nth-child(2) {
    max-width: 100%;
  }

  .ind1 .ibt .lbt {
    margin-top: 5px;
  }

  .ind1 .ibt {
    margin-top: 30px;
  }

  .ind2 .li {
    width: 100%;
    margin-right: 0;
    margin-bottom: 15px;
  }

  .ind2 .li .tox {
    padding: 15px 15px 25px;
  }

  .ind2 .li .tox .anniu {
    margin-top: 20px;
  }

  .ind2 .li .tox .t2 {
    height: auto;
  }

  .anniu .ssbtn {
    padding: 0 15px;
  }

  .anniu .ssbtn .tt {
    min-width: 70px;
    margin-right: 10px;
  }

  .ind3 .cont .map_img {
    display: none;
  }

  .ind3 .cont .ul {
    display: none;
  }

  .ind3 .cont .list {
    position: relative;
    top: 0;
    left: 0;
    width: 100%;
    background: none;
    box-shadow: none;
    opacity: 1;
    z-index: 5;
    pointer-events: visible;
  }

  .ind3 .cont .list .item {
    display: block;
    padding: 0;
    border-bottom: 1px solid #C3D3A0;
  }

  .ind3 .cont .list .item .it_top {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-right: 10px;
  }

  .ind3 .cont .list .item .it_top .tt {
    font-size: 16px;
    line-height: 45px;
    text-transform: capitalize;
  }

  .ind3 .cont .list .item .it_top .ico img {
    transform: rotate(-90deg);
    -webkit-transition: all .4s cubic-bezier(.4, 0, .2, 1);
    -moz-transition: all .4s cubic-bezier(.4, 0, .2, 1);
    transition: all .4s cubic-bezier(.4, 0, .2, 1);
  }

  .ind3 .cont .list .item.act .it_top .ico img {
    transform: rotate(90deg);
  }

  .ind3 .cont .list .item .it_bot {
    padding: 0 0 30px;
    max-width: 425px;
    background: #fff;
    border-top: 1px solid #C3D3A0;
  }

  .ind3 .list .item .img {
    height: auto;
    border-radius: 0;
  }

  .ind3 .list .item .t3 {
    height: auto;
  }

  .ind3 {
    overflow: hidden;
  }

  .ind4 {
    padding: 50px 0;
  }

  .ind4 .ibt .ss .txt {
    padding: 20px;
  }

  .ind3 .list .item .anniu .ssbtn {
    padding: 0 15px;
  }

  .ind4 .ibt .ss .txt .t2 {
    margin-top: 10px;
  }

  .ind5 {
    padding: 50px 0;
  }

  .ind5 .iox {
    padding: 0;
    flex-wrap: wrap;
  }

  .ind5 .le {
    position: relative;
    width: 100%;
  }

  .ind5 .re {
    width: 100%;
    background-size: cover;
  }

  .ind5 .re {
    padding: 20px;
  }

  .banner .swpbtn a {
    width: 40px;
    height: 40px;
  }

  .banner .swpbtn a.prev {
    left: 20px;
    bottom: 20px;
    top: auto;
  }

  .banner .swpbtn a.next {
    left: 70px;
    bottom: 20px;
    top: auto;
  }
}

@media (max-width:768px) {
  .swiper_pla .btn {
    display: none;
  }
}
