.banner .swiper-container .swiper-slide .txt-2 {
  position: absolute;
  left: 0;
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  z-index: 1;
  top: 58.5714285714%;
  transform: translateY(-50%);
  color: #fff;
  line-height: 1;
}
.banner .swiper-container .swiper-slide .txt-2 .ten {
  margin-bottom: 25px;
}

.boerna .section-1 .inner-box {
  padding-top: 8.3333333333%;
  display: flex;
  justify-content: space-between;
  padding-bottom: 12.1527777778%;
}
.boerna .section-1 .inner-box .left-img {
  height: 622px;
  width: 43.75%;
  flex-shrink: 0;
  position: relative;
}
.boerna .section-1 .inner-box .left-img::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 5px;
  background: #22ac39;
  z-index: 1;
}
.boerna .section-1 .inner-box .left-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.boerna .section-1 .inner-box .right-content {
  width: 50.6944444444%;
}
.boerna .section-1 .inner-box .right-content .title-box {
  margin-bottom: 20px;
}
.boerna .section-1 .inner-box .right-content .title-box .text {
  margin-bottom: 30px;
}
.boerna .section-1 .inner-box .right-content .title-box .line {
  width: 80px;
  height: 1px;
  background: #22ac39;
}
.boerna .section-1 .inner-box .right-content .content-box {
  max-height: 400px;
  overflow: auto;
  line-height: 1.6666666667;
  margin-bottom: 8.2191780822%;
  color: #464c47;
}
.boerna .section-1 .inner-box .right-content .bottom-box .more {
  width: auto;
  padding: 0 42px;
  margin-bottom: 20px;
  cursor: pointer;
}
.boerna .section-1 .inner-box .right-content .bottom-box .p {
  line-height: 1.6666666667;
  color: #666;
}
.boerna .section-2 .inner-box {
  padding-bottom: 12.5%;
}
.boerna .section-2 .title-box {
  margin-bottom: 4.1666666667%;
  text-align: center;
  color: #1b1b1b;
}
.boerna .section-2 .text-box {
  max-width: 1310px;
  text-align: center;
  margin: 0 auto 5.5555555556%;
  color: #464c47;
  line-height: 1.6666666667;
}
.boerna .section-2 .img-box {
  display: flex;
  justify-content: center;
}
.boerna .section-2 .img-box img {
  max-width: 100%;
}
.boerna .section-3 .inner-box {
  padding-bottom: 8.3333333333%;
}
.boerna .section-3 .title-box {
  text-align: center;
  margin-bottom: 3.4722222222%;
  color: #1b1b1b;
}
.boerna .section-3 .list-box {
  display: flex;
  gap: 1.3888888889%;
  flex-wrap: wrap;
}
.boerna .section-3 .list-box a {
  width: 23.6111111111%;
  display: block;
  margin-bottom: 2.7777777778%;
}
.boerna .section-3 .list-box a .img {
  margin-bottom: 26px;
}
.boerna .section-3 .list-box a .img img {
  width: 100%;
}
.boerna .section-3 .list-box a .title {
  text-align: center;
}
.boerna .section-3 .list-box a:nth-last-child(1), .boerna .section-3 .list-box a:nth-last-child(2), .boerna .section-3 .list-box a:nth-last-child(3), .boerna .section-3 .list-box a:nth-last-child(4) {
  margin-bottom: 0;
}

@media screen and (max-width: 768px) {
  .boerna .section-1 .inner-box {
    flex-direction: column;
    gap: 40px;
  }
  .boerna .section-1 .inner-box .left-img {
    width: 100%;
    height: auto;
  }
  .boerna .section-1 .inner-box .left-img img {
    height: auto;
  }
  .boerna .section-1 .inner-box .right-content {
    width: 100%;
  }
  .boerna .section-1 .inner-box .right-content .content-box {
    max-height: 100000px;
  }
  .boerna .section-1 .inner-box .right-content .bottom-box {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .boerna .section-2 .title-box {
    margin-bottom: 30px;
  }
  .boerna .section-2 .text-box {
    margin-bottom: 30px;
  }
  .boerna .section-3 .title-box {
    margin-bottom: 30px;
  }
  .boerna .section-3 .list-box {
    flex-direction: column;
    gap: 30px;
  }
  .boerna .section-3 .list-box a {
    width: 100%;
    margin-bottom: 0;
  }
}