@font-face {
  font-family: "Montserrat-Medium";
  src: url("./fonts/Montserrat-Medium.ttf") format("ttf"),
    url("./fonts/Montserrat-Medium.woff") format("woff"),
    url("./fonts/Montserrat-Medium.woff2") format("woff2"),
    url("./fonts/Montserrat-Medium.svg") format("svg"),
    url("./fonts/Montserrat-Medium.eot") format("eot");
  font-weight: 500;
  font-style: normal;
}

@font-face {
  font-family: "Montserrat-Regular";
  src: url("./fonts/Montserrat-Regular.ttf") format("ttf"),
    url("./fonts/Montserrat-Regular.woff") format("woff"),
    url("./fonts/Montserrat-Regular.woff2") format("woff2"),
    url("./fonts/Montserrat-Regular.svg") format("svg"),
    url("./fonts/Montserrat-Regular.eot") format("eot");
  font-weight: 400;
  font-style: normal;
}

@font-face {
  font-family: "Montserrat-Bold";
  src: url("./fonts/Montserrat-Bold.ttf") format("ttf"),
    url("./fonts/Montserrat-Bold.woff") format("woff"),
    url("./fonts/Montserrat-Bold.woff2") format("woff2"),
    url("./fonts/Montserrat-Bold.svg") format("svg"),
    url("./fonts/Montserrat-Bold.eot") format("eot");
  font-weight: bold;
  font-style: normal;
}

@font-face {
  font-family: "AlibabaPuHuiTi-2-45-Light";
  src: url("./fonts/AlibabaPuHuiTi-2-45-Light.ttf") format("ttf"),
    url("./fonts/AlibabaPuHuiTi-2-45-Light.woff") format("woff"),
    url("./fonts/AlibabaPuHuiTi-2-45-Light.woff2") format("woff2"),
    url("./fonts/AlibabaPuHuiTi-2-45-Light.svg") format("svg"),
    url("./fonts/AlibabaPuHuiTi-2-45-Light.eot") format("eot");
  font-style: normal;
}

@font-face {
  font-family: "AlibabaPuHuiTi-2-95-ExtraBold";
  src: url("./fonts/AlibabaPuHuiTi-2-95-ExtraBold.ttf") format("ttf"),
    url("./fonts/AlibabaPuHuiTi-2-95-ExtraBold.woff") format("woff"),
    url("./fonts/AlibabaPuHuiTi-2-95-ExtraBold.woff2") format("woff2"),
    url("./fonts/AlibabaPuHuiTi-2-95-ExtraBold.svg") format("svg"),
    url("./fonts/AlibabaPuHuiTi-2-95-ExtraBold.eot") format("eot");
  font-style: normal;
}

@font-face {
  font-family: "AlibabaPuHuiTi-2-85-Bold";
  src: url("./fonts/AlibabaPuHuiTi-2-85-Bold.ttf") format("ttf"),
    url("./fonts/AlibabaPuHuiTi-2-85-Bold.woff") format("woff"),
    url("./fonts/AlibabaPuHuiTi-2-85-Bold.woff2") format("woff2"),
    url("./fonts/AlibabaPuHuiTi-2-85-Bold.svg") format("svg"),
    url("./fonts/AlibabaPuHuiTi-2-85-Bold.eot") format("eot");
  font-style: normal;
}

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration,
input[type="text"] {
  -webkit-appearance: none;
}

.pc-block {
  display: block;
}

.mb-block {
  display: none;
}

.mnt {
  font-family: "Montserrat-Regular";
}

.w1500 {
  width: calc(100% - 5.25rem * 2);
  margin: 0 auto;
}

.w1720 {
  width: calc(100% - 2.5rem * 2);
  margin: 0 auto;
}

.more {
  /* display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 3.75rem;
    height: 1.25rem;
    border-radius: .625rem;
    background: linear-gradient(90deg, #ed384e 0%, #c51025 100%);
    transition: all .6s; */
}

.click_more {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 1rem;
  width: 5.05rem;
  height: 1.3rem;
  border: 1px solid rgba(0, 127, 65, 0.2);
  margin: 0 auto;
  line-height: 1;
}

.click_more span {
  line-height: 1;
  display: block;
  color: #007f41;
}

.click_more svg {
  margin-left: 0.625rem;
  width: 0.4rem;
  height: 0.4rem;
}

.w1520 {
  width: calc(100% - 10rem);
  margin: 0 auto;
}

.fixed-header {
  height: 2.75rem;
}

.imgcover {
  object-fit: cover;
  width: 100%;
  height: 100%;
  transition: all 0.6s;
}

.phe {
  font-family: "AlibabaPuHuiTi_2_55_ExtraLight";
  font-weight: 450;
}

.phr {
  font-family: "AlibabaPuHuiTi_2_55_Regular";
  font-weight: 400;
}

.phb {
  font-family: "AlibabaPuHuiTi-2-85-Bold";
  font-weight: 800;
}

.phm {
  font-family: "AlibabaPuHuiTi-2-95-ExtraBold";
  font-weight: 600;
}

.mom {
  font-family: "Montserrat-Medium";
}

.mor {
  font-family: "Montserrat-Regular";
}

.f41 {
  color: #007f41;
}

.f300 {
  font-weight: 300;
}

.f350 {
  font-weight: 350;
}

.f500 {
  font-weight: 500;
}

.f600 {
  font-weight: 600;
}

.f700 {
  font-weight: 700;
}

.f1f {
  color: #1f1f1f;
}

.line-5 {
  line-height: 1.5;
}

.lh1 {
  line-height: 1;
}

.ellipsis {
  text-wrap: nowrap;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  line-height: 1;
}

.ellipsis-multiline {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  text-overflow: ellipsis;
}

.ellipsis_3 {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
  text-overflow: ellipsis;
}

.text-capitalize {
  /* text-transform: capitalize; */
}

.text-justify {
  text-align: justify;
}

.text-uppercase {
  /* text-transform: uppercase; */
}

.news_01 {
  width: 100%;
  padding-bottom: 3.95rem;
}

.news_tit {
  padding: 1.75rem 5rem 1.45rem;
  border-bottom: 1px solid rgba(0, 127, 65, 0.2);
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  padding: 3.5rem 0 2.75rem;
}

.news_01 .news_tit {
  padding: 1.75rem 5rem 1.45rem;
  background: #f2f8f5;
}

.news_tit .lrt {
  width: 18.5rem;
}

.sustainability_01 .img {
  width: 100%;
  height: 22.5rem;
  overflow: hidden;
}

.sustainability_01 .t2 {
  margin: 0.5rem 0;
}

.news_01 .news_content {
  display: flex;
  align-items: stretch;
}

.news_01 .sticky_box {
  width: 10.5rem;
  height: auto;
  position: relative;
}

.news_01 .news_list_box {
  height: 100%;
  width: calc(100% - 10.5rem);
  padding-right: 0;
  /* border-left: 1px solid rgba(0, 127, 65, 0.2); */
  position: relative;
}

.news_01 .news_list {
  width: 100%;
  margin-bottom: 3.75rem;
}

.news_01 .sticky_box::after {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  content: "";
  height: 11.125rem;
  background-color: #f2f8f5;
  z-index: -1;
}

/* .news_01 .sticky_box  .stickys {
    width: 100%;
height: auto;
  
} */
.news_01 .sticky_box .sticky {
  position: sticky;
  top: 1.9rem;
  left: 0;
  padding-top: 1.9rem;
  padding-left: 5rem;
  padding-right: 3.5rem;
  padding-bottom: 3.175rem;
}

.news_01 .sticky_box a {
  line-height: normal;
  margin-bottom: 0.7rem;
  display: block;
  color: rgba(51, 51, 51, 0.3);
  font-weight: 500;
}

.news_01 .sticky_box a:nth-child(1) {
  color: #333;
}

.news_01 .sticky_box a:last-child {
  margin-bottom: 0;
}

.news_01 .sticky_box a.cur {
  font-size: 0.8rem;
  color: #007f41;
  font-weight: 500;
}

.news_01 .news_list a.li {
  padding-left: 1.5rem;
  display: block;
  border-left: 1px solid rgba(0, 127, 65, 0.2);
}

.news_01 .news_list a.li:nth-child(1) {
  border: none;
}

.news_01 .news_list a.li:nth-child(1):after {
  position: absolute;
  left: 0;
  top: 1.9rem;
  height: calc(100% - 1.9rem);
  width: 1px;
  background-color: rgba(0, 127, 65, 0.2);
  content: "";
}

.news_01 .news_list a.li1 {
  padding-top: 1.9rem;
  padding-bottom: 2.025rem;
  background-color: #f2f8f5;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}

.news_01 .news_list a.li1 .img {
  margin-right: 1.65rem;
  width: 10.2rem;
  height: 7.2rem;
  overflow: hidden;
  border-radius: 0.25rem;
}

.news_01 .news_list a.li1 .txt {
  width: calc(100% - 10.2rem - 1.65rem);
  padding-right: 5rem;
}

.news_01 .news_list a.li1 .img img {
  transition: all 0.6s;
}

.news_01 .news_list a.li1 .tit-12 {
  margin-bottom: 0.3rem;
  line-height: normal;
}

.news_01 .news_list a.li1 .tit-22 {
  line-height: 1.25;
  letter-spacing: -1.1px;
  margin-bottom: 0.85rem;
}

.news_01 .news_list a.li1 .tit-15 {
  line-height: 0.5rem;
  margin-bottom: 1.35rem;
}

.news_01 .news_list a.li2 {
  padding-bottom: 1.5rem;
  position: relative;
  padding-top: 1.5rem;
}

.news_01 .news_list a.li2::after {
  position: absolute;
  content: "";
  width: calc(100% - 1.5rem);
  height: 1px;
  background: rgba(0, 127, 65, 0.2);
  left: 1.5rem;
  bottom: 0;
  transition: all 0.6s;
}

.news_01 .news_list a.li2::before {
  position: absolute;
  content: "";
  width: 0;
  height: 4px;
  background: rgba(0, 127, 65, 1);
  left: 1.5rem;
  bottom: 0;
  transition: all 0.6s;
}

.news_01 .news_list a.li2:hover::before {
  width: calc(100% - 19rem);
}

.news_01 .news_list a.li2:hover .tit-22 {
  color: #007f41;
}

.news_01 .news_list a.li2 .txt {
  width: 100%;
}

.news_01 .news_list a.li2 .img {
  right: 5rem;
  bottom: 0.625rem;
  width: 9.3rem;
  height: 5.7rem;
  border-radius: 10px;
  z-index: 1;
  opacity: 0;
  visibility: hidden;
  transform: translateY(0.5rem);
  transition: all 0s;
}

.news_01 .news_list a.li2 .img::after {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  content: "";
  border-radius: 0.25rem;
  background: #fff;
  z-index: 0;
  transform: rotate(-3.219deg);
}

.news_01 .news_list a.li2 .img img {
  z-index: 1;
  position: relative;
}

.news_01 .news_list a.li2 .img::before {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  content: "";
  transform: rotate(-6.088deg);
  border-radius: 0.25rem;
  z-index: -1;
  opacity: 0.5;
  background: #007f41;
  filter: blur(10px);
}

.news_01 .news_list a.li2 .tit-22 {
  margin-bottom: 0.425rem;
  line-height: 1.3;
}

.news_01 .news_list_box .click_more {
  margin: 0 0 0 1.5rem;
}

.news_01 .news_list_box .click_more:hover {
  background-color: #007f41;
  color: #fff;
}

.news_01 .news_list_box .click_more:hover svg {
  fill: #fff;
  transform: rotate(306deg);
}

.news_01 .news_list a.li2:hover .img {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
  transition: all 0.6s;
}

.news_01 .news_list a.li1 .a_more svg {
  transition: all 0.6s;
}

.news_01 .news_list a.li1:hover .a_more svg {
  transform: rotate(-45deg);
  margin-right: 0.1rem;
}

.news_info {
  width: 100%;
  background-color: #f2f8f5;
}

.news_info .w1520 {
  padding: 1.925rem 0 3.75rem;
}

.news_info .time {
  line-height: normal;
  margin-bottom: 0.3rem;
  /* text-transform: capitalize; */
}

.news_info .tit-42 {
  padding-bottom: 1.075rem;
  line-height: normal;
  border-bottom: 0.025rem solid rgba(0, 127, 65, 0.2);
  margin-bottom: 1.175rem;
  /* text-transform: capitalize; */
}

.news_info .w100 {
  background-color: #fff;
  padding: 1.475rem 5rem 3.3rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
  width: 100%;
}
.news_info .w100 .backa {
  position: absolute;
  top: 1.4rem;
  left: 50%;
  transform: translateX(-50%);
}
.news_info .w100 a {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  /* text-transform: capitalize; */
}

.news_info .w100 a .ellipsis {
  max-width: 7rem;
}

.news_info .w100 a.pre {
  margin: 0 auto 0 0;
}

.news_info .w100 a.pre svg {
  margin-right: 0.375rem;
  transition: all 0.5s;
}

.news_info .w100 a.net {
  margin: 0 0 0 auto;
}
.news_info .w100 a.pre:hover svg {
  transform: translateX(-0.3rem);
}

.news_info .w100 a.net svg {
  margin-left: 0.375rem;
  transition: all 0.5s;
}
.news_info .w100 a.net:hover svg {
  transform: translateX(0.3rem);
}
.news_info .w100 a.back {
  width: 3.75rem;
  height: 1.2rem;
  border-radius: 0.625rem;
  background: #007f41;
  justify-content: center;
  box-shadow: 0 4px 5px 0 rgba(0, 0, 0, 0.1);
  transition: all 0.5s;
}

@media (min-width: 996px) {
  .news_info .w100 a.back {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
  }
}

.news_info .w100 a.back svg {
  margin-left: 0.25rem;
  transition: all 0.5s;
  position: relative;
  z-index: 1;
}
.news_info .w100 .backa {
  width: 3.75rem;
  height: 1.2rem;
}
.news_info .w100 .backa .ahbox {
  width: 3.75rem;
  height: 1.2rem;
}
.news_info .w100 .backa span {
  margin-left: 0;
  margin-right: 0.4rem;
}

.news_info .w100 a.back::before {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 100%;
  height: 100%;
  content: "";
  border-radius: 0.625rem;
  overflow: hidden;
  transform: translate(-50%, -50%) scale(1);
  background-color: rgba(0, 127, 65, 0.1);
  z-index: -2;
  transition: all 0.5s;
}
.news_info .w100 a.back::after {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 100%;
  height: 100%;
  content: "";
  border-radius: 0.625rem;
  overflow: hidden;
  transform: translate(-50%, -50%) scale(1);
  background-color: rgba(0, 127, 65, 0.2);
  z-index: -1;
  transition: all 0.5s;
}

.news_info .w100 a.back:hover {
  color: #fff;
}

.news_info .w100 a.back:hover::before {
  transform: translate(-50%, -50%) scale(1.2);
}
.news_info .w100 a.back:hover::after {
  transform: translate(-50%, -50%) scale(1.1);
}

/* .news_info .w100 a.back:hover svg {
  margin-left: 0.5rem;
} */
.news_01 .sticky_box .sticky.cur {
  /* background-color: #f2f8f5; */
}

.brand_01 {
  padding-top: 3rem;
  height: 30rem;
  box-sizing: border-box;
  overflow: hidden;
}

.brand_01 .news_tit {
  border-bottom: none;
}

.brand_01 .img {
  position: absolute;
  left: 0;
  top: 0;
  z-index: -1;
  width: 100%;
  height: 30rem;
}

.brand_01::after {
  position: absolute;
  left: 0;
  top: 0;
  content: "";
  width: 100%;
  height: 13rem;
  flex-shrink: 0;
  z-index: -1;
  background: rgba(255, 255, 255, 0.8);
  backdrop-filter: blur(25px);
}

.brand_02 {
  background: linear-gradient(
      180deg,
      #fff -62.79%,
      rgba(255, 255, 255, 0) 89.57%
    ),
    rgba(0, 127, 65, 0.3);
}

.brand_02 .w1520 {
  padding: 2.875rem 0 5.55rem;
}

.brand_02 .tit_top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 1.25rem;
}

.brand_02 .tit_top .tit-42 {
  line-height: 1;
  font-weight: 600;
  text-transform: capitalize;
}

.brand_02 .tit_top a.zhref {
  width: 5.8rem;
}

.hot_new {
  width: 1.05rem;
  height: 0.425rem;
  display: flex;
  align-items: center;
  justify-content: center;
}

.product_01 {
  padding-top: 0rem;
  height: 27rem;
  box-sizing: border-box;
}

.product_01 .news_tit {
  border-bottom: none;
  padding-top: 5.975rem;
}

.product_01 .news_tit .lrt {
  padding-left: 2rem;
}

.product_01 .img {
  position: absolute;
  left: 0;
  top: 0;
  z-index: -1;
  width: 100%;
  height: 27rem;
}

.product_01::after {
  position: absolute;
  left: 0;
  top: 0;
  content: "";
  width: 100%;
  height: 9.825rem;
  flex-shrink: 0;
  z-index: -1;
  background: rgba(255, 255, 255, 0.8);
  backdrop-filter: blur(25px);
}

.product_02 {
  width: 100%;
  background-color: #f2f8f5;
}

.product_02 .tit-42 {
  line-height: normal;
  margin-bottom: 1.8rem;
}

.product_02 .w1720 {
  display: flex;
  align-items: stretch;
  padding: 1.75rem 0 4.875rem;
  justify-content: space-between;
}

.product_02 .tit_top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0.05rem 0 0.2rem;
  border-bottom: 1px solid #d9d9d9;
  margin-bottom: 0.35rem;
}

.product_02 .search_form {
  width: 0.55rem;
  height: 0.55rem;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  transition: all 0.3s;
}

.product_02 .tit_top button svg,
.product_02 .search_form svg {
  width: 100%;
  height: 100%;
}

.product_02 .search_form svg path {
  transition: all 0.6s;
}

.product_02 .w1720 .lrt {
  width: calc(100% - 2.5rem - 6.5rem);
}

.product_02 .tit_top form {
  display: flex;
  width: 30%;
  align-items: center;
  background-color: transparent;
  opacity: 0;
  visibility: hidden;
  width: 0;
}

.product_02 .tit_top button {
  width: 0.55rem;
  height: 0.55rem;
  background-color: transparent;
}

.product_02 .tit_top input {
  width: 80%;
  background-color: transparent;
}

.product_02 .tit_top input::placeholder {
  color: #007f41;
  opacity: 0.5;
}

.product_02 .searchbox {
  width: 100%;
  height: 1rem;
  padding: 0 0.5rem 0;
  border-radius: 1.25rem;
  border: 1px solid #007f41;
}

.product_02 .search_form.cur {
  opacity: 0;
}

.product_02 .tit_top form.cur {
  width: 30%;
  opacity: 1;
  visibility: visible;
  transition: all 0.6s 0.1s;
}

.product_02 .sticky {
  position: sticky;
  left: 0;
  top: 2.5rem;
}

.product_02 .sticky .lis {
  margin-bottom: 0.675rem;
  /* overflow: hidden; */
  border-radius: 0.625rem;
}

.product_02 .sticky .lis_show {
  padding: 0 0.75rem 0 1rem;
  width: 6.5rem;
  height: 1.4rem;
  border-radius: 1.25rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
  border: 1px solid #007f41;
}

.product_02 .sticky .lis_hide {
  width: 100%;
  height: auto;
  padding: 0.8rem 1.05rem 1.3rem 1rem;
  background-color: #fff;
  display: none;
}

.product_02 .sticky .lis.cur {
  background-color: #fff;
}

.product_02 .sticky .lis.cur .lis_show {
  background-color: #007f41;
  color: #fff;
}

.product_02 .sticky .lis.cur svg {
  transform: rotate(-180deg);
}

.product_02 .sticky .lis.cur svg rect {
  fill: #fff;
}

.product_02 .sticky .lis_hide a {
  display: block;
}

.product_02 .sticky .lis_hide a.cur {
  color: #007f41;
}

.product_02 .sticky .lis .lis_show,
.product_02 .sticky .lis svg path,
.product_02 .sticky .lis svg {
  transition: all 0.6s;
}

.product_02 .ul_ajax_box {
  margin-top: 0.925rem;
}

.product_02 .ul_ajax {
  width: 100%;
  display: flex;
  align-items: stretch;
  flex-wrap: wrap;
  justify-content: flex-start;
}

.product_02 .ul_ajax .li {
  background-color: #fff;
  margin-right: 1.325rem;
  width: calc((100% - 3.975rem) / 4);
  margin-bottom: 1rem;
  min-height: 9.5rem;
  border-radius: 0.25rem;
  border: 0.05rem solid transparent;
  transition: all 0.6s 0.1s;
}

.product_02 .ul_ajax .li a {
  display: flex;
  width: 100%;
  height: 100%;
  align-items: center;
  flex-direction: column;
  justify-content: flex-start;
  border-radius: 0.25rem;
  border: 2px solid transparent;
  padding: 1.2rem 0.75rem 0.75rem;
  transition: all 0.6s;
}

.product_02 .ul_ajax .li .tit-15 {
  line-height: 0.5rem;
  margin-bottom: 0.275rem;
}

.product_02 .ul_ajax .li .col-999 {
  color: rgba(153, 153, 153, 0.5);
}

.product_02 .ul_ajax .li:nth-child(4n) {
  margin-right: 0;
}

.product_02 .ul_ajax .li .img {
  margin-bottom: 0.725rem;
  width: 100%;
  height: 5.7rem;
  border-radius: 0.25rem;
  overflow: hidden;
  display: flex;
  justify-content: center;
  align-items: center;
}
.product_02 .ul_ajax .li .img img {
  /* width: 100%;
  height: 100%;
  object-fit: cover; */
  max-width: 90%;
  max-height: 90%;
}
.product_02 .ul_ajax .li .txt {
  width: 100%;
}

.product_02 .ul_ajax .li:hover a {
  box-shadow: 0px 0px 0px 0.2rem rgba(0, 127, 65, 0.25);
}

.product_02 .ul_ajax .li:hover {
  border: 0.05rem solid rgba(0, 127, 65, 0.5);
  box-shadow: 0px 0px 0px 0.325rem rgba(0, 127, 65, 0.25);
}

.product_02 .ul_ajax_box .click_more {
  margin: 0 auto;
  margin-top: 1.25rem;
  transition: all 0.5s;
}

.product_02 .ul_ajax_box .click_more:hover {
  background-color: #007f41;
  color: #fff;
}

.product_02 .ul_ajax_box .click_more svg {
  fill: #007f41;
  transition: all 0.5s;
}

.product_02 .ul_ajax_box .click_more:hover svg {
  fill: #fff;
  transform: rotate(306deg);
}

.product_02 .ul_ajax_box .hot_new {
  left: 0.725rem;
  top: 0.5rem;
}

.products_info {
  background-color: #f2f8f5;
  width: 100%;
}

.products_info .w1520 {
  padding: 0.9rem 0 4.675rem;
}

.products_info .info_top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 1rem;
}

.products_info .lrt,
.products_info .lft {
  display: flex;
  align-items: center;
}

.products_info .lrt a,
.products_info .lft a {
  display: flex;
  align-items: center;
}

.products_info .lft a svg {
  margin-right: 0.25rem;
  width: 0.425rem;
  height: 0.4rem;
}

.products_info .lrt svg {
  margin-left: 0.5rem;
  width: 0.25rem;
  height: 0.25rem;
}

.products_info .info_box {
  height: 21rem;
  width: 100%;
  background-color: rgba(255, 255, 255, 0.2);
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.products_info .swiper_img_box {
  width: 18rem;
  height: 21rem;
  border-radius: 0.5rem 0 0 0.5rem;
  background: #fff;
  overflow: hidden;
  padding: 1.6rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
}

.products_info .swiper_img {
  max-width: 100%;
  width: 100%;
  overflow: hidden;
}

.products_info .swiper_img .swiper-slide {
  display: flex;
  align-items: center;
  justify-content: center;
}

.products_info .swiper_img_box .swiper-pagination {
  width: 100%;
  text-align: center;
  bottom: 0;
  position: relative;
  line-height: 1;
  align-self: flex-end;
}

.products_info .swiper_img_box .swiper-pagination-bullet {
  width: 1.1rem;
  height: 0.125rem;
  flex-shrink: 0;
  border-radius: 0.25rem;
  background: rgba(0, 127, 65, 0.25);
  margin: 0 0.1rem;
  opacity: 1;
  position: relative;
  transition: all 0.6s;
  border: 1px solid transparent;
}

.products_info .swiper_img_box .swiper-pagination-bullet::after {
  position: absolute;
  left: 0;
  top: 50%;
  width: 0;
  height: 0.125rem;
  content: "";
  transform: translateY(-50%);
  border-radius: 0.25rem;
  background: #007f41;
  transition: all 0.6s 0.2s;
  opacity: 0;
}

.products_info .swiper_img_box .swiper-pagination-bullet-active {
  width: 2.2rem;
  background-color: #fff;
  border-color: rgba(0, 127, 65, 0.25);
}

.products_info .swiper_img_box .swiper-pagination-bullet-active::after {
  width: 100%;
  opacity: 1;
}

.products_info .info_txt {
  width: calc(100% - 18rem);
  height: 100%;
  padding: 1.75rem 2.25rem 1.65rem 2.025rem;
  background-color: rgba(255, 255, 255, 0.5);
}

.products_info .info_txt .hot_new {
  margin-bottom: 0.425rem;
}

.products_info .info_txt .tit-32 {
  line-height: normal;
  margin-bottom: 0.8rem;
}

.products_info .info_txt .tit-15 {
  margin-bottom: 0.925rem;
  line-height: 1.5;
  height: 10.5em;
  overflow: auto;
}

.products_info .info_txt .tit-15 .li {
  position: relative;
  padding-left: 0.375rem;
}

.products_info .info_txt .tit-15 .li::after {
  content: "";
  width: 5px;
  background-color: #999;
  border-radius: 50%;
  height: 5px;
  position: absolute;
  left: 0;
  top: 0.2rem;
}
.products_info .mCSB_inside > .mCSB_container {
  margin-right: 60px;
}
.products_info .mCSB_scrollTools .mCSB_draggerContainer {
  background-color: #007f41;
  width: 0.2rem;
  border-radius: 0.25rem;
  border: 1px solid #007f41;
}
.products_info .mCSB_scrollTools .mCSB_draggerRail {
  opacity: 0;
  display: none;
}
.products_info .mCSB_scrollTools .mCSB_draggerContainer .mCSB_dragger_bar {
  width: .15rem !important;
  background-color: #fff;
  border-radius: 0.25rem;
}
.products_info .info_txt .ul_list {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-start;
  margin-bottom: 1.75rem;
}

.products_info .info_txt .ul_list .li {
  width: 42%;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  line-height: 1.2;
  padding-right: 1rem;
  margin-bottom: 0.4rem;
}

.products_info .info_txt .ul_list .li svg {
  margin-right: 0.25rem;
  width: 0.2rem;
  height: 0.225rem;
}

.products_info .info_txt .want_box {
  display: flex;
  align-items: center;
  margin-bottom: 0.425rem;
  flex-wrap: wrap;
}

.products_info .info_txt .want {
  width: 6.05rem;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 0.7rem;
  height: 1.3rem;
  flex-shrink: 0;
  border-radius: 1.25rem;
  background: #007f41;
  margin-right: 0.55rem;
  transition: all 0.5s;
}

.products_info .info_txt .want svg {
  margin-left: 0.4rem;
  width: 0.65rem;
  height: 0.65rem;
  transition: all 0.5s;
}

.products_info .info_txt .want:hover {
  color: #fff;
  background: #46aa3f;
}

.products_info .info_txt .want:hover svg {
  margin-left: 0.7rem;
}

.products_info .info_txt .shop {
  width: 1.3rem;
  height: 1.3rem;
  flex-shrink: 0;
  border-radius: 1.25rem;
  background-color: #007f41;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.5s;
}

.products_info .info_txt .shop svg {
  width: 0.6rem;
  height: 0.6rem;
}

.products_info .info_txt .shop:hover {
  background: #46aa3f;
}

.products_info .info_content {
  width: 100%;
  margin-top: 0.8rem;
}

.products_info .swiper_img_02 {
  width: 100%;
  height: 15.5rem;
  margin-bottom: 0.5rem;
  overflow: hidden;
  position: relative;
}

.products_info .swiper_img_02 .swiper-slide {
  width: 100%;
}

.products_info .swiper_img_02 .swiper-pagination {
  width: 100%;
  text-align: center;
  bottom: 0.8rem;
  line-height: 1;
  align-self: flex-end;
}

.products_info .swiper_img_02 .swiper-pagination-bullet {
  width: 1.096rem;
  height: 0.125rem;
  flex-shrink: 0;
  border-radius: 0.25rem;
  background: rgba(255, 255, 255, 0.25);
  margin: 0 0.1rem;
  opacity: 1;
  position: relative;
  transition: all 0.6s;
  border: 1px solid transparent;
}

.products_info .swiper_img_02 .swiper-pagination-bullet::after {
  position: absolute;
  left: 0;
  top: 50%;
  width: 0;
  height: 0.125rem;
  content: "";
  transform: translateY(-50%);
  border-radius: 0.25rem;
  background: #fff;
  transition: all 0.6s 0.2s;
  opacity: 0;
}

.products_info .swiper_img_02 .swiper-pagination-bullet-active {
  width: 2.193rem;
  background-color: transparent;
  border-color: rgba(255, 255, 255, 0.25);
}

.products_info .swiper_img_02 .swiper-pagination-bullet-active::after {
  width: 100%;
  opacity: 1;
}

.fixed_form {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 9999;
  display: none;
}

.fixed_form .mask {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: -1;
}

.fixed_form .form_box {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -70%);
  width: 20rem;
  height: auto;
  flex-shrink: 0;
  border-radius: 0.5rem;
  background: #fff;
  opacity: 0;
  visibility: hidden;
  transition: all 0.6s 0.7s;
}

.form_title {
  width: 100%;
  height: 1.65rem;
  flex-shrink: 0;
  border-radius: 0.5rem 0.5rem 0 0;
  background: #007f41;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 0.8rem 0 0.875rem;
}

.form_title span {
  letter-spacing: -0.028rem;
}

.fixed_form .form {
  padding: 1.125rem 0.775rem 2.075rem;
}

.fixed_form .form p {
  line-height: normal;
  letter-spacing: -0.021rem;
  margin-bottom: 0.675rem;
}

.fixed_form .form .item {
  width: 100%;
  padding: 0 0.55rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 1.725rem;
  background: #f2f8f5;
  border-radius: 0.25rem;
  margin-bottom: 0.35rem;
}

.fixed_form .form .item input {
  width: 80%;
  height: 100%;
  border: none;
  outline: none;
  background: transparent;
}

.fixed_form .form .item.area {
  height: 3.625rem;
  width: 100%;
  padding: 0.55rem;
}

.fixed_form .form .item span {
  color: #ff0303;
}

.fixed_form .form .item textarea {
  resize: none;
  height: 100%;
  width: 100%;
  background-color: transparent;
  line-height: 0.5rem;
}

.fixed_form .form .item input::placeholder,
.fixed_form .form .item .textarea::placeholder {
  color: #999999;
}

.fixed_form .form .item.por .catch {
  position: absolute;
  right: 0.4rem;
  top: 50%;
  transform: translateY(-50%);
  width: 3rem;
  height: 1.1rem;
  border-radius: 0.1rem;
  background: #000;
  display: flex;
  align-items: center;
  justify-content: center;
}

.fixed_form .form .item.por {
  margin-bottom: 1.275rem;
}

.fixed_form .form button {
  width: 7rem;
  height: 1.3rem;
  flex-shrink: 0;
  background-color: #007f41;
  filter: drop-shadow(0 5px 10px rgba(0, 0, 0, 0.1));
  display: flex;
  border-radius: 0.625rem;
  align-items: center;
  justify-content: center;
  margin: 0 auto;
  transition: all 0.5s;
}

.fixed_form .form button svg {
  margin-left: 0.55rem;
  width: 0.294rem;
  height: 0.225rem;
  transition: all 0.5s;
}

.fixed_form .form button:hover {
  background-color: #46aa3f;
}

.fixed_form .form button:hover svg {
  margin-left: 0.7rem;
}

.fixed_form.cur .form_box {
  opacity: 1;
  visibility: visible;
  transform: translate(-50%, -50%);
}

.fixed_form .closed {
  cursor: pointer;
  transition: all 0.6s;
}

.fixed_form .closed svg,
.fixed_form .closed svg path {
  transition: all 0.6s;
}

.fixed_form .closed:hover svg {
  transform: rotate(-180deg);
}

.fixed_form .closed:hover svg path {
  fill: #007f41;
}

.quality_01 .videobtn {
  cursor: pointer;
  z-index: 4;
  opacity: 0;
}

.quality_01 .videobtn svg {
  width: 2.25rem;
  height: 2.25rem;
  fill: #ffc000;
  transition: all 0.5s;
}

.quality_01 .videobtn.cur {
  /*.icon2{ opacity:0;
}
.icon3{ opacity:1;
}*/
}

.quality_01 .videobtn:hover svg {
  fill: #007f41;
  transform: scale(0.9);
}

.quality_01 {
  padding-top: 2.875rem;
  height: 30rem;
  box-sizing: border-box;
}

.quality_01 .w100 {
  position: relative;
  z-index: 3;
}

.quality_01 .news_tit {
  border-bottom: none;
  padding-top: 3.2rem;
  transition: all 0.6s;
}

.quality_01 .news_tit .tit-15 {
  line-height: 0.5rem;
}

.quality_01::after {
  position: absolute;
  left: 0;
  top: 2.8rem;
  content: "";
  width: 100%;
  height: 12.8rem;
  flex-shrink: 0;
  z-index: 1;
  background: rgba(255, 255, 255, 0.8);
  backdrop-filter: blur(25px);
  transition: all 0.6s;
}

.quality_01 .img {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
  width: 100%;
  height: 30rem;
}

.quality_01 .play_icon {
  z-index: 1;
  opacity: 0;
  transform: translate(-50%, -40%);
  transition: all 0.6s;
}

.quality_01.cur .videobtn {
  opacity: 1;
}

.quality_01.cur .img {
  /* z-index: 3; */
}

.warpheader.cur {
  background-color: rgba(255, 255, 255, 0.5);
  backdrop-filter: blur(5px);
}

.quality_01.cur::after {
  transform: translateY(-12.8rem);
  z-index: 0;
}

.quality_01.cur .news_tit {
  opacity: 0;
  visibility: hidden;
  transform: translateY(-12.8rem);
  z-index: 0;
}

.quality_02 {
  position: relative;
  width: 100%;
}

.quality_02::after {
  position: absolute;
  left: 0;
  top: 0;
  width: 31.325rem;
  height: 24.05rem;
  background: #f2f8f5;
  content: "";
  z-index: -1;
}

.quality_02 .w1520 {
  padding: 2.875rem 0 3.5rem;
}

.quality_02 .tit-42 {
  margin-bottom: 1.25rem;
  line-height: normal;
  letter-spacing: -2.1px;
}

.quality_02 .card_list {
  display: flex;
  align-items: stretch;
  width: 100%;
  height: 12rem;
}

.quality_02 .card_item {
  margin-right: 1.075rem;
  position: relative;
  width: 100%;
  height: 100%;
  overflow: hidden;
  transition: all 0.6s;
  border-radius: 1.25rem;
  width: calc((100% - 18.5rem - 1.075rem * 2) / 2);
}

.quality_02 .card_item.cur {
  width: 18.5rem;
}

.quality_02 .card_item:last-child {
  margin-right: 0;
}

.quality_02 .card_img {
  width: 100%;
  height: 100%;
}

.quality_02 .card_txt {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  background-color: rgba(0, 0, 0, 0.15);
}

.quality_02 .card_item .icon {
  margin-bottom: 0.8rem;
  width: 1.5rem;
}

.quality_02 .card_item .icon img {
  width: 100%;
}

.quality_02 .card_item .tit-22 {
  line-height: normal;
  letter-spacing: -1.1px;
}

.quality_02 .card_item .tit-13 {
  line-height: normal;
  letter-spacing: -0.65px;
}

.quality_02 .card_item .card_show {
  position: absolute;
  left: 0;
  top: 0;
  opacity: 1;
  z-index: 1;
  width: 100%;
  height: 100%;
  visibility: visible;
}

.quality_02 .card_item .card_hide {
  position: absolute;
  opacity: 1;
  opacity: 0;
  visibility: hidden;
  /* z-index: -1; */
  width: 100%;
  height: 100%;
  transform: translateY(-100%);
}

.quality_02 .card_hide .card_txt {
  justify-content: flex-end;
  align-items: flex-start;
  padding: 1.75rem;
  background: linear-gradient(180deg, rgba(0, 127, 65, 0) 50%, #007f41 87.6%);
  transition: all 0.6s;
}

.quality_02 .card_show .icon {
  opacity: 1;
  transform: translateY(0);
  visibility: visible;
  /* transition: all 0.3s; */
}

.quality_02 .card_show .tit-22 {
  opacity: 1;
  transform: translateY(0);
  visibility: visible;
  /* transition: all 0.4s; */
}

.quality_02 .card_hide .icon {
  margin-bottom: 0.425rem;
  opacity: 0;
  transform: translateY(20px);
  transition: all 0.6s;
}

.quality_02 .card_hide .tit-22 {
  margin-bottom: 0.375rem;
  margin-top: 0.425rem;
  opacity: 0;
  transform: translateY(20px);
  transition: all 0.6s;
}

.quality_02 .card_hide .tit-13 {
  opacity: 0;
  transform: translateY(20px);
  transition: all 0.6s;
}

.quality_02 .card_item.cur .card_show {
  z-index: -1;
  visibility: hidden;
  transform: translateY(0px);
}

.quality_02 .card_item.cur .card_hide {
  opacity: 1;
  visibility: visible;
  z-index: 1;
}

.quality_02 .card_item.cur .tit-22,
.quality_02 .card_item.cur .tit-13,
.quality_02 .card_item.cur .icon {
  opacity: 1;
  transform: translateY(0%);
}

.quality_02 .card_item.cur .card_show .tit-22,
.quality_02 .card_item.cur .card_show .tit-13,
.quality_02 .card_item.cur .card_show .icon {
  opacity: 0;
  visibility: hidden;
  transform: translateY(-20px);
}

.quality_02 .card_item.cur .card_hide .icon {
  transition-delay: 0.2s;
}

.quality_02 .card_item.cur .card_hide .tit-22 {
  transition-delay: 0.25s;
}

.quality_02 .card_item.cur .card_hide .tit-13 {
  transition-delay: 0.3s;
}

.quality_03 {
  position: relative;
  width: 100%;
  background-color: #007f41;
  margin-top: 2.925rem;
  min-height: 24.9rem;
}

.quality_03::after {
  position: absolute;
  right: 0;
  top: -3.175rem;
  width: 16.675rem;
  height: 22.9rem;
  background: #ffc000;
  content: "";
  z-index: 1;
}

.quality_03 .w1520 {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  width: 100%;
  overflow: hidden;
  height: 100%;
  position: relative;
  z-index: 2;
  padding-left: 5rem;
}

.quality_03 .img_bg {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 21.7rem;
  height: 22.35rem;
  overflow: hidden;
}

.quality_03 .img_bg img {
  width: 100%;
}

.quality_03 .w1520 .lft {
  width: 16.575rem;
  padding-top: 4.65rem;
  padding-bottom: 5.2rem;
}

.quality_03 .w1520 .img {
  width: 23.45rem;
  height: 18rem;
  flex-shrink: 0;
  border-radius: 1.25rem 0 0 1.25rem;
  overflow: hidden;
  z-index: 2;
  position: relative;
  margin-top: 1.725rem;
}

.quality_03 .w1520 .li {
  display: flex;
  align-items: center;
  line-height: normal;
  letter-spacing: -0.021rem;
  margin-bottom: 0.8rem;
  border: 1px solid rgba(255, 255, 255, 0.2);
  width: 11.125rem;
  height: 1.65rem;
  transition: all 0.6s;
  border-radius: 1.25rem;
  cursor: pointer;
}

.quality_03 .w1520 .li p {
  padding: 0 1.15rem 0 1.15rem;
  transition: all 0.6s;
}

.quality_03 .w1520 .li .icon {
  width: 1.6rem;
  height: 1.6rem;
  background-color: #007f41;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  left: 0.325rem;
  top: 50%;
  width: 1.6rem;
  height: 1.6rem;
  transform: translateY(-50%) scale(0);
  transition: all 0.6s;
  cursor: pointer;
}

/* .quality_03 .w1520 .li:hover, */
.quality_03 .w1520 .li.cur {
  height: 2.2rem;
  background: #fff;
  color: #007f41;
  padding: 0 0 0 0.325rem;
}

/* .quality_03 .w1520 .li:hover .icon, */
.quality_03 .w1520 .li.cur .icon {
  transform: translateY(-50%) scale(1);
}

/* .quality_03 .w1520 .li:hover p, */
.quality_03 .w1520 .li.cur p {
  transform: translateX(1rem);
}

.quality_03 .w1520 .tit-42 {
  margin-bottom: 1.2rem;
  line-height: 1;
  font-weight: 600;
}

.quality_03 .w1520 .tit-15.phr {
  margin-bottom: 1.55rem;
  line-height: 0.5rem;
  font-weight: 350;
}

.quality_04 {
  width: 100%;
  padding-top: 2.375rem;
  background-color: #fff;
}

.quality_04 .bus-c-container {
  margin-top: 1.3rem;
}

.quality_04 .w1520 {
  width: 100%;
  padding: 2.375rem 0;
}

.quality_04 .w1520 .swiper_img_box {
  padding: 0 0;
  margin-top: 1.3rem;
  position: relative;
}

.quality_04 .w1520 .swiper_img {
  width: 100%;
  height: 13rem;
  padding: 0 12.4rem;
  margin-bottom: 1.6rem;
}

.quality_04 .w1520 .swiper_img .swiper-wrapper {
  align-items: center;
}

.quality_04 .w1520 .swiper_img img {
  height: 100%;
  width: 100%;
  object-fit: fill;
}

.quality_04 .w1520 .swiper_img .swiper-slide {
  height: 10.9rem;
}

.quality_04 .w1520 .swiper_img .swiper-slide-active {
  height: 100%;
  transition: all 0.6s;
}

.quality_04 .w1520 .swiper_img_box .swiper_btn {
  position: absolute;
  top: 50%;
  transform: translate(0%, -50%);
  width: 1.4rem;
  height: 1.4rem;
  flex-shrink: 0;
  border: 1px solid #007f41;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  z-index: 1;
  cursor: pointer;
}

.quality_04 .w1520 .swiper_img_box .btn_prev {
  left: 10.375rem;
}

.quality_04 .w1520 .swiper_img_box .btn_next {
  right: 10.375rem;
}

.quality_04 .w1520 .swiper-pagination {
  text-align: center;
  margin: 0 auto;
  width: 100%;
  bottom: 0;
  line-height: 1;
  position: relative;
}

.quality_04 .w1520 .swiper-pagination-bullet {
  width: 1.1rem;
  height: 0.125rem;
  flex-shrink: 0;
  border-radius: 0.25rem;
  background: rgba(0, 127, 65, 0.25);
  margin: 0 0.1rem;
  opacity: 1;
  position: relative;
  transition: all 0.6s;
  border: 1px solid transparent;
}

.quality_04 .w1520 .swiper-pagination-bullet::after {
  position: absolute;
  left: 0;
  top: 50%;
  width: 0;
  height: 0.125rem;
  content: "";
  transform: translateY(-50%);
  border-radius: 0.25rem;
  background: #007f41;
  transition: all 0.6s 0.2s;
  opacity: 0;
}

.quality_04 .w1520 .swiper-pagination-bullet-active {
  width: 2.2rem;
  background-color: #fff;
  border-color: rgba(0, 127, 65, 0.25);
}

.quality_04 .w1520 .swiper-pagination-bullet-active::after {
  width: 100%;
  opacity: 1;
}

.brand_02 {
  width: 100%;
  position: relative;
}

/* .quality_04 .w1520 .swiper_img_box .swiper_btn; */
.mollis .brand_02 .txt_img {
  background-image: url(../img/y2.png);
}

.mollis .f41 {
  color: #caa847;
}

.mollis .zhref.line .ahbox {
  border-color: #caa847;
}

.mollis .zhref.line .ahbox {
  color: #caa847;
}
.mollis .swiper_left_box .li_hide {
  background-color: #caa847;
}

.mollis .brand_02 {
  background: linear-gradient(0deg, #fff -61.9%, rgba(255, 255, 255, 0) 91.64%),
    rgba(234, 202, 105, 0.2);
}

.mollis .footerbox {
  margin-top: -1.25rem;
}


.mollis .zhref.wit .ahbox {
  border: 0;
  color: #caa847;
}

.mollis .zhref.wit svg {
  fill: #caa847 !important;
}

.mollis .zhref.line .ahbox svg {
  fill: #caa847;
}

.mollis .zhref.line:hover .ahbox {
  background-color: #caa847;
}

.mollis .zhref.line:hover .ahbox {
  color: #fff;
}

.mollis .zhref.line:hover .ahbox svg {
  fill: #fff;
}

.mollis .brand_02 .swiper-scrollbar-drag {
  background-color: #caa847;
}

.elibell .brand_02 .txt_img {
  background-image: url(../img/y7.png);
}

.elibell .f41 {
  color: #7dccf3;
}

.elibell .zhref.line .ahbox {
  border-color: #7dccf3;
}

.elibell .zhref.line .ahbox {
  color: #7dccf3;
}

.elibell .brand_02 {
  background: linear-gradient(0deg, #fff -39.76%, rgba(255, 255, 255, 0) 58.78%),
    rgba(125, 204, 243, 0.2);
}

.elibell .footerbox {
  margin-top: -1.25rem;
}


.elibell .swiper_left_box .li_hide {
  background-color: #7dccf3;
}
.elibell .zhref.wit .ahbox {
  border: 0;
  color: #7dccf3;
}

.elibell .zhref.wit svg {
  fill: #7dccf3 !important;
}

.elibell .zhref.line .ahbox svg {
  fill: #7dccf3;
}

.elibell .zhref.line:hover .ahbox {
  background-color: #7dccf3;
}

.elibell .zhref.line:hover .ahbox {
  color: #fff;
}

.elibell .zhref.line:hover .ahbox svg {
  fill: #fff;
}

.elibell .brand_02 .swiper-scrollbar-drag {
  background-color: #7dccf3;
}

.forlife .brand_02 .txt_img {
  background-image: url(../img/y11.png);
}

.forlife .f41 {
  color: #8658fe;
}

.forlife .zhref.line .ahbox {
  border-color: #8658fe;
}

.forlife .zhref.line .ahbox {
  color: #8658fe;
}
.forlife .swiper_left_box .li_hide {
  background-color: #8658fe;
}
.forlife .tit_top .zhref:hover {
  box-shadow: 0px 0px 0px 0.15rem rgba(134, 88, 254, 0.5);
}
.forlife .tit_top .zhref:hover .ahbox {
  box-shadow: 0px 0px 0px 0.3rem rgba(134, 88, 254, 0.25);
}
.elibell .tit_top .zhref:hover {
  box-shadow: 0px 0px 0px 0.15rem rgba(125, 204, 243, 0.5);
}
.elibell .tit_top .zhref:hover .ahbox {
  box-shadow: 0px 0px 0px 0.3rem rgba(125, 204, 243, 0.25);
}
.mollis .tit_top .zhref:hover {
  box-shadow: 0px 0px 0px 0.15rem rgba(202, 168, 71, 0.5);
}
.mollis .tit_top .zhref:hover .ahbox {
  box-shadow: 0px 0px 0px 0.3rem rgba(202, 168, 71, 0.25);
}

.forlife .brand_02 {
  background: linear-gradient(
      0deg,
      rgba(255, 255, 255, 0.2) -61.49%,
      rgba(255, 255, 255, 0) 93.29%
    ),
    rgba(96, 66, 180, 0.1);
}

.forlife .footerbox {
  margin-top: -1.25rem;
}


.forlife .zhref.wit .ahbox {
  border: 0;
  color: #8658fe;
}

.forlife .zhref.wit svg {
  fill: #8658fe !important;
}

.forlife .zhref.line .ahbox svg {
  fill: #8658fe;
}

.forlife .zhref.line:hover .ahbox {
  background-color: #8658fe;
}

.forlife .zhref.line:hover .ahbox {
  color: #fff;
}

.forlife .zhref.line:hover .ahbox svg {
  fill: #fff;
}

.forlife .brand_02 .swiper-scrollbar-drag {
  background-color: #8658fe;
}

.news_01 .news_list_box .click_more {
  margin-top: 1.25rem;
  transition: all 0.5s;
}

.news_01 .news_list_box .click_more:hover {
  background-color: #007f41;
  color: #fff;
}

.news_01 .news_list_box .click_more svg {
  fill: #007f41;
  transition: all 0.5s;
}

.news_01 .news_list_box .click_more:hover svg {
  fill: #fff;
  transform: rotate(306deg);
}

.products_info .swiper_img_box .small-container {
  width: 100%;
  overflow: hidden;
}

.products_info .swiper_img_box .small-container .swiper-slide {
  display: flex;
  width: 2.2rem;
  height: 2.2rem;
  padding: 0.1rem;
  justify-content: center;
  align-items: center;
  flex-shrink: 0;
  border-radius: 5px;
  border: 1px solid rgba(51, 51, 51, 0.5);
  margin-right: 0.55rem;
  opacity: 0.5;
  cursor: pointer;
  transition: opacity 0.5s;
}
.products_info .swiper_img_box .small-container .swiper-slide img{
  max-height: 90%;
}

.products_info .swiper_img_box .small-container .swiper-slide:last-child {
  margin-right: 0;
}

.products_info .swiper_img_box .small-container .swiper-slide:hover {
  border: 1px solid #007f41;
  opacity: 4;
}

.products_info .swiper_img_box .small-container .swiper-slide.on {
  border: 1px solid #007f41;
  opacity: 4;
}

.products_info .swiper_img_box {
  position: relative;
}

.products_info .swiper_img_box .button-prev {
  left: 0.75rem;
  margin-top: 0;
  top: 40%;
  z-index: 33;
}

.products_info .swiper_img_box .button-next {
  right: 0.75rem;
  margin-top: 0;
  top: 40%;
  z-index: 33;
}

.products_info .swiper_img .swiper-slide .img {
  max-width: 60%;
}

.products_info .swiper_img {
  height: 77%;
}

.button-prev,
.button-next {
  z-index: 99;
}

.products_info .swiper_img_02 .button-prev {
  left: 1rem;
}

.products_info .swiper_img_02 .button-next {
  right: 1rem;
}

.stoyr-b .button-next,
.stoyr-b .button-prev {
  transform: translateY(-50%);
}

.stoyr-b .g_list {
  position: relative;
  display: flex;
  align-items: stretch;
  justify-content: space-between;
}

.stoyr-b .g_list .g_sb_left {
  width: 28.25rem;
  display: flex;
  height: 17rem;
  cursor: pointer;
  margin-right: 1rem;
}

.stoyr-b .g_list .g_sb_left .img-box1 {
  width: 15.5rem;
  height: 100%;
  overflow: hidden;
  border-radius: 0.25rem;
  position: relative;
}

.stoyr-b .g_list .g_sb_left .img-box1 .hide-box {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  backdrop-filter: blur(5px);
  padding: 1.5rem 1.175rem;
  display: flex;
  align-items: flex-start;
  flex-direction: column;
  justify-content: flex-end;
  z-index: 3;
}

.stoyr-b .g_list .g_sb_left .img-box1 .hide-box .t2 {
  opacity: 0.5;
  margin-bottom: 0.5rem;
}

.stoyr-b .g_list .g_sb_left .img-box1 .hide-box .jtc {
  width: 1.3rem;
  height: 1.3rem;
  border-radius: 50%;
  display: flex;
  margin-top: 1rem;
  background-color: #fff;
  align-items: center;
  justify-content: center;
  transition: all 0.5s;
}

.stoyr-b .g_list .g_sb_left .img-box1 .hide-box .jtc svg {
  fill: #007f41;
}

.stoyr-b .g_list .g_sb_left .lrbx {
  width: calc(100% - 15.5rem - 0.3rem);
  margin-left: 0.3rem;
  height: 100%;
}

.stoyr-b .g_list .g_sb_left .lrbx .txt {
  width: 100%;
  height: 6.65rem;
  padding: 1.1rem;
  background-image: url(http://boc.yesshang.cn/zhengqi/bocweb/web/css/../img/sb3.png);
  background-repeat: no-repeat;
  background-position: right bottom;
  background-size: 8.675rem 5.15rem;
  background-color: rgb(0, 127, 65);
  border-radius: 0.25rem;
  overflow: hidden;
}

.stoyr-b .g_list .g_sb_left .lrbx .img-box2 {
  width: 100%;
  height: calc((100% - 6.65rem - 0.3rem));
  margin-top: 0.4rem;
  border-radius: 0.25rem;
  overflow: hidden;
}

.stoyr-b .g_list .sb-container {
  width: calc(100% - 28.25rem - 1rem);
  overflow: hidden;
}

.stoyr-b .g_list .sb-container .swiper-slide {
  margin-right: 0;
}

.stoyr-b
  .g_list
  .sb-container
  .swiper-slide.swiper-slide-active
  .img-box1
  .hide-box {
  opacity: 1;
}

.sb-container .swiper-slide .img-box1 .hide-box .jtc {
  position: relative;
}

.sb-container .swiper-slide .img-box1 .hide-box .jtc svg {
  position: relative;
  z-index: 3;
}

.sb-container .swiper-slide .img-box1 .hide-box .jtc::after {
  content: "";
  width: 100%;
  height: 100%;
  background-color: #fff;
  opacity: 0.5;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) scale(1);
  border-radius: 50%;
  transition: all 0.8s;
}

.sb-container .swiper-slide .img-box1 .hide-box .jtc::before {
  content: "";
  width: 100%;
  height: 100%;
  background-color: #fff;
  opacity: 0.2;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) scale(1);
  border-radius: 50%;
  transition: all 0.8s;
}

.sb-container .swiper-slide .img-box1 .hide-box .jtc:hover::before {
  transform: translate(-50%, -50%) scale(1.4);
}

.sb-container .swiper-slide .img-box1 .hide-box .jtc:hover::after {
  transform: translate(-50%, -50%) scale(1.2);
}

.sb-container .swiper-slide .img-box1 .hide-box .jtc:hover {
  background-color: #fff;
}

.sb-container .swiper-slide .img-box1 .hide-box .jtc:hover svg {
  fill: #007f41;
}
.about-g {
  padding-bottom: 4.3rem;
}
.about-g .tit-42 {
  /* text-transform: capitalize; */
}
.about-g .map-box .mapt .t1 {
  /* text-transform: capitalize; */
  justify-content: flex-start;
  font-size: 0.425rem;
}
.about-g .map-box .mapt .list .li .t3 {
  /* text-transform: capitalize; */
  margin-bottom: 0.3rem;
  color: #333;
}
.bus-a .button-next {
  display: none;
}
.captcha_ok,
.captcha_no {
  display: flex;
  align-items: center;
}
.about-g .serah .li:hover .er_img {
  transform: translate(-50%, 4px);
}
.button-prev.swiper-button-disabled,
.button-next.swiper-button-disabled {
  opacity: 0.3;
}
.button-prev.swiper-button-disabled:hover,
.button-next.swiper-button-disabled:hover {
  border-color: #999;
}
.button-prev.swiper-button-disabled:hover svg,
.button-next.swiper-button-disabled:hover svg {
  fill: #999999;
}
.bus-a .button-prev:hover svg,
.bus-a .button-next:hover svg {
  fill: #ffff;
}
.sc-container .swiper-slide .txt .t1 {
  font-weight: normal;
  transition: all 0.6s;
}
.sc-container .swiper-slide:hover .txt .t1 {
  color: #007f41;
}
.card-container {
  padding-top: 2rem;
}

.product_02 .sticky .lis {
  border: none;
}
.product_02 .sticky .lis .lis_show {
  border: 1px solid #007f41;
  transition: all 0.6s;
  border-radius: 0.625rem;
}
.product_02 .sticky .lis.cur .lis_show {
  border-radius: 0.625rem;
}
.about-f .cont .list .li .txt {
  transition-delay: 0.5s;
}
.about-e .text-container .swiper-slide .t2,
.about-e .text-container .swiper-slide .t1 {
  opacity: 0.3;
}
.about-e .text-container .swiper-slide-active .t2,
.about-e .text-container .swiper-slide-active .t1 {
  opacity: 1;
}

.about-d .txt .li .t2 {
  transition: all 0.4s;
}
.about-d .txt .li.on .t2 {
  height: 4rem;
  margin-bottom: 1rem;
}

.bus-a-img .mani-pagination {
  bottom: 1.675rem !important;
  position: absolute;
  z-index: 3;
}
.bus-a-img .mani-pagination span {
  width: 0.5rem !important;
}

.bus-a-img .mani-pagination span.swiper-pagination-bullet-active {
  width: 1rem !important;
}
.bus-a-img .mani-pagination span {
  border: none;
  background-color: #fff;
  opacity: 1;
}
@media (min-width: 996px) {
  .products_info .info_txt {
    padding-right: 0;
  }
  .products_info .info_txt .want_box,
  .products_info .info_txt .ul_list,
  .products_info .info_txt .tit-32 {
    padding-right: 2rem;
  }
  .bus-c-container .swiper-slide .img img {
    transition: all 0.6s;
  }
  .bus-c-container .swiper-slide:hover .img img {
    transform: scale(1.05);
  }
  .bus-c-container .swiper-slide:hover .tit-22 {
    color: #007f41;
  }
}

.search-list2 span {
  color: #007f41;
}
.search-list2 .ulbox .li span {
  color: #ff0000;
}
.search-list2 .ulbox .li:hover span {
  color: #007f41;
}

.brand_02 .swiper-slide {
  border-radius: inherit;
  clip-path: inset(0 round 50px); /* 创建圆角裁剪 */
}
.brand_02 .swiper-slide .img_bg {
  width: 100%;
  height: 8.225rem;
}
.brand_02 .txt_img {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
  height: 5.15rem;
  flex-shrink: 0;
  border-radius: 0 0 1.25rem 1.25rem;
  background-image: url(../img/gimg/11.png);
  background-position: top;
  background-repeat: no-repeat;
  background-size: 100% 5.15rem;
  margin-top: -1.4rem;
  z-index: 1;
  position: relative;
}
.brand_02 .swiper-slide {
  width: calc((100% - 18.475rem - 2.1rem) / 2);
  transition: all 0.6s;
  position: relative;
}

.brand_02 .swiper_card_box {
  width: 100%;
  overflow: hidden;
}
.brand_02 .swiper_card {
  height: 12rem;
  width: 100%;
  margin-bottom: 2.6rem;
}
.brand_02 .swiper_card .img {
margin-top: -1rem;
    height: 4rem;
    display: flex;
    align-items: flex-end;
    position: relative;
    justify-content: center;
}
.brand_02 .swiper_card .img img {
  /* position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%); */
    max-width: 90%;
    max-height: 100%;
    
}

.brand_02 .swiper_card .txt {
  padding: 0 1rem;
}
.brand_02 .swiper-slide.cur {
  width: 18.475rem;
  overflow: hidden;
}

.brand_02 .swiper-slide .li_hide {
  width: 100%;
  height: 100%;
  border-radius: 1.25rem;
  overflow: hidden;
  display: flex;
}
.brand_02 .swiper-slide .li_hide .bg {
  width: 8.675rem;
  height: 12rem;
  border-radius: 1.25rem;
  border-top-left-radius: 0;
  border-bottom-left-radius:0 ;
  background-color: #fff;
  display: flex;
  align-items: center;
  flex-direction: column;
    justify-content: flex-start;
    padding-top: 2.25rem;
    
}
.brand_02 .swiper-slide .img_bgs {
  margin-bottom: 1.5rem;
  height: 6.5rem;
 position: relative;
  width: 100%;
    
}
.brand_02 .swiper-slide .img_bgs img{
      max-width: 100%;
    max-height: 100%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50% , -60%);
    opacity: 0;
}
.brand_02 .swiper-slide.cur .img_bgs img{
 opacity: 1;
 transition: all 0.5s;
 transition-delay: 0.2s;
     transform: translate(-50% , -50%);
}
.brand_02 .swiper-slide .li_hide .bg .tit-13{
  height: 1.5rem;
}
.brand_02 .swiper-slide .txt_box {
  width: calc(100% - 8.675rem);
  padding-left: 1.25rem;
  padding-right: 1.6rem;
  padding-top: 1.625rem;
  padding-bottom: 1.625rem;
}

.brand_02 .swiper-slide .txt_box .tit-22 {
  margin-bottom: 1.45rem;
  line-height: normal;
  letter-spacing: -1.1px;
}
.brand_02 .swiper-slide .txt_box .tit-13 {
  line-height: normal;
  letter-spacing: -0.65px;
  margin-bottom: 1.3rem;
}
.brand_02 .swiper-slide .li_hide {
  opacity: 0;
  position: absolute;
  left: 0;
  top: 0;
  visibility: hidden;
}
.brand_02 .swiper-slide .li_show {
  position: relative;
  /* transition: all 0.6s; */
}
.brand_02 .swiper-slide.cur .li_show {
  opacity: 0;

  visibility: hidden;
  /* transition: all 0.4s; */
}

.brand_02 .swiper-slide.cur .li_hide {
  opacity: 1;
  visibility: visible;
}
.brand_02 .swiper-slide .li_hide .tit-22 {
  transform: translateY(1rem);
  opacity: 0;
}
.brand_02 .swiper-slide.cur .li_hide .tit-22 {
  transition: all 0.5s;
  transition-delay: 0.6s;
  transform: translateY(0);
  opacity: 1;
}
.brand_02 .swiper-slide .li_hide .tit-13 {
  transform: translateY(1rem);
  opacity: 0;
}
.brand_02 .swiper-slide.cur .li_hide .tit-13 {
  transition: all 0.5s;
  transition-delay: 0.7s;
  transform: translateY(0);
  opacity: 1;
}
.brand_02 .swiper-slide .li_hide .t3 {
  transform: translateY(1rem);
  opacity: 0;
}
.brand_02 .swiper-slide {
  cursor: pointer;
}
.brand_02 .swiper-slide.cur .li_hide .t3 {
  transition: all 0.5s;
  transition-delay: 0.8s;
  transform: translateY(0);
  opacity: 1;
}
.brand_02 .swiper-slide.cur .li_hide .tit-13 span{
     margin: 0 0.35rem;
}
.brand_02 .swiper-slide .img_bg {
  overflow: hidden;
}
.brand_02 .swiper-slide .img_bg img {
  transition: all 0.5s;
}

.brand_02 .swiper-slide:hover .img_bg img {
  transform: scale(1.02);
}

.brand_02 .swiper-slide.cur {
  /* background-color: #007f41; */
}
.brand_02 .swiper-slide .li_hide::after{
  content: "";
  position: absolute;
  right: 0;
  width: 80%;
  top: 1px;
  height: calc(100% - 1px);
  background-color: #007f41; 
  z-index: -1;
}


.brand_02 .swiper-scrollbar {
  width: 100%;
  height: 0.3rem;
  border-radius: 0.125rem;
  background: #fff;
}
.brand_02 .swiper-scrollbar-drag {
  background: #46aa3f;
}

.mollis .brand_02 .swiper-slide .li_hide::after{
  background-color: #caa847;
}

.elibell .brand_02 .swiper-slide .li_hide::after{
  background-color: #7dccf3;
}

.forlife .brand_02 .swiper-slide .li_hide::after {
  background-color: #8658fe;
}
