.banner-box {
    margin-top: 80px;
    margin-bottom: 80px;
}

.heading-wrap {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    justify-content: center;
    align-items: center;
    padding-bottom: 8px;
    display: flex;
    overflow: hidden;
}
.heading-wrap h2, .heading-wrap h3 {
    font-size: 40px;
    flex-wrap: wrap;
    display: flex;
    align-items: center;
} 
.heading-wrap img {
    width: 180px;
    border-radius: 10px;
    margin-left: 20px;
    margin-right: 20px;
}

.news-box .new-list {
    margin-top: 80px;
    margin-left: -0.7rem;
    margin-right: -0.7rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.news-box .new-list li {
    width: 33.3333333333%;
    margin-bottom: 60px;
}
.news-box .item-date {
    color: #666;
}

.pager {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 10px;
    margin-top: 20px;
    margin-bottom: 40px;
    position: relative;
    color: #fff;

}
.pager li {
    display: inline-block;
}
.pager a {
  margin-right: 3px;
  margin-left: 3px;
  width: 45px;
  height: 45px;
  line-height: 45px;
  color: rgb(255 255 255);
  display: inline-block;
  vertical-align: top;
  -webkit-transition: color .3s;
  transition: color .3s;
  font-weight: 500;
  font-size: 14px;
  text-align: center;
  border-radius: 50px;
  background: #272a2a;
}

  .pager .prev a, .pager .next a,
  .pager li:first-child a, .pager li:last-child a,
  .pager li:first-child span,  .pager li:last-child span{
    width: 45px;
    height: 45px;
    border-radius: 1em;
    text-indent: -99999px;
  }
  .pager li:first-child a,
  .pager li:first-child span {
    background: url(../picture/list-nav-prev.png) no-repeat center;
  }
  .pager li:last-child a, .pager li:last-child span{
    background: url(../picture/list-nav-next.png) no-repeat center;
  }
  
  
  .pager .prev a:before {
    content: "";
    background: url(../picture/list-nav-prev.png) no-repeat center;
    width: 100%;
    height: 100%;
    display: block;
  }
  .pager .next a:before {
    content: "";
    background: url(../picture/list-nav-next.png) no-repeat center;
    width: 100%;
    height: 100%;
    display: block;
  }
  
.pager .active a {
    color: #fff;
    background: #ddae28;
    background-size: contain;
    font-weight: bold;
}

.pager a:hover {background: #555;}

.news-bread {
  padding-top: 110px;
  margin: 0 auto;
}
.news-bread .details-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-bottom: 30px;
  margin-bottom: 40px;
  border-bottom: 1px solid #e5e8ea;
}
.news-bread .details-header ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
}
.news-bread .details-header ul li {
  display: block;
  color: #66737f;
  font-size: 14px;
}
.news-bread .details-header ul li a {
  padding-right: 30px;
  position: relative;
  display: block;
  color: #66737f;
  font-size: 14px;
}
.news-bread .details-header ul li a:before {
  content: "";
  width: 18px;
  height: 18px;
  background: url(../picture/arrow-right.svg) no-repeat 100% / 18px;
  position: absolute;
  right: 4px;
  top: 50%;
  transform: translateY(-50%);
  color: #66737f;
}
.blgo-banner-box {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  justify-content: space-between;
  row-gap: 30px;
  padding-bottom: 30px;
  margin-bottom: 30px;
  border-bottom: 1px solid #e5e8ea;
}
.blgo-banner-box .blgo-banner-content {
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 24px;
}
.blgo-banner-box .blgo-banner-content h1 {
  color: #001529;
  font-size: 32px;
  line-height: 1.3;
}
.blgo-banner-box .blgo-banner-date {
  color: #66737f;
} 
.blgo-banner-box .blog-fmtu {
  position: relative;
  width: 43%;
}
.blgo-banner-box .blog-fmtu img {
  width: 100%;
}
.blog-body {
  color: #333;
  line-height: 1.6;
}
.blog-body img {
  max-width: 800px;
  display: block;
  margin: 0 auto;
  margin-bottom: 10px;
}
.blog-body p a {
  text-decoration: underline;
  color: #ddae28;
}

.news-w-1520 {
  background: #fff;
  padding: 30px 50px;
  margin-top: 40px;
  border-radius: 20px;
}

.news-other {
  margin: 0 auto;
  margin-top: 50px;
  margin-bottom: 40px;
}
.news-other h2 {
  color: #001529;
  font-size: 32px;
  line-height: 1.3;
}

.HeroPost .w-1520 {
  background-color: #ddae28;
  padding: 45px 43px;
  border-radius: 17px;
  position: relative;
  overflow: hidden;
}

.HeroPost .w-1520::before {
  content: "";
  background-image: url(../picture/footbg.png);
  background-size: contain;
  background-repeat: no-repeat;
  width: 730px;
  height: 815px;
  position: absolute;
  top: 30px;
  right: 50px;
}

.HeroPost .left {
  display: flex;
  flex-flow: column;
  height: 100%;
  justify-content: space-between;
  gap: 150px 0;
  max-width: 1450px;
  position: relative;
  z-index: 2;
}

.HeroPost .left .left-1 {
  font-size: 15px;
  position: relative;
}

.HeroPost .left .left-1 span {
  background: rgb(255 255 255 / 32%);
  border-radius: 50px;
  padding: 10px 15px;
  font-size: 14px;
  font-weight: 500;
}

.HeroPost .left .left-2 h1 {
  font-size: 40px;
  font-weight: 600;
}

.HeroPost .left .left-2 .date {
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 16px;
  font-weight: normal;
  margin-top: 15px;
}

.heading-wrap .font-50 {
  font-size: 50px;
}

.banner-box .paragraph {
  width: 100%;
  margin: 0 auto;
  margin-top: 30px;
  font-size: 18px;
  color: #4c4c4c;
  text-align: center;
  line-height: 1.5;
}

.lianxi-box ul {
  display: flex;
  flex-wrap: wrap;
  margin-right: -2%;
  margin-top: 50px;
}

.lianxi-box ul li {
  width: 30%;
  border: 1px solid #eceae5;
  border-radius: 24px;
  padding: 30px;
  margin-right: 2%;
}
.lianxi-box ul li:first-child {
  width: 35%;
}
.lianxi-box ul li:last-child {
  margin-right: 0;
}


.lianxi-box ul li .icon {
  width: 50px;
  height: 50px;
  background: #ddae28;
  display: flex;
  align-items: center;
  border-radius: 15px;
}

.lianxi-box ul li .icon img {
  width: 60%;
  display: block;
  margin: 0 auto;
}

.lianxi-box ul li p {
  font-size: 18px;
  padding-top: 30px;
  line-height: 1.5;
}
.lianxi-box ul li p a {
  display: block;
}

.lianxi-box ul li p a:hover {
  text-decoration: underline;
}

.contact-form {
  margin-top: 50px;
  padding: 50px 0px;
  background: url(../picture/contact.jpg) no-repeat center;
  background-size: cover;
  height: 788px;
  position: relative;
}

.contact-form::after {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background: #000;
  opacity: 0.4;
}

.contact-form .form-txt {
  font-size: 50px;
  color: #fff;
  width: 48%;
  top: 35%;
  position: relative;
  font-weight: 500;
  z-index: 2;
}

.contact-form .w-1520 {
  position: relative;
  height: 100%;
}
.contact-form .form-box {
  position: absolute;
  width: 580px;
  z-index: 2;
  background: #fff;
  top: 50%;
  right: 0px;
  padding: 40px 50px;
  transform: translateY(-50%);
}
.form-box .square-lg {
  /* background-color: #f7d91a;
  height: 110px; */
  position: absolute;
  right: 40px;
  top: 25px;
  /* width: 110px;
  border-top-left-radius: 15px;
  border-bottom-left-radius: 15px;
  border-top-right-radius: 15px; */
}
.form-box .square-lg img {
  filter: invert();
  display: block;
  width: 63px;
}

.contact-form #sky-form {
  margin-top: 50px;
}
.contact-form .form-box h3 {
  font-size: 40px;
}
.contact-form .form-box .cform-input {
  display: block;
  width: 100%;
  height: 70px;
  border: 0;
  padding: 0 20px;
  box-sizing: border-box;
  outline: 0;
  font-size: 16px;
  background-color: #f3f3f3;
  margin-top: 10px;
}
.contact-form .form-box .cform-textarea {
  box-sizing: border-box;
  padding: 20px;
  margin: 0;
  outline: 0;
  line-height: 1.5;
  width: 100%;
  border: 0;
  resize: none;
  background-color: #f3f3f3;
  font-size: 16px;
  color: #000;
  margin-top: 10px;
}
.contact-form .form-box .tijiao {
  text-align: center;
  margin-top: 30px;
}
.contact-form .form-box .btn-submit {
  margin: 0 auto;
  padding: 0 40px;
  border: 2px solid #000;
  border-radius: 30px;
  background-color: rgba(0, 0, 0, 0);
  line-height: 54px;
  margin-top: 30px;
  font-size: 16px;
  cursor: pointer;
}
.contact-form .form-box .btn-submit:hover {
  background-color: #f7d91a;
  border: 2px solid #f7d91a;
}

.form-box .design {
  bottom: -18px;
  position: absolute;
  inset: auto 0 -14px;
}
.form-box .design  img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  vertical-align: middle;
  max-width: 100%;
  display: inline-block;
}


.manufacture {
  background: #000;
}

.manufacture h2 {
  color: #fff;
  max-width: 1520px;
  width: 80%;
  margin: 0 auto;
  padding-top: 60px;
}

/* .manufacture .padding-global {
  padding-left: 72px;
  padding-right: 72px;
} */

.padding-global .container-large {
  width: 100%;
  max-width: 1548px;
  margin: 0 auto;
}

.padding-section-large {
  padding: 70px 0px 100px;
}

.manufacture .manu {
  grid-column-gap: 58px;
  grid-row-gap: 58px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  place-items: start stretch;
  display: grid;
}

.manufacture .manu-left {
  grid-column-gap: 3rem;
  grid-row-gap: 3rem;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
  position: sticky;
  top: 126px;
  grid-area: span 1 / span 1 / span 1 / span 1;
}

.manufacture .manu-left .image-wrap {
  aspect-ratio: 615 / 343;
  border-radius: 9px;
  width: 100%;
  overflow: hidden;
}

.manufacture .image-wrap img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.manufacture .manu-list {
  grid-column-gap: 54px;
    grid-row-gap: 54px;
    flex-flow: column;
    display: flex;
}

.manufacture .manu-list .manu-list-item {
  grid-column-gap: 36px;
  grid-row-gap: 36px;
  border-bottom: 1px solid #444;
  justify-content: flex-start;
  align-items: flex-start;
  padding-bottom: 30px;
  display: flex;
}

.manufacture .manu-icon {
  color: #fff;
}

.manufacture .manu-icon svg {
  
}

.manufacture .manu-text-wrap {
  grid-column-gap: 27px;
  grid-row-gap: 27px;
  flex-flow: column;
  width: 100%;
  display: flex;
}

.manufacture .manu-text-wrap h3 {
  color: #fff;
  font-size: 22px;
  font-weight: 400;
}

.manufacture .text-size-regular {
  color: #fff;
  font-size: 16px;
  line-height: 1.5;
}
.manufacture .text-size-regular p {
  position: relative;
  color: #fff;
  font-size: 16px;
  line-height: 1.5;
  padding-left: 18px;
  margin-bottom: 10px;
}

.manufacture .text-size-regular p i {
  font-style: normal;
  /* font-size: 20px;
  color: #ddae28; */
}


.manufacture .text-size-regular p::before {
  content: "";
  width: 5px;
  height: 5px;
  background: #fff;
  border-radius: 50%;
  position: absolute;
  top: 8px;
  left: 0;
  opacity: 0.7;
}

.image-container {
  width: 100%;
  max-width: 1400px;
  display: flex;
  align-items: center; /* 三图垂直居中对齐 */
  justify-content: center;
  gap: 20px; /* 图片之间的间距 */
  position: relative;
  padding: 50px 0;
}

/* 左右静态小图片样式 */
.side-image {
  width: 150px; /* 固定宽度 */
  height: 400px; /* 固定高度，比主图小 */
  border-radius: 8px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
  object-fit: cover;
  opacity: 0.85; /* 稍暗一点，突出主图 */
  z-index: 10; /* 确保在主图后面 */
}

/* 中间主图片样式 - 固定高度，仅宽度展开 */
.main-image {
  width: 30vw; /* 初始宽度为30%视窗宽度 */
  height: 600px; /* 固定高度，无放大效果 */
  max-width: 70%; /* 最大宽度限制 */
  border-radius: 12px;
  box-shadow: 0 8px 30px rgba(0, 0, 0, 0.15);
  /* 仅过渡宽度，无放大相关效果 */
  transition: width 1.2s cubic-bezier(0.16, 1, 0.3, 1);
  object-fit: cover; /* 保持图片比例，裁剪多余部分 */
  z-index: 20; /* 确保在左右图片前面 */
}

/* 提示文本样式 */
.scroll-tip {
  margin-top: 30px;
  font-family: 'Segoe UI', Roboto, sans-serif;
  color: #555;
  font-size: 18px;
  animation: fadeIn 2s ease-in-out;
  text-align: center;
}

@keyframes fadeIn {
  from { opacity: 0; transform: translateY(15px); }
  to { opacity: 1; transform: translateY(0); }
}

/* 响应式适配 - 在小屏幕上调整布局 */
@media (max-width: 1024px) {
  .side-image {
      width: 120px;
      height: 300px;
  }
  .main-image {
      height: 500px;
  }
}

@media (max-width: 768px) {
  .image-container {
      flex-direction: column; /* 移动端垂直排列 */
      gap: 15px;
  }
  .side-image {
      width: 80%;
      height: 200px;
  }
  .main-image {
      height: 400px;
      max-width: 90%;
      width: 50vw; /* 移动端初始宽度稍大 */
      transition: width 1s cubic-bezier(0.16, 1, 0.3, 1);
  }
  .scroll-tip {
      font-size: 16px;
      padding: 0 15px;
  }
}

.about-1-box {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}



@media (max-width: 1500px) {
  .contact-form .form-txt {
    font-size: 45px;
  }
}

.s-ab {
  padding: 100px 0 100px;
}
.s-ab .about-area-txt h3 {
  color: #333;
  font-size: 34px;
  font-size: 1.5rem;
  font-weight: bold;
  display: block;
  padding-bottom: 30px;
  max-width: 1480px;
}

.s-ab .about-area-txt p {
  font-size: 16px;
  line-height: 1.5;
  color: #333;
}

.shuzi-text-center {
  text-align: center;
}

.shuzi-text-center ul {
  display: flex;
  flex-wrap: wrap;
  margin-top: 80px;
}

.shuzi-text-center ul li {
  border-right: 1px solid #d9d9d9;
  width: 25%;
  text-align: center;
  color: #2a2a2a;
}


.shuzi-text-center ul li:last-child {
	border-right: 0px solid #d9d9d9;
}

.shuzi-text-center ul li img {
	width: 110px;
	display: block;
	margin: 0 auto;
}

.shuzi-text-center .numbers {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	margin-bottom: 15px;
}

.shuzi-text-center .numbers .item-num {
	font-size: 40px;
	font-weight: 500;
	letter-spacing: -1px;
}

.shuzi-text-center .numbers .item-sym {
	font-size: 28px;
}

.hexin-ys {
  padding: 80px 0px 0;
}

.hexin-ys .ys-box {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  margin-top: 50px;
}
.hexin-ys .ys-box .left {
  display: flex;
  flex-direction: column;
  grid-column: span 1 / span 1;
  position: relative;
  gap: 32px;
  border-radius: 20px;
  overflow: hidden;
  padding: 40px 30px;
  background: #ddae28;
  height: 98.1%;
  background: url(../picture/advance01.jpg) no-repeat center;
  background-size: cover;
}
.hexin-ys .ys-box .right {
  grid-template-columns: repeat(2, minmax(0, 1fr));
  height: 100%;
  display: grid;
  grid-column: span 2 / span 2;
}
.hexin-ys .ys-box .col-span {
  padding-bottom: 60px;
  grid-column: span 1 / span 1;
  gap: 16px;
  flex-direction: column;
  display: flex;
  border-radius: 15px;
  padding: 40px 30px;
  border: 1px solid #dbdbdb;
  height: 300px;
  background: #f7f7f7;
  margin-bottom: 10px;
  margin-left: 10px;
}
.hexin-ys .ys-box .col-span-3, 
.hexin-ys .ys-box .col-span-4 {
  margin-top: -1px;
}

.hexin-ys .ys-box h4 {
  font-size: 32px;
}
.hexin-ys .ys-box .left h4 {
  color: #fff;
}

.hexin-ys .ys-box p {
  font-size: 16px;
  line-height: 1.5;
  color: #313131cc;
}
.hexin-ys .ys-box .left p {
  color: #fff;
}


.hexin-ys .ys-box .ico {
  width: 50px;
  background: #ddae28;
  height: 50px;
  display: flex;
  align-items: center;
  border-radius: 10px;
}
.hexin-ys .ys-box .ico svg {
  width: 25px;
  margin: 0 auto;
  text-align: center;
  display: block;
}

.mvison {
  margin-top: 50px;
  padding: 50px 0px;
  position: relative;
}
.mvison .detail {
  margin-top: 40px;
  color: #333;
  font-size: 16px;
}

.rdbox {
  padding: 0px 0px 60px;
}
.rdbox .item01 {
  background-color: #f4f4f4;
  border-radius: 50px;
  position: relative;
  overflow: hidden;
  margin-top: 70px;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
.rdbox .item01 .left {
  width: 50%;
}
.rdbox .item01 .right {
  padding-left: 5%;
  width: 50%;
  padding-right: 5%;
}
.rdbox .item01 .right h3 {
  font-size: 32px;
  margin-bottom: 30px;
}
.rdbox .item01 .right p {
  font-size: 17px;
  line-height: 1.5;
  margin-top: 24px;
  color: #666;
  letter-spacing: -0.1px;
}
.rdbox .item01 .rounded-1xl img {
  width: 100%;
  display: block;
}

.rdbox .item01 .rounded-1xl .swiper {
  width: 100%;
  height: 100%;
}

.rdbox .item01 .rounded-1xl .swiper-slide {
  text-align: center;
  font-size: 18px;
  background: #fff;

  /* Center slide text vertically */
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}

.rdbox .item01 .rounded-1xl .swiper-slide img {
  border-top-right-radius: 50px;
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-bottom-right-radius: 50px;
}


.rdbox .item02 {
  display: block;
  width: 100%;
  padding: 50px 5%;
}
.rdbox .item02 .tit h3 {
  font-size: 32px;
  margin-bottom: 20px;
}
.rdbox .item02 p {
  font-size: 17px;
  line-height: 1.5;
  color: #666;
  letter-spacing: -0.1px;
}
.rdbox .item02 ul {
  margin-top: 35px;
  position: relative;
  display: flex;
  flex-wrap: wrap;
  margin-right: -2%;
}
.rdbox .item02 ul li {
  width: 31%;
  margin-right: 2%;
  background: #fff;
  margin-bottom: 30px;
  border-radius: 10px;
  position: relative;
}
.rdbox .item02 ul li span {
  display: block;
  color: #ddae28;
  font-weight: 700;
  padding-bottom: 0px;
  font-size: 132px;
  background: -webkit-linear-gradient(#ddae28, #f7dd365e 50%, #ffffff00, #ffffff00);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  color: transparent;
  position: absolute;
  left: 20px;
  top: 0px;
}
.rdbox .item02 ul li svg {
  position: absolute;
  right: 20px;
  top: 50%;
  transform: translateY(-50%);
}
.rdbox .item02 ul li img {
  width: 66px;
    display: block;
    position: absolute;
    right: 20px;
    top: 50%;
    transform: translateY(-100%);
}

.rdbox .item02 .inner {
  display: block;
  background: #fff;
  padding: 190px 30px 40px 30px;
  border-radius: 10px;
  font-size: 16px;
}
.rdbox .item02 ul li p b {
  font-size: 28px;
  font-weight: 600;
  color: #333;
}
/*  
.ind-overview .main-button {
  line-height: 1;
  text-decoration: none;
  display: flex;
  border: none;
  cursor: pointer;
  align-items: center;
  gap: 12px;
  background-color: #ddae28;
  color: #fff;
  border-radius: 10rem;
  font-weight: 600;
  padding: 12px 24px;
  padding-left: 20px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  transition: background-color 0.3s;
  font-size: 16px;
  margin-top: 70px;
  --clr: #ddae28;
} */


.product-list-area {
  padding-top: 100px;
  padding-bottom: 50px;
}



.product-list-area .shaixuan {
  /* display: flex;
  flex-wrap: wrap; */
  align-items: center;
  background: #f7f7f7;
  padding: 30px 20px 10px;
  border-radius: 10px;
}
.product-list-area .shaixuan .item-model {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  margin-bottom: 20px;

}

.product-list-area .shaixuan h2 {
  font-size: 18px;
  margin-right: 20px;
  letter-spacing: -0.3px;
  width: 150px;
}
.product-list-area .item-model .filter-box {
 
  display: flex;
  flex-wrap: wrap;
}
.product-list-area .filter-box a {
  border: 1px solid #ccc;
  background: #fff;
  display: block;
  margin-right: 15px;
  border-radius: 10px;
  padding: 8px 10px;
  cursor: pointer;
  margin-bottom: 10px;
  font-size: 14px;
  color: #333;
}
.product-list-area .filter-box a.active,
.product-list-area .filter-box a:hover {
  background: #ddae28;
  color: #fff;
  border: 1px solid #ddae28;
}

.product-list-area .filter-box .filter-boxs {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 20px;
}
.product-list-area .filter-box .filter-cen {
  display: flex;
  flex-wrap: wrap;
  width: calc(100% - 200px);
}

.product-list-area .filter-bt a {
  width: 150px;
  margin: 0 auto;
  background: #ddae28;
  text-align: center;
  padding: 15px 0px;
  border-radius: 50px;
  margin-bottom: 20px;
  font-weight: 500;
  letter-spacing: 0.5px;
  font-size: 16px;
}

.product-list-area .product-ul {
  display: flex;
  flex-wrap: wrap;
  margin-top: 30px;
  margin-right: -2%;
}
.product-list-area .product-ul li {
  margin-right: 2%;
  width: 31%;
  margin-bottom: 30px;
  position: relative;
}
.product-list-area .product-ul li a {
  display: block;
  position: relative;
}
.product-list-area .product-ul li a::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  bottom: 0;
  background: linear-gradient(to top, rgb(0 0 0 / 41%), rgb(0 0 0 / 0%));
  opacity: 0;
}
.product-list-area .product-ul li:hover a::after {
  opacity: 1;
}


.product-list-area .product-ul li .car-pic {
  width: 100%;
  height: 500px;
  overflow: hidden;
  position: relative;
}
.product-list-area .product-ul li .car-pic::after {
  background-color: rgba(0, 0, 0, .06);
/* background: none; */
border-radius: 8px;
bottom: 0;
content: "";
left: 0;
position: absolute;
right: 0;
top: 0;
width: 100%;
height: 100%;
}


.product-list-area .product-ul li img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all .5s ease;
}
.product-list-area .product-ul li img.img-main {
  width: 80%;
  margin: 0 auto;
  object-fit: contain;
}


.product-list-area .product-ul li:hover img {
  transform: scale(1.05);
}

.product-list-area .product-ul li .img-hover {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
}
.product-list-area .product-ul li:hover .img-hover {
  opacity: 1;

}

.product-list-area .product-ul li .item-inner {
  position: absolute;
  left: 24px;
  right: 24px;
  bottom:25px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  z-index: 2;
}

.product-list-area .product-Modification-Parts li {
  width: 48%;
}
.product-list-area .product-Modification-Parts li a {
  display: block;
  width: 100%;
  height:100% ;
}


.product-list-area .product-Modification-Parts li .car-pic {
  height: auto;
}
.product-list-area .product-Modification-Parts li .item-inner {
  position: relative;
  right: 0;
  left: 0;
  padding: 30px 20px 20px;
  bottom: 0;
}
.product-list-area .product-Modification-Parts li .item-inner::after {
  background-color: rgba(0, 0, 0, .06);
  /* background: none; */
  border-bottom-left-radius: 8px;
  border-bottom-right-radius: 8px;
  bottom: 0;
  content: "";
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  width: 100%;
  height: 100%;
}

.product-list-area .product-Modification-Parts li .car-pic::after {
  border-bottom-left-radius: 0px;
  border-bottom-right-radius: 0px;
}

.product-list-area .product-Modification-Parts li a::after {
  height: 50%;
}



.product-ul li .item-inner .item-title {
  font-size: 20px;
  color: #000;
  line-height: 1.5;
  margin-right: 50px;
}
.product-ul li:hover .item-inner .item-title {
  color: #fff;
}

.product-ul li .item-inner .icon-sk-next:before {
  color: #000;
}
.product-ul li:hover .item-inner .icon-sk-next:before {
  color: #fff;
}

.product-ul li .item-lei {
  position: absolute;
  left: 20px;
  top: 20px;
  z-index: 2;
}
.item-lei .lei {
  margin-bottom: 20px;
  padding: 8px 0px;
}
.item-lei .lei.hidden {
  display: none;
}

.item-lei .lei span {
  border: 1px solid #d8ad09;
  border-radius:50px ;
  padding: 8px 20px;
  font-size: 15px;
  color: #fff;
  text-transform: capitalize;
  background: #d8ad09;
}
.product-ul li:hover .lei span {
  border: 1px solid #fff;
  color: #fff;
  background: transparent;
}


.product-ul li .item-sym {
  font-size: 16px;
  position: absolute;
  right: 0;
}

.product-Modification-Parts li .item-sym {
  right: 30px;
}



@media (max-width: 1500px) {
  .hexin-ys .ys-box h4 {
    font-size: 26px;
}
.product-list-area .product-ul li .car-pic {
  width: 100%;
  height: 430px;
}
.product-ul li .item-inner .item-title h4 {
  font-size: 18px;
  line-height: 1.5;
}


}

.invalid {
  font-size: 12px;
  font-style: normal;
  color: #c20000;
}
.product-list-area .main-tit {
  padding-top: 30px;
}

.product-list-area .main-tit b {
  color: #c20000;
}
.searchpage .product-ul {
  color: #828282;
}