* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
body {
  font-family: 'Poppins', sans-serif;
  font-weight: 400;
  font-size: 15px;
  line-height: 1.7;
  color: #444444;
  background-color: #ffffff;
}
h1,h2,h3,h4,h5,h6,
p,span,div,a,
ul,ol,li,
table,tr,td,th,
input,textarea,button {
  font-family: inherit;
}

h1 {
  font-weight: 700;
  font-size: 34px;
  line-height: 1.3;
  color: #222;
  margin: 0 0 0.6em 0;
}
h2 {
  font-weight: 600;
  font-size: 28px;
  line-height: 1.35;
  color: #222;
  margin: 0 0 0.6em 0;
}
h3 {
  font-weight: 600;
  font-size: 23px;
  line-height: 1.4;
  color: #222;
  margin: 0 0 0.5em 0;
}
h4 {
  font-weight: 600;
  font-size: 20px;
  line-height: 1.4;
  color: #222;
  margin: 0 0 0.5em 0;
}
h5 {
  font-weight: 500;
  font-size: 18px;
  line-height: 1.45;
  color: #222;
  margin: 0 0 0.4em 0;
}
h6 {
  font-weight: 500;
  font-size: 16px;
  line-height: 1.45;
  color: #222;
  margin: 0 0 0.4em 0;
}

p {
  font-size: 15px;
  line-height: 1.7;
  color: #444;
  margin-bottom: 1em;
}
ul, ol {
  margin: 0 0 1em 1.4rem;
}
li {
  font-size: 15px;
  line-height: 1.7;
}
a {
  font-size: inherit;
  color: #222;
  text-decoration: none;
}
a:hover {
  text-decoration: underline;
}
table {
  width: 100%;
  border-collapse: collapse;
}
td, th {
  font-size: 15px;
  line-height: 1.6;
  padding: 10px;
  border:1px solid #ddd;
  color:#222;
}
button,.btn {
  font-size:15px;
  font-weight:500;
}

@media (max-width:768px){
  h1 {font-size:30px;}
  h2 {font-size:26px;}
  h3 {font-size:22px;}
  h4 {font-size:19px;}
  h5 {font-size:17px;}
  h6 {font-size:16px;}
}

img {
  max-width: 100%;
  height: auto;
}
.header {
  position: relative;
}
.header_color {
  background-color: #24704F;
  color: #fff;
  position: relative;
}
.header_ul {
  margin-bottom: 5px;
}
.header_color ul {
  margin-bottom: 0;
}
.header_color li {
  list-style-type: none;
}
.header_color a {
  color: #fff;
  text-decoration: none;
}
.header_color a:hover {
  color: #F8C795;
  text-decoration: underline;
}
.header_li_a {
  color: #fff;
}
.header_li_a:hover {
  color: #F8C795;
  text-decoration: underline;
}
.header-inner {
  padding: 20px 0;
  background: #24704F;
}
.navbar.navbar-expand-lg.navbar-white.bg-white {
  background-color: #f8f7f2;
}
.btn-bd-primary {
  --bd-violet-bg: #24704F;
  --bd-violet-rgb: 36, 112, 79;
  --bs-btn-font-weight: 600;
  --bs-btn-color: var(--bs-white);
  --bs-btn-bg: var(--bd-violet-bg);
  --bs-btn-border-color: var(--bd-violet-bg);
  --bs-btn-hover-color: var(--bs-white);
  --bs-btn-hover-bg: #1d5c41;
  --bs-btn-hover-border-color: #1d5c41;
  --bs-btn-focus-shadow-rgb: var(--bd-violet-rgb);
  --bs-btn-active-color: var(--bs-btn-hover-color);
  --bs-btn-active-bg: #1d5c41;
  --bs-btn-active-border-color: #1d5c41;
}
.full-screen-section_about {
  background: #24704F;
  width: 100%;
  padding: 20px;
  margin: 10px 0;
  color: #fff;
}
.full-screen-section_P1 {
  background: #24704F;
  width: 100%;
  padding: 20px;
  margin: 10px 0;
  color: #fff;
}
.full-screen-section_P1 a {
  color: #ffffff;
}
.full-screen-section_foot {
  background: #24704F;
  width: 100%;
  padding: 30px 5px;
  margin: 30px 0 5px 0;
  color: #fff;
}
.full-screen-section_foot a {
  color: #fff;
}
.full-screen-section_P2 {
  background: #ffffff;
  width: 100%;
  padding: 20px;
  margin: 20px 0;
  color: #222;
}
.full-screen-section_P3 {
  background: #F8F7F2;
  width: 100%;
  padding: 20px;
  margin: 20px 0;
  color: #222;
}
.rowFlex {
  display: flex;
  justify-content: center;
}
.button_color {
  background-color: #E67E22 !important;
  border-color: #E67E22 !important;
  color: #ffffff !important;
}
.button_color:hover {
  background-color: #c86c1b !important;
  border-color: #c86c1b !important;
  color: #ffffff !important;
}
.button_color2 {
  background-color: #ffffff !important;
  border-color: #24704F !important;
  color: #24704F !important;
}
.button_color2:hover {
  background-color: #24704F !important;
  border-color: #24704F !important;
  color: #ffffff !important;
}
.product-head1 {
  padding: 8px;
}
.product-head1 img {
  border: 1px solid #e2e0db;
}
.product-foot1 {
  padding: 10px 5px;
}
.product-foot1 a {
  color: #222;
  text-decoration: none;
}
.product-foot1 a:hover {
  background-color: #e9f3ee;
  text-decoration: none;
}
.blog-left h5:hover {
  color: #24704F;
  text-decoration: underline;
}
.blog-left h5 {
  margin: 6% 0;
}
.blog-left p {
  color: #666;
}
.blog-left a {
  color: #222;
  text-decoration: none;
}
.footer_2 a {
  text-decoration: none;
}
.footer_2 ul li {
  margin-bottom: 0;
  position: relative;
  padding-left: 10px;
}
.footer_2 h3:hover {
  color: #F8C795;
}
.footer_2 a:hover {
  color: #F8C795;
  text-decoration: underline;
}
.copyright a:hover {
  color: #F8C795;
}
.img-card-hover-effect {
  transition: filter 0.3s ease;
}
.img-card-hover-effect:hover {
  filter: brightness(94%);
}
.whyus li {
  margin: 5px 0;
}
.contact-form-area {
  background: #fff;
  padding: 40px;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.12);
  border-top: 2px solid #24704F;
}
.contact-form-area h4 {
  font-weight: 600;
}
.contact-form-area .form-group {
  margin: 20px 0 0;
  position: relative;
}
.contact-form-area .form-group input {
  height: 50px;
  border: 1px solid rgba(204, 204, 204, 0.58);
  width: 100%;
  display: block;
  border-radius: 0;
  padding: 0 40px 0 15px;
  transition: all 0.4s ease;
  font-size: 14px;
}
.contact-form-area .form-group input:focus,
.contact-form-area .form-group input:hover {
  border-color: #24704F;
}
.contact-form-area .form-group textarea {
  height: 170px;
  border: 1px solid #dfdfdf;
  width: 100%;
  display: block;
  padding: 15px;
  resize: none;
  transition: all 0.4s ease;
}
.contact-form-area .form-group .icon {
  position: absolute;
  right: 15px;
  z-index: 33;
  color: #A67C52;
  top: 12px;
}
.contact-form-area .form-group.textarea .icon {
  top: 15px;
  right: 15px;
}
.faqs {
  padding: 20px 0 50px;
}
.faqs .single-faq {
  margin-bottom: 10px;
}
.breadcrumbs {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  position: relative;
  padding: 5px 0;
  z-index: 10;
  background-color: #F8F7F2;
}
.breadcrumbs::before {
  background: #ffffff;
  opacity: 0.6;
}
.breadcrumbs .bread-title {
  z-index: 3333;
  position: relative;
  border-radius: 5px;
}
.breadcrumbs .bread-title p {
  color: #222;
  font-size: 13px;
}
.breadcrumbs h2 {
  color: #222;
  text-transform: capitalize;
  font-size: 40px;
  margin: 0;
  padding: 10px 0 0;
  z-index: 333;
  position: relative;
  font-weight: 700;
}
.breadcrumbs .bread-list {
  display: block;
  margin-top: 15px;
}
.breadcrumbs ul li {
  display: inline-block;
}
.breadcrumbs ul li span {
  margin: 0 10px;
  font-size: 11px;
  font-weight: 400;
  color: #444;
}
.breadcrumbs.style2 ul li span {
  font-size: 14px;
}
.breadcrumbs ul li a {
  color: #222;
  font-size: 16px;
  font-weight: 500;
  text-transform: capitalize;
}
.breadcrumbs ul li a:hover {
  opacity: 0.8;
  color: #24704F !important;
}
.breadcrumbs.style2 ul li a {
  font-weight: 500;
}
.breadcrumbs.style2 ul li a:hover {
  color: #24704F;
}
.breadcrumbs .bread-menu {
  color: #222;
  z-index: 333;
  position: relative;
  line-height: initial;
  padding-left: 49px;
  font-size: 0;
}
.breadcrumbs .bread-menu:before {
  content: "";
  position: absolute;
  top: 50%;
  width: 32px;
  height: 5px;
  left: 0;
  background: #24704F;
  margin-top: -2.5px;
}
.breadcrumbs .bread-menu li a {
  color: #444;
  transition: all 0.3s ease;
  font-size: 16px;
  font-weight: 400;
  padding-right: 8px;
  margin-right: 8px;
  display: inline-block;
}
.breadcrumbs .bread-menu li a:hover {
  color: #24704F;
}
.breadcrumbs .bread-menu li:last-child {
  margin: 0;
  padding: 0;
}
.breadcrumbs .bread-menu li+li::before {
  content: "\f105";
  font-family: 'FontAwesome';
  left: -7px;
  position: relative;
  color: #444;
  font-size: 18px;
}
.breadcrumbs.bread-blog {
  padding: 0;
  text-align: center;
  background: #F8F7F2;
  margin: 0;
  padding: 20px;
}
.breadcrumbs.bread-blog .bread-menu:before {
  display: none;
}
.breadcrumbs.bread-blog .bread-menu ul li {
  position: relative;
}
.breadcrumbs.bread-blog .bread-menu ul li:before {
  content: "";
  position: absolute;
  right: 7.5px;
  width: 12px;
  font-size: 0;
  height: 12px;
  left: auto;
  background: #24704F;
  top: 6px;
  border-radius: 100%;
  border: 2px solid #fff;
}
.breadcrumbs.bread-blog .bread-menu ul li:last-child:before {
  display: none;
}
.breadcrumbs.bread-blog .bread-menu ul li a {
  color: #222;
  font-size: 15px;
  margin-right: 15px;
  padding-right: 15px;
  position: relative;
}
.breadcrumbs.bread-blog .bread-menu ul li a:hover {
  color: #24704F !important;
}
.imgbig {
  border: 1px solid #e2e0db;
  width: 98%;
}
.su13s7Slider {
  width: 99%;
  margin-top: 5px;
  padding: 0 5px !important;
  list-style-type: none;
  position: relative;
}
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  user-select: none;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}
.su13s7Slider li {
  margin: 0 1.5px;
  outline: none;
}
.su13s7Slider .slick-arrow {
  position: absolute;
  top: 50%;
  margin-top: -30px;
  width: 0;
  height: 0;
  background: 0;
  z-index: 9;
  text-indent: -999999px;
  padding: 0;
  border: 0;
}
.su13s7Slider .slick-prev {
  left: 0;
}
.su13s7Slider .slick-next {
  right: 0;
}
.product1 {
  border: 1px solid #e2e0db;
  width: 125px;
  height: 125px;
}
.slick-list {
  position: relative;
  display: block;
  overflow: hidden;
  margin: 0;
  padding: 0;
}
.slick-list:focus {
  outline: none;
}
.slick-list.dragging {
  cursor: pointer;
}
.slick-slider .slick-track,
.slick-slider .slick-list {
  transform: translate3d(0, 0, 0);
}
.slick-track {
  position: relative;
  top: 0;
  left: 0;
  display: block;
}
.slick-track:before,
.slick-track:after {
  display: table;
  content: '';
}
.slick-track:after {
  clear: both;
}
.slick-loading .slick-track {
  visibility: hidden;
}
.slick-slide {
  display: none;
  float: left;
  height: 100%;
  min-height: 1px;
}
[dir=rtl] .slick-slide {
  float: right;
}
.slick-slide img {
  display: block;
}
.slick-slide.slick-loading img {
  display: none;
}
.slick-slide.dragging img {
  pointer-events: none;
}
.slick-initialized .slick-slide {
  display: block;
}
.slick-loading .slick-slide {
  visibility: hidden;
}
.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
  display: none;
}


/*===== 深浅背景文字区分：浅色背景黑字，深色背景白字 =====*/
.full-screen-section_P2,
.full-screen-section_P3,
.breadcrumbs,
.contact-form-area,
.product-head1,
.product-foot1,
.blog-left,
.footer_2 {
  color: #222;
}
.full-screen-section_P2 h1,.full-screen-section_P2 h2,.full-screen-section_P2 h3,.full-screen-section_P2 h4,.full-screen-section_P2 h5,.full-screen-section_P2 h6,
.full-screen-section_P3 h1,.full-screen-section_P3 h2,.full-screen-section_P3 h3,.full-screen-section_P3 h4,.full-screen-section_P3 h5,.full-screen-section_P3 h6,
.breadcrumbs h2,
.contact-form-area h4,
.product-foot1 a,
.blog-left h5,
.blog-left a,
.footer_2 h3,
.footer_2 a {
  color: #111;
}
.full-screen-section_P2 p,.full-screen-section_P3 p,.blog-left p {
  color: #444;
}

/*深色区块强制白色文字*/
.header_color,
.header-inner,
.full-screen-section_about,
.full-screen-section_P1,
.full-screen-section_foot {
  color: #ffffff;
}
.header_color h1,.header_color h2,.header_color h3,.header_color h4,.header_color h5,.header_color h6,
.header-inner h1,.header-inner h2,.header-inner h3,.header-inner h4,.header-inner h5,.header-inner h6,
.full-screen-section_about h1,.full-screen-section_about h2,.full-screen-section_about h3,.full-screen-section_about h4,.full-screen-section_about h5,.full-screen-section_about h6,
.full-screen-section_P1 h1,.full-screen-section_P1 h2,.full-screen-section_P1 h3,.full-screen-section_P1 h4,.full-screen-section_P1 h5,.full-screen-section_P1 h6,
.full-screen-section_foot h1,.full-screen-section_foot h2,.full-screen-section_foot h3,.full-screen-section_foot h4,.full-screen-section_foot h5,.full-screen-section_foot h6 {
  color: #ffffff;
}
.header_color p,.header-inner p,.full-screen-section_about p,.full-screen-section_P1 p,.full-screen-section_foot p {
  color: #f5f5f5;
}
.header_color a,.header-inner a,.full-screen-section_about a,.full-screen-section_P1 a,.full-screen-section_foot a {
  color: #ffffff;
}
.header_color a:hover,.header-inner a:hover,.full-screen-section_about a:hover,.full-screen-section_P1 a:hover,.full-screen-section_foot a:hover {
  color: #F8C795;
}
.full-screen-section_about li,
.full-screen-section_P1 li,
.full-screen-section_foot li {
  color: #f5f5f5;
}

/* ========== productlist 分类链接样式，只作用这个模块，不影响全站其他链接 ========== */
#productlist .productlist2 a {
  color: #222222;
  text-decoration: none;
}
#productlist .productlist2 a:hover {
  color: #24704F;
  text-decoration: underline;
}
#productlist .row {
  align-items: flex‑start;
  margin‑bottom: 8px;
}
#productlist .productlist2 h5 {
  margin‑bottom: 0;
}
/* --------------------------
全站普通链接重置：取消浏览器默认蓝色
仅作用于普通白色/浅色背景区域；深色(header/footer等)的a保留原有配色
--------------------------- */
/* 浅色背景下普通a标签，默认黑色无下划线 */
a:not(.nav-link):not(.dropdown-item):not(.btn):not(.button_color):not(.button_color2):not(.full-screen-section_about a):not(.full-screen-section_P1 a):not(.full-screen-section_foot a) {
  color: #222222;
  text-decoration: none;
}
/* hover：主题绿色 + 下划线 */
a:not(.nav-link):not(.dropdown-item):not(.btn):not(.button_color):not(.button_color2):not(.full-screen-section_about a):not(.full-screen-section_P1 a):not(.full-screen-section_foot a):hover {
  color: #24704F;
  text-decoration: underline;
}
/* 语言切换栏 header_color */
.header_color {
  background-color: #24704F !important;
}
.header_color .header_ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.header_color .header_ul li {
  list-style: none;
}
.header_color .header_ul li a {
  color: #ffffff !important;
  text-decoration: none !important;
  font-size: 16px;
  display: block;
  padding: 6px 0;
}
/* hover效果：鼠标悬浮变成暖米色 #F8C795 */
.header_color .header_ul li a:hover {
  color: #F8C795 !important;
  text-decoration: none !important;
}
/* 主导航 nav-link 样式 */
.navbar #navbarMain .navbar-nav .nav-link {
  font-size: 18px !important;
  font-weight: 600 !important;
  color: #222 !important;
  padding: 8px 12px !important;
}

/* 下拉菜单项目字体 */
.navbar .dropdown-menu .dropdown-item {
  font-size: 16px !important;
}

/* hover效果，保持和网站主题色统一 */
.navbar #navbarMain .navbar-nav .nav-link:hover {
  color: #24704F !important;
}
.navbar .dropdown-menu .dropdown-item:hover {
  color: #24704F !important;
  background-color: #f4f7f5;
}
/* 产品列表子菜单间距优化 */
#productlist .productlist2 {
  margin-bottom: 13px !important;
}

#productlist .productlist2 a {
  line-height: 1.6 !important;
  padding: 4px 2px !important;
}
/* 两列产品之间增加竖分隔线 */
#productlist .row > div {
  border-left: 1px solid #cccccc;
  padding-left: 24px !important;
}
/* 第一列取消左边框，只保留中间竖线 */
#productlist .row > div:first-child {
  border-left: none;
  padding-left: 0 !important;
}
#productlist .row > div {
  border-left: 1px solid #ccc;
  padding-left: 5px !important;
}
#productlist .row > div:first-child {
  border-left: none;
  padding-left: 0 !important;
}
/* 给每个子链接增加右边距，防止文字贴在一起 */
#productlist .row > div a {
  margin-right: 6px;
  display: inline-block;
}

