@charset "UTF-8";
/* Google Fonts */
/* Theme default css */
body {
  font-family: "Roboto", sans-serif;
  font-weight: normal;
  font-style: normal;
  background: #fff;
}

.img {
  max-width: 100%;
  transition: all 0.3s ease-out 0s;
}

a,
.button {
  transition: all 0.3s ease-out 0s;
}

a:focus,
.button:focus {
  text-decoration: none;
  outline: none;
  color: white;
}

a:hover {
  color: #e8505b;
  text-decoration: none;
}

a,
button {
  outline: none;
  text-decoration: none;
}

button:focus,
input:focus,
input:focus,
textarea,
textarea:focus {
  outline: none;
  box-shadow: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Roboto", sans-serif;
  color: #313131;
  margin-top: 0px;
  font-weight: 400;
  text-transform: capitalize;
}

h1 {
  font-size: 40px;
  font-weight: 500;
}

h2 {
  font-size: 35px;
}

h3 {
  font-size: 28px;
}

h4 {
  font-size: 22px;
}

h5 {
  font-size: 18px;
}

h6 {
  font-size: 16px;
}

ul {
  margin: 0px;
  padding: 0px;
}

li {
  list-style: none;
}

p {
  font-size: 16px;
  font-weight: normal;
  line-height: 24px;
  color: #555555;
}

label {
  color: #7e7e7e;
  cursor: pointer;
  font-size: 14px;
  font-weight: 400;
}

*::-moz-selection {
  background: #d6b161;
  color: #fff;
  text-shadow: none;
}

::-moz-selection {
  background: #444;
  color: #fff;
  text-shadow: none;
}

::selection {
  background: #444;
  color: #fff;
  text-shadow: none;
}

*::-moz-placeholder {
  color: #757575;
  font-size: 14px;
  opacity: 1;
}

*::placeholder {
  color: #757575;
  font-size: 14px;
  opacity: 1;
}

.defalt-padding {
  padding: 120px 0px;
}

.section-padding {
  padding-bottom: 60px;
}

.bg-img {
  background-image: url(../images/banner/banner4.png);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}

.bg-white {
  background: #fff;
}

.bg-theme {
  background: #39521F;
}

.pt-120 {
  padding-top: 120px;
}

/* Start button style */
.sub-btn {
  margin-top: 20px;
}

.read-more-btn {
  font-family: Source Han Sans, Source Han Sans;
  font-weight: 500;
  font-size: 16px;
  color: #3D3D3D;
  line-height: 24px;
}

.btn {
  background: #9AB286;
  border: 1px solid #9AB286;
  border-radius: 2px;
  color: #fff;
  display: inline-block;
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 1px;
  line-height: 1;
  margin-bottom: 0;
  padding: 16px 25px;
  text-align: center;
  transition: all 0.3s ease-in-out;
}

.btn:hover {
  background: #39521F;
  color: #fff;
  border: 1px solid #39521F;
  transition: all 0.3s ease-in-out;
}

/* End button style */
.breadcrumb > .active {
  color: #888;
}

/*Start Variable */
/* End Variable */
/* Start custom-class */
.theme-color {
  color: rgb(46, 76, 14);
}

.theme-color-hover {
  transition: 0.3s;
}
.theme-color-hover:hover {
  color: rgb(46, 76, 14);
}

.text-justify {
  text-align: justify;
}

/* End custom-class */
/* Preloader start */
#loading {
  background-color: rgb(46, 76, 14);
  height: 100%;
  width: 100%;
  position: fixed;
  z-index: 999999;
  margin-top: 0px;
  top: 0px;
}
#loading #loading-center {
  width: 100%;
  height: 100%;
  position: relative;
}
#loading #loading-center-absolute {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 25%;
  transform: translate(-50%, -50%);
}
#loading .loading-icon .loading-logo {
  width: 200px;
  height: 200px;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  #loading #loading-center-absolute {
    width: 40%;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  #loading #loading-center-absolute {
    width: 40%;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  #loading #loading-center-absolute {
    width: 45%;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  #loading #loading-center-absolute {
    width: 50%;
  }
}
@media (max-width: 575px) {
  #loading #loading-center-absolute {
    width: 60%;
  }
}

/* Preloader end */
/* Start Header style */
/*sticky-header*/
.fixed {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  box-shadow: 0px 0px 10px 0px rgba(136, 136, 136, 0.1);
  background: #fff;
  transition: all 0.3s ease-in-out;
  z-index: 999;
}

/*End sticky-header*/
#header-top {
  background: rgb(46, 76, 14);
}

.header-top-area {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.header-top-area .h-left-area {
  display: flex;
}
.header-top-area .h-left-area li {
  padding: 6px 11px;
  color: #ffffff;
  border-left: 1px solid #f7f7f7;
  font-size: 16px;
  margin-left: 18px;
}
.header-top-area .h-left-area li:first-child {
  border-left: none;
  margin-left: 0;
  padding-left: 0;
}
.header-top-area .h-left-area li i {
  padding-right: 7px;
}
.header-top-area .h-right-area {
  display: flex;
}
.header-top-area .h-right-area li {
  padding: 5px 0px;
  border-right: 1px solid #f7f7f7;
}
.header-top-area .h-right-area li:first-child {
  border-left: 1px solid #f7f7f7;
}
.header-top-area .h-right-area li a {
  color: #ffffff;
  padding: 0px 14px;
  font-size: 18px;
}

/* End Header style */
/* Start Menu style */
.sticky .navbar {
  padding: 0;
  padding: 11px 0;
}

.dropdown:hover .dropdown-menu {
  display: block;
  transition: all 0.3s ease-in-out;
}

.navbar-light .navbar-nav .active > .nav-link,
.navbar-light .navbar-nav .nav-link {
  color: #3D3D3D;
  font-size: 16px;
  padding: 0px 15px;
  font-family: "Roboto", sans-serif;
  text-transform: uppercase;
  letter-spacing: 1px;
  transition: all 0.3s ease-out 0s;
}

.navbar-light .navbar-nav .active > .nav-link:hover {
  color: rgb(46, 76, 14);
  transition: all 0.3s ease-out 0s;
}

.navbar-light .navbar-nav .nav-link:hover {
  color: rgb(46, 76, 14);
  transition: all 0.3s ease-out 0s;
}

.navbar-light .navbar-brand {
  width: 150px;
}
.navbar-light .navbar-brand img {
  width: 100%;
}

.dropdown-menu {
  width: 250px;
  font-size: 14px;
  color: #ffffff;
  background-color: none;
  border: none;
  border-radius: none;
  padding-top: 38px;
  padding-bottom: 0;
}

.dropdown-item {
  font-weight: 500;
  color: #ffffff;
  text-decoration: none;
  background-color: rgb(46, 76, 14);
  padding: 12px 22px;
  border-top: 1px solid #f1f1f1;
}

.dropdown-item.active,
.dropdown-item:active {
  background-color: rgb(46, 76, 14);
}

.menu-search-cart li {
  float: left;
}

.menu-search {
  display: inline-block;
  height: 40px;
  width: 40px;
  text-align: center;
  font-size: 16px;
  line-height: 38px;
  color: rgb(46, 76, 14);
  border: 2px solid #f1f1f1;
  border-radius: 100%;
  margin: 33px 0px 13px;
  cursor: pointer;
}

.menu-search-form {
  position: absolute;
  height: 100%;
  width: 100%;
  color: #707070;
  top: 0;
  left: 0;
  text-align: center;
  display: none;
}

.menu-search-form.open {
  display: block;
}

.menu-search-form input {
  width: 100%;
  height: 100%;
  color: #707070;
  text-align: center;
  border: none;
  outline: none;
  padding: 15px 115px 15px 15px;
}

.menu-search-form .menu-search-close {
  position: absolute;
  right: 90px;
  top: 35%;
  color: #222222;
  font-size: 18px;
  font-weight: 700;
  cursor: pointer;
}

.menu_cart {
  position: relative;
}

.menu_cart > span {
  position: relative;
  display: inline-block;
  height: 40px;
  width: 40px;
  text-align: center;
  font-size: 16px;
  line-height: 30px;
  color: rgb(46, 76, 14);
  border: 2px solid rgb(46, 76, 14);
  border-radius: 100%;
  margin: 33px 11px 26px 13px;
  cursor: pointer;
}

.menu_cart > span:before {
  content: "2";
  position: absolute;
  top: 7px;
  right: -13px;
  height: 20px;
  width: 20px;
  font-size: 14px;
  line-height: 20px;
  font-weight: 700;
  color: #fff;
  background-color: rgb(46, 76, 14);
  border-radius: 100%;
  text-align: center;
}

.menu_cart .shop_feature {
  background-color: #fff !important;
  width: 270px !important;
  padding: 10px 20px 20px !important;
  right: 0px;
  left: auto !important;
}

.menu_cart li {
  width: 100%;
}

.menu_cart .feature_item {
  position: relative;
  color: #363636;
  font-weight: 400;
  overflow: hidden;
  padding: 5px 0px;
}

.menu_cart .featured_image {
  float: left;
  margin-right: 10px;
}

.menu_cart .featured_content {
  display: table;
  font-size: 12px;
}

.menu_cart .featured_content > h3 {
  line-height: 15px;
}

.menu_cart .featured_content > h3 a {
  background-color: #fff;
  color: #000000 !important;
  font-size: 18px;
  font-weight: 500;
  padding: 0px;
  text-decoration: none;
  border: none;
}

.menu_cart .featured_content > h3 a:hover {
  color: rgb(46, 76, 14);
}

.menu_cart .featured_content p {
  color: #696969;
  font-size: 12px;
  text-transform: capitalize;
  line-height: 24px;
  display: inline-block;
  margin-right: 10px;
  margin-top: 2px;
  margin-bottom: 0px;
}

.menu_cart .featured_content > .remove {
  position: absolute;
  top: 12%;
  right: 8%;
  font-size: 14px;
  font-weight: 600;
  color: #000000;
  cursor: pointer;
}

.menu_cart .featured_content > .remove:hover {
  color: rgb(46, 76, 14);
}

.menu_cart .cart_total {
  color: #696969;
  font-weight: 400;
  padding: 10px 0px;
  text-transform: capitalize;
}

.menu_cart .cart_total span {
  float: right;
}

.menu_cart .check_out {
  display: block;
  text-align: center;
  text-decoration: none;
  color: #fff;
  font-size: 15px;
  font-weight: 400;
  font-style: italic;
  background-color: rgb(46, 76, 14);
  border-radius: 2px;
  padding: 11px 30px;
  transition: 0.25s ease-out;
}

/* End Menu style */
/* Start Banner style */
.banner-content .title {
  font-family: Alimama ShuHeiTi;
  font-weight: 700;
  font-size: 50px;
  color: #FFFFFF;
  line-height: 60px;
}
.banner-content > p {
  color: #fff;
  font-size: 14px;
  line-height: 22px;
}
.banner-content h3 {
  font-size: 24px;
  font-weight: 300;
  color: #232323;
  text-transform: uppercase;
  margin-bottom: 25px;
}
.banner-content h4 {
  color: #3D3D3D;
  font-size: 16px;
}
.banner-content h1 {
  font-size: 34px;
  font-weight: 500;
  color: #fff;
  margin-bottom: 33px;
}
.banner-content span {
  color: rgb(46, 76, 14);
}
.banner-content p {
  margin-bottom: 50px;
}
.banner-content ul {
  display: flex;
}
.banner-content ul li {
  margin-left: 5px;
  font-size: 16px;
  font-weight: 400;
}
.banner-content ul li:first-child {
  margin-left: 0;
}
.banner-content ul li a {
  color: #3D3D3D;
}

/* End Banner style */
/* Start Services style */
#services > .container {
  margin-top: -40px;
  z-index: 111;
  position: relative;
}

html[lang=en] .service-area {
  height: unset;
  min-height: 470px;
  position: relative;
}
html[lang=en] .service-area .btn {
  position: absolute;
  bottom: 30px;
}

.service-box {
  display: flex;
  flex-direction: column;
}

.service-area {
  box-shadow: 0px 0px 2px 0px rgba(0, 0, 0, 0.15);
  transition: all 0.3s ease-in-out;
  background: #fff;
  padding: 45px;
  margin-bottom: 50px;
  padding-top: 20px;
  box-sizing: border-box;
  flex-grow: 1;
}
.service-area h3 {
  font-size: 20px;
  font-weight: 500;
  color: #3D3D3D;
  margin-bottom: 20px;
}
.service-area i {
  font-size: 50px;
  color: #ffffff;
  width: 90px;
  height: 90px;
  border-radius: 50%;
  display: inline-block;
  text-align: center;
  line-height: 90px;
  margin-bottom: 25px;
}
.service-area i > img {
  width: 100%;
  height: 100%;
}
.service-area .btn {
  padding: 10px 12px;
}
.service-area p {
  margin-bottom: 25px;
  font-weight: 400;
  font-size: 16px;
  color: #4D4D4D;
  line-height: 24px;
  flex: 1;
}
.service-area:hover {
  box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.15);
  transition: all 0.3s ease-in-out;
}

.services.page3 .service-area {
  border: 2px solid rgb(46, 76, 14);
  border-radius: 12px;
  margin-bottom: 0;
  margin-top: 0;
  box-shadow: none;
  padding: 20px 15px;
}
.services.page3 .service-area:hover i {
  transform: rotateY(360deg);
}
.services.page3 .service-area p {
  margin-bottom: 0;
}
.services.page3 .service-area i {
  transition: 0.5s;
}

/* End Services style */
/* Start Services-area style */
#services-area {
  background: #F8F8F8;
}
#services-area .equal-height {
  display: flex;
  flex-wrap: wrap;
  margin: -10px;
  /* 抵消padding */
}
#services-area .section-header h2 {
  color: #ffffff;
  font-weight: 400;
  font-size: 14px;
  color: #86909C;
  line-height: 22px;
  text-transform: capitalize;
}
#services-area .section-header h3 {
  color: #ffffff;
  font-weight: 500;
  font-size: 36px;
  color: #3D3D3D;
  line-height: 44px;
  text-transform: uppercase;
  margin-bottom: 15px;
}
#services-area .service-h h2 {
  color: #3D3D3D;
  font-size: 36px;
  font-weight: 500;
  text-transform: capitalize;
}
#services-area .service-h h3 {
  color: rgb(46, 76, 14);
  font-size: 20px;
  font-weight: 400;
  text-transform: uppercase;
}

.services-item {
  display: flex;
  background: #ffffff;
  margin-bottom: 20px;
  padding: 50px;
}
.services-item .services-icon i {
  width: 100px;
  height: 100px;
  border-radius: 50%;
  display: inline-block;
  text-align: center;
  line-height: 100px;
}
.services-item .services-icon i img {
  width: 100%;
  height: 100%;
}
.services-item .services-content {
  margin-left: 28px;
}
.services-item .services-content a {
  font-size: 20px;
  font-weight: 500;
  color: #3D3D3D;
  margin-bottom: 15px;
  display: block;
}
.services-item .services-content p {
  font-family: Source Han Sans, Source Han Sans;
  font-weight: 400;
  font-size: 16px;
  color: #3D3D3D;
  line-height: 24px;
  text-align: left;
}

.equal-height {
  display: flex;
  flex-wrap: wrap;
  margin: -10px;
  /* 抵消padding */
}
.equal-height .services-item {
  display: flex;
  flex: 1;
  /* 关键：让所有项目等高 */
  width: 100%;
  margin-bottom: 0 !important;
  /* 确保内容区域填满剩余空间 */
}
.equal-height .services-item .services-content {
  flex-grow: 1;
}

.equal-height > .col-lg-6,
.equal-height > .col-md-12 {
  display: flex;
  padding: 10px;
}

.s-box {
  box-shadow: 0px 0px 2px 0px rgba(0, 0, 0, 0.15);
  transition: all 0.3s ease-in-out;
}
.s-box:hover {
  box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.15);
  transition: all 0.3s ease-in-out;
}

/* End Services-area style */
/* Start Services-Singal style */
.services-s-all-service {
  box-shadow: 0px 0px 2px 0px rgba(0, 0, 0, 0.15);
  background: #fff;
  margin-bottom: 40px;
}
.services-s-all-service .services-s-title h3 {
  font-size: 20px;
  font-weight: 500;
  color: #3D3D3D;
  border-bottom: 1px solid #f1f1f1;
  padding: 25px 40px;
  margin: 0;
}
.services-s-all-service .services-s-item a {
  font-size: 16px;
  font-weight: 500;
  color: #3D3D3D;
  transition: all 0.3s ease-in-out;
}
.services-s-all-service .services-s-item a:hover {
  color: rgb(46, 76, 14);
}
.services-s-all-service .services-s-item h4 {
  border-bottom: 1px solid #f1f1f1;
  padding: 20px 30px;
}
.services-s-all-service .services-s-item h4:last-child {
  border-bottom: none;
}

.service-s-about {
  box-shadow: 0px 0px 2px 0px rgba(0, 0, 0, 0.15);
  background: #fff;
  margin-bottom: 30px;
}
.service-s-about .services-s-title h3 {
  font-size: 20px;
  font-weight: 500;
  color: #3D3D3D;
  border-bottom: 1px solid #f1f1f1;
  padding: 20px 30px;
}
.service-s-about p {
  padding: 25px 30px;
  line-height: 28px;
  color: #3D3D3D;
}
.service-s-about .services-thumb img {
  background: #fafafa;
  width: 100%;
  height: 100%;
}
.service-s-about .services-download-area {
  padding: 25px 30px;
}
.service-s-about .services-download-area h3 {
  font-size: 20px;
  font-weight: 500;
  color: #3D3D3D;
  margin-bottom: 35px;
}
.service-s-about .services-download-area .download-pdf {
  box-shadow: 0px 0px 2px 0px rgba(0, 0, 0, 0.15);
  background: #fff;
}
.service-s-about .services-download-area .download-pdf a {
  font-size: 14px;
  padding: 20px 15px;
  font-weight: 500;
  color: #2cc374;
  display: flex;
  justify-content: space-between;
}
.service-s-about .services-download-area .download-pdf i {
  margin-left: 15px;
}
.service-s-about .services-download-area .download-pdf h4 {
  font-size: 14px;
  font-weight: 500;
  color: #2cc374;
  margin-right: 30px;
  margin-bottom: 0;
}
.service-s-about .services-download-area .download-zip {
  box-shadow: 0px 0px 2px 0px rgba(0, 0, 0, 0.15);
  background: #fff;
  margin-top: 10px;
}
.service-s-about .services-download-area .download-zip a {
  display: flex;
  padding: 20px 15px;
  color: rgb(46, 76, 14);
  justify-content: space-between;
}
.service-s-about .services-download-area .download-zip h4 {
  font-size: 14px;
  font-weight: 500;
  color: rgb(46, 76, 14);
  margin-right: 30px;
  margin-bottom: 0;
}
.service-s-about .services-download-area .download-zip i {
  margin-left: 15px;
}

.s-contact-info {
  box-shadow: 0px 0px 2px 0px rgba(0, 0, 0, 0.15);
  background: #fff;
}
.s-contact-info h3 {
  font-size: 20px;
  font-weight: 500;
  color: #3D3D3D;
  border-bottom: 1px solid #f1f1f1;
  padding: 20px 30px;
}
.s-contact-info .s-c-info {
  display: flex;
  border-bottom: 1px solid #f1f1f1;
  padding: 20px 30px;
}
.s-contact-info .s-c-info:last-child {
  border: none;
}
.s-contact-info .s-c-info i {
  font-size: 30px;
  color: #FF4D4F;
  padding-right: 15px;
  display: flex;
  align-items: center;
}
.s-contact-info .s-c-info .c-info-details h4 {
  color: #3D3D3D;
  font-size: 16px;
  font-weight: 500;
  margin-bottom: 11px;
}
.s-contact-info .s-c-info .c-info-details h5 {
  font-size: 16px;
}

/*Services-single-rigt style*/
.services-single-right .services-s-title h3 {
  font-weight: 500;
  font-size: 24px;
  color: #3D3D3D;
  margin-bottom: 48px;
}

.overview-thumb img {
  width: 100%;
  height: 100%;
}

.marginTop {
  margin-top: 80px;
}

.text-center {
  text-align: center;
}

.service-overview-content > h3 {
  font-size: 20px;
  color: #3D3D3D;
  font-weight: 500;
  margin-top: 42px;
  margin-bottom: 25px;
}
.service-overview-content p {
  color: #3D3D3D;
}
.service-overview-content ul {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin: 25px 0;
}
.service-overview-content ul li {
  margin-bottom: 16px;
}
.service-overview-content ul li span {
  color: #3D3D3D;
  background: #F4F4F4;
  border-radius: 194px 194px 194px 194px;
  border: 1px solid #F1F1F1;
  height: 40px;
  padding: 6px 32px;
  border: none;
  box-sizing: border-box;
}
.service-overview-content ul li span.active {
  background-color: rgb(46, 76, 14);
  color: #ffffff;
}

.overview-carousel {
  box-shadow: 0px 0px 10px 0px rgba(59, 55, 55, 0.12);
  background-color: #fff;
}
.overview-carousel.owl-theme {
  border-radius: 8px;
}

.overview-carousel-title {
  background: #95AC82;
  box-shadow: 0px 0px 10px 0px rgba(59, 55, 55, 0.12);
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  box-sizing: border-box;
  padding: 13px 24px;
  border-radius: 8px 8px 0 0;
}
.overview-carousel-title h2 {
  font-size: 16px;
  color: #FFFFFF;
  line-height: 24px;
  margin-bottom: 0;
}
.overview-carousel-title h3 {
  font-weight: 400;
  font-size: 12px;
  color: #FFFFFF;
  line-height: 20px;
  margin-bottom: 0;
}
.overview-carousel-title ul {
  display: flex;
  flex-wrap: wrap;
}
.overview-carousel-title ul li {
  background: #95AC82;
  border-radius: 112px;
  border: 1px solid #F1F1F1;
  padding: 5px 24px;
  margin-right: 10px;
  color: #fff;
}

.overview-carousel-content > p {
  padding: 42px 24px;
  font-size: 14px;
  line-height: 28px;
  text-indent: 2em;
  border-radius: 0px 0px 8px;
}

.services-single-work {
  display: flex;
}
.services-single-work .services-single-work-thumb {
  margin-left: 60px;
}
.services-single-work .left-thumb {
  margin-right: 50px;
  margin-top: 30px;
}

.service-s-range-area {
  display: flex;
  gap: 20px;
  /* 两栏之间的间距 */
  flex-wrap: wrap;
}
.service-s-range-area .service-s-range-item {
  background-color: #FFFFFF;
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.16);
  border-radius: 8px 8px 8px 8px;
  flex: 1;
  margin-top: 15px;
}
.service-s-range-area .service-s-range-item .range-thumb .range-thumb-img {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  padding: 0 30px;
}
.service-s-range-area .service-s-range-item .range-thumb .range-thumb-img li {
  width: calc(33.3333333333% - 10px);
  margin-bottom: 8px;
}
.service-s-range-area .service-s-range-item .range-thumb img {
  width: 100%;
  height: 100%;
}
.service-s-range-area .service-s-range-item .mt30 {
  margin-top: 30px;
}
.service-s-range-area .service-s-range-item .service-overview-content {
  border-radius: 0px 8px 8px 0px;
  border-bottom: 1px solid #F1F1F1;
  padding: 15px 20px;
  display: flex;
  flex-direction: column;
  margin: 0;
}
.service-s-range-area .service-s-range-item .service-overview-content h3 {
  margin: 0;
  font-size: 14px;
  color: #3D3D3D;
}
.service-s-range-area .service-s-range-item .service-overview-content p {
  font-size: 12px;
  color: #8C8C8C;
  line-height: 20px;
  margin: 0;
}
.service-s-range-area .range-content {
  background: #fff;
  padding: 25px;
}
.service-s-range-area .range-content h5 {
  font-size: 16px;
  color: #3D3D3D;
  font-weight: 400;
  padding-bottom: 15px;
}
.service-s-range-area .range-content h4 {
  font-size: 18px;
  color: #3D3D3D;
  font-weight: 500;
}
.service-s-range-area .range-content ul {
  display: flex;
  gap: 5px;
  flex-wrap: wrap;
}
.service-s-range-area .range-content ul li {
  margin-bottom: 0;
}
.service-s-range-area .range-content ul li span {
  color: #3D3D3D;
  background: #F4F4F4;
  border-radius: 194px 194px 194px 194px;
  border: 1px solid #F1F1F1;
  height: 40px;
  padding: 4px 6px;
  border: none;
  font-size: 12px;
}
.service-s-range-area .range-content ul li span.active {
  background-color: #a6ba97;
  color: #fff;
}
.service-s-range-area .range-content-box {
  box-shadow: 0px 0px 10px 0px rgba(59, 55, 55, 0.12);
  border-radius: 8px 8px 8px 8px;
  padding-bottom: 10px;
}
.service-s-range-area .range-content-box h2 {
  font-weight: 500;
  font-size: 14px;
  color: #3D3D3D;
  line-height: 20px;
  margin-bottom: 0;
  padding: 0 20px;
  padding-top: 15px;
}
.service-s-range-area .range-content-box h3 {
  font-size: 12px;
  color: #86909C;
  line-height: 20px;
  margin-bottom: 0;
  padding: 0 20px;
  margin-bottom: 18px;
  letter-spacing: 1px;
}
.service-s-range-area .range-content-box ul {
  display: inline-block;
  width: 100%;
  padding: 0 20px;
  box-sizing: border-box;
}
.service-s-range-area .range-content-box ul li {
  width: 100%;
  border: 1px solid #F1F1F1;
  border-radius: 165px;
  text-align: center;
  font-size: 12px;
  color: #3D3D3D;
  line-height: 20px;
  margin-bottom: 8px;
  padding: 8px 0;
}
.service-s-range-area .range-content-bottom {
  display: flex;
  gap: 10px;
  margin-top: 10px;
}

.leadership-wrapper {
  display: flex;
  justify-content: center;
  margin-top: 30px;
}
.leadership-wrapper .leadership-team-area {
  display: flex;
  padding: 20px 100px 20px 15px;
  box-shadow: 0px 0px 2px 0px rgba(0, 0, 0, 0.15);
  background: #fff;
  margin-right: 20px;
}
.leadership-wrapper .leadership-team-area .leadership-content {
  padding-left: 15px;
}
.leadership-wrapper .leadership-team-area .leadership-content h4 {
  font-size: 20px;
  font-weight: 500;
  color: #000;
  margin-bottom: 12px;
}
.leadership-wrapper .leadership-team-area .leadership-content h5 {
  font-size: 16px;
  color: #555;
}

.data,
.intelligent {
  width: 50%;
  background: linear-gradient(224deg, rgba(130, 178, 108, 0.12) 0%, rgba(130, 178, 108, 0) 75%);
}

.box-shadow {
  box-shadow: unset;
}

.service-s-range-area .ecology {
  padding: 0;
}

.ecology {
  box-sizing: border-box;
  margin-top: 0;
  display: flex;
  gap: 10px;
  background: linear-gradient(315deg, rgba(130, 178, 108, 0.12) 3%, rgba(130, 178, 108, 0) 42%) !important;
}
.ecology > div {
  width: 50%;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  height: 140px;
  padding: 0;
}
.ecology > div > span {
  width: 50%;
  font-size: 12px;
  height: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.ecology .ecology-title {
  display: flex;
  flex-direction: column;
}

html[lang=en] .ecologyFeature {
  width: 50%;
  font-size: 12px;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  justify-content: space-between;
  padding: 15px 20px 15px;
  background: linear-gradient(315deg, rgba(130, 178, 108, 0.12) 3.07%, rgba(130, 178, 108, 0) 41.54%);
}

html[lang=en] .ecologyFeature > span {
  display: inline-block;
  width: auto;
  /* 自动宽度 */
  height: auto;
  border-right: none;
  border-bottom: 1px solid #F1F1F1;
  text-align: left;
  padding-bottom: 2px;
  color: #3D3D3D;
}

.service-s-range-area .ecology h2 {
  padding: 0;
  padding-top: 0;
}

.service-s-range-area .ecology h3 {
  padding: 0;
  letter-spacing: 0;
  margin-bottom: 0;
}

.service-s-range-area .noShadow {
  box-shadow: unset;
}

.border-bottom {
  border-bottom: 1px solid #F1F1F1;
}

.border-right {
  border-right: 1px solid #F1F1F1;
}

.bg-linear {
  background: linear-gradient(224deg, rgba(130, 178, 108, 0.12) 11%, rgba(130, 178, 108, 0.001) 35%, rgba(130, 178, 108, 0) 100%);
}

/* End Services style */
/* Start platform style */
.work-area {
  background: linear-gradient(180deg, rgba(222, 232, 216, 0) 0%, rgba(222, 232, 216, 0.3798) 51%, rgba(247, 247, 247, 0.4) 100%);
  background-image: url(../images/about/bg.png);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.work-area .work-content {
  position: relative;
}
.work-area .work-content h2 {
  font-size: 24px;
  color: #3D3D3D;
  font-weight: 500;
  line-height: 32px;
  margin-bottom: 0;
}
.work-area .work-content h3 {
  font-weight: 400;
  font-size: 12px;
  color: #86909C;
  line-height: 20px;
  margin-bottom: 0;
}
.work-area .work-content p {
  margin-bottom: 20px;
}
.work-area .sponsor-item-thumb {
  padding: 33px 10px 20px;
}
.work-area .service-overview-content ul li span.active {
  background-color: #2E4C0E;
  color: #ffffff;
  border-radius: 49px 218px 184px 366px;
  padding-left: 20px;
  padding-right: 20px;
}
.work-area .overview-carousel2 {
  box-shadow: 0px 0px 10px 0px rgba(59, 55, 55, 0.12);
  background-color: #fff;
  border-radius: 8px;
}

.work-area .accordion-button {
  font-size: 20px;
  font-family: "Teko", sans-serif;
  background: rgb(46, 76, 14);
  color: #fff;
  padding: 10px 10px 10px 70px;
  border: 0;
  border-radius: 0;
  text-transform: uppercase;
  min-height: 60px;
  text-align: left;
}

.overview-carousel2 .sponsor-item p.text {
  padding: 0;
  text-indent: 0;
  margin-top: 16px;
}

.work-thumb {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
}

.owl-carousel .owl-item img.img-fluid {
  display: block;
  width: unset;
}

.work-info .work-item {
  display: flex;
  margin-top: 28px;
}
.work-info .work-item h5 {
  font-size: 14px;
  color: #86909C;
  line-height: 28px;
}
.work-info .work-item .text {
  padding: 0 !important;
  text-indent: 0 !important;
}
.work-info .work-item ul {
  display: flex;
}
.work-info .work-item ul li {
  margin-right: 20px;
}
.work-info .work-item ul li span {
  font-weight: 400;
  font-size: 12px;
  color: #3D3D3D;
  line-height: 20px;
  border-radius: 165px 165px 165px 165px;
  border: 1px solid #F1F1F1;
  padding: 4px 20px;
}

/* End platform style */
/* Project Button style */
.button-group .btn-active {
  color: rgb(46, 76, 14) !important;
}

.button-group .btn {
  background: #ffffff;
  color: #3D3D3D;
  border: 1px solid #fff;
  box-shadow: 0px 0px 2px 0px rgba(0, 0, 0, 0.15);
  margin-left: 10px;
  font-size: 14px;
  font-weight: 500;
  transition: all 0.3s ease-in-out;
}

.button-group .btn:hover {
  color: rgb(46, 76, 14);
}

/* End Button style */
.bg-theme .project-header h2 {
  color: #ffffff;
  font-weight: 500;
  font-size: 36px;
}
.bg-theme .project-header h3 {
  color: #ffffff;
  font-weight: 400;
  font-size: 20px;
}

#project .section-header h2 {
  color: #3D3D3D;
}
#project .section-header h3 {
  color: rgb(46, 76, 14);
  text-transform: uppercase;
  margin-bottom: 15px;
  font-weight: 400;
  font-size: 20px;
}

.project-item {
  position: relative;
  box-shadow: 0px 0px 2px 0px rgba(0, 0, 0, 0.15);
  background: #fff;
  transition: all 0.3s ease-in-out;
}
.project-item .p-thumb {
  background: #fafafa;
}
.project-item .p-content {
  background: #ffffff;
  padding: 20px 20px;
}
.project-item .p-content h4 {
  font-size: 20px;
  color: #3D3D3D;
  font-weight: 500;
  margin-top: 30px;
  margin-bottom: 20px;
}
.project-item .p-content h5 {
  font-size: 16px;
  color: #8c8c8c;
  margin-bottom: 20px;
}

/* End Project style */
/* Start Question style */
#question-area {
  background: #fff;
  padding: 50px 0;
}

.question-area {
  overflow: hidden;
  position: relative;
}
.question-area .shape {
  position: absolute;
  top: 0;
  left: 0;
}
.question-area .q-area-left {
  position: relative;
}
.question-area .q-area-left img {
  width: 98%;
}

.q-content {
  position: relative;
}
.q-content h3 {
  font-size: 20px;
  text-transform: uppercase;
  color: rgb(46, 76, 14);
}
.q-content h2 {
  font-size: 36px;
  color: #3D3D3D;
  font-weight: 500;
  margin-bottom: 30px;
}

.form-control {
  padding: 10px 15px;
  font-size: 16px;
  color: #495057;
  border: none;
  border: 1px solid #DCDEEA;
  background: #FCFCFC;
  border-radius: 0;
  padding: 7px 10px;
}
.form-control ::-moz-placeholder {
  color: #757575;
  font-size: 12px;
}
.form-control ::placeholder {
  color: #757575;
  font-size: 12px;
}

.form-control1 {
  background: unset;
  border: none;
}

.form-control::-moz-placeholder {
  color: #757575;
  font-size: 16px;
  opacity: 1;
  /* 确保颜色完全显示 */
}

.form-control::placeholder {
  color: #757575;
  font-size: 16px;
  opacity: 1;
  /* 确保颜色完全显示 */
}

.q-from {
  position: relative;
}
.q-from form .form-group input {
  width: 100%;
  margin-bottom: 10px;
  background: #FCFCFC;
}
.q-from form .form-group textarea {
  width: 100%;
  padding: 10px 10px 80px 10px;
  color: rgba(117, 117, 117, 0.6);
}
.q-from form .form-text {
  font-weight: 400;
  font-size: 14px;
  color: #86909C;
}
.q-from .form-group1 {
  width: 100%;
}
.q-from .form-group1 input {
  margin-bottom: 10px;
  background: #FCFCFC;
}
.q-from .form-group2 {
  width: 100%;
}
.q-from .form-group2 input {
  padding: 7px 10px;
  margin-bottom: 10px;
  padding-left: 10px;
}
.q-from .btn {
  padding: 10px 12px;
  font-weight: 400;
}

.q-area-qr {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.q-area-qr .btn {
  background: #E95335;
  border-radius: 4px;
  color: #fff;
  font-size: 12px;
  font-weight: 400;
  border: none;
  padding: 5px 8px;
  width: 246px;
  letter-spacing: 0;
}
.q-area-qr .qrCode {
  border-radius: 8px 8px 8px 8px;
  border: 2px solid #9AB286;
  display: inline-block;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 10px;
  width: 200px;
  height: 200px;
}

.q-from textarea {
  color: #495057;
  font-size: 16px;
}

.contact-f form .form-group textarea {
  border: 1px solid #E7E7E7;
}

/* End Question style */
.sponsor-wrapper.sponsor2 {
  padding-top: 0px;
  margin-top: 0px;
  border-top: none;
  border-bottom: 1px solid #e2e9f7;
  padding: 60px 0;
}

/* Start Client style */
#client .section-header h2 {
  color: #3D3D3D;
  font-size: 36px;
  font-weight: 500;
  text-transform: capitalize;
  position: relative;
  margin-bottom: 0;
}
#client .section-header h3 {
  color: #ffffff;
  font-size: 20px;
  font-weight: 400;
  text-transform: uppercase;
  margin-bottom: 15px;
  position: relative;
}

.client-section {
  background-image: url(../images/home/bg.png);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}

.client-section.page3 .item-wrapper {
  border-radius: 12px;
}
.client-section.page3 .item-wrapper p {
  text-align: center;
}
.client-section.page3 .item-wrapper .c-icon {
  text-align: center;
  color: rgb(46, 76, 14);
  padding-bottom: 30px;
}
.client-section.page3 .item-area {
  display: flex;
  width: 237px;
  margin: 0 auto;
}

.item-wrapper {
  background: #ffffff;
  margin-left: 10px;
}
.item-wrapper p {
  padding: 20px 25px;
}
.item-wrapper .c-icon {
  color: rgb(46, 76, 14);
  margin-left: 30px;
  padding-bottom: 30px;
}

.item-area {
  display: flex;
}
.item-area img {
  width: 100%;
  height: 100%;
  margin: 20px;
}
.item-area .client-thumb {
  width: 60px;
  height: 60px;
}

.client-wrapper {
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-bottom: 1px solid #f1f1f1;
}
.client-wrapper .client-title {
  padding: 30px;
}
.client-wrapper .client-title h4 {
  color: #3D3D3D;
  font-size: 18px;
  font-weight: 500;
}
.client-wrapper .client-title h5 {
  font-size: 15px;
  color: #8c8c8c;
}
.client-wrapper .client-logo {
  width: 60px;
  height: 60px;
  margin-right: 30px;
}

/* End Client style */
/* Start Blog Style */
#blog .section-header h2 {
  color: #3D3D3D;
  font-size: 36px;
  line-height: 44px;
  font-weight: 500;
}
#blog .section-header h3 {
  font-weight: 500;
  font-size: 14px;
  color: #86909C;
  line-height: 20px;
}
#blog .companyIntroDesc {
  text-align: center;
}
#blog .companyIntroDesc .indent {
  padding-left: 2em;
  display: inline-block;
}
#blog .companyIntroDesc .bigText {
  font-size: 20px;
  color: #5E8435;
}
#blog .section-header-ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin: 191px 0;
  margin-bottom: 0;
  position: relative;
}
#blog .section-header-ul li {
  display: flex;
  flex-direction: column;
  align-items: center;
}
#blog .section-header-ul li .units {
  color: #3D3D3D;
  font-size: 24px;
  font-weight: 700;
}
#blog .section-header-ul li .num {
  color: #5E8435;
  font-size: 64px;
  line-height: 72px;
  font-family: Impact, sans-serif;
  font-weight: 400;
}

.blog.page3 .btn:focus {
  color: white;
  box-shadow: none;
}

.blog-area {
  box-shadow: 0px 0px 2px 0px rgba(0, 0, 0, 0.15);
  background: #fff;
  transition: 0.3s;
  height: 100%;
  display: flex;
  flex-direction: column;
}
.blog-area:hover {
  box-shadow: 0px 0px 10px 0px rgba(136, 136, 136, 0.3);
}
.blog-area .b-thumb {
  background: #fafafa;
  flex-shrink: 0;
  /* 图片不缩放 */
}
.blog-area .b-item {
  flex: 1;
  display: flex;
  flex-direction: column;
}

.b-title a {
  font-size: 20px;
  font-weight: 500;
  color: #3D3D3D;
  margin-top: 25px;
  margin-bottom: 15px;
  display: block;
  padding: 0px 30px;
  transition: 0.3s;
}
.b-title a:hover {
  color: rgb(46, 76, 14);
}
.b-title p {
  font-family: Source Han Sans, Source Han Sans;
  font-weight: 400;
  font-size: 16px;
  color: #3D3D3D;
  line-height: 24px;
}

.b-text {
  font-size: 16px;
  color: #888;
  margin-bottom: 15px;
  padding: 0px 30px;
  text-align: center;
  /* 左边横线 */
  /* 右边横线 */
}
.b-text .b-date {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 40px;
}
.b-text span {
  margin: 0px 10px;
  color: #9CABDF;
  font-weight: 400;
  font-size: 20px;
}
.b-text .b-date {
  display: flex;
  align-items: center;
  width: 100%;
}
.b-text .b-date::before {
  content: "";
  flex: 1;
  /* 关键 */
  height: 2px;
  background-color: #D4D4D4;
  margin-right: 15px;
  /* 横线和文字的间距 */
}
.b-text .b-date::after {
  content: "";
  flex: 1;
  /* 关键 */
  height: 2px;
  background-color: #D4D4D4;
  margin-left: 15px;
  /* 横线和文字的间距 */
}
.b-text > p {
  font-weight: 400;
  font-size: 20px;
  color: #9E9E9E;
  line-height: 40px;
  margin-top: 8px;
  margin-bottom: 80px;
}

.b-content p {
  padding: 0px 30px;
  text-align: left;
  line-height: 32px;
  font-size: 14px;
  line-height: 24px;
  /* 强制显示3行 */
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  min-height: 72px;
  /* 3行 * 24px */
  margin-bottom: 1rem;
}
.b-content .button-area {
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-top: 1px solid #f1f1f1;
  padding: 20px 30px;
  margin-top: auto;
  /* 但限制在内容区域内 */
}

.b-left {
  position: relative;
}
.b-left i {
  font-size: 25px;
  color: #555;
}
.b-left .badge-2 {
  position: absolute;
  top: -11px;
  left: 2px;
  background: #e8505b;
  color: #ffffff;
  border-radius: 50%;
  width: 22px;
  display: block;
  height: 22px;
  text-align: center;
  line-height: 13px;
  padding: 4px;
  font-size: 11px;
  letter-spacing: 1px;
}

/* End Blog Style */
/* Start Contact Style */
#banner {
  position: relative;
  max-height: 580px;
  display: flex;
  align-items: center;
}
#banner .banner-img {
  width: 100%;
  height: auto;
  display: block;
  min-height: 275px;
}

.banner-contact {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.banner-contact .img-fluid {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.c-banner {
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  justify-content: center;
  min-height: 440px;
  height: 100%;
}
.c-banner h1 {
  font-family: Source Han Sans, Source Han Sans;
  font-weight: 500;
  font-size: 50px;
  color: #3D3D3D;
  line-height: 60px;
  margin-bottom: 20px;
}
.c-banner h2 {
  font-family: Source Han Sans, Source Han Sans;
  font-weight: 400;
  font-size: 14px;
  color: #3D3D3D;
  line-height: 24px;
}

.c-wrapper {
  background: #fff;
  padding: 40px 25px;
}
.c-wrapper .btn {
  background: #9ab286;
  padding: 7px;
}

.c-left-area {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}

.c-left-item {
  text-align: center;
  margin-bottom: 35px;
  border: 1px solid #F1F1F1;
  padding: 27px 10px;
  width: 100%;
}
.c-left-item i {
  font-size: 36px;
  color: rgb(46, 76, 14);
  margin-bottom: 20px;
}
.c-left-item a {
  font-size: 16px;
  font-weight: 500;
  color: #555;
}
.c-left-item p {
  font-size: 16px;
  margin-bottom: 0;
}

.contact-f form .f-group input {
  border: 1px solid #E7E7E7;
  background: #FAFAFA;
}
.contact-f form .f-group .form-text textarea {
  background: #FAFAFA;
}
.contact-f .btn {
  background-color: rgb(46, 76, 14);
  padding: 13px 18px;
}
.contact-f .form-group2 input {
  border: 1px solid #E7E7E7;
  background: #FAFAFA;
}

.f-c-left h3 {
  font-size: 24px;
  font-weight: 500;
  color: #3D3D3D;
  margin-bottom: 15px;
}
.f-c-left h4 {
  font-size: 16px;
  font-weight: 400;
  color: #3D3D3D;
  margin-bottom: 15px;
}

.i-left {
  text-align: left;
}

/* Start Map Style */
.map-section {
  position: relative;
  overflow: hidden;
  margin-bottom: -5px;
}

iframe {
  height: 650px;
  width: 100%;
}

#footer-contact {
  position: absolute;
  bottom: 30px;
  left: 0;
  padding: 20px 0;
  background: transparent;
  width: 100%;
}
#footer-contact .container {
  background-color: white;
  padding: 30px;
  box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.2);
  border-radius: 5px;
}

/* End Map Style */
/* End Contact Style */
/* Start Footer Style */
#footer {
  position: relative;
  overflow: hidden;
}

.footer-shape {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.footer-shape img {
  width: 100%;
  height: 100%;
}

.footer-space {
  position: relative;
  z-index: 1;
}

.f-title .read-more-btn {
  color: rgb(46, 76, 14);
}
.f-title .read-more-btn:hover {
  color: rgb(46, 76, 14);
  transition: all 0.3s ease-in-out;
}
.f-title h3 {
  font-size: 28px;
  color: #ffffff;
  font-weight: 500;
  padding-bottom: 20px;
}

.f-title p {
  color: #ffffff;
}

.f-post {
  display: flex;
}
.f-post .post-text {
  margin-left: 20px;
}
.f-post .post-text a {
  font-size: 16px;
  color: #ffffff;
}
.f-post .post-text a:hover {
  color: rgb(46, 76, 14);
  transition: all 0.3s ease-in-out;
}
.f-post .post-text h5 {
  font-size: 16px;
  color: #ffffff;
  margin-top: 10px;
}

.f-border {
  border-top: 1px solid #888;
  padding-top: 20px;
}

.email input {
  border: 1px solid #888;
  background: none;
  display: inline-block;
  margin-bottom: 10px;
  padding: 10px 20px;
  border-radius: 3px;
}
.email :focus {
  background: #fff;
  outline: none;
  box-shadow: none;
  border: 1px solid #fff;
}

.sub-btn i {
  margin-right: 15px;
}

.f-bottom {
  border-top: 1px solid #888;
  padding: 20px 0;
  position: relative;
  z-index: 1;
}
.f-bottom p {
  color: #ffffff;
  margin-bottom: 0;
}
.f-bottom a {
  color: #fff;
}

.footer-space {
  padding: 70px 0px;
}

/* End Footer Style */
/* ScrollUp */
.scrollup {
  width: 40px;
  height: 40px;
  position: fixed;
  bottom: 30px;
  right: 25px;
  display: none;
  z-index: 999;
}

.scrollup i {
  font-size: 20px;
  background: rgb(46, 76, 14);
  color: #fff;
  padding: 10px;
  border-radius: 12px;
  border: 2px solid #2e4c0e;
}

/* Start Index-2 Style 
======================*/
/* Start Team Style */
.section-header h2 {
  color: #3D3D3D;
}
.section-header h3 {
  color: rgb(46, 76, 14);
  text-transform: uppercase;
  margin-bottom: 15px;
  font-size: 20px;
  font-weight: 400;
}

.team-area {
  box-shadow: 0px 0px 2px 0px rgba(0, 0, 0, 0.15);
  background: #fff;
  transition: all 0.3s ease-in-out;
  margin-bottom: 30px;
}
.team-area:hover {
  box-shadow: 0px 0px 7px 0px rgba(0, 0, 0, 0.15);
  transition: all 0.3s ease-in-out;
}
.team-area .team-thumb {
  padding-top: 25px;
}
.team-area .team-d a {
  font-size: 20px;
  color: #000;
  font-weight: 500;
  margin-top: 25px;
  margin-bottom: 10px;
  display: block;
  transition: all 0.3s ease-in-out;
}
.team-area .team-d a:hover {
  color: rgb(46, 76, 14);
}
.team-area .team-d h5 {
  font-size: 16px;
  color: #8c8c8c;
  padding-bottom: 10px;
}
.team-area .team-social {
  border-top: 1px solid #f0f0f0;
}
.team-area .team-social .fa-facebook-f {
  color: #3b5998;
}
.team-area .team-social .fa-linkedin-in {
  color: #3b5998;
}
.team-area .team-social .fa-vimeo-v {
  color: #23b6ea;
}
.team-area .team-social .fa-pinterest-p {
  color: #cb1f27;
}
.team-area .team-social i {
  margin-left: 10px;
  padding: 20px 0px;
  font-size: 16px;
}

/* End Team Style */
/* Start Team Single Style */
.team-s-wrapper {
  box-shadow: 0px 0px 2px 0px rgba(0, 0, 0, 0.15);
  background: #fff;
  padding: 30px;
}
.team-s-wrapper .team-left-item .team-item-thumb img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.team-s-wrapper .team-right-details h3 {
  color: #00394f;
  font-size: 24px;
  font-weight: 500;
}
.team-s-wrapper .team-right-details h4 {
  color: #00394f;
  font-size: 16px;
  margin-bottom: 15px;
}
.team-s-wrapper .team-more h3 {
  color: #00394f;
  font-size: 24px;
  font-weight: 500;
  margin: 15px 0px;
}
.team-s-wrapper .team-more-details {
  display: flex;
  margin-top: 30px;
}
.team-s-wrapper .team-more-details .team-address-area h5 {
  font-size: 16px;
  color: #555;
  padding-bottom: 30px;
}
.team-s-wrapper .team-more-details .team-address-location h6 {
  font-size: 16px;
  color: #000;
  margin-left: 40px;
  padding-bottom: 30px;
  text-transform: lowercase;
}
.team-s-wrapper .team-following {
  display: flex;
}
.team-s-wrapper .team-following .fa-twitter {
  color: #23b6ea;
}
.team-s-wrapper .team-following .fa-instagram {
  color: #db4437;
}
.team-s-wrapper .team-following .fa-vimeo-v {
  color: #3b5998;
}
.team-s-wrapper .team-following .fa-behance {
  color: #0084ff;
}
.team-s-wrapper .team-following .fa-linkedin-in {
  color: #0084ff;
}
.team-s-wrapper .team-following .follow-us h5 {
  font-size: 16px;
  color: #555;
  margin-right: 40px;
}
.team-s-wrapper .team-following i {
  margin-right: 20px;
}
.team-s-wrapper .progress-area {
  margin-top: 50px;
}
.team-s-wrapper .progress-area h4 {
  font-size: 16px;
  color: #555;
}
.team-s-wrapper .progress-area h3 {
  font-size: 20px;
  color: #00394f;
  margin-bottom: 30px;
  font-weight: 500;
}
.team-s-wrapper .team-award {
  margin-top: 50px;
}
.team-s-wrapper .team-award h3 {
  font-size: 20px;
  color: #00394f;
  margin-bottom: 30px;
  font-weight: 500;
}
.team-s-wrapper .team-award .award-thumb-area {
  display: flex;
}
.team-s-wrapper .team-award .award-thumb-area .award-thumb {
  margin-right: 40px;
  margin-bottom: 40px;
}
.team-s-wrapper .team-award .award-thumb-area .award-thumb h4 {
  font-size: 16px;
  color: #555;
  padding-top: 15px;
}
.team-s-wrapper .team-award .award-thumb-area .award-thumb img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

/* percentCount */
.percentCount {
  font-family: "Roboto", sans-serif;
  color: #3D3D3D;
}

/* End Team Single Style */
/* Start Pricing Style */
#pricing .section-header h2 {
  color: #3D3D3D;
  font-size: 36px;
  font-weight: 500;
  text-transform: capitalize;
}
#pricing .section-header h3 {
  color: rgb(46, 76, 14);
  font-size: 20px;
  font-weight: 400;
  text-transform: uppercase;
  margin-bottom: 15px;
}

.pricing-item {
  box-shadow: 0px 0px 2px 0px rgba(0, 0, 0, 0.15);
  background: #fff;
  margin-bottom: 30px;
}
.pricing-item .pricing-btn {
  padding-left: 40px;
  padding-bottom: 40px;
}
.pricing-item h6 {
  font-size: 24px;
  font-weight: 500;
  color: #000;
  padding: 40px;
}
.pricing-item .price-cost {
  background: rgb(46, 76, 14);
  padding: 40px 40px;
}
.pricing-item .price-cost span {
  font-size: 36px;
  font-weight: 500;
  color: #ffffff;
  padding-left: 15px;
}
.pricing-item .price-cost p {
  font-size: 16px;
  color: #ffffff;
  padding-left: 15px;
}

.price-details {
  padding: 40px;
}
.price-details li {
  padding: 10px 0px;
}
.price-details i {
  margin-right: 10px;
  height: 20px;
  width: 20px;
  background: rgb(46, 76, 14);
  border-radius: 100%;
  line-height: 20px;
  text-align: center;
  color: #ffffff;
}
.price-details .i-box {
  background: #8c8c8c;
}
.price-details .price-b {
  height: 20px;
  width: 20px;
  background: rgb(46, 76, 14);
  color: #ffffff;
  border-radius: 50%;
  text-align: center;
}

.pricing.page3 .pricing-item {
  border-radius: 12px;
}
.pricing.page3 .pricing-item h6 {
  font-size: 30px;
  text-align: center;
  text-transform: uppercase;
  font-weight: 600;
  color: #000;
  padding: 30px 0;
}
.pricing.page3 .pricing-item .pricing-btn {
  padding-left: 20px;
  padding-bottom: 30px;
}
.pricing.page3 .pricing-item .price-cost {
  padding: 10px;
}
.pricing.page3 .pricing-item .btn {
  border-radius: 5px;
}
.pricing.page3 .pricing-item.active {
  border: 3px solid rgb(46, 76, 14);
  box-shadow: 0px 15px 20px 0 rgba(0, 0, 0, 0.6);
  transform: scaleX(1.06);
}
.pricing.page3 .pricing-item.active .btn {
  background-color: #0a1f44;
  border: none;
}
.pricing.page3 .price-details {
  padding: 20px;
}
.pricing.page3 .price-details li {
  padding: 10px 0px;
}
.pricing.page3 .price-details i {
  margin-right: 10px;
  height: 20px;
  width: 20px;
  background: rgb(46, 76, 14);
  border-radius: 100%;
  line-height: 20px;
  text-align: center;
  color: #ffffff;
}
.pricing.page3 .price-details .i-box {
  background: #8c8c8c;
}
.pricing.page3 .price-details .price-b {
  height: 20px;
  width: 20px;
  background: rgb(46, 76, 14);
  color: #ffffff;
  border-radius: 50%;
  text-align: center;
}

/* End Pricing Style */
/* Start Blog Single Style */
.blog-single-area .b-item-area {
  box-shadow: 0px 0px 2px 0px rgba(0, 0, 0, 0.15);
  background: #fff;
  margin-bottom: 40px;
}
.blog-single-area .b-item-area .blog-quote {
  background: rgb(46, 76, 14);
  color: #ffffff;
  font-size: 22px;
  font-weight: 400;
  font-style: italic;
  padding: 30px 50px 60px 55px;
}
.blog-single-area .b-item-area .blog-quote i {
  font-size: 50px;
  text-align: center;
  display: block;
  padding-bottom: 30px;
}
.blog-single-area .blog-single-thumb img {
  width: 100%;
  height: 100%;
}
.blog-single-area .blog-single-thumb-2 {
  margin: 30px 0px 30px 30px;
}
.blog-single-area .blog-single-thumb-2 img {
  width: 100%;
  height: 100%;
}
.blog-single-area .b-s-title {
  padding: 50px 0px 0px 0px;
  text-align: center;
  font-family: Source Han Sans, Source Han Sans;
  font-weight: 500;
  font-size: 40px;
  max-width: 1310px;
}
.blog-single-area .b-s-title.blog3-b-s-title {
  max-width: 10296px;
}
.blog-single-area .b-s-title a {
  font-size: 40px;
  color: #3D3D3D;
  font-weight: 500;
  transition: all 0.3s ease-in-out;
}
.blog-single-area .b-s-title a:hover {
  color: rgb(46, 76, 14);
}
.blog-single-area .b-text {
  max-width: 1309px;
}
.blog-single-area .b-text.blog3-b-text {
  max-width: 1296px;
}
.blog-single-area .b-s-content > p {
  font-size: 20px;
  color: #666666;
  line-height: 40px;
  font-weight: 350;
  margin-bottom: 50px;
}
.blog-single-area .b-s-content > h3 {
  font-weight: 500;
  font-size: 24px;
  color: #3D3D3D;
  line-height: 30px;
  margin-bottom: 16px;
  margin-top: 10px;
}
.blog-single-area .b-s-content .admin-comnt-p {
  font-weight: 350;
  font-size: 20px;
  color: #666666;
  line-height: 40px;
  text-indent: 2em;
}
.blog-single-area .b-s-content .admin-comnt-p.admin-comnt-blog2P {
  text-indent: 0em;
  margin-bottom: 80px;
}
.blog-single-area .blog-btn {
  padding: 30px 0px 42px 30px;
}
.blog-single-area .admin-comnt {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.blog-single-area .admin-comnt > img {
  margin-top: 10px;
  width: auto;
  max-width: 100%;
}
.blog-single-area .admin-comnt > p {
  font-size: 16px;
  color: #A2A2A2;
  line-height: 24px;
  margin-top: 8px;
}
.blog-single-area .admin-comnt .blog3-p {
  font-weight: 350;
  font-size: 20px;
  color: #666666;
  line-height: 40px;
  margin: 40px 0;
}
.blog-single-area .blog-article {
  margin-left: 30px;
  padding: 30px 0px;
}
.blog-single-area .blog-article .pre-article a,
.blog-single-area .blog-article .next-article a {
  font-size: 14px;
  font-weight: 500;
  color: #3D3D3D;
  text-transform: uppercase;
}
.blog-single-area .blog-article .pre-article p,
.blog-single-area .blog-article .next-article p {
  margin-top: 15px;
}
.blog-single-area .pre-article i {
  padding-right: 5px;
}
.blog-single-area .next-article {
  text-align: right;
}
.blog-single-area .next-article i {
  padding-left: 5px;
}

.b-single-social {
  display: flex;
  padding: 30px 0px;
  align-items: center;
}
.b-single-social .signle-btn {
  margin-left: 30px;
}
.b-single-social .signle-btn a {
  color: #3D3D3D;
  font-size: 16px;
  padding: 15px 20px;
  margin-right: 10px;
  background: #fff;
  box-shadow: 0px 0px 2px 0px rgba(0, 0, 0, 0.15);
  transition: all 0.3s ease-in-out;
}
.b-single-social .signle-btn a:hover {
  background: rgb(46, 76, 14);
  color: #ffffff;
  transition: all 0.3s ease-in-out;
}
.b-single-social .b-single-social-icon a {
  color: #ffffff;
  font-size: 16px;
}
.b-single-social .b-single-social-icon a .fa-twitter {
  background: #4db2ec;
}
.b-single-social .b-single-social-icon a .fa-instagram {
  background: rgb(46, 76, 14);
}
.b-single-social .b-single-social-icon a .fa-vimeo-v {
  background: #394b8d;
}
.b-single-social .b-single-social-icon a .fa-behance {
  background: #4db2ec;
}
.b-single-social .b-single-social-icon i {
  padding: 17px 20px;
}

.b-admin-box {
  background: #F8F8F8;
  box-sizing: border-box;
  margin-bottom: 120px;
}

.b-admin-post {
  padding: 55px 60px;
  padding-top: 60px;
  margin-top: 80px;
  position: relative;
}
.b-admin-post::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 152px;
  height: 8px;
  background: #607848;
}
.b-admin-post .b-admin-thumb {
  margin-left: 39px;
}
.b-admin-post .b-admin-details {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.b-admin-post .b-admin-details .b-admin-title {
  margin-top: -21px;
  margin-bottom: 15px;
}
.b-admin-post .b-admin-details > p {
  font-weight: 350;
  font-size: 20px;
  color: #666666;
  line-height: 40px;
}

.b-comnts-area {
  background: #fff;
  box-shadow: 0px 0px 3px 0px rgba(0, 0, 0, 0.15);
  margin-top: 30px;
}
.b-comnts-area .two-comnts {
  display: flex;
  align-items: center;
  border-bottom: 1px solid #f1f1f1;
}
.b-comnts-area .two-comnts h3 {
  color: #3D3D3D;
  font-size: 18px;
  font-weight: 500;
  padding: 30px 0px 30px 30px;
}
.b-comnts-area .two-comnts h4 {
  background: rgb(46, 76, 14);
  padding: 10px 20px;
  color: #ffffff;
  margin-left: 20px;
}
.b-comnts-area .b-comnts-1 {
  display: flex;
  padding: 30px 30px 30px 0px;
}
.b-comnts-area .b-comnts-1 .b-comnts-thumb {
  margin-left: 30px;
}
.b-comnts-area .b-comnts-1 .b-comnts-details {
  margin-left: 20px;
}
.b-comnts-area .b-comnts-1 .b-comnts-details h4 {
  font-size: 18px;
  font-weight: 500;
  color: #3D3D3D;
}
.b-comnts-area .b-comnts-1 .b-comnts-details h5 {
  font-size: 16px;
  margin-bottom: 15px;
}
.b-comnts-area .comnts-border {
  border-bottom: 1px solid #f1f1f1;
}
.b-comnts-area .b-comnts-reply h4 {
  font-size: 18px;
  font-weight: 500;
  color: #3D3D3D;
  margin-left: 10px;
}
.b-comnts-area .b-comnts-reply .comnt-icon i {
  color: #3D3D3D;
  font-size: 14px;
}
.b-comnts-area .b-comnts-reply .shop-reply-icon {
  display: flex;
}
.b-comnts-area .b-comnts-reply .shop-reply-icon i {
  color: #f08e25;
}

.b-post-form {
  background: #fff;
  box-shadow: 0px 0px 3px 0px rgba(0, 0, 0, 0.15);
  margin-top: 30px;
}
.b-post-form .b-post-form-area {
  padding: 30px;
}
.b-post-form .b-post-form-title h3 {
  font-size: 18px;
  font-weight: 500;
  color: #3D3D3D;
  border-bottom: 1px solid #f1f1f1;
  padding: 30px;
}

.blog3 {
  position: relative;
  padding: 44px 60px;
}
.blog3::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 152px;
  height: 8px;
  background: #607848;
}
.blog3 .b-admin-post {
  background-color: #fff;
  align-items: center;
  margin-top: 0;
  padding: 0;
  padding-left: 32px;
  box-sizing: border-box;
  margin-top: 30px;
}
.blog3 .b-admin-post::before {
  width: 0;
  height: 0;
}
.blog3 .b-admin-details > p {
  margin-bottom: 0;
}

/*Blog Right Side Style*/
.blog-search-area {
  background: #fff;
  box-shadow: 0px 0px 2px 0px rgba(0, 0, 0, 0.15);
  padding: 20px 15px;
  margin-bottom: 30px;
}
.blog-search-area .search-wrapper {
  border: 1px solid #f1f1f1;
}
.blog-search-area .search-wrapper .b-search-icon {
  margin-right: 10px;
}

.post-category-area {
  background: #fff;
  box-shadow: 0px 0px 2px 0px rgba(0, 0, 0, 0.15);
  margin-bottom: 30px;
}
.post-category-area .post-category-title h3 {
  font-size: 18px;
  font-weight: 500;
  color: #3D3D3D;
  border-bottom: 1px solid #f1f1f1;
  padding: 20px;
}
.post-category-area .post-category a {
  font-size: 16px;
  color: #555555;
  padding: 20px 20px;
  border-bottom: 1px solid #f1f1f1;
  transition: all 0.3s ease-in-out;
}
.post-category-area .post-category a:hover {
  color: rgb(46, 76, 14);
}
.post-category-area .post-category i {
  margin-right: 5px;
}

.most-popular-post {
  background: #fff;
  box-shadow: 0px 0px 2px 0px rgba(0, 0, 0, 0.15);
  margin: 30px 0px;
}
.most-popular-post .most-popular-title h3 {
  font-size: 18px;
  font-weight: 500;
  color: #3D3D3D;
  border-bottom: 1px solid #f1f1f1;
  padding: 20px;
}
.most-popular-post .most-popular-area {
  padding: 20px;
  border-bottom: 1px solid #f1f1f1;
}
.most-popular-post .most-popular-area .most-popular-content a {
  font-size: 16px;
  color: #555555;
  transition: all 0.3s ease-in-out;
}
.most-popular-post .most-popular-area .most-popular-content a:hover {
  color: rgb(46, 76, 14);
}
.most-popular-post .most-popular-area .most-popular-content h5 {
  font-size: 16px;
  color: #555555;
  margin-top: 10px;
}

.post-gallery {
  background: #fff;
  box-shadow: 0px 0px 2px 0px rgba(0, 0, 0, 0.15);
  margin-bottom: 30px;
}
.post-gallery .post-gallery-title h3 {
  font-size: 18px;
  font-weight: 500;
  color: #3D3D3D;
  border-bottom: 1px solid #f1f1f1;
  padding: 20px;
}
.post-gallery .post-gallery-img {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  padding: 20px;
}
.post-gallery .post-gallery-img img {
  padding-bottom: 10px;
}

.popular-tags {
  background: #fff;
  box-shadow: 0px 0px 2px 0px rgba(0, 0, 0, 0.15);
}
.popular-tags .popular-tags-title h3 {
  font-size: 18px;
  font-weight: 500;
  color: #3D3D3D;
  border-bottom: 1px solid #f1f1f1;
  padding: 20px;
}
.popular-tags .popular-tags-area {
  padding: 20px;
}
.popular-tags .popular-tags-area .popular-tags-list li {
  border: 1px solid #f1f1f1;
  padding: 10px 12px;
  margin-bottom: 10px;
  border-radius: 2px;
  cursor: pointer;
  transition: all 0.3s ease-in-out;
}
.popular-tags .popular-tags-area .popular-tags-list li:hover {
  background: rgb(46, 76, 14);
  border-radius: 2px;
}
.popular-tags .popular-tags-area .popular-tags-list li:hover a {
  color: #ffffff;
}
.popular-tags .popular-tags-area .popular-tags-list li a {
  color: #555555;
  display: block;
}

/* End platform Style */
/* Start distribution  Style */
.distribution {
  background: #F7F7F7;
}
.distribution .section-header {
  text-align: right;
  padding-bottom: 0;
}
.distribution .section-header h2 {
  text-align: right;
  font-size: 36px;
}
.distribution .section-header h3 {
  text-align: right;
  font-weight: 400;
  font-size: 12px;
  color: #3D3D3D;
  line-height: 20px;
}
.distribution .overview-carousel {
  box-shadow: unset;
}
.distribution .overview-carousel .sponsor-item {
  box-shadow: unset;
}
.distribution .service-overview-content ul {
  flex-direction: column;
  align-items: flex-end;
}
.distribution .service-overview-content .distributionSpan li span {
  padding: 6px 0;
}
.distribution .service-overview-content .distributionSpan li span.active {
  color: #6C8F51;
  background-color: unset;
  padding: 0;
}
.distribution .work-thumb {
  width: 400px !important;
  min-width: 400px !important;
  /* 最小宽度保证 */
}
.distribution .work-thumb img {
  width: 400px !important;
  -o-object-fit: contain !important;
     object-fit: contain !important;
  /* 保持比例 */
}
.distribution .overviewBox {
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
.distribution .overviewBox .page {
  font-weight: 400;
  font-size: 12px;
  color: #3D3D3D;
  margin: 0 24px;
}

/* End distribution  Style */
/* Start SKU  Style */
#SKU {
  background-image: url(../images/about/skuBg.png);
  background-size: cover;
  margin-bottom: 80px;
}
#SKU .section-header h2 {
  font-size: 36px;
  color: #FFFFFF;
  line-height: 44px;
}
#SKU .section-header h3 {
  font-weight: 400;
  font-size: 12px;
  color: #FFFFFF;
  line-height: 20px;
}
#SKU .section-header-box {
  position: relative;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
#SKU .section-header-ul {
  background: #1E1F23;
  border-radius: 8px 8px 8px 8px;
  border: 1px solid #38383c;
  padding: 12px;
  display: flex;
  align-items: center;
  flex-direction: column;
  width: 100%;
  max-height: 370px;
  box-sizing: border-box;
  overflow-x: hidden;
  overflow-y: hidden;
  /* 隐藏滚动条但保留功能（Firefox） */
  scrollbar-width: none;
  /* 隐藏滚动条但保留功能（IE、Edge旧版） */
  -ms-overflow-style: none;
}
#SKU .section-header-ul::-webkit-scrollbar {
  display: none;
}
#SKU .section-header-ul li {
  display: flex;
  align-items: center;
  justify-content: center;
  justify-content: space-between;
  width: 100%;
  color: #fff;
  padding: 8px 4px;
  font-size: 16px;
  margin-bottom: 10px;
  cursor: pointer;
}
#SKU .section-header-ul li span:nth-of-type(2) {
  text-align: left;
  flex: 1;
  margin-left: 15%;
}
#SKU .section-header-ul li.active {
  background: #6C8F51;
  border-radius: 4px 4px 4px 4px;
  padding: 8px 8px;
}
#SKU .section-header-ul li img {
  width: 24px;
}
#SKU .section-header-ul li i img {
  width: 20px;
}
#SKU .activeLi {
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  bottom: 5px;
  left: 0;
  right: 0;
  margin: auto;
  cursor: pointer;
  padding: 10px 0;
  background: linear-gradient(180deg, rgba(30, 31, 35, 0) 0%, #1E1F23 100%);
  border-radius: 0px 0px 7px 7px;
}
#SKU .activeLi > img {
  width: 48px;
  height: 20px;
}
#SKU .bottom {
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: 0px;
  left: 0;
  right: 0;
  margin: auto;
  cursor: pointer;
  height: 40px;
  background: linear-gradient(0deg, rgba(30, 31, 35, 0) 0%, #1E1F23 100%);
  border-radius: 0px 0px 7px 7px;
}
#SKU .bottom > img {
  width: 48px;
  height: 20px;
  transform: rotateX(180deg);
}
#SKU .sku-right {
  display: none;
  animation: fadeIn 0.5s ease;
}
#SKU .sku-right.active {
  display: block !important;
  display: -webkit-flex;
}
#SKU .sku-right .title {
  display: flex;
  align-items: center;
  margin-bottom: 12px;
  color: #fff;
}
#SKU .sku-right .title > span {
  margin-right: 10px;
  margin-left: -10px;
}
#SKU .sku-right .title i img {
  width: 50%;
}
#SKU .sku-right p {
  color: #D2D2D3;
  font-size: 14px;
}
#SKU .sku-right .line {
  padding-bottom: 40px;
  border-bottom: 1px solid #8A8A8B;
}
#SKU .sku-right .line p {
  text-indent: 2em;
  color: #fff;
  font-weight: 500;
  font-size: 14px;
  color: #D2D2D3;
  line-height: 21px;
  margin-bottom: 0;
}
#SKU .sku-right .hot {
  margin-top: 16px;
}
#SKU .sku-right .hot ul {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}
#SKU .sku-right .hot ul li {
  font-family: Source Han Sans, Source Han Sans;
  border-radius: 0px;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 30px;
  position: relative;
}
#SKU .sku-right .hot ul li img {
  -o-object-fit: contain;
     object-fit: contain;
  width: 184px;
  height: 70px;
}
#SKU .sku-right .hot ul li .text-center {
  position: absolute;
  color: #fff;
  font-size: 12px;
  background: rgba(0, 0, 0, 0.4);
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
#SKU .sku-right .hot ul li .text-center > p {
  font-weight: 500;
  color: #fff;
  font-size: 16px;
  margin-bottom: 0;
}

/* End SKU  Style */
/* Start Error Style */
.error-content h1 {
  font-size: 36px;
  color: #3D3D3D;
  font-weight: 500;
  margin-top: 30px;
}
.error-content p {
  margin: 20px 0px;
}

/* End Error Style */
/* End Index-2 Style
======================= */
/* 你的轮播项样式 */
.overview-carousel2 .sponsor-item {
  width: 100%;
  height: 100%;
  background: linear-gradient(224deg, rgba(130, 178, 108, 0.12) 0%, rgba(130, 178, 108, 0) 43%);
}
.overview-carousel2 .sponsor-item p {
  padding: 42px 24px;
  font-size: 14px;
  line-height: 28px;
  text-indent: 2em;
}

.overview-carousel1 .sponsor-item {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.flex {
  display: flex;
}

.flex-wrap {
  flex-wrap: wrap;
}

.gap20 {
  gap: 50px;
}

.ellipsis {
  flex: 1;
  min-width: 0;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.text-ellipsis {
  display: -webkit-box;
  -webkit-line-clamp: 3;
  /* 限制3行 */
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}

@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
/* 1. 先确保基础样式正常 */
.section-header-ul-column li {
  width: 210px !important;
  display: flex !important;
  flex-direction: column !important;
  align-items: center !important;
}

/* 2. 确保两个span都是块级元素 */
.section-header-ul-column li > span {
  display: block !important;
  width: 100% !important;
  text-align: center !important;
}

/* 3. 英文样式 - 用更具体的选择器 */
html[lang=en] .section-header-ul-column li .text {
  font-size: 18px !important;
  line-height: 28px;
  color: #4D4D4D;
  word-break: break-word !important;
  overflow-wrap: break-word !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
}

/* 语言下拉菜单样式 */
/* Element UI 下拉菜单样式 - 完整版 */
.el-dropdown {
  display: inline-block;
  position: relative;
  color: #333333;
  font-size: 16px;
}

.el-dropdown-link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 8px 15px;
  border: none;
  border-radius: 4px;
  background-color: #fff;
  cursor: pointer;
  transition: border-color 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  height: 36px;
  line-height: 1;
}

.el-dropdown-link:focus {
  outline: none;
  border-color: #409eff;
}

/* 箭头图标 */
.el-icon-arrow-down {
  display: inline-block;
  margin-left: 5px;
  transition: transform 0.3s;
  position: relative;
  width: 12px;
  height: 12px;
}

.el-icon-arrow-down::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) rotate(45deg);
  width: 6px;
  height: 6px;
  border-right: 1px solid currentColor;
  border-bottom: 1px solid currentColor;
  transition: transform 0.3s;
}

.el-dropdown.show .el-icon-arrow-down::before {
  transform: translate(-50%, -50%) rotate(-135deg);
  margin-top: 2px;
}

/* 下拉菜单 */
.el-dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 2000;
  min-width: 100px;
  margin: 5px 0;
  border: none;
  border-radius: 4px;
  box-shadow: 0 2px 12px 0 rgba(0, 0, 0, 0.1);
  list-style: none;
  display: none;
  animation: dropdown-fade-in 0.3s;
}

.el-dropdown.show .el-dropdown-menu {
  display: block;
}

/* 下拉项 */
.el-dropdown-item {
  margin: 0;
  line-height: 36px;
  padding: 0 20px;
  margin: 0;
  font-size: 14px;
  color: #606266;
  cursor: pointer;
  outline: none;
  text-decoration: none;
  list-style: none;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  transition: background-color 0.3s;
  text-align: center;
  background-color: #fff;
}

.el-dropdown-item.is-active {
  color: #606266;
  font-weight: 700;
  background: #EFF9E6;
  /* 用inset box-shadow模拟内部边框，覆盖整个元素 */
  box-shadow: inset 2px 0 0 0 #2e4c0e, inset -2px 0 0 0 #2e4c0e;
}

/* 动画 */
@keyframes dropdown-fade-in {
  0% {
    opacity: 0;
    transform: translateY(-10px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
@keyframes dropdown-fade-out {
  0% {
    opacity: 1;
    transform: translateY(0);
  }
  100% {
    opacity: 0;
    transform: translateY(-10px);
  }
}/*# sourceMappingURL=style.css.map */