.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: 5vw 0 6.25vw;
}
.sec2 .title {
  color: #020202;
  font-weight: 600;
  text-transform: uppercase;
  text-align: center;
  margin-bottom: 3.6979166667vw;
}
.sec2 .title span {
  color: #256753;
}
.sec2 .content {
  display: flex;
  justify-content: center;
  gap: 0 8.5416666667vw;
}
.sec2 .content .item {
  width: 15.625vw;
  text-align: center;
}
.sec2 .content .item .icon {
  width: 6.25vw;
  height: 6.25vw;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background: #F6F6F6;
  margin: 0 auto 2.0833333333vw;
  transition: 0.6s;
}
.sec2 .content .item .icon img {
  display: block;
  width: 3.125vw;
  transition: 0.6s;
}
.sec2 .content .item h5 {
  color: #000;
  font-weight: 500;
  text-transform: uppercase;
  margin-bottom: 0.8333333333vw;
}
.sec2 .content .item p {
  color: #333;
  font-weight: 400;
}
.sec2 .content .item:hover .icon {
  background: #256753;
}
.sec2 .content .item:hover .icon img {
  filter: brightness(0) invert(1);
}
.sec2 .content .item:hover h5 {
  color: #256753;
}

.sec3 {
  padding: 5.15625vw 0;
  background: #F9F9F9;
}
.sec3 .title {
  color: #020202;
  font-weight: 600;
  text-transform: uppercase;
  text-align: center;
  margin-bottom: 1.8229166667vw;
}
.sec3 .title span {
  color: #256753;
}
.sec3 .text {
  width: 60.46875vw;
  text-align: center;
  color: #000;
  font-weight: 400;
  line-height: 1.5;
  margin: 0 auto 1.8229166667vw;
}
.sec3 .numList {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 0 4.375vw;
}
.sec3 .numList .line {
  width: 1px;
  height: 2.0833333333vw;
  background: #D9D9D9;
}
.sec3 .numList .item .num {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 0.5208333333vw;
}
.sec3 .numList .item .num p {
  color: #256753;
  font-weight: 500;
  line-height: 1.3;
}
.sec3 .numList .item span {
  display: block;
  color: #333;
  font-weight: 400;
  text-align: center;
}

.sec4 {
  width: 100%;
  overflow: hidden;
  padding: 6.1458333333vw 11.9791666667vw 6.3020833333vw 13.2291666667vw;
  position: relative;
}
.sec4 .bg {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
}
.sec4 .bg img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  opacity: 0;
  transition: 0.6s;
}
.sec4 .bg img:not(:nth-child(1)) {
  position: absolute;
  top: 0;
  left: 0;
}
.sec4 .bg img.on {
  opacity: 1;
}
.sec4 .control {
  display: flex;
  justify-content: center;
  gap: 0 2.5vw;
  margin-bottom: 4.2708333333vw;
}
.sec4 .control .item {
  padding: 0 1.0416666667vw;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 2.5vw;
  border-radius: 2.0833333333vw;
  background: #EAF0EE;
  cursor: pointer;
  transition: 0.6s;
  color: #256753;
  font-weight: 400;
  text-transform: uppercase;
}
.sec4 .control .item:hover, .sec4 .control .item.on {
  background: #256753;
  color: #fff;
}
.sec4 .swiper_box {
  width: 100%;
  position: relative;
}
.sec4 .swiper_box .swiper_item {
  width: 100%;
  position: relative;
  opacity: 0;
  transform: translateY(1.0416666667vw);
  pointer-events: none;
}
.sec4 .swiper_box .swiper_item .btns {
  width: 91.40625vw;
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: absolute;
  z-index: 4;
  top: 12.0833333333vw;
  left: -8.90625vw;
}
.sec4 .swiper_box .swiper_item .btns .cir {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 3.125vw;
  height: 3.125vw;
  background: rgba(255, 255, 255, 0.1);
  border-radius: 50%;
  cursor: pointer;
  transition: 0.6s;
}
.sec4 .swiper_box .swiper_item .btns .cir img {
  display: block;
  width: 1.0416666667vw;
  transition: 0.6s;
  filter: brightness(0) invert(1);
}
.sec4 .swiper_box .swiper_item .btns .cir:nth-child(1) {
  transform: rotate(180deg);
}
.sec4 .swiper_box .swiper_item .btns .cir:hover {
  background: #256753;
}
.sec4 .swiper_box .swiper_item .sec4_swiper {
  width: 100%;
}
.sec4 .swiper_box .swiper_item .sec4_swiper .swiper-slide {
  display: flex;
  justify-content: space-between;
}
.sec4 .swiper_box .swiper_item .sec4_swiper .swiper-slide .img {
  width: 39.7395833333vw;
  opacity: 0;
  transform: translateY(1.0416666667vw);
  overflow: hidden;
}
.sec4 .swiper_box .swiper_item .sec4_swiper .swiper-slide .img img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.sec4 .swiper_box .swiper_item .sec4_swiper .swiper-slide .r_text {
  width: 29.8958333333vw;
  padding: 2.8645833333vw 0 0;
  opacity: 0;
  transform: translateY(1.0416666667vw);
  margin-bottom: 1.0417vw;
}
.sec4 .swiper_box .swiper_item .sec4_swiper .swiper-slide .r_text h5 {
  color: #FFF;
  font-weight: 700;
  margin-bottom: 0.7291666667vw;
  text-transform: capitalize;
}
.sec4 .swiper_box .swiper_item .sec4_swiper .swiper-slide .r_text  p {
  color: rgba(255, 255, 255, 0.73);
  font-weight: 400;
  line-height: 1.5;
}
.sec4 .swiper_box .swiper_item .sec4_swiper .swiper-slide .r_text .r_num {
  display: flex;
  margin: 4.8958333333vw 0 0;
  gap: 0 8.3333333333vw;
}
.sec4 .swiper_box .swiper_item .sec4_swiper .swiper-slide .r_text .r_num .num_item .num {
  display: flex;
  margin-bottom: 0.78125vw;
}
.sec4 .swiper_box .swiper_item .sec4_swiper .swiper-slide .r_text .r_num .num_item .num p {
  color: #FFF;
  font-weight: 500;
  line-height: 1.3;
}
.sec4 .swiper_box .swiper_item .sec4_swiper .swiper-slide .r_text .r_num .num_item span {
  color: rgba(255, 255, 255, 0.73);
  font-weight: 400;
}
.sec4 .swiper_box .swiper_item .sec4_swiper .swiper-slide.swiper-slide-active .img {
  opacity: 1;
  transform: translateY(0);
  transition: 0.6s;
}
.sec4 .swiper_box .swiper_item .sec4_swiper .swiper-slide.swiper-slide-active .r_text {
  opacity: 1;
  transform: translateY(0);
  transition: 0.6s;
}
.sec4 .swiper_box .swiper_item .sec4_swiper .page {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  margin: 3.6458333333vw 0 0;
}
.sec4 .swiper_box .swiper_item .sec4_swiper .page .swiper-pagination {
  width: 12.8645833333vw;
  height: 2px;
  border-radius: 2px;
  background: #DDD;
  position: unset;
  margin-right: 1.5104166667vw;
}
.sec4 .swiper_box .swiper_item .sec4_swiper .page .swiper-pagination .swiper-pagination-progressbar-fill {
  background: #256753;
}
.sec4 .swiper_box .swiper_item .sec4_swiper .page .page2 {
  display: flex;
  align-items: center;
}
.sec4 .swiper_box .swiper_item .sec4_swiper .page .page2 span, .sec4 .swiper_box .swiper_item .sec4_swiper .page .page2 div {
  color: #DDD;
  font-weight: 500;
}
.sec4 .swiper_box .swiper_item .sec4_swiper .page .page2 div {
  margin: 0 0.5208333333vw;
}
.sec4 .swiper_box .swiper_item:not(:first-child) {
  position: absolute;
  top: 0;
  left: 0;
}
.sec4 .swiper_box .swiper_item.on {
  opacity: 1;
  transform: translateY(0px);
  pointer-events: auto;
  transition: 0.6s;
}

.sec5 {
  background: #EAEFEB;
  padding: 6.0416666667vw 9.3229166667vw 10.2083333333vw 9.5833333333vw;
}
.sec5 .title {
  color: #000;
  font-weight: 600;
  text-transform: uppercase;
  text-align: center;
  margin-bottom: 6.0416666667vw;
}
.sec5 .title span {
  color: #256753;
}
.sec5 .list .item {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.sec5 .list .item .l {
  width: 36.1458333333vw;
  position: relative;
}
.sec5 .list .item .l .icon {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: -moz-fit-content;
  width: fit-content;
  pointer-events: none;
}
.sec5 .list .item .l .icon img {
  display: block;
  max-height: 26.0416666667vw;
}
.sec5 .list .item .l h5 {
  color: #000;
  font-weight: 600;
  text-transform: uppercase;
  margin-bottom: 1.5625vw;
  position: relative;
  z-index: 2;
}
.sec5 .list .item .l .text {
  color: #333;
  font-weight: 400;
  line-height: 1.5;
  position: relative;
  z-index: 2;
}
.sec5 .list .item .r {
  width: 38.8541666667vw;
  height: 26.9270833333vw;
  overflow: hidden;
}
.sec5 .list .item .r img {
  display: block;
  width: 100%;
  height: 100%;
  transition: 1s;
  -o-object-fit: cover;
     object-fit: cover;
}
.sec5 .list .item .r:hover img {
  transform: scale(1.1);
}
.sec5 .list .item:nth-child(2n) {
  flex-direction: row-reverse;
}
.sec5 .list .item:not(:last-child) {
  margin-bottom: 5.2083333333vw;
}

.sec6 {
  padding: 6.25vw 0 8.5416666667vw;
}
.sec6 .title {
  color: #111;
  font-weight: 600;
  text-transform: uppercase;
  text-align: center;
  margin-bottom: 3.9583333333vw;
}
.sec6 .title span {
  color: #256753;
}
.sec6 .swiper_box {
  position: relative;
  width: 81.09375vw;
  margin: 0 auto;
}
.sec6 .swiper_box .btns {
  width: 91.40625vw;
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: absolute;
  z-index: 4;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  pointer-events: none;
}
.sec6 .swiper_box .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: auto;
}
.sec6 .swiper_box .btns .cir img {
  display: block;
  width: 1.0416666667vw;
  transition: 0.6s;
}
.sec6 .swiper_box .btns .cir:nth-child(1) {
  transform: rotate(180deg);
}
.sec6 .swiper_box .btns .cir:hover {
  background: #256753;
}
.sec6 .swiper_box .btns .cir:hover img {
  filter: brightness(0) invert(1);
}
.sec6 .swiper_box .swiper {
  width: 100%;
  overflow: hidden;
}
.sec6 .swiper_box .swiper .swiper-slide {
  padding: 2.5vw 2.1354166667vw 1.8229166667vw;
  background: #F9F9F9;
  opacity: 0.4;
  transition: 0.6s;
}
.sec6 .swiper_box .swiper .swiper-slide .img {
  width: 100%;
  height: 23.4375vw;
  overflow: hidden;
  margin-bottom: 1.0416666667vw;
}
.sec6 .swiper_box .swiper .swiper-slide .img img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  transition: 1s;
}
.sec6 .swiper_box .swiper .swiper-slide p {
  color: #111;
  font-weight: 700;
}
.sec6 .swiper_box .swiper .swiper-slide:hover {
  opacity: 1;
}
.sec6 .swiper_box .swiper .swiper-slide:hover .img img {  
  transform: scale(1.1);
}
.header .box .links .item:nth-child(2) {
  font-weight: 700;
}
@media screen and (max-width: 1280px) {
  .sec2 .content .item {
    width: 25%;
  }
  .sec3 .text {
    width: 80%;
    margin-bottom: 30px;
  }
  .sec4 .swiper_box .swiper_item .sec4_swiper .swiper-slide .img {
    width: 45%;
  }
  .sec4 .swiper_box .swiper_item .sec4_swiper .swiper-slide .r_text {
    width: 50%;
  }
  .sec4 .swiper_box .swiper_item .sec4_swiper .swiper-slide .r_text .f_18 {
    font-size: 14px;
  }
  .sec5 .list .item {
    align-items: normal;
  }
  .sec5 .list .item .r {
    height: auto;
  }
}
@media screen and (max-width: 768px) {
  .f_28 {
    font-size: 20px;
  }
  .sec1 {
    padding: 50px 5vw;
  }
  .sec2 {
    padding: 50px 5vw;
  }
  .sec2 .title {
    margin-bottom: 40px;
  }
  .sec2 .content {
    flex-wrap: wrap;
    gap: 40px 0;
  }
  .sec2 .content .item {
    width: 100%;
  }
  .sec2 .content .item .icon {
    width: 80px;
    height: 80px;
  }
  .sec2 .content .item .icon img {
    width: 30px;
  }
  .sec2 .content .item h5 {
    margin: 20px 0;
  }
  .sec3 {
    padding: 50px 5vw;
  }
  .sec3 .title {
    margin-bottom: 20px;
  }
  .sec3 .text {
    width: 100%;
    margin-bottom: 40px;
  }
  .sec3 .numList {
    flex-wrap: wrap;
    justify-content: space-between;
    gap: 20px 0;
  }
  .sec3 .numList .line {
    display: none;
  }
  .sec3 .numList .item {
    width: 49%;
  }
  .sec3 .numList .item .num p {
    font-size: 30px;
  }
  .sec3 .numList .item span {
    font-size: 14px;
  }
  .sec4 {
    padding: 50px 5vw;
  }
  .sec4 .control {
    flex-wrap: wrap;
    gap: 15px;
    margin-bottom: 40px;
  }
  .sec4 .control .item {
    width: unset;
    padding: 0 20px;
    height: 40px;
    border-radius: 20px;
  }
  .sec4 .swiper_box .swiper_item .swiper .swiper-slide {
    display: block;
  }
  .sec4 .swiper_box .swiper_item .swiper .swiper-slide .img {
    width: 100%;
    height: 58vw;
    margin-bottom: 20px;
  }
  .sec4 .swiper_box .swiper_item .swiper .swiper-slide .r_text {
    width: 100%;
  }
  .sec4 .swiper_box .swiper_item .swiper .swiper-slide .r_text h5 {
    margin-bottom: 20px;
  }
  .sec4 .swiper_box .swiper_item .swiper .page {
    margin: 20px 0 0;
    justify-content: space-between;
  }
  .sec4 .swiper_box .swiper_item .swiper .page .swiper-pagination {
    width: calc(100% - 80px);
  }
  .sec4 .swiper_box .swiper_item .btns {
    position: unset;
    width: 100%;
    justify-content: center;
    gap: 0 20px;
    margin: 30px 0 0;
  }
  .sec4 .swiper_box .swiper_item .btns .cir {
    width: 50px;
    height: 50px;
  }
  .sec4 .swiper_box .swiper_item .btns .cir img {
    width: 14px;
  }
  .sec5 {
    padding: 50px 5vw;
  }
  .sec5 .title {
    margin-bottom: 40px;
  }
  .sec5 .list .item {
    flex-direction: column-reverse !important;
  }
  .sec5 .list .item .r {
    width: 100%;
    height: 58vw;
    margin-bottom: 20px;
  }
  .sec5 .list .item .l {
    width: 100%;
  }
  .sec5 .list .item .l h5 {
    margin-bottom: 15px;
  }
  .sec5 .list .item .l .icon img {
    max-height: 200px;
  }
  .sec5 .list .item:not(:last-child) {
    margin-bottom: 50px;
  }
  .sec6 {
    padding: 50px 5vw;
  }
  .sec6 .title {
    margin-bottom: 40px;
  }
  .sec6 .swiper_box {
    width: 100%;
  }
  .sec6 .swiper_box .btns {
    width: 100%;
    z-index: 3;
    position: unset;
    justify-content: center;
    gap: 0 20px;
    transform: unset;
    margin: 30px 0 0;
  }
  .sec6 .swiper_box .btns .cir {
    width: 50px;
    height: 50px;
  }
  .sec6 .swiper_box .btns .cir img {
    width: 14px;
  }
  .sec6 .swiper_box .swiper .swiper-slide {
    opacity: 1;
    padding: 20px;
  }
  .sec6 .swiper_box .swiper .swiper-slide .img {
    height: 92vw;
    margin-bottom: 20px;
  }
}/*# sourceMappingURL=production.css.map */