.navcont {
  position: fixed !important;
}

/* 修改活动状态的分页器点的颜色 */
.swiper-pagination-bullet-active {
  background-color: #008136 !important;
}
.swiper-button-next,
.swiper-button-prev {
  color: #008136 !important;
}

/* Pagination style */
.pagination {
  display: flex;
  justify-content: center;
  padding: 20px 0;
}

.pagination ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
  display: flex;
  gap: 10px;
}

.pagination li {
  display: inline;
}

.pagination a,
.pagination span {
  color: #333;
  padding: 8px 16px;
  text-decoration: none;
  border: 1px solid #ddd;
  border-radius: 5px;
  transition: background-color 0.3s;
}

.pagination a:hover,
.pagination .current {
  background-color: #008136;
  color: white;
  border: 1px solid #008136;
}

/* For Webkit browsers (Chrome, Safari) */
::-webkit-scrollbar {
  width: 10px; /* 滚动条的宽度 */
  height: 6px;
}

::-webkit-scrollbar-track {
  background: #f1f1f1; /* 滚动条轨道的背景颜色 */
  border-radius: 10px; /* 滚动条轨道的圆角 */
}

::-webkit-scrollbar-thumb {
  background: #888; /* 滚动条滑块的背景颜色 */
  border-radius: 10px; /* 滚动条滑块的圆角 */
}

::-webkit-scrollbar-thumb:hover {
  background: #555; /* 当鼠标悬停时，滚动条滑块的背景颜色 */
}

/* For Firefox */
* {
  scrollbar-width: thin; /* 滚动条宽度 */
  scrollbar-color: #888 #f1f1f1; /* 滚动条滑块和轨道的颜色 */
}
/* ================== */
html,
body {
  color: #101010;
  margin: 0;
  height: 100%;
  font-family: 'Poppins', sans-serif !important;
  font-weight: normal;
  font-size: 18px;
  color: #666;
}

* {
  margin: 0;
  padding: 0;
}
a {
  text-decoration: none;
  color: #101010;
  cursor: pointer;
}
img {
  border: 0;
  transition: all 0.6s;
}
button,
input,
textarea,
div {
  outline: 0;
}
button {
  border: none;
  background: none;
  transition: all 0.6s;
}
li {
  list-style: none;
}
i {
  font-style: normal;
}
.cAjpK28 {
  display: flex;
  align-items: center;
  margin-top: 2rem;
}

.cg8fpx4A {
  margin: 0 !important;
}

.swiper-container {
  width: 100%;
  height: 100%;
  position: relative;
  touch-action: pan-y;
  /* 允许垂直滚动 */
  pointer-events: auto;
  /* 确保触摸事件未被禁用 */
}
.swiper-slide img {
  width: 100%;
  height: 100%;
}
.banner {
  height: 88vh;
}
.banner .swiper-slide {
  position: relative;
}

.banner .swiper-slide img {
  filter: brightness(0.9);
}

.banner-text {
  font-size: 3rem;
  color: #fff;
  animation: fadeUpLeft 1s ease forwards;
  position: absolute;
  z-index: 9;
  left: 14%;
  top: 30%;
  width: 70%;
  font-weight: bolder;
  text-transform: uppercase;
}

.banner-text a {
  background: #008136;
  padding: 10px;
  margin: 2rem 0;
  display: block;
  width: max-content;
  border-radius: 10px;
  color: #fff;
  font-size: 2.2rem;
}

@keyframes fadeUpLeft {
  0% {
    opacity: 0;
    transform: translate(20px, 20px);
  }

  100% {
    opacity: 1;
    transform: translate(0, 0);
  }
}

footer .langBox {
  display: flex;
  align-items: center;
}
footer .langBox a {
  color: #fff;
  background-color: #2eb361;
  margin-right: 0.5rem;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 10px;
  border-radius: 9px;
  transition: all 0.6s;
}
footer .langBox a:hover {
  background: #f39c12;
}
footer .langBox a span {
  font-size: 22px;
}

.fixedNav {
  top: 0;
  background: #fff !important;
  box-shadow: 0 0 20px 16px rgb(42 38 38 / 27%);
}

.fixedNav .cAjpK28 {
  margin: 10px;
}
.fixedNav .cHdkO5AA {
  color: #666;
}
.verticalNav {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-gap: 10px;
}
/* .fixedNav .btn3 i,
.btn3 .btnIcon {
  color: #008136;
  background: white;
} */

.about_1 {
  margin: -3% 0% 2% 0%;
  background: #00873c;
  color: #fff;
  font-size: 22px;
  border-radius: 65px;
  overflow: hidden;
  width: 100%;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-gap: 10px;
  text-align: center;
  padding: 2rem 0;
}

.about_1 p span {
  display: block;
}

.about_1 p span:nth-child(1) {
  font-size: 4rem;
  font-weight: bold;
}

.about_1 p {
  border-right: 1px solid rgb(255 255 255);
  height: 100%;
}

.about_1 p:last-child {
  padding-right: 0;
  border-right: none;
}

.about_2 {
  display: flex;
  align-items: stretch;
  justify-content: space-between;
  font-size: 14px;
}

.about_2 p:nth-child(1) {
  width: 50%;
}

.about_2 p:nth-child(2) {
  width: 48%;
}

form.fluent_form_5 .ff-btn-submit:not(.ff_btn_no_style) {
  background: rgb(49 155 98) !important;
}

.title_1 p {
  text-transform: uppercase;
}

.teamwork ul {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-gap: 20px 10px;
}

.teamwork ul li {
  padding: 3rem 2rem;
  background: #fff;
  box-shadow: 0px 15px 12px rgba(23, 43, 77, 0.08);
  display: flex;
  flex-direction: column;
  align-items: center;
  transition: all 0.6s;
}

.teamwork ul li:hover {
  background: #008136;
}

.teamwork ul li:hover p {
  color: #fff !important;
}

.teamwork ul li p {
  text-align: center;
  font-size: 16px;
}

.teamwork ul li p:nth-child(1) {
  font-size: 3rem;
  font-weight: bold;
  color: #008136;
  margin-bottom: 10px;
}

li {
  list-style-type: none;
}

.mt4 {
  margin-top: 4rem;
}

.m2 {
  margin: 2rem 0;
}

.container2 {
  max-width: 1300px;
  box-sizing: border-box;
  margin: 0 auto;
  position: relative;
}

.bt_title {
  margin-top: 4rem;
  text-align: center;
}

.bt_title p:nth-child(2) {
  margin: 12px 0 20px;
  color: #097b27;
  font-weight: 700;
  font-size: 32px;
  text-transform: uppercase;
}

.bt_title p:nth-child(3) {
  font-size: 14px;
}

.title2 p {
  font-size: 14px;
}

.title2 p:nth-child(1) {
  color: #097b27;
  font-weight: 700;
  font-size: 32px;
  position: relative;
  padding-bottom: 20px;
}

.title2 p:nth-child(1):after {
  content: '';
  bottom: 10px;
  left: 0;
  width: 97px;
  height: 2px;
  background-color: rgb(142, 194, 31);
  position: absolute;
}

.imgcove1 {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.wzxq {
  padding: 24px;
}

.wzxq span:nth-child(1) {
  height: auto !important;
  color: #097b27;
  font-size: 20px;
  font-weight: bold;
}

.wzxq p {
  margin: 1rem 0;
  padding: 0 !important;
}

.wzxq span:nth-child(3) {
  display: block;
  font-size: 14px;
}

.box5 .newList ul {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 2rem;
}

.box5 .newList ul li {
  border: 1px solid #097b27;
  position: relative;
  transition: all 0.6s;
  overflow: hidden;
}

.box5 .newList ul li:hover {
  background: #fff;
  box-shadow: 4px 4px 10px #888888;
  transform: scale(1.05);
}

.box5 .newList ul li:hover .iconfont {
  display: block;
}

.box5 .newList ul li p {
  transition: all 0.6s;
}

.box5 .newList ul li p:nth-child(1) {
  height: 27rem;
}

.box5 .newList ul li p:nth-child(2) {
  padding: 24px;
}

.box5 .newList ul li p:nth-child(2) span {
  display: block;
  font-size: 14px;
}

.box5 .newList ul li p:nth-child(2) span:nth-child(1) {
  color: #097b27;
  font-size: 20px;
  font-weight: bold;
}

.box5 .newList ul li p:nth-child(2) span:nth-child(2) {
  margin: 1rem 0;
}

.box5 .newList ul li p:nth-child(3) {
  position: absolute;
  right: 0;
  bottom: 0;
  background: #097b27;
  color: #fff;
  padding: 7px;
  font-size: 30px;
  font-weight: bold;
  text-align: center;
  display: none;
}

.flex_fx {
  flex-direction: row-reverse;
}

.yield {
  display: flex;
  align-items: stretch;
  justify-content: space-between;
  margin-bottom: 2rem;
}

.yield_l {
  width: 50%;
  border-radius: 10px;
  overflow: hidden;
}

.yield_r {
  width: 48%;
}

.tpzs ul {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-gap: 10px;
}

.tpzs ul li {
  width: 100%;
  overflow: hidden;
  transition: all 0.6s;
}

.tpzs ul li p {
  text-align: center;
  font-size: 14px;
  margin: 10px 0;
}

.tpzs ul li p:nth-child(1) {
  height: 14rem;
  width: 14rem;
  text-align: center;
  margin: 0 auto;
}

.Service_1 {
  display: flex;
  align-items: stretch;
  justify-content: space-between;
}

.Service_1 p:nth-child(1) {
  width: 50%;
  border-radius: 20px;
  overflow: hidden;
}

.Service_1 p:nth-child(2) {
  width: 48%;
}

.Service_1 p span {
  display: block;
  font-size: 14px;
}

.Service_1 p span:nth-child(1) {
  font-size: 30px;
  color: #097b27;
  font-weight: bold;
  margin-bottom: 10px;
}

.Service_2 ul {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 4rem 2rem;
}

.Service_2 ul li span {
  display: block;
  font-size: 14px;
}

.Service_2 ul li span:nth-child(2) {
  font-size: 18px;
  color: #000;
  margin: 10px 0;
  font-weight: bold;
}

.Service_2 ul li span:nth-child(1) {
  font-size: 5rem;
  font-weight: bold;
  color: #097b27;
}

.Service_3 ul li p {
  font-size: 14px;
  padding: 10px;
}

.Service_3 ul li p:nth-child(1) {
  background-color: rgb(48, 161, 23);
  color: #fff;
  display: flex;
  align-items: center;
}

.Service_3 ul li p:nth-child(2) {
  background-color: rgba(48, 161, 23, 0.19);
}

.Service_3 ul li p span {
  font-size: 36px;
  margin-right: 10px;
}

.Service_5 ul li {
  display: flex;
  align-items: stretch;
  justify-content: space-between;
  margin-bottom: 14px;
  border-radius: 20px;
  overflow: hidden;
}

.Service_5 ul li:hover {
  background: #008136;
  color: white;
}

.Service_5 ul li:hover div:nth-child(2) h2 {
  color: white;
}

.Service_5 ul li:hover div:nth-child(2) p span:nth-child(1) {
  color: white;
}

.Service_5 ul li div:nth-child(1) {
  width: 50%;
  border-radius: 20px;
  overflow: hidden;
}

.Service_5 ul li div:nth-child(2) {
  width: 48%;
  padding: 3rem 0 0;
}

.Service_5 ul li div:nth-child(2) h2 {
  color: #008136;
  margin-bottom: 10px;
}

.Service_5 ul li div:nth-child(2) p {
  font-size: 14px;
  padding: 10px 0;
}

.Service_5 ul li div:nth-child(2) p span:nth-child(1) {
  font-size: 16px;
  color: #000;
}

.ys1 ul {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-gap: 2rem;
}

.ys2 ul {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 2rem;
  margin-top: 6rem;
}

.ys2 ul li {
  position: relative;
  border-radius: 20px;
  border: 1px dashed rgb(102, 102, 102);
  padding: 10%;
  text-align: center;
  margin-bottom: 2rem;
}

.ys2 ul li span {
  display: block;
  font-size: 14px;
}

.ys2 ul li span:nth-child(1) {
  position: absolute;
  left: 44%;
  top: -26px;
  z-index: 9;
  background: #008136;
  font-size: 34px;
  color: #ffffff;
  padding: 10px;
  border-radius: 34px;
}

.ys2 ul li span:nth-child(2) {
  font-size: 20px;
  color: #000;
  margin-bottom: 4px;
}

.jscont {
  background-image: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url(../picture/ys/20230908161932139.webp);
  background-size: 100%;
  background-attachment: fixed;

  margin: 2rem 0;
}

.jscont .jscont_1 ul {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-gap: 4rem 6rem;
  padding: 4rem 0;
}

.jscont .jscont_1 ul li {
  text-align: center;
  font-size: 14px;
  margin-bottom: 10px;
  color: #fff;
}

.jscont .jscont_1 ul li p:nth-child(1) {
  padding: 0 5rem;
}

.jscont .jscont_1 ul li p:nth-child(2) {
  font-size: 18px;
  margin: 10px 0;
  font-weight: bold;
}
