/* 6px --- 0.375rem
8px --- 0.5rem
10px --- 0.625rem
12px --- 0.75rem
14px --- 0.875rem
1rem --- 1rem 
18px --- 1.125rem 
20px --- 1.25rem 
24rem --- 1.5rem 
26rem --- 1.65rem
28rem --- 1.75rem
30rem --- 1.875rem
32rem --- 2rem */

:root {
  --bs-screen-xxl: 85.2%;
}

*,
body,
html {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

html {
  font-size: 16px;
  color: #000;
}

li {
  list-style: none;
}

a {
  text-decoration: none;
}

h1 {
  font-weight: bold;
  font-size: 3.13rem;
  color: #000000;
  margin-bottom: 6rem;
  /* line-height: 2.38rem; */
  text-align: center;
}

h2 {
  font-weight: bold;
  font-size: 2.43rem;
  color: #FFFFFF;
  line-height: 4.61rem;
}

h3 {
  font-weight: bold;
  font-size: 1.94rem;
  color: #1A1A1A;
  line-height: 3.68rem;
  /*text-align: center;*/
}

h4 {
  font-weight: bold;
  font-size: 1.63rem;
  color: #2a9597;
  line-height: 2.84rem;
  /*text-align: center;*/
}

h5 {
  width: 17.88rem;
  font-weight: 400;
  font-size: 1rem;
  color: #1e1e1e;
  line-height: 1.6rem;
  /* text-align: left; */
}

p {
  font-weight: 500;
  font-size: 1.13rem;
  color: #1A1A1A;
}

@keyframes tada {
  from {
    transform: scale3d(1, 1, 1)
  }

  10%,
  20% {
    transform: scale3d(.9, .9, .9) rotate3d(0, 0, 1, -6deg)
  }

  30%,
  50%,
  70%,
  90% {
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 6deg)
  }

  40%,
  60%,
  80% {
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -6deg)
  }

  to {
    transform: scale3d(1, 1, 1)
  }
}

.home-btn {
  width: 9.5rem;
  height: 2.5rem;
  background: #306848;
  border-radius: 1.25rem;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #FFFFFF;
  cursor: pointer;
}

.home-btn:hover {
  animation: tada 2s;
}
.home-container {
  width: 78.5rem;
  /* width: 66%; */
  margin: 0 auto;
}

/* 头部 */
.header {
  position: absolute;
  z-index: 20;
  top: 0;
  left: 0;
  width: 100%;
  height: 5.88rem;
  font-size: 1.125rem;
  /*border-bottom: 1px solid rgba(255, 255, 255, 0.53);*/
  background-color: #FFF;
}

.header-con {
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 83.5%;
  margin: 0 auto;
}

.header-logo {
  height: 4.18rem;
  /* width: 12.5rem; */
}

.header-menus {
  display: flex;
  align-items: center;
  margin: 0 3rem;
  height: 100%;
}

.header-menus li {
  margin: 0 2rem;
}

.header-menus a {
  color: #000;
  font-size: 1.13rem;
}
.header-menus a:hover {
  color: #306848;
}

.header-menus i {
  color: #000000;
}

.header-search__con {
  position: relative;
  height: 100%;
  display: flex;
  align-items: center;
}

.header-search {
  width: 21.13rem;
  height: 2.69rem;
  display: none;
  /* display: flex; */
  align-items: center;
  justify-content: space-between;
  /* height: 1.35rem; */
  position: absolute;
  right: -6rem;
  top: 5.88rem;
  background-color: white;
  padding: 0 0.8rem;
  border-radius: 0.25rem;
}

.header-search input {
  border: none;

  outline: none;
  background: transparent;
  color: #4E4E4E;
  width: calc(100% - 1rem);
  padding-bottom: 0.125rem;
  height: 1.35rem;
  font-size: 0.88rem;
  padding: 0 0.5rem;
}

.search-icon {
  color: #000;
  cursor: pointer;
}

.header-search__con:hover .header-search {
  display: flex;
}

.header-search input::placeholder {
  font-size: 1rem;
  color: #929292;
}

.header-search i {
  color: #306848;
  /* color: #FFF; */
}
.shadow {
    box-shadow: 3px 5px 8px #c1c1c1;
}

#header-menu__expand {
  display: none;
  margin-right: 1rem;
  font-size: 3rem;
  color: #000000;
}

#header-right {
  /* width: 76%; */
  height: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  /* margin-left: 38rem; */
}

.header-right-con {
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 100%;
}

.home-tool__detail>img {
  width: 50%;
}

.header-lang {
  height: 100%;
  color: #000;
  display: flex;
  /* width: 5rem; */
  margin-left: 1.13rem;
  cursor: pointer;
  position: relative;

}

#header-lang__content {
  /* border-left: 1px solid #FFF; */
  /* padding: 1rem 0rem; */
  display: flex;
  width: 100%;
  cursor: pointer;
  justify-content: space-between;
  align-items: center;

}

#header-lang__content p {
  color: #000;
  font-size: 1rem;
  width: 2.88rem;
  height: 1.5rem;
  border-radius: 0.75rem;
  border: 1px solid #000000;
  display: flex;
  justify-content: center;
  align-items: center;
}

#header-lang__content img {
  width: 1.44rem;
  margin-right: 0.88rem;
}

.header-lang__flag {
  background-image: url('../assets/imgs/lang.gif');
  position: relative;
  display: block;
  background-repeat: no-repeat;
  width: 1.325rem;
  height: 1rem;
  margin-right: 0.3rem;
}

.header-lang__en .header-lang__flag {
  background-position: 0 -256px !important
}

#header-lang__menus {
  /* width: 100%; */
  display: none;
  background-color: #FFF;
  color: #000;
  position: absolute;
  top: 5.88rem;
  right: 0rem;
  box-shadow: 0px 0px 0.875rem #0000006e;
  box-sizing: border-box;
}

#header-lang__menus li {
  box-sizing: border-box;
  width: 100%;
  padding: 0.75rem;
  font-size: 1rem;
  display: flex;
  align-items: center;
  border-bottom: 1px solid #dfdcdc;
}

.header-lang__triangle {
  font-size: 1rem;
  display: inline-block;
  transition: all .2s;

}

.header-menus li:hover .header-menus__second {
  display: block;
}

.header-menu {
  display: flex;
  align-items: center;
}

.header-menu i {
  transition: all .2s;
  display: inline-block;
}
.header-menus>li:hover>.header-menu a {
  border-bottom:0.2rem solid #306848;
}
.header-menus li:hover>.header-menu i {
  transform: rotate(90deg);
}

.header-menus>li {
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
}

/* .header-menus>li:hover>.header-menu a,
.header-menus>li:hover>.header-menu i {
  color: #929394;
} */

.header-menus__second {
  display: none;
  width: fit-content;
  position: absolute;
  top: 5.88rem;
  left: 0;
  background: #FFFFFF;
  box-shadow: 0rem 0rem 1rem 0rem rgba(12, 0, 5, 0.35);

  padding: 0.7rem 0;
  border-radius: 0.31rem;
  /* border-radius: 0 0 0.63rem 0; */
  z-index: 10;
}

.header-menus__second i {
  color: #5B5B5B;
  margin-right: 0.25rem;

}

.header-menus__second>li {
  /* height: 2.77rem; */
  /* padding: 0 0.63rem; */
  margin: 0;
  padding: 0.7rem 2.25rem;
  width: 100%;
  /* position: relative; */
}

/* .header-menus__second>li:not(:last-child) {

  margin-right: 3rem;
} */

.header-menus__second>li a {
  /* width: 100%; */
  /* height: 100%; */
  display: flex;
  align-items: center;
  font-weight: 400;
  font-size: 1rem;
  color: #5B5B5B;
  text-wrap: nowrap;
}

/* .header-menus__second:before {
  position: absolute;
  content: "";
  width: 0;
  height: 0;
  top: -0.75rem;
  left: 1.5rem;
  border-right: solid 1rem transparent;
  border-left: solid 1rem transparent;
  border-bottom: solid 1rem #fff;
} */
.header-menus__second>li:hover,
.header-menus__third--content>li:hover {
  background: #306848;
}

.header-menus__second>li:hover .header-menu i,
.header-menus__second>li:hover .header-menu a,
.header-menus__second>li:hover>a {
  color: #FFFFFF;

}

.header-lang:hover #header-lang__menus {
  display: block;
}

.header-lang:hover .header-lang__triangle {
  transform: rotate(-90deg);
}

.header-menus__third {
  display: none;
  flex-direction: column;
  padding-left: 0.5rem;
  position: absolute;
  left: 100%;
  top: 0rem;
  width: 100%;
}

.header-menus__third--content {
  background-color: #FFF;
  /* padding: 0.35rem 1.13rem; */

  border-radius: 0.31rem;
}

.header-menus__third--content>li {
  padding: 0.7rem 2.5rem;
  margin: 0;
  display: flex;
  justify-content: center;
}

.header-menus__third--content>li a {
  font-size: 1rem;
  color: #848484;
  /* margin-top: 0.5rem; */
}

.header-menus__third--content>li:hover a {
  color: #FFFFFF;
}

.header-menus__second>li:hover .header-menus__third {
  display: flex;

}

.header-menu__control {
  display: flex;
  align-items: center;
  color: #000000;
  height: 100%;
}
.home-banner {
  width: 100%;
  height: 46vw;
  position: relative;
  top: 5.625rem;
  left: 0;
  overflow: hidden;
}
/* footer */
.footer {
  width: 100%;
  background: #306848;
}

.home-footer__content {
  width: 78.5rem;
  margin: 0 auto;
  padding-top: 3.76rem;
}

.home-footer__content--main {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 2rem;
  padding-bottom: 4.63rem;
}

.footer-menu {
  display: flex;
  flex-direction: column;
}

.home-footer__content p {
  font-size: 1rem;
  color: #eeeeee;
  line-height: 1.9rem;
}

.home-footer__content h3 {
  font-weight: bold;
  font-size: 1.13rem;
  color: #FFFFFF;
  margin-bottom: 2.06rem;
  text-align: left;
  line-height: normal;
}

.home-footer__content a {
  font-size: 1rem;
  color: #eeeeee;
  line-height: 1.9rem;
}


.footer-contact_phone {
  display: flex;
  margin-top: 2.19rem;
  margin-left: 0.31rem;
}


.footer-contact_content {
  margin-left: 1.38rem;
}

.footer-contact_content p {
  font-family: PingFang SC;
  font-weight: 500;
  font-size: 1.13rem;
  color: #ffffff;
  line-height: 2rem;
  margin-top: -0.5rem;
}

.footer-contact a:hover,
.footer-menu a:hover,
.home-footer__copyright--first a:hover {
  text-decoration: underline;
}

/* 社媒图标不显示下划线 */
.footer-contact .social-icon:hover {
  text-decoration: none !important;
}

/* Social Media Icons */
.footer-social-media {
  display: flex;
  gap: 1rem;
  margin-top: 1.5rem;
}

.social-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 2.5rem;
  height: 2.5rem;
  background: rgba(255, 255, 255, 0.1);
  border-radius: 50%;
  color: #eeeeee;
  font-size: 1.2rem;
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  text-decoration: none;
}

.social-icon:hover {
  background: rgba(255, 255, 255, 0.2);
  transform: translateY(-2px);
  color: #ffffff;
  text-decoration: none;
}
.home-footer__copyright {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 2rem 0 2.69rem 0;
  border-top: 1px solid rgba(220, 220, 220, 0.48);
}

.home-footer__copyright p {
  font-family: PingFang SC;
  font-weight: 500;
  font-size: 1rem;
  color: #eeeeee;
  line-height: 1.6rem;
}

.home-footer__copyright img {
  display: block;
  width: auto;
  height: 4.5rem;
}

.home-footer__copyright--first {
  text-align: right;
  transition: all .2s;
}

/* banner */
.swiper-banner {
  width: 100%;
  overflow-x: hidden;
  height: 46vw;
  /* height: 55.63rem; */
}

.home-banner__content {
  position: absolute;
  width: 100%;
  height: 100%;
}

.home-banner_img {
  position: absolute;
  width: 100%;
  z-index: -1;
}

.home-banner_info {
  width: 100%;
  position: absolute;
  top: 30%;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.home-banner_info p {
  font-weight: 500;
  font-size: 1.25rem;
  color: #FFFFFF;
  line-height: 1.9rem;
}

.home-banner_info p span {
  position: relative;
  padding-left: 1rem;

}

.home-banner_info p span:not(:first-child) {
  margin-left: 1.5rem;
}

.home-banner_info p span::before {
  content: '';
  display: block;
  position: absolute;
  top: 0.6rem;
  width: 0.38rem;
  height: 0.38rem;
  left: -0.1rem;
  border-radius: 50%;
  border: 1px solid #FFFFFF;
}

.home-banner_info h1 {
  font-weight: bold;
  font-size: 3.59rem;
  color: #FFFFFF;
  margin: 1.13rem 0 1.69rem 0;
}

.home-banner_info .home-btn {
  margin-top: 2.63rem;
}

/* Banner 导航箭头 */
.swiper-banner {
  position: relative;
}







/* APPLICATION */
.application {
  margin-top: 10rem;
  padding: 0 1.38rem;
}

/*.application h3 {*/
/*  font-size: 2.5rem;*/
/*  font-weight: bold;*/
/*  color: #306848;*/
/*  margin-bottom: 1rem;*/
/*  position: relative;*/
/*}*/

/*.application h3::after {*/
/*  content: '';*/
/*  position: absolute;*/
/*  bottom: -0.5rem;*/
/*  left: 50%;*/
/*  transform: translateX(-50%);*/
/*  width: 4rem;*/
/*  height: 0.25rem;*/
/*  background: linear-gradient(90deg, #306848, #4a8a6a);*/
/*  border-radius: 0.125rem;*/
/*}*/

.application-banner {
  overflow-x: hidden;
  margin-top: 3rem;
  position: relative;
  max-width: 78.5rem;
  margin-left: auto;
  margin-right: auto;
}

.application .swiper-slide {
  overflow: hidden;
  /* padding: 0 0.5rem; */
}

.application_info {
  width: 100%;
  height: 20rem;
  position: relative;
  background: #fffffff;
  border-radius: 0.5rem;
  padding: 2rem;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  transition: all 0.3s ease;
  box-shadow: 0 0.25rem 0.75rem rgba(46, 50, 48, 0.15);
  border: 1px solid rgba(255, 255, 255, 0.1);
}

.application_info::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(46, 50, 48, 0.6);
  border-radius: 0.5rem;
  z-index: 1;
  transition: all 0.3s ease;
}





.application_info:hover {
  box-shadow: 0 0.5rem 1.25rem rgba(46, 50, 48, 0.25);
  border-color: rgba(255, 255, 255, 0.2);
}

.application_info:hover::before {
  background: rgba(46, 50, 48, 0.3);
}

.application_info img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: 0;
  transition: all 0.3s ease;
  border-radius: 0.5rem;
}

.application_info:hover img {
  transform: scale(1.05);
}

.application_info h2 {
  font-weight: bold;
  font-size: 1.8rem;
  color: #FFFFFF;
  line-height: 1.3;
  margin-bottom: 1rem;
  z-index: 2;
  position: relative;
  text-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.3);
}

.application-btn {
  color: #FFFFFF;
  /*background: rgba(255, 255, 255, 0.25);*/
  /*padding: 0.8rem 1.5rem;*/
  /*border-radius: 2rem;*/
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  font-weight: 500;
  transition: all 0.3s ease;
  /*backdrop-filter: blur(10px);*/
  /*border: 1px solid rgba(255, 255, 255, 0.4);*/
  z-index: 2;
  position: relative;
  width: fit-content;
  /*text-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.2);*/
}

.application-btn:hover {
  /*background: rgba(255, 255, 255, 0.35);*/
  /*border-color: rgba(255, 255, 255, 0.6);*/
  color: #306848;
  /*text-decoration: none;*/
  /*transform: scale(1.05);*/
}

.application-btn i {
  display: inline-block;
  transition: all 0.3s ease;
  font-size: 1.2rem;
}

.application-btn:hover i {
  transform: translateX(0.3rem);
}
.application--prev,
.application--next {
  position: absolute;
  z-index: 10;
  top: 50%;
  transform: translateY(-50%);
  width: 3rem;
  height: 3rem;
  background: rgba(48, 104, 72, 0.9);
  border-radius: 50%;
  border: 2px solid rgba(255, 255, 255, 0.3);
  color: #FFFFFF;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  transition: all 0.3s ease;
  backdrop-filter: blur(10px);
}

.application--prev:hover,
.application--next:hover {
  background: rgba(48, 104, 72, 1);
  border-color: rgba(255, 255, 255, 0.5);
  transform: translateY(-50%) scale(1.1);
}

.application--prev i,
.application--next i {
  font-size: 1.3rem;
}

.application--prev {
  left: 1rem;
}

.application--next {
  right: 1rem;
}



/* about */
.about {
  margin-top: 5rem;
}

.about>p {
  margin: 3rem auto 2rem auto;
}

.btn {
  width: 8.9rem;
  height: 2.4rem;
  background: #F8F8F8;
  display: flex;
  justify-content: center;
  align-items: center;
  border-bottom: 0.2rem solid #306848;
  outline: 0.32rem solid #F8F8F8;
  margin: 0 auto;
  transition: all .2s;
}

.btn:hover {
  background: #306848;
  outline-color: #306848;
}

.btn:hover span,
.btn:hover i {
  color: #FFFFFF;
}

.btn span {
  font-weight: 500;
  font-size: 1rem;
  color: #2B2B2B;
  line-height: 1.9rem;
}

.btn i {
  color: #306848;
  font-size: 1.5rem;
  padding-top: 0.15rem;
}

/* About Stats Section */
.about-stats {
  margin-top: 0.56rem;
  width: 100%;
  min-height: 30rem;
  background-size: 100% 100%;
  background-image: url(../assets/imgs/index/about-bg.png);
  padding: 3.19rem 0 4.19rem 0;
}

.about .home-container {
  position: relative;
}

.stats-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 2rem;
  width: 100%;
  margin: 0 auto;
  padding: 0;
}

.stat-card {
  background: #FFFFFF;
  border-radius: 1.25rem;
  padding: 2rem 1.5rem;
  text-align: center;
  box-shadow: 0 0.5rem 2rem rgba(0, 0, 0, 0.1);
  transition: box-shadow 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  position: relative;
  overflow: hidden;
}

.stat-card:hover {
  box-shadow: 0 1rem 3rem rgba(0, 0, 0, 0.15);
}

.stat-icon {
  width: 4rem;
  height: 4rem;
  background: linear-gradient(135deg, #306848, #4a8a5c);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 1.5rem auto;
}

.stat-icon i {
  font-size: 2rem;
  color: #FFFFFF;
}

.stat-number {
  font-family: 'Arca Majora 2', Arial, sans-serif;
  font-weight: 800;
  font-size: 3rem;
  color: #306848;
  line-height: 1;
  margin-bottom: 0.5rem;
}

.stat-unit {
  font-weight: 600;
  font-size: 1.2rem;
  color: #306848;
  margin-bottom: 1rem;
}

.stat-label {
  font-weight: 600;
  font-size: 1.1rem;
  color: #2B2B2B;
  margin-bottom: 0.5rem;
}

.stat-description {
  font-weight: 400;
  font-size: 0.9rem;
  color: #666666;
  line-height: 1.4;
}

/* Responsive Design */
@media (max-width: 768px) {
    .text_p .fl-module-content {
        margin-top: 0 !important;
    }
    .box_p {
        margin-bottom: 10px;
    }
    .entry .txt_align {
        text-align: left !important;
    }
    .text_p .fl-separator {
        width: 100% !important;
    }
  .stats-grid {
    grid-template-columns: 1fr;
    gap: 1.5rem;
  }

  .stat-card {
    padding: 1.5rem 1rem;
  }

  .stat-number {
    font-size: 2.5rem;
  }

  .about-stats {
    padding: 2rem 0 3rem 0;
  }
}

/* About Video Section */
.about-video {
  margin-top: 3rem;
  text-align: center;
}

.video-container {
  position: relative;
  width: 100%;
  margin: 0 auto;
  padding: 0;
}

.video-container iframe {
  width: 100%;
  height: auto;
  aspect-ratio: 16/9;
  border-radius: 1rem;
  box-shadow: 0 1rem 3rem rgba(0, 0, 0, 0.2);
}

/* 视频占位符样式 */
.video-placeholder {
  position: relative;
  width: 100%;
  aspect-ratio: 16/9;
  border-radius: 1rem;
  overflow: hidden;
  cursor: pointer;
  box-shadow: 0 1rem 3rem rgba(0, 0, 0, 0.2);
  transition: box-shadow 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}

.video-placeholder:hover {
  box-shadow: 0 1.5rem 4rem rgba(0, 0, 0, 0.3);
}

.video-thumbnail {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.video-play-button {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  transition: transform 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  filter: drop-shadow(0 4px 8px rgba(0, 0, 0, 0.3));
  will-change: transform;
}

.video-placeholder:hover .video-play-button {
  transform: translate(-50%, -50%) scale(1.1);
}

.video-title {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  background: linear-gradient(transparent, rgba(0, 0, 0, 0.8));
  color: white;
  padding: 2rem 1.5rem 1rem 1.5rem;
  font-size: 1.1rem;
  font-weight: 600;
}

/* 加载状态 */
.video-container.loading .video-placeholder {
  opacity: 0.7;
}

.video-container.loading .video-placeholder::after {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  width: 40px;
  height: 40px;
  margin: -20px 0 0 -20px;
  border: 3px solid #f3f3f3;
  border-top: 3px solid #306848;
  border-radius: 50%;
  animation: spin 1s linear infinite;
}

@keyframes spin {
  0% { transform: rotate(0deg); }
  100% { transform: rotate(360deg); }
}

/* Responsive Video */
@media (max-width: 768px) {
  .about-video {
    margin-top: 2rem;
  }

  .video-container iframe {
    border-radius: 0.5rem;
  }
}

/* case */
.case {
  height: 45.69rem;
  background-size: 100% 100%;
  background-image: url(../assets/imgs/index/case-bg.png);
  padding-top: 5rem;
  overflow: hidden;
}

.case .home-container {
  position: relative;
}

.caseSwiper {
  width: 100%;
  overflow-x: hidden;
  overflow-y: hidden;
  position: relative;
}

.caseSwiper .swiper-slide {
  width: 100%;
  text-align: center;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  background-color: #306848;
}

.case .swiper-pagination-bullet {
  background: #fff;
  /* border: 2px solid transparent; */
  opacity: 1;
  box-sizing: content-box;
  z-index: 10;
  position: relative;
  width: 0.63rem;
  height: 0.63rem;
  margin: 0 1.68rem;
}

.case .swiper-pagination-bullet::before {
  content: '';
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 120%;
  height: 130%;
  border-radius: 50%;
  border: 1px solid transparent;
}

.case .swiper-pagination-bullet-active::before {
  border-color: #fff;
}

.case .swiper-pagination-line {
  position: absolute;
  content: '';
  display: block;
  height: 1px;
  width: 100vw;
  left: -20.63rem;
  background-color: #fff;
  z-index: 1;
  bottom: -4.16rem;

  /* margin-top: 3.36rem; */
}

.case .swiper-pagination {
  left: 50%;
  transform: translateX(-50%);
  margin-top: 3.36rem;
  position: absolute;
  z-index: 2;
}

.case-info {
  width: 40%;
}

.case-info h3,
.case-info p {
  color: #FFFFFF;
  text-align: left;
}

.case-info p {
  font-size: 1rem;
}

.case h3 {
  color: #FFFFFF;
  margin-bottom: 4.06rem;
}

.case-info h3 {
  margin-bottom: 1rem;
}

.case-img {
  width: 55%;
}

.case-img img {
  display: block;
  width: 100%;
}

/* blog */

/* news */
.home-news {
  width: 100%;
  padding: 5rem 0 3.94rem 0;
  /* height: 50rem; */
  background: #F9F9F9;
}

.swiper-news {
  overflow: hidden;
  width: 100%;
}

.home-news__content {
  width: var(--bs-screen-xxl);
  margin: 0 auto;
  overflow: hidden;
}

.home-news__img {
  overflow: hidden;
  height: auto;

  /* width: 22%; */
  /* width: 23.63rem; */
}

.home-news__img img {
  width: 100%;
  height: auto;
  transition: all .2s;
}

.home-news__img img:hover {
  transform: scale(1.1);
}

.home-news__list {
  display: flex;
  flex-wrap: wrap;
  /* height:28.5rem; */
  justify-content: space-between;
  margin: 3rem 0 3.38rem 0;
}

.home-news__item {
  /* width: 23.63rem; */
  height: 100%;
  /* width: 22%; */
  /* width: 23.63rem;
  height: 28.5rem; */
  margin: 0 1.125rem;
  background: #FFFFFF;
}

.home-news__info {
  padding: 2.06rem 0.8rem 1.5rem 1.38rem;
  background-color: #FFFFFF;
}

.home-news__title {
  font-weight: bold;
  font-size: 1.38rem;
  color: #2D2D2D;
  line-height: 1.9rem;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  /* 显示的行数 */
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.home-news__des {
  margin-top: 0.81rem;
  margin-bottom: 2.5rem;
  font-weight: 500;
  font-size: 1rem;
  color: #555555;
  line-height: 1.65rem;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  /* 显示的行数 */
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.home-news__time {
  color: #969696;
  /* width: 5.94rem;
  height: 0.81rem; */
  font-weight: 500;
  font-size: 1rem;
  color: #5C5C5C;
  line-height: 1.58rem;
}

.home-news__item:hover p {
  color: #306848;
}
.home-news__info--img {
  width: 100%;
  text-align: right;
}

.home-news__info--img img {
  display: inline-block;
  width: 1.13rem;
  transition: all .2s;
}

.home-news__info--img img:hover {
  transform: translateX(10px);
}

.home-news__info {
  width: 100%;
}

.home-news__btn {
  width: 13.63rem;
  height: 3.81rem;
  display: flex;
  margin: 0 auto;
}

.home-news__btn--content {
  height: 100%;
  padding: 0 1.7rem 0 2.6rem;
  background: #1B1B1B;
  font-size: 1.13rem;
  color: #FFFFFF;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
}

.home-news__btn:hover .home-news__btn--arrow img {
  transform: rotate(-30deg);
}

.home-news__btn--content:before {
  content: "";
  width: 0;
  height: 0;
  position: absolute;
  top: 0;
  left: 100%;
  border-top: solid 1.47rem transparent;
  border-left: solid 1rem #1B1B1B;
  border-bottom: solid 1.47rem transparent;
}

.home-news__btn--arrow {
  height: 100%;
  background: #2A9597;
  padding: 0 1.3rem 0 2.06rem;
  display: flex;
  justify-content: center;
  align-items: center;
}

.home-news__btn--arrow img {
  width: 1.25rem;
  height: 1rem;
  display: inline-block;
  transition: all .2s;
}

.home-news .btn {
  background: #FFFFFF;
}

.home-news .btn:hover {
  background-color: #306848;
}

/* bottom */
.btttom {
  border-top: 1px solid #DCDCDC;
  padding: 3.6rem 0 2.75rem 0;
  background: #F9F9F9;
}

.btttom-list {
  display: flex;
  align-items: center;
  height: 12.94rem;
}

.bottom-item {
  width: calc(100% / 3);
  background: transparent;
  transition: all .2s;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.bottom-item:hover {
  background: #fff;
}

.bottom-item img {
  width: 3.31rem;
  /* height: 2.63rem; */
}

.bottom-item h4 {
  margin: 1.31rem 0 0.93rem 0;
  font-weight: bold;
  font-size: 1.25rem;
  color: #222222;
}

.bottom-item p {
  font-weight: 500;
  font-size: 0.88rem;
  color: #306848;
}
/* 移除旧的footer-menu-first样式，现在使用grid布局 */
@media screen and (max-width: 1440px) {
  .swiper-banner {
    height: 41.63rem;
  }
  .header-menus li {
      margin: 0 1.5rem;
  }
}

@media screen and (max-width: 1360px) {
  .swiper-banner {
      height: 39rem;
  }

}

@media screen and (max-width: 668px) {
  .header-con {
    justify-content: space-between;
  }

  .header {
    /* position: fixed; */
    z-index: 10000;
    /* background-color: #306848; */
  }

  #header-menu__expand {
    display: block;
  }

  .header-menus__second,
  .header-menus__third,
  .header-menus__third--content {
    /* display: block; */
    position: static;
    background: transparent;
    box-shadow: none;
  }

  .header-menus>li {
    display: block;
  }

  .header-menus__second:before {
    display: none;
  }

  .header-menus__second>li a {
    color: #FFF;
  }
  .header-menus a {
      color: #FFF;
  }

  .header-menus i {
    color: #FFF;
  }

  #header-right {
    display: none;
    background-color: #306848;
    position: absolute;
    top: 5.625rem;
    right: 0;
    width: 100%;
    padding: 2rem 3rem;
    flex-direction: column-reverse;
    height: auto;
    align-items: flex-start
  }

  .header-menus {
    flex-direction: column;
    align-items: flex-start;
    margin: 0;
    width: 100%;
  }

  .header-menu {

    justify-content: space-between;
  }

  .header-menu i:hover .header-menus__second {
    display: block;
  }

  .header-menus>li {
    margin: 0.75rem 0;
    width: 100%;
  }

  .header-search {
    align-items: center;
    justify-content: flex-start;

    width: 100%;
  }

  .header-search input {
    width: calc(100% - 2rem);
  }

  .header-search__con {
    width: 100%;
    margin-bottom: 1.5rem;
  }

  #header-lang__content p {
    width: 3.88rem;
    height: 2.5rem;
    border-radius: 1.25rem;
  }

  .search-icon {
    display: none;
  }

  .header-search {
    width: 100%;
    position: static;
    display: flex;
    border-bottom: none;
  }

  .home-footer__content--main {
    grid-template-columns: 1fr;
    gap: 2rem;
  }

  .footer-menu,
  .footer-contact {
    width: 100%;
  }

 
  .footer-contact {
    margin-top: 2rem;
  }

  .footer-contact--list {
    margin-top: 0;
  }

  .footer-contact--list h3 {
    margin-bottom: 0;
  }

  .footer-social-media {
    justify-content: center;
    margin-top: 1rem;
  }

  .social-icon {
    width: 2.2rem;
    height: 2.2rem;
    font-size: 1.1rem;
  }

  .home-footer__copyright--last {
    width: 70%;
    text-align: right;
  }

  .home-footer__copyright--content {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
  }

  .swiper-banner {
    height: 27.63rem;
  }

  /* 移动端banner导航箭头 */
  .swiper-banner .swiper-button-next,
  .swiper-banner .swiper-button-prev {
    width: 2.5rem !important;
    height: 2.5rem !important;
    font-size: 1rem !important;
  }

  .swiper-banner .swiper-button-next::after,
  .swiper-banner .swiper-button-prev::after {
    font-size: 1.4rem !important;
  }

  .swiper-banner .swiper-button-next {
    right: 1rem !important;
  }

  .swiper-banner .swiper-button-prev {
    left: 1rem !important;
  }

  .swiper-banner .swiper-button-next:hover,
  .swiper-banner .swiper-button-prev:hover {
    transform: translateY(-50%) scale(1.05) !important;
  }

  .application_info {
    width: 100%;
    height: 40rem;
    padding: 1.5rem;
  }

  .application_info h2 {
    font-size: 1.5rem;
    margin-bottom: 0.8rem;
  }

  .application-btn {
    padding: 0.6rem 1.2rem;
    font-size: 0.9rem;
  }

  .application--prev,
  .application--next {
    width: 2.5rem;
    height: 2.5rem;
  }

  .application--prev i,
  .application--next i {
    font-size: 1.1rem;
  }

  .home-container,
  .home-footer__content {
    width: 95%;
  }

   
.home-news__list {
    margin-top: 0;
}
  .home-news__info {
    padding: 3.06rem 1.8rem 2.5rem 2.38rem;
  }

  .case .swiper-pagination-line {
    left: -1.53rem;
    bottom: -4rem;
  }

  .case-img {
    width: 53%;
  }

  .case-info {
    width: 44%;
  }

  .case .swiper-pagination-bullet {
    width: 1rem;
    height: 1rem;
  }
}




/* 内页header样式 */
.header-inner-page {
    background-color: #ffffff;
}

/* 当滚动时，也可以为首页header添加黑色背景 */
.header.header-scrolled {
    background-color: #000;
    transition: background-color 0.3s ease;
}