/*
Theme Name: Sika
Version: 1.0
Description: 三鸟科技提供一站式服务——网站搭建,谷歌SEO优化,谷歌竞价,谷歌SNS社媒营销等。
Author: 版权所有：三鸟科技
*/
@charset "utf-8";

@font-face {
  font-family: "Popping";
  src: url("./static/fonts/Poppins-Light.otf") format("truetype");
  font-weight: 100;
}

@font-face {
  font-family: "Popping";
  src: url("./static/fonts/Poppins-Regular.otf") format("truetype");
  font-weight: normal;
}

@font-face {
  font-family: "Popping";
  src: url("./static/fonts/Poppins-Bold.otf") format("truetype");
  font-weight: bold;
}

* {
  /* font-family: "Popping", Arial, Helvetica, sans-serif; */
  font-family: Arial, Helvetica, Verdana, sans-serif;
  box-sizing: border-box;
  line-height: 150%;
  font-size: 18px;
}

main {
  overflow: hidden;
}

:root {
  --i_color: #233d94;
  --i_color2: #118161;
  --bc_color: #f7f7f7;
  --i_shadow: 0px 4px 10px rgba(0, 0, 0, 0.1);
  --header_height: 0.9rem;
  --border_color: rgb(51, 51, 51, 0.2);
  --f_menu_height: 50px;
}

@media screen and (max-width: 1440px) {
  :root {
    --header_height: 0.9rem;
  }
}

@media screen and (max-width: 1024px) {
  :root {
    --header_height: 0.6rem;
    --border_color: rgb(0 0 0 / 6%);
  }
}

.wrap {
  width: 83.33%;
  max-width: 1600px;
  margin-left: auto;
  margin-right: auto;
}

@media screen and (max-width: 1600px) {
  .wrap {
    width: 86%;
  }
}

@media screen and (max-width: 1024px) {
  .wrap {
    width: 92%;
  }
}

.wrap_l {
  padding-left: 8.335%;
}

.wrap_r {
  padding-right: 8.335%;
}

@media screen and (max-width: 1600px) {
  .wrap_l {
    padding-left: 7%;
  }

  .wrap_r {
    padding-right: 7%;
  }
}

@media screen and (max-width: 1024px) {

  .wrap_l,
  .wrap_r {
    padding-left: 4%;
    padding-right: 4%;
  }
}

/* common style */
/* Breadcrumb */
.in_position {
  padding: 0.16rem 0;
  background: var(--bc_color);
}

.in_position .wrap {
  height: 20px;
}

.in_position a {
  display: block;
  float: left;
  font-size: 16px;
  color: #666;
  position: relative;
  line-height: 20px;
}

.in_position a:not(:last-child):after {
  content: ">";
  margin: 0 6px;
  color: #666;
}

.in_position a:last-child {
  color: var(--i_color) !important;
}

.in_position a:hover {
  color: var(--i_color);
}

@media screen and (max-width: 959px) {
  .in_position a {
    font-size: 15px;
  }

  .in_position {
    bottom: 0.3rem;
  }
}

@media screen and (max-width: 767px) {
  .in_position a {
    font-size: 14px;
  }

  .in_position {
    bottom: 0.2rem;
  }
}

@media screen and (max-width: 560px) {
  .in_position a {
    font-size: 12px;
  }

  .in_position {
    bottom: 0rem;
  }
}

.i_tit {
  position: relative;
  overflow: hidden;
  text-align: center;
}

.i_tit>h4 {
  font-size: 0.36rem;
  color: var(--i_color);
  font-weight: bold;
  text-transform: capitalize;
  margin-bottom: 0.1rem;
}

.i_tit>h5 {
  width: 60%;
  margin: 0 auto;
  font-size: 16px;
  color: #222;
  font-weight: normal;
}

@media screen and (max-width: 1024px) {
  .i_tit>h4 {
    font-size: 0.3rem;
  }
}

@media screen and (max-width: 768px) {
  .i_tit>h4 {
    font-size: 0.24rem;
  }

  .i_tit>h5 {
    font-size: 14px;
    width: 90%;
  }
}

.i_tit.left {
  text-align: left;
}

.i_tit.left h5 {
  margin-left: 0;
}

@media screen and (max-width:767px) {
  main {
    width: 100%;
  }
}



/* header */

.header-full {
  height: var(--header_height);
}

header {
  width: 100%;
  height: var(--header_height);
  box-shadow: var(--i_shadow);
  background-color: #ffffff;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 999;
}

header .top-container {
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-left: 50px;
}

/* logo */
header .logo {
  width: 130px;
}

header .logo img {
  width: 100%;
  height: auto;
  display: inline-block;
  vertical-align: middle;
}

/* nav */
.top-container .nav {
  width: 65%;
}

.top-container .nav ul {
  display: flex;
  align-items: center;
  justify-content: left;
  gap: 30px;
  height: 100%;
  padding: 10px 0;
  float: inline-end;
}

.top-container .nav ul li:hover {
  border-bottom: 2px solid #0eaa61;
}

.top-container .search-and-langage {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 100%;
}

.product-nav-container1 {
  display: none;
}

.product-nav-container {
  width: 100%;
  background-color: #FFFFFF;
  padding: 20px 10px;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
}

.product-nav-container li {
  padding: 10px;
  font-size: 18px;
  text-transform: uppercase;
  line-height: 0.25rem;
  transition: all 0.3s ease-in-out;
  text-align: center;
}

.product-nav-container li:hover {
  color: #0eaa61;
}

/* search and language */

.search-and-langage {
  width: 20%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.search-and-langage .search {
  width: 30%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.search-and-langage .language {
  width: 70%;
}

.search-and-langage .mobile-nav {
  display: none;
}


@media screen and (max-width: 1024px) {
  .top-container .nav {
    display: none;
  }

  .search-and-langage .language {
    width: 50%;
  }

  .search-and-langage .mobile-nav {
    display: block;
  }
}

@media screen and (max-width: 767px) {
  .search-and-langage {
    width: 100%;
  }
}

/* mobile nav */
.mobile-container ul li {
  background-color: #fff;
  line-height: 20px;
  padding: 10px 20px;
  font-size: 14px;
}

.mobile-container {
  display: none;
  transition: transform 0.3s ease-in-out;
  /* 添加平滑过渡效果 */
}

.mobile-container.show {
  display: block;
}

/* top-search */
.top_search {
  --search_height: 0.38rem;
}

.top_search {
  width: 100%;
  position: absolute;
  top: 100%;
  left: 50%;
  transform: translateX(-50%);
  padding: 0.16rem 0;
  background: #fff;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  z-index: 6;
}

.top_search.on {
  top: 100%;
  box-shadow: 0 0.06rem 0.1rem rgb(0 0 0 / 8%);
}

.top_search form {
  width: 80%;
  margin: 0 auto;
  max-width: 5rem;
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
  box-sizing: border-box;
  border: 1px solid var(--i_color);
  overflow: hidden;
}

.top_search_ipt {
  width: calc(100% - var(--search_height) * 2);
  height: var(--search_height);
  box-sizing: border-box;
  padding: 0 0 0 0.12rem;
}

.top_search_btn {
  font-size: 0;
  color: #fff;
  width: calc(var(--search_height) * 2);
  height: var(--search_height);
  background: var(--i_color) url(static/images/search.svg) no-repeat center;
  background-size: 0.24rem;
  cursor: pointer;
}

.top_search {
  display: none;
  transition: opacity 0.3s ease-in-out;
}

.top_search.show {
  display: block;
}

@media screen and (max-width: 1200px) {}

@media screen and (max-width: 1024px) {
  .top_search.on {
    top: var(--header_height);
  }

  .top_r {
    margin-left: auto;
  }

  .top_search_ico {
    margin-right: 0.2rem;
  }

  .top_search_ico::before {
    display: none;
  }
}

@media screen and (max-width: 768px) {
  .top_search {
    --search_height: 0.34rem;
  }

  .top_search {
    padding: 0.12rem 0;
  }
}

@media screen and (max-width: 560px) {
  .top_search form {
    width: 94%;
  }
}

/* home-banner */
.home-banner {
  width: 100%;
  height: 76vh;
  position: relative;
}

@media screen and (max-width: 540px) {
  .home-banner {
    height: 41vh;
  }
}

.home-banner img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/* main */
.flower-container {
  padding: 60px 20px 40px 20px;
  background-color: #fff;
}

.flower-container .flower-title {
  text-align: center;
  margin-bottom: 40px;
}

.flower-container .flower-title h2 {
  font-size: 34px;
  font-weight: 600;
  text-transform: capitalize;
  color: #000000;
}

@media screen and (max-width: 1024px) {
  .flower-container .flower-title h2 {
    font-size: 25px;
  }
}

@media screen and (max-width: 767px) {
  .flower-container .flower-title h2 {
    font-size: 20px;
  }
}

.flower-container .flower-title h2 span {
  font-size: 34px;
  font-weight: 600;
  text-transform: capitalize;
  color: #0eaa61;
}

@media screen and (max-width: 1024px) {
  .flower-container .flower-title h2 span {
    font-size: 25px;
  }
}

@media screen and (max-width: 767px) {
  .flower-container .flower-title h2 span {
    font-size: 20px;
  }
}

.flower-container .flower-text {
  text-align: center;
  margin-bottom: 60px;
}

.flower-container .flower-text p {
  font-size: 18px;
  color: #666666;
  line-height: 1.8;
}

.flower-items {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  gap: 20px;
}

.flower-items .flower-item {
  position: relative;
  height: 300px;
}

.flower-items .flower-item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: absolute;
}

.flower-item .item-container .bottom-item-title {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  max-width: 400px;
  background: rgba(0, 0, 0, 0.5);
  color: #ffffff;
  text-align: center;
  padding: 20px 0;
  white-space: nowrap;
  /* 防止文字换行 */
  overflow: hidden;
  /* 隐藏溢出的部分 */
  text-overflow: ellipsis;
  /* 显示省略号 */
}

.flower-items .flower-item:first-child {
  border-radius: 100px 0 0 0;
  overflow: hidden;
}

.flower-items .flower-item:last-child {
  border-radius: 0 0 100px 0;
  overflow: hidden;
}

@media screen and (max-width: 767px) {
  .flower-items {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: repeat(3, 1fr);
    gap: 10px;
  }

  .flower-items .flower-item:first-child {
    border-radius: 0;
  }

  .flower-items .flower-item:last-child {
    border-radius: 0;
  }

  .flower-items .flower-item {
    height: 198px;
  }

  .flower-item .item-container .bottom-item-title h2 {
    font-size: 16px;
  }
}

/* home-news */
.news-container {
  position: relative;
  width: 100%;
  height: 650px;
  overflow: hidden;
  background-image: url(https://10934.snkjdongming.com/wp-content/themes/web/static/images/banner-2.webp);
  background-position: center right;
  background-repeat: no-repeat;
  background-size: cover;
  background-color: #fff;
}

@media screen and (max-width:1024px) {
  .news-container {
    height: 360px;
  }
}

@media screen and (max-width:767px) {
  .news-container {
    height: 166px;
  }
}

.news-container img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.news-container .news-content {
  position: absolute;
  top: 33%;
  right: 0;
  color: #ffffff;
  width: 42%;
}

.news-container .news-content h2 {
  font-size: 34px;
  font-weight: bold;
  text-transform: capitalize;
  color: #000000;
  line-height: 0.6rem;
}

@media screen and (max-width: 1024px) {
  .news-container .news-content h2 {
    font-size: 20px;
    line-height: normal;
  }

  .news-container .news-text {
    display: none;
  }

  .news-container .more-button {
    display: none;
  }
}

@media screen and (max-width: 767px) {
  .news-container .news-content h2 {
    font-size: 16px;
    line-height: normal;
  }

  .news-container .news-text {
    display: none;
  }

  .news-container .more-button {
    display: none;
  }
}

.news-text p {
  font-size: 18px;
  line-height: 1.8;
  color: #54595f;
}

.more-button {
  padding-top: 17px;
  padding-right: 36px;
  padding-bottom: 16px;
  padding-left: 36px;
  font-weight: 500;
  border-color: #0eaa61;
  background-color: #0eaa61;
  border-radius: 25px 25px 25px 25px;
  margin-top: 20px;
  font-size: 16px;
  width: 33%;
  text-align: center;
  transition: all 0.3s ease-in-out;
}

.more-button:hover {
  background-color: #000000;
  color: #ffffff;
}

/* bamboo-img */
.bamboo-container {
  text-align: center;
  width: 100%;
  background-color: #fff;
}

.bamboo-container img {
  height: auto;
  display: inline-block;
  vertical-align: middle;
  width: 170px;
}

@media screen and (max-width:767px) {
  .bamboo-container img {
    width: 120px;
  }

}

/* home-advantage */
.advantages-container {
  background-image: url(https://10934.snkjdongming.com/wp-content/themes/web/static/images/home-zhu-back.webp?_t=1761017465);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  padding: 100px 0;
  position: relative;
  align-items: center;
  background-color: #fff;
}

@media screen and (max-width: 767px) {
  .advantages-container {
    padding-top: 20px;
    padding-bottom: 30px;
    padding-left: 15px;
    padding-right: 15px;
  }
}

.advantages-container::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #0eaa61;
  opacity: 0.3;
  z-index: 1;
}

.advantages-content {
  position: relative;
  z-index: 2;
}

.advantages-title {
  text-align: center;
  margin-bottom: 20px;
}

.advantages-title h2 {
  color: #ffffff;
  line-height: 0.5rem;
  font-size: 30px;
  font-weight: 600;
}

@media screen and (max-width: 921px) {
  .advantages-title h2 {
    font-size: 25px;
    line-height: 1.3;
  }
}

@media screen and (max-width: 544px) {
  .advantages-title h2 {
    font-size: 20px;
    line-height: 1.3;
  }
}

.advantages-text {
  text-align: center;
  margin-bottom: 60px;
}

.advantages-text p {
  font-size: 18px;
  color: #ffffff;
  line-height: 1.8;
}

.advantages-items {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 20px;
  margin-top: 20px;
}

.advantages-items .advantages-item {
  text-align: center;
}

.advantages-items .advantages-item img {
  width: 100px;
  height: 100px;
  object-fit: cover;
  margin-bottom: 20px;
  vertical-align: middle;
}

.advantages-items .advantages-item h3 {
  margin-bottom: 0px;
  color: #FFFFFF;
  font-size: 16px;
}

.ad-more {
  background-color: #02010100;
  border-style: solid;
  border-width: 1px 1px 1px 1px;
  border-color: #FFFFFF;
  border-radius: 25px 25px 25px 25px;
  padding: 10px 20px;
  color: #FFFFFF;
  width: 25%;
  margin: 0 auto;
  margin-top: 40px;
  transition: all 0.3s ease-in-out;
}

.ad-more:hover {
  background-color: #FFFFFF;
  color: #0eaa61;
}

.ad-more a {
  display: flex;
  flex-direction: row;
  gap: 5px;
  justify-content: center;
  font-size: 16px;
  line-height: 1.8;
}

@media screen and (max-width: 767px) {
  .advantages-items .advantages-item img {
    width: 100%;
    height: auto;
    margin-bottom: 10px;
  }

  .advantages-items .advantages-item h3 {
    font-size: 12px;
  }

  .ad-more {
    padding: 5px;
    width: 80%;
  }

  .ad-more a {
    line-height: normal;
  }
}

/* main-bgc */
.main-bgc {
  width: 100%;
  height: 100vh;
  position: fixed;
  z-index: -1;
}

.main-bgc img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  vertical-align: middle;
}

/* home-about */
.about-container {
  display: flex;
  flex-direction: column;
  border-radius: 80px 80px 0px 0px;
  padding-top: 50px;
  padding-bottom: 50px;
  padding-left: 0px;
  padding-right: 0px;
  overflow: visible;
  background-color: #FFFFFFB5;
  width: 80%;
  margin: 60px auto;
}

@media screen and (max-width:767px) {
  .about-container {
    width: 90%;
    border-radius: 80px 0px 0px 0px;
  }
}

.about-title {
  text-align: center;
  margin-bottom: 30px;
}

.about-title h2 {
  font-size: 34px;
  font-weight: 600;
  text-transform: capitalize;
  color: #000000;
}

.about-title span {
  font-size: 34px;
  font-weight: 600;
  text-transform: capitalize;
  color: #0eaa61;
}

@media screen and (max-width: 1024px) {
  .about-title h2 {
    font-size: 25px;
  }

  .about-title h2 span {
    font-size: 25px;
  }
}

@media screen and (max-width: 767px) {
  .about-title h2 {
    font-size: 20px;
  }

  .about-title h2 span {
    font-size: 20px;
  }
}


.about-content {
  width: 80%;
  margin: 0 auto;
  text-align: center;
}

.about-content article {
  font-size: 16px;
  color: #56595f;
  line-height: 1.8;
}

@media screen and (max-width:767px) {
  .about-content article {
    font-size: 14px;
  }
}

.ab-more {
  text-align: center;
  margin-top: 30px;
}

.ab-more button {
  border-radius: 25px 25px 25px 25px;
  padding: 12px 25px 12px 25px;
  border-color: #0eaa61;
  background-color: #0eaa61;
  color: #ffffff;
  font-size: 16px;
}

.ab-more span {
  font-size: 18px;
  font-weight: bold;
  text-transform: capitalize;
  color: #000000;
  margin-left: 20px;
  margin-right: 20px;
}

.ab-more iconify-icon {
  vertical-align: middle;
}

@media screen and (max-width:767px) {
  .ab-more button {
    font-size: 14px;
    padding: 10px 20px 10px 20px;
  }

  .ab-more span {
    font-size: 14px;
  }
}


/* home-contact  */
.contact-container {
  width: 100%;
  padding: 80px 0;
  background-color: #f7f7f7;
  text-align: center;
}

.contact-container .container-wrap {
  width: 50%;
  margin: 0 auto;
}

.contact-container h2 {
  font-size: 34px;
  font-weight: 600;
  text-transform: capitalize;
  color: #000000;
  margin-bottom: 30px;
}

.contact-container span {
  font-size: 34px;
  font-weight: 600;
  text-transform: capitalize;
  color: #0eaa61;
}

@media screen and (max-width: 1024px) {

  .contact-container .container-wrap {
    width: 100%;
  }

  .contact-container h2 {
    font-size: 25px;
  }

  .contact-container h2 span {
    font-size: 25px;
  }
}

@media screen and (max-width: 767px) {
  .contact-container h2 {
    font-size: 20px;
  }

  .contact-container h2 span {
    font-size: 20px;
  }
}

.contact-container p {
  font-size: 16px;
  color: #56595f;
  line-height: 1.8;
  margin-bottom: 40px;
}

@media screen and (max-width:767px) {
  .contact-container p {
    font-size: 14px;
  }
}

#wpforms-17-field_1,
#wpforms-17-field_2 {
  border-style: solid;
  border-width: 1px 1px 1px 1px;
  border-color: #0eaa61;
  border-radius: 30px 30px 30px 30px;
  padding: 20px 20px 20px 20px;
  width: 100%;
  margin-bottom: 20px;
}

#wpforms-17-field_2::placeholder {
  color: #999;
  font-size: 14px;
}


@media screen and (max-width:767px) {
  #wpforms-17-field_1 {
    padding: 15px 15px 15px 15px;
  }
}



.wpforms-submit-container {
  display: flex;
  justify-content: flex-end;
  color: #ffffff;
}

#wpforms-submit-17 {
  display: inline-block;
  background-color: #0eaa61;
  border-radius: 25px 25px 25px 25px;
  padding: 0px 25px 0px 25px;
  color: #ffffff;
  line-height: 2.4;
}

/* footer */
footer {
  width: 100%;
  height: auto;
  position: relative;
  /* text-align: center; */
}

.top-span {
  background-color: #0eaa61;
  width: 1140px;
  height: 16px;
  position: absolute;
  top: -8px;
  left: 50%;
  transform: translateX(-50%);
}

@media screen and (max-width:1140px) {
  .top-span {
    width: 90%;
  }

}

.footer-container {
  width: 100%;
  height: 700px;
  box-shadow: var(--i_shadow);
  background-color: #ffffff;
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-around;
  gap: 30px;
  background-color: #646464;
  background-image: url(https://unionbamboo.com/wp-content/uploads/2024/10/footer-e1754036713113.webp);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 150px 0;
}



.footer-logo {
  width: 40%;
}

.footer-logo img {
  width: 245px;
  display: inline-block;
  vertical-align: middle;
  border: none;
  border-radius: 0;
  box-shadow: none;
  height: auto;
  max-width: 100%;
}


.footer-nav {
  width: 30%;
  display: flex;
  flex-direction: column;
  gap: 30px 30px;
  row-gap: 30px;
  column-gap: 30px;
  overflow: visible;
}

.footer-nav h2 {
  font-size: 22px;
  font-weight: bold;
  text-transform: capitalize;
  color: #ffffff;
}

.dividing-line {
  border-bottom: #FFFFFF solid 1px;
}

.dividing-line span {
  width: 17%;
  display: block;
  height: 8px;
  background-color: #FFFFFF;
}

.footer-nav-ul li {
  margin-top: 5px;
  margin-bottom: 5px;
}

.footer-nav-ul li a {
  transition: color 0.3s;
  color: #FFFFFF;
  font-size: 20px;
  font-style: inherit;
  font-weight: inherit;
  text-transform: capitalize;
  line-height: 1.8;
}

.contact-message {
  width: 30%;
  display: flex;
  flex-direction: column;
  gap: 30px 30px;
  row-gap: 30px;
  column-gap: 30px;
  overflow: visible;
  margin-right: 30px;
}

.contact-message h2 {
  font-size: 22px;
  font-weight: bold;
  text-transform: capitalize;
  color: #ffffff;
}

.contact-message ul li {
  margin-top: 5px;
  margin-bottom: 5px;
  color: #FFFFFF;
  font-size: 16px;
}

@media screen and (max-width:767px) {
  .footer-container {
    flex-direction: column;
    height: auto;
    padding-top: 20px;
    gap: 20px;
  }

  .footer-logo {
    text-align: center;
  }

  .footer-logo,
  .footer-nav,
  .contact-message {
    width: 100%;
    margin-bottom: 30px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .footer-container h2 {
    font-size: 17px;
  }

  .footer-container li a {
    font-size: 14px;
  }

  .footer-container li span {
    font-size: 14px;
  }


}

/* product-page */
.product-banner {
  width: 100%;
  height: 54vh;
}

.product-banner img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}


.inner-container {
  width: 100%;
}

.inner-container .inner-img {
  width: 100%;
  height: auto;
}

.inner-container .inner-img img {
  width: 170px;
  height: auto;
  display: block;
  vertical-align: middle;
  margin: 0 auto;
}

.inner-container .inner-text {
  margin-top: 30px;
  text-align: center;
}

.inner-container .inner-text p {
  font-size: 18px;
  color: #56595f;
  line-height: 1.8;
}

@media screen and (max-width:767px) {
  .product-banner {
    height: 20vh;
  }

  .inner-container .inner-img img {
    width: 100px;
    height: auto;
  }

  .inner-container .inner-text p {
    font-size: 16px;
    line-height: normal;
  }
}

.main-container {
  display: flex;
  gap: 20px;
  margin-bottom: 40px;
}

.product-left {
  width: 20%;
  padding: 0 20px;
}

.product-left .left-nav {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.product-left .left-nav li {
  fill: #222222;
  padding-top: 15px;
  padding-bottom: 15px;
  padding-left: 16px;
  background-color: #EFF1F5;
  color: #000;
  transition: background-color 0.3s ease, color 0.3s ease;
  display: block;
  margin-bottom: 10px;
}

.product-right {
  width: 80%;
  padding: 20px;
  background-color: #fff;
}

.product-right ul {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
  margin-bottom: 20px;
}

.product-right ul li {
  background-color: #fff;
  padding: 20px;
  box-shadow: var(--i_shadow);
}

.li-item {
  overflow: hidden;
}

.li-item img {
  width: 100%;
  aspect-ratio: 1 / 1;
  object-fit: cover;
  display: block;
  margin-bottom: 20px;
  transition: all 0.3s ease-in-out;
}

.li-item img:hover {
  transform: scale(1.1);
}

.li-item h2 {
  font-size: 18px;
  font-weight: inherit;
  color: #010101;
  margin-bottom: 10px;
}

@media screen and (max-width:767px) {
  .main-container {
    flex-direction: column;
  }

  .product-left {
    width: 100%;
    padding: 0 20px;
  }

  .product-left .left-nav li {
    padding: 15px 0 15px 16px;
    font-size: 16px;
    font-weight: normal;
  }

  .product-right {
    width: 100%;
    padding: 20px;
  }

  .product-right ul {
    padding: 0;
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
  }

  .li-item h2 {
    font-size: 15px;
  }
}

/* 分页容器 */
.page-numbers {
  display: inline-block;
  padding: 8px 15px;
  margin: 0 5px;
  border: 1px solid #ddd;
  border-radius: 4px;
  color: #0073aa;
  text-decoration: none;
  font-size: 14px;
  background-color: #fff;
  transition: background-color 0.3s ease, color 0.3s ease;
}

/* 当前页样式 */
.page-numbers.current {
  background-color: #0073aa;
  color: #fff;
  border-color: #0073aa;
}

/* 鼠标悬停样式 */
.page-numbers:hover {
  background-color: #f4f4f4;
  color: #0073aa;
}

/* 上一页、下一页按钮样式 */
.page-numbers.prev,
.page-numbers.next {
  font-weight: bold;
}

/* 分页容器左右的间距 */
.page-numbers {
  margin: 0 5px;
}

/* 分页中的省略号 */
.page-numbers.dots {
  color: #888;
  font-weight: bold;
  padding: 8px 15px;
  cursor: default;
}


/* bamboo-page */
.bamboo-banner {
  width: 100%;
  height: 30vh;
}

.bamboo-banner img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.bamboo1-container {
  display: flex;
  gap: 50px;
  padding: 100px 10px;
  background-color: #fff;
}

.bamboo1-container .bamboo1-content {
  width: 60%;
  padding: 80px 0;
}

.bamboo1-content .b1-title {
  text-align: center;
  margin-bottom: 40px;
}

.bamboo1-content .b1-title h2 {
  font-size: 30px;
  font-weight: 600;
  text-transform: capitalize;
  color: #000000;
}

.bamboo1-content .b1-title span {
  font-size: 30px;
  font-weight: 600;
  text-transform: capitalize;
  color: #0eaa61;
}

.bamboo1-content .b1-text p {
  font-size: 16px;
  color: #56595f;
  line-height: 1.8;
}

.b1-img {
  width: 40%;
  height: 300px;
  border-radius: 100px 0 0 0;
  overflow: hidden;
  margin: auto;
}

.b1-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

@media screen and (max-width:767px) {
  .bamboo-banner {
    height: 20vh;
  }

  .bamboo1-container {
    flex-direction: column;
    padding: 30px 0;
    gap: 10px;
  }

  .bamboo1-container .bamboo1-content {
    width: 100%;
    padding: 0 10px;
  }

  .bamboo1-content .b1-title {
    margin-bottom: 10px;
  }

  .bamboo1-content .b1-text p {
    line-height: normal;
  }

  .b1-img {
    width: 100%;
  }
}

@media screen and (max-width: 921px) {
  .bamboo1-content .b1-title h2 {
    font-size: 25px;
    line-height: 1.3;
  }

  .bamboo1-content .b1-title h2 span {
    font-size: 25px;
    line-height: 1.3;
  }
}

@media screen and (max-width: 544px) {
  .bamboo1-content .b1-title h2 {
    font-size: 20px;
    line-height: 1.3;
  }

  .bamboo1-content .b1-title h2 span {
    font-size: 20px;
    line-height: 1.3;
  }
}

.bamboo2-container {
  width: 100%;
  height: 30vh;
  background-image: url(https://unionbamboo.com/wp-content/uploads/2025/08/bamboo_can.png);
  background-repeat: no-repeat;
  background-size: cover;
  margin: auto;
}

.bamboo2-container .b2-text {
  text-align: center;
  width: 100%;
  position: relative;
  top: 50%;
  transform: translateY(-50%);
}

.bamboo2-container .b2-text h2 {
  font-size: 24px;
  font-weight: bold;
  text-transform: capitalize;
  color: #ffffff;
  line-height: 1.8;
}

@media screen and (max-width:767px) {
  .bamboo2-container .b2-text h2 {
    font-size: 16px;
  }
}

.cert-container {
  display: flex;
  gap: 50px;
  padding: 100px 10px;
  background-color: #fff;
}

.cert-container .cert-img {
  width: 50%;
  height: auto;
  overflow: hidden;
  margin: auto;
}

.cert-container .cert-img img {
  width: 100%;
  height: auto;
  object-fit: cover;
  display: block;
}

.cert-container .cert-content {
  width: 50%;
  padding: 80px 0;
}

.cert-content h2 {
  font-size: 30px;
  font-weight: 600;
  text-transform: capitalize;
  color: #000000;
  margin-bottom: 40px;
}

.cert-content span {
  font-size: 30px;
  font-weight: 600;
  text-transform: capitalize;
  color: #0eaa61;
}

.cert-text p {
  font-size: 16px;
  color: #56595f;
  line-height: 1.8;
}

@media screen and (max-width:921px) {
  .cert-container {
    flex-direction: column;
    gap: 10px;
    padding: 30px 0;
  }

  .cert-container .cert-img {
    width: 100%;
  }

  .cert-container .cert-content {
    width: 100%;
    padding: 0 10px;
  }
}

@media screen and (max-width: 921px) {
  .cert-content h2 {
    font-size: 25px;
    line-height: 1.3;
    margin-bottom: 20px;
    text-align: center;
  }

  .cert-content h2 span {
    font-size: 25px;
    line-height: 1.3;
  }
}

@media screen and (max-width: 544px) {
  .cert-content h2 {
    font-size: 20px;
    line-height: 1.3;
    margin-bottom: 10px;
    text-align: center;
  }

  .cert-content h2 span {
    font-size: 20px;
    line-height: 1.3;
  }
}

.bamboo3-container {
  display: flex;
  flex-direction: column;
  gap: 50px;
  padding: 80px 10px;
}

.bamboo3-container .b3-title {
  text-align: center;
}

.bamboo3-container .b3-title h2 {
  font-size: 30px;
  font-weight: 600;
  text-transform: capitalize;
  color: #000000;
  margin-bottom: 40px;
}

.bamboo3-container .b3-title span {
  font-size: 30px;
  font-weight: 600;
  text-transform: capitalize;
  color: #0eaa61;
}

.bamboo3-container .b3-text p {
  font-size: 16px;
  color: #56595f;
  line-height: 1.8;
}

@media screen and (max-width: 921px) {
  .bamboo3-container {
    gap: 10px;
    padding: 10px;
  }
}

@media screen and (max-width: 921px) {
  .bamboo3-container .b3-title h2 {
    font-size: 25px;
    line-height: 1.3;
    margin-bottom: 20px;
    text-align: center;
  }

  .bamboo3-container .b3-title h2 span {
    font-size: 25px;
    line-height: 1.3;
  }
}

@media screen and (max-width: 544px) {
  .bamboo3-container .b3-title h2 {
    font-size: 20px;
    line-height: 1.3;
    margin-bottom: 10px;
    text-align: center;
  }

  .bamboo3-container .b3-title h2 span {
    font-size: 20px;
    line-height: 1.3;
  }
}

/* project-page */
.project-banner {
  width: 100%;
  height: 30vh;
}

.project-banner img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.G1 .swiper-container {
  width: 100%;
  height: 500px;
  padding-bottom: 100px;
  padding-top: 100px;

}

.G1 .swiper-slide {
  text-align: center;
  font-size: 18px;
  background: #fff;

  /* Center slide text vertically */
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}

.G1 .swiper-slide img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.G2 .G2-title h2 {
  font-size: 30px;
  font-weight: 600;
  text-transform: capitalize;
  color: #000000;
  margin-bottom: 20px;
  margin-top: 40px;
  text-align: center;
}

.G2 .G2-title h2 span {
  font-size: 30px;
  font-weight: 600;
  text-transform: capitalize;
  color: #0eaa61;
}

.G2 .G2-text p {
  font-size: 16px;
  color: #56595f;
  line-height: normal;
  text-align: center;
}

@media screen and (max-width:921px) {
  .G2 .G2-title h2 {
    font-size: 25px;
  }

  .G2 .G2-title h2 span {
    font-size: 25px;
  }

  .G2 .G2-text p {
    font-size: 14px;
    line-height: normal;
  }
}

@media screen and (max-width:544px) {
  .G2 .G2-title h2 {
    font-size: 20px;
  }

  .G2 .G2-title h2 span {
    font-size: 20px;
  }

  .G2 .G2-text p {
    font-size: 14px;
    line-height: normal;
  }
}

.G2 .swiper-container {
  width: 100%;
  height: 200px;
  padding-bottom: 50px;
  padding-top: 20px;

}

.G2 .swiper-slide {
  text-align: center;
  font-size: 18px;
  background: #fff;

  /* Center slide text vertically */
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}

.G2 .swiper-slide img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.G3 .G3-title h2 {
  font-size: 30px;
  font-weight: 600;
  text-transform: capitalize;
  color: #000000;
  margin-bottom: 20px;
  margin-top: 40px;
  text-align: center;
}

.G3 .G3-title h2 span {
  font-size: 30px;
  font-weight: 600;
  text-transform: capitalize;
  color: #0eaa61;
}

.G3 .G3-text p {
  font-size: 16px;
  color: #56595f;
  line-height: normal;
  text-align: center;
}

@media screen and (max-width:921px) {
  .G3 .G3-title h2 {
    font-size: 25px;
  }

  .G3 .G3-title h2 span {
    font-size: 25px;
  }

  .G3 .G3-text p {
    font-size: 14px;
    line-height: normal;
  }
}

@media screen and (max-width:544px) {
  .G3 .G3-title h2 {
    font-size: 20px;
  }

  .G3 .G3-title h2 span {
    font-size: 20px;
  }

  .G3 .G3-text p {
    font-size: 14px;
    line-height: normal;
  }
}

.G3 .swiper-container {
  width: 100%;
  height: 200px;
  padding-bottom: 50px;
  padding-top: 20px;

}

.G3 .swiper-slide {
  text-align: center;
  font-size: 18px;
  background: #fff;

  /* Center slide text vertically */
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}

.G3 .swiper-slide img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}


/* news-page */
.news-banner {
  width: 100%;
  height: 30vh;
}

.news-banner img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.n-title {
  padding-top: 80px;
  padding-bottom: 30px;
}

.n-title h2 {
  font-size: 25px;
  color: #000000;
  text-align: center;
  font-weight: 600;
}

.news-item {
  display: flex;
  width: 100%;
  height: 300px;
  gap: 30px;
  margin-bottom: 30px;
  background-color: #dddddd;
  box-shadow: var(--i_shadow);
}

.news-item .n-img {
  width: 25%;
  height: auto;
  overflow: hidden;
}

.news-item .n-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}


.news-item .n-content {
  width: 60%;
  padding: 0 20px;
  display: flex;
  flex-direction: column;
  gap: 30px;
  justify-content: center;
  align-items: center;
}

.n-content .n-content-title {
  width: 100%;
}

.news-item .n-content h5 {
  font-size: 18px;
  color: #010101;
  font-weight: bold;
}

.news-item .n-content .n-text {
  width: 100%;
}

.news-item .n-content p {
  font-size: 16px;
  color: #5B5B5B;
  line-height: 1.8;
}

.n-more {
  width: 100%;
}

.more-container {
  background-color: #0eaa61;
  padding: 10px 20px 10px 20px;
  border-style: solid;
  border-width: 2px 2px 2px 2px;
  border-color: #0eaa61;
  border-radius: 0px 0px 0px 0px;
  display: inline-block;
}

.news-item .n-date {
  width: 15%;
  text-align: center;
  align-content: center;
}

.n-date .time-year {
  font-size: 24px;
  color: #56595f;
}

.n-date .time-date {
  font-size: 16px;
  color: #7A7A7A;
}

@media screen and (max-width:767px) {
  .news-banner {
    height: 20vh;
  }

  .n-title {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .n-title h2 {
    font-size: 20px;
  }

  .news-item {
    height: 120px;
    gap: 10px;
    margin-bottom: 10px;
  }

  .news-item .n-content {
    gap: 5px;
  }

  .news-item .n-content h5 {
    font-size: 16px;
    width: 200px;
    white-space: nowrap;
    /* 防止文字换行 */
    overflow: hidden;
    /* 隐藏溢出的部分 */
    text-overflow: ellipsis;
    /* 显示省略号 */
  }

  .news-item .n-content .n-text {
    height: 40px;
    overflow: hidden;
  }

  .news-item .n-content p {
    font-size: 14px;
    line-height: normal;
  }

  .more-container {
    padding: 6px 10px 5px 10px;
  }

  .more-container a span {
    font-size: 14px;
    color: #fff;
    text-decoration: none;
  }

  .n-date .time-year {
    font-size: 16px;
  }

  .n-date .time-date {
    font-size: 14px;
  }

}

/* contact-page */
.contact-banner {
  width: 100%;
  height: 30vh;
}

.contact-banner img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.area-container {
  display: grid;
  grid-template-columns: 1fr 1fr;
  width: 100%;
  gap: 50px;
  padding-top: 0px;
  padding-bottom: 50px;
  padding-left: 20px;
  padding-right: 20px;
  overflow: visible;
}

.contact-email,
.contact-address {
  padding: 50px 40px 50px 40px;
  box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.15);
  border-style: solid;
  border-width: 1px 1px 1px 1px;
  border-color: #f5f5f5;
  border-radius: 5px 5px 5px 5px;
  transition: all .4s ease;
  background-color: #fff;
  position: relative;
  overflow: hidden;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}

.contact-email .icon,
.contact-address .icon {
  text-align: center;
  margin-bottom: 13px;
}

.contact-email h3,
.contact-address h3 {
  margin: 5px 0px 5px 0px;
  padding: 0px 0px 0px 0px;
  color: #000000;
  font-size: 20px;
  text-align: center;
}

.contact-email p,
.contact-address p {
  color: #7A7A7A;
  font-size: 16px;
  text-align: center;
}

@media screen and (max-width:767px) {
  .contact-banner {
    height: 20vh;
  }

  .area-container {
    grid-template-columns: 1fr;
    grid-template-rows: 1fr 1fr;
    gap: 10px;
  }


}

/* single-product */
.pd_content .wrap {
  display: flex;
  display: -webkit-flex;
  justify-content: space-between;
  flex-wrap: wrap;
  background: #fff;
  position: relative;
  z-index: 2;
}

.pd_brief {
  width: 46%;
}

.pd_content .gallery {
  width: 49%;
  border-radius: 0.1rem;
  border: 1px solid var(--border_color);
  position: relative;
  overflow: hidden;
}

/* 修改部分 */
.gallery {
  display: flex;
  flex-wrap: wrap;
}

.gallery .img {
  position: relative;
  width: calc(100% / 4 - 10px);
  margin: 5px;
}

.gallery .img img {
  width: 100%;
  aspect-ratio: 3 / 4 !important;
  object-fit: cover;
  overflow: hidden;
}


/* -------- */

.pd_content h1 {
  font-size: 0.24rem;
  color: var(--i_color);
  margin-bottom: 0.2rem;
}

@media screen and (max-width: 1440px) {
  .pd_content h1 {
    font-size: 0.24rem;
  }
}

@media screen and (max-width: 1024px) {
  .pd_content h1 {
    font-size: 0.2rem;
  }

  .pd_brief {
    width: 100%;
  }

  .pd_content .gallery {
    display: none;
  }
}

/* .p_atlas_show {
  width: 100%;
  position: relative;
  overflow: hidden;
  z-index: 2;
}

.p_atlas_show .swiper-wrapper {
  display: -webkit-flex;
  display: flex;
  position: relative;
  width: 100%;
}

.p_atlas_show .swiper-slide {
  flex-shrink: 0;
  position: relative;
}

.p_atlas_show .swiper-slide .img {
  position: relative;
  overflow: hidden;
  background: #fff;
}

.p_atlas_show .swiper-slide .img::before {
  content: "";
  display: block;
  padding-bottom: 80.45%;
}

.p_atlas_show .swiper-slide img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
} */

.p_atlas_list {
  width: 100%;
  position: relative;
  overflow: hidden;
  padding: 0.1rem 0;
}

.p_atlas_list .swiper-wrapper {
  display: -webkit-flex;
  display: flex;
  position: relative;
  width: 100%;
}

.p_atlas_list .swiper-slide {
  flex-shrink: 0;
  position: relative;
  cursor: pointer;
  overflow: hidden;
}

.p_atlas_list .swiper-slide::before {
  content: "";
  display: block;
  padding-bottom: 80.45%;
}

.p_atlas_list .img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  border-radius: 0.1rem;
}

.p_atlas_list .swiper-slide img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.p_atlas_list .swiper-slide-thumb-active .img {
  border: 1px solid var(--i_color);
}

.atlas-prev,
.atlas-next {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 3;
  cursor: pointer;
  outline: none;
  -webkit-user-select: none;
  user-select: none;
  width: 0.44rem;
  height: 0.44rem;
  border-radius: 50%;
  font-size: 0.2rem;
  display: flex;
  display: -webkit-flex;
  justify-content: center;
  align-items: center;
  background: none;
  border: 1px solid var(--i_color);
  color: var(--i_color);
}

.atlas-prev {
  left: 0;
}

.atlas-next {
  right: 0;
}

.i_project_list .swiper-button-disabled {
  cursor: not-allowed;
}

.atlas-prev:hover,
.atlas-next:hover {
  background: var(--i_color);
  color: #fff;
}

.atlas-pagination {
  text-align: center;
  margin-top: 0.2rem;
  display: none;
}

.atlas-pagination .swiper-pagination-bullet {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  display: inline-block;
  margin: 0 8px;
  background: #cbcbcb;
  outline: none;
  cursor: pointer;
  position: relative;
}

.atlas-pagination .swiper-pagination-bullet::after {
  content: "";
  width: 100%;
  height: 100%;
  border-radius: 50%;
  background: none;
  border: 2px solid transparent;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.atlas-pagination .swiper-pagination-bullet-active {
  background: var(--i_color);
}

.atlas-pagination .swiper-pagination-bullet-active::after {
  width: 200%;
  height: 200%;
  border-color: var(--i_color);
}

.pd_brief .txt {
  margin-right: -10px;
  margin-bottom: 30px;
  color: #696969;
  font-size: 16px;
  margin-top: 30px;
}

.pd_brief .txt h2 {
  font-size: 16px;
  color: #000;
  line-height: normal;
  margin-bottom: 21px;
}

.pd_brief .txt p {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-right: -10px;
  margin-bottom: 30px;
  color: #696969;
  font-size: 18px;
  margin-top: 30px;
}



.pd_brief .but {
  display: flex;
  display: -webkit-flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  gap: 0.2rem;
}

.pd_brief .but a b {
  border-radius: 25px 25px 25px 25px;
  padding: 12px 25px 12px 25px;
  border-color: #0eaa61;
  background-color: #0eaa61;
  color: #ffffff;
  font-size: 16px;
}

.pd_share {
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-end;
  gap: 0.1rem;
}

.pd_share p {
  font-size: 0.16rem;
  color: #333;
  font-weight: 400;
}

.pd_share a {
  display: flex;
  display: -webkit-flex;
  justify-content: center;
  align-items: center;
  color: #c2c6c9;
}

.pd_share iconify-icon {
  font-size: 0.24rem;
}

.pd_share a:hover {
  color: var(--i_color);
}

.pd_tit span {
  display: table;
  font-size: 0.24rem;
  padding: 0.1rem 0;
  color: var(--i_color);
  font-weight: bold;
  border-bottom: 2px solid var(--i_color);
}

.pd_tit {
  border-bottom: 1px solid var(--border_color);
}

.detail {
  border-radius: 0.6rem 0.6rem 0 0;
}

.detail article {
  padding: 0.3rem 0;
  font-size: 0.16rem;
  color: #666;
}

.tag {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 0.1rem 0.2rem;
}

.tag h6 {
  font-size: 0.18rem;
  color: #333;
}

.tag a {
  font-size: 0.16rem;
  color: #333;
  padding: 8px 0.2rem;
  border-radius: 0.3rem;
  background: #fff;
}

.tag a:hover {
  background: var(--i_color);
  color: #fff;
}

.pd_navigation {
  display: flex;
  display: -webkit-flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  padding: 20px 0;
  border-top: 1px solid var(--border_color);
}

.pd_navigation a {
  display: flex;
  display: -webkit-flex;
  align-items: center;
  flex-wrap: wrap;
}

.pd_navigation h6 {
  font-size: 14px;
  color: #222;
  font-weight: 400;
  margin: 0 10px;
}

.pd_navigation p {
  font-size: 14px;
  color: #333;
}

.pd_n_btn {
  width: 0.36rem;
  height: 0.36rem;
  font-size: 0.2rem;
  display: flex;
  display: -webkit-flex;
  justify-content: center;
  align-items: center;
  background: none;
  border: 1px solid var(--i_color);
  color: var(--i_color);
  border-radius: 50%;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.pd_n_btn:hover {
  background: var(--i_color);
  color: #fff;
}


.r_p {
  overflow: hidden;
}

.r_p .swiper-container {
  margin: 0 auto;
  position: relative;
  overflow: hidden;
  list-style: none;
  padding: 0.1rem 0;
  z-index: 1;
}

.r_p .swiper-wrapper {
  display: flex;
  position: relative;
  width: 100%;
  z-index: 1;
}

.r_p .swiper-slide {
  flex-shrink: 0;
  width: 100%;
  height: 100%;
  position: relative;
  transition-property: transform;
}

.r_p-button-prev,
.r_p-button-next {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 0.44rem;
  height: 0.44rem;
  outline: none;
  cursor: pointer;
  -webkit-user-select: none;
  user-select: none;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  overflow: hidden;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  background: var(--i_color);
  z-index: 10;
  font-size: 20px;
  color: #fff;
  display: flex;
  display: -webkit-flex;
  justify-content: center;
  align-items: center;
  display: none;
}

.r_p-button-prev {
  left: 0;
}

.r_p-button-next {
  right: 0;
}

.r_p-button-prev:hover,
.r_p-button-next:hover {
  background-color: #fff;
  color: var(--i_color);
}

.r_p-pagination {
  text-align: center;
  margin-top: 20px;
}

.r_p-pagination .swiper-pagination-bullet {
  width: 9px;
  height: 9px;
  display: inline-block;
  margin: 0 8px;
  background: #666;
  border-radius: 50%;
  outline: none;
  cursor: pointer;
  position: relative;
}

.r_p-pagination .swiper-pagination-bullet::after {
  content: "";
  width: 100%;
  height: 100%;
  border-radius: 50%;
  border: 1px solid var(--i_color);
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  opacity: 0;
}

.r_p-pagination .swiper-pagination-bullet-active {
  background: var(--i_color);
}

.r_p-pagination .swiper-pagination-bullet-active::after {
  width: 18px;
  height: 18px;
  opacity: 1;
}

.rp_list>a {
  display: block;
  width: 100%;
}

.rp_list h6 {
  font-size: 0.18rem;
  color: #333;
  font-weight: normal;
  margin: 0.16rem 0.1rem;
  text-align: center;
}

.rp_list .img {
  border: 1px solid var(--border_color);
  width: 100%;
  position: relative;
  overflow: hidden;
  -webkit-border-radius: 0.1rem;
  border-radius: 0.1rem;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.rp_list .img::before {
  content: "";
  display: block;
  padding-bottom: 80.84%;
}

.rp_list .img img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.rp_list li:hover .img {
  border-color: var(--i_color);
}

.rp_list img,
.rp_list h6 {
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.rp_list li:hover h6 {
  color: var(--i_color);
}

.rp_list li:hover img {
  width: 105%;
  height: 105%;
}

/* from */
.modal {
  display: none;
  /* 初始隐藏 */
  position: fixed;
  z-index: 1;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: rgb(0, 0, 0);
  /* 背景色 */
  background-color: rgba(0, 0, 0, 0.4);
  /* 背景透明 */
  z-index: 100000;
}

.close {
  color: #aaa;
  float: right;
  font-size: 28px;
  font-weight: bold;
  margin-right: 10px;
  position: relative;
  bottom: 80px;
}

.close:hover,
.close:focus {
  color: black;
  text-decoration: none;
  cursor: pointer;
}

.modal .home-contact {
  position: absolute;
  /* 设置为绝对定位 */
  top: 50%;
  /* 定位到页面垂直居中的位置 */
  left: 50%;
  /* 定位到页面水平居中的位置 */
  transform: translate(-50%, -50%);
  /* 通过transform进行调整，完成居中 */
}

.modal .home-contact .contact-container .container-wrap {
  width: 80%;
}

/* pop up form */


#wpforms-150-field_1,
#wpforms-150-field_2,
#wpforms-150-field_3,
#wpforms-150-field_4,
#wpforms-150-field_5 {
  border-radius: 5px 5px 5px 5px;
  padding: 15px 10px 15px 10px;
  background-color: #ffffff;
  background-clip: padding-box;
  border-width: 1px;
  border-style: solid;
  border-color: rgba(0, 0, 0, 0.25);
  font-size: var(--wpforms-field-size-font-size);
  line-height: 100%;
  box-shadow: none;
  transition: border 0.15s, box-shadow 0.15s;
  width: 100%;
}

#wpforms-150-field_2-container,
#wpforms-150-field_3-container {
  display: inline-block;
  width: 49%;
}

#wpforms-150-field_2-container,
#wpforms-150-field_3-container,
#wpforms-150-field_4-container,
#wpforms-150-field_5-container {
  padding: 15px 10px 15px 10px;
}

.wpforms-submit {
  display: inline-block;
  font-size: 18px;
  font-weight: normal;
  text-transform: uppercase;
  background-color: #0eaa61;
  color: #ffffff;
  border-style: none;
  border-radius: 0px 0px 0px 0px;
  padding: 0px 20px 0px 20px;
}

@media screen and (max-width:767px) {

  #wpforms-150-field_2-container,
  #wpforms-150-field_3-container {
    width: 100%;
    display: block;
  }

  #formModal .home-contact {
    width: 80vw;
  }
}

@media screen and (max-width:544px) {
  #formModal .home-contact {
    width: 100vw;
  }
}