.sec1 {
  padding: 7.7604166667vw 10.4166666667vw 9.375vw;
  position: relative;
}
.sec1 .bg {
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
}
.sec1 .bg img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.sec1 .text_box {
  position: relative;
}
.sec1 .text_box .is--animated_text {
  position: absolute;
  color: #fff;
}
.sec1 .text_box .is--dimmed {
  color: rgba(255, 255, 255, 0.3);
}
.sec1 .text_box .text {
  font-weight: 400;
  line-height: 1.5;
  text-align: center;
}
.sec1 .text_box .text p {
  font-weight: 400;
}

.sec2 {
  padding: 8.90625vw 10.5208333333vw 13.1770833333vw 9.5833333333vw;
}
.sec2 .wrap .item {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.sec2 .wrap .item .img {
  width: 29.1666666667vw;
  height: 29.1666666667vw;
  overflow: hidden;
}
.sec2 .wrap .item .img img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  transition: 1s;
}
.sec2 .wrap .item .img:hover img {
  transform: scale(1.1);
}
.sec2 .wrap .item .item_r {
  width: 45.46875vw;
}
.sec2 .wrap .item .item_r h1 {
  color: #111;
  font-weight: 600;
  line-height: 1.16667;
  text-transform: uppercase;
}
.sec2 .wrap .item .item_r h1 span {
  color: #256753;
}
.sec2 .wrap .item .item_r .text {
  margin: 2.6041666667vw 0 0;
  color: #000;
  font-weight: 400;
  line-height: 1.5;
}
.sec2 .wrap .item:nth-child(2n) {
  flex-direction: row-reverse;
}
.sec2 .wrap .item:not(:last-child) {
  margin-bottom: 6.9270833333vw;
}

.sec3 {
  background: #EAEFEB;
  padding: 6.40625vw 9.5833333333vw 6.6666666667vw;
}
.sec3 .title {
  color: #111;
  text-align: center;
  font-weight: 600;
  text-transform: uppercase;
  margin-bottom: 3.125vw;
}
.sec3 .title span {
  color: #256753;
}
.sec3 .sec3_swiper {
  width: 100%;
  overflow: hidden;
}
.sec3 .sec3_swiper .swiper-slide .slide_box {
  width: 100%;
  height: 25vw;
  position: relative;
  overflow: hidden;
}
.sec3 .sec3_swiper .swiper-slide .slide_box:after {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: linear-gradient(22deg, #153025 10.34%, rgba(62, 107, 88, 0) 51.76%);
}
.sec3 .sec3_swiper .swiper-slide .slide_box:before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: rgba(37, 103, 83, 0.3);
  opacity: 0;
  z-index: 2;
  transition: 0.6s;
}
.sec3 .sec3_swiper .swiper-slide .slide_box img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  transition: 1s;
}
.sec3 .sec3_swiper .swiper-slide .slide_box .text {
  position: absolute;
  bottom: 2.03125vw;
  width: 100%;
  padding: 0 1.3020833333vw 0 1.1979166667vw;
  z-index: 3;
}
.sec3 .sec3_swiper .swiper-slide .slide_box .text h5 {
  color: #FFF;
  font-weight: 600;
}
.sec3 .sec3_swiper .swiper-slide .slide_box .text p {
  margin-top: 1.0416666667vw;
  color: #FFF;
  font-weight: 400;
  line-height: 1.5;
  display: none;
}
.sec3 .sec3_swiper .swiper-slide .slide_box:hover:before {
  opacity: 1;
}
.sec3 .sec3_swiper .swiper-slide .slide_box:hover img {
  transform: scale(1.1);
}

.sec4 {
  padding: 6.25vw 0 5.2083333333vw;
}
.sec4 .title {
  color: #000;
  text-align: center;
  font-weight: 600;
  text-transform: uppercase;
  margin-bottom: 1.0416666667vw;
}
.sec4 .text {
  width: 58.8541666667vw;
  margin: 0 auto 3.125vw;
  color: #000;
  text-align: center;
  font-weight: 400;
  line-height: 1.5;
}
.sec4 .content {
  width: 66.875vw;
  margin: 0 auto;
  position: relative;
}
.sec4 .content .btns {
  display: none;
}
.sec4 .content .btns .cir {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 3.125vw;
  height: 3.125vw;
  background: rgba(46, 91, 58, 0.1);
  border-radius: 50%;
  cursor: pointer;
  transition: 0.6s;
  pointer-events: inherit;
  top: 50%;
  transform: translateY(-50%);
  position: absolute;
}
.sec4 .content .btns .cir img {
  display: block;
  width: 1.0416666667vw;
  transition: 0.6s;
}
.sec4 .content .btns .cir:nth-child(1) {
  left: 0;
}
.sec4 .content .btns .cir:nth-child(1) img {
  transform: rotate(180deg);
}
.sec4 .content .btns .cir:nth-child(2) {
  right: 0;
}
.sec4 .content .btns .cir:hover {
  background: #256753;
}
.sec4 .content .btns .cir:hover img {
  filter: brightness(0) invert(1);
}
.sec4 .swiper_box {
  width: 64.6875vw;
  margin: 0 auto;
  overflow: hidden;
}
.sec4 .swiper_box .sec4_swiper {
  width: 52.34375vw;
  margin: 0 auto;
}
.sec4 .swiper_box .sec4_swiper .swiper-slide .slide_box {
  padding: 0.5208333333vw;
  width: 100%;
  background: #F0F0F0;
}
.sec4 .swiper_box .sec4_swiper .swiper-slide .slide_box .img {
  width: 100%;
  padding: 0.5208333333vw;
  background: #FFFFFF;
  position: relative;
}
.sec4 .swiper_box .sec4_swiper .swiper-slide .slide_box .img:after {
  content: "";
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.6);
  position: absolute;
  top: 0;
  left: 0;
  transition: 0.6s;
}
.sec4 .swiper_box .sec4_swiper .swiper-slide .slide_box .img img {
  display: block;
  width: 100%;
}
.sec4 .swiper_box .sec4_swiper .swiper-slide.swiper-slide-active .slide_box .img:after {
  opacity: 0;
}

.sec5 {
  padding: 5.8854166667vw 9.8958333333vw 6.3020833333vw;
  background: #F9F9F9;
}
.sec5 .title {
  color: #000;
  text-align: center;
  font-weight: 600;
  text-transform: uppercase;
  margin-bottom: 0.8333333333vw;
}
.sec5 .title span {
  color: #256753;
}
.sec5 .text {
  width: 60.3645833333vw;
  margin: 0 auto 4.3229166667vw;
  color: #000;
  text-align: center;
  font-weight: 400;
  line-height: 1.5;
}
.sec5 .list {
  display: flex;
  flex-wrap: wrap;
  gap: 2.0833333333vw 2.0833333333vw;
  justify-content: center;
}
.sec5 .list .item {
  display: flex;
  width: 11.4583333333vw;
  height: 5.2604166667vw;
  justify-content: center;
  align-items: center;
  border-radius: 0.3645833333vw;
  background: #FFF;
  transition: 0.6s;
}
.sec5 .list .item img {
  display: block;
  max-width: 80%;
  max-height: 50%;
}
.sec5 .list .item:hover {
  box-shadow: 0 0 2.0833333333vw rgba(0, 0, 0, 0.1);
}

.sec6 {
  padding: 6.25vw 9.5833333333vw;
}
.sec6 .list {
  display: flex;
  justify-content: center;
}
.sec6 .list .item {
  display: block;
  width: 16.09375vw;
  height: 31.25vw;
  overflow: hidden;
  transition: 0.6s;
  position: relative;
}
.sec6 .list .item .img {
  width: 48.59375vw;
  height: 31.25vw;
}
.sec6 .list .item .img img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.sec6 .list .item .text {
  width: 100%;
  position: absolute;
  padding: 0 3.0729166667vw;
  left: 0;
  bottom: 5.2083333333vw;
  transition: 0.6s;
}
.sec6 .list .item .text h5 {
  color: #FFF;
  font-weight: 600;
  margin-bottom: 0.5208333333vw;
}
.sec6 .list .item .text p {
  color: #FFF;
  font-weight: 400;
  position: absolute;
  padding: 0 3.0729166667vw;
  bottom: -1.0416666667vw;
  width: 100%;
  left: 0;
  opacity: 0;
}
.sec6 .list .item.on {
  width: 48.59375vw;
}
.sec6 .list .item.on .text p {
  animation: smoothAnim .6s .6s forwards;
}
.header .box .links .item:first-child {
  font-weight: 700;
}
 @keyframes smoothAnim {
            0% {
                opacity: 0;
                transform: translateY(10px);
            }
            100% {
                opacity: 1;
                transform: translateY(0);
            }
        }

@media screen and (max-width: 1280px) {
  .sec2 .wrap .item {
    align-items: normal;
  }
  .sec2 .wrap .item .img {
    height: auto;
  }
  .sec4 .text {
    width: 80%;
  }
  .sec5 .text {
    width: 100%;
  }
  .sec6 .list .item .text {
    bottom: 70px;
  }
  .sec6 .list .item .text p {
    font-size: 16px;
    bottom: -40px;
  }
}
@media screen and (max-width: 768px) {
  .f_28 {
    font-size: 20px;
  }
  .sec1 {
    padding: 50px 5vw;
  }
  .sec2 {
    padding: 50px 5vw;
  }
  .sec2 .wrap .item {
    display: block;
  }
  .sec2 .wrap .item .img {
    width: 100%;
    height: 90vw;
    margin-bottom: 30px;
  }
  .sec2 .wrap .item .item_r {
    width: 100%;
  }
  .sec2 .wrap .item .item_r h1 {
    margin-bottom: 20px;
  }
  .sec2 .wrap .item:not(:last-child) {
    margin-bottom: 40px;
  }
  .sec3 {
    padding: 50px 5vw;
  }
  .sec3 .title {
    margin-bottom: 40px;
  }
  .sec3 .swiper .swiper-slide .slide_box {
    height: 90vw;
  }
  .sec3 .swiper .swiper-slide .slide_box .text {
    padding: 0 15px;
    bottom: 20px;
  }
  .sec3 .swiper .swiper-slide .slide_box .text p {
    display: block;
    font-size: 16px;
  }
  .sec4 {
    padding: 50px 5vw;
  }
  .sec4 .title {
    margin-bottom: 20px;
  }
  .sec4 .text {
    width: 100%;
    margin: 0 auto 30px;
  }
  .sec4 .content {
    width: 100%;
  }
  .sec4 .content .swiper_box {
    width: 250px;
  }
  .sec4 .content .swiper_box .swiper {
    width: 100%;
  }
  .sec4 .content .swiper_box .swiper .swiper-slide .slide_box {
    padding: 10px;
  }
  .sec4 .content .swiper_box .swiper .swiper-slide .slide_box .img {
    padding: 10px;
  }
  .sec4 .content .btns .cir {
    width: 40px;
    height: 40px;
  }
  .sec4 .content .btns .cir img {
    width: 14px;
  }
  .sec5 {
    padding: 50px 5vw;
  }
  .sec5 .title {
    margin-bottom: 20px;
  }
  .sec5 .text {
    width: 100%;
    margin: 0 auto 30px;
  }
  .sec5 .list {
    gap: 15px 0;
    justify-content: space-between;
  }
  .sec5 .list .item {
    width: 48%;
    height: 80px;
  }
  .sec6 {
    padding: 50px 5vw;
  }
  .sec6 .list {
    display: block;
  }
  .sec6 .list .item {
    width: 100% !important;
    height: 60vw;
    margin-bottom: 30px;
  }
  .sec6 .list .item .img {
    width: 100% !important;
    height: 100%;
    filter: brightness(0.9);
  }
  .sec6 .list .item .text {
    padding: 0 15px !important;
    bottom: 20px;
  }
  .sec6 .list .item .text h5 {
    margin-bottom: 10px;
  }
  .sec6 .list .item .text p {
    opacity: 1;
    position: static;
    padding: 0;
  }
}/*# sourceMappingURL=about.css.map */