


.public_banner .nav{
  display: flex!important;
}
.manufacture {
  background: #f4f4f4;
}
.manufacture .wrap {
  width: 1680px;
  margin: 70px auto 167px;
}
.manufacture .wrap .title {
  font-size: 40px;
  font-family: "PingFang SC", sans-serif;
  font-weight: bold;
  color: #111111;
  margin: 0 0 53px 0;
}
.manufacture .wrap .cut{
  margin: 0 0 70px;
  display: flex;
}
.manufacture .wrap .cut .list{
  margin: 0 30px 0 0;
  font-size: 24px;
  font-family: "PingFang SC", sans-serif;
  font-weight: 400;
  line-height: 40px;
  color: #030303;
  transition: 0.6s;
  transform: scale(0.75);
  cursor: pointer;
  position: relative;
}
html[lang="en"] .manufacture .wrap .cut .list{
  font-size: 20px;
}
.manufacture .wrap .cut .list:after{
  content: '';
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: -15px;
  width: 0;
  height: 3px;
  background: #03B752;
  transition: 1s;
}
.manufacture .wrap .cut .list.on{
  transform: scale(1);
  color: #03B752;
}
.manufacture .wrap .cut .list.on:after{
  width: 21px;
}
.manufacture .wrap .content .grid{
  display: none;
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 60px 30px;
}
.manufacture .wrap .content .grid.on{
  display: grid;
}
.manufacture .wrap .content .item {
  width: 100%;
  border-radius: 20px;
  background: #FFFFFF;
  overflow: hidden;
}
.manufacture .wrap .content .item .img {
  height: 360px;
  width: 100%;
  overflow: hidden;
}
.manufacture .wrap .content .item .img img {
  width: 100%;
  height: 100%;
  transition: 3s;
}
.manufacture .wrap .content .item .white {
  padding: 33px 50px 54px 38px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.manufacture .wrap .content .item .white .l {
  width: 320px;
}
.manufacture .wrap .content .item .white .l span {
  font-size: 20px;
  font-family: "PingFang SC", sans-serif;
  font-weight: bold;
  color: #111111;
  display: block;
  margin: 0 0 17px 0;
  width: 100%;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  transition: 1s;
}
.manufacture .wrap .content .item .white .l p {
  font-size: 16px;
  font-family: "PingFang SC", sans-serif;
  font-weight: 400;
  line-height: 30px;
  color: #666666;
  -webkit-line-clamp: 2;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.manufacture .wrap .content .item:hover .img img {
  transform: scale(1.1);
}
.manufacture .wrap .content .item:hover .white .l span {
  color: #03B752;
}
.manufacture_page {
  background: #f4f4f4;
}
.manufacture_page .wrap {
  width: 1680px;
  margin: 194px auto 115px;
}
.manufacture_page .wrap .return {
  display: flex;
  align-items: center;
  margin: 0 0 155px 0;
}
.manufacture_page .wrap .return .iconfont {
  font-size: 25px;
  color: #111111;
  margin: 0 16px 0 0;
}
.manufacture_page .wrap .return p {
  font-size: 18px;
  font-family: "PingFang SC", sans-serif;
  font-weight: 400;
  color: #111111;
}
.manufacture_page .wrap .content {
  width: 85%;
  margin: auto;
  max-width: 100%;
  position: relative;
}
.manufacture_page .wrap .content .list_swiper {
  width: 100%;
  height: 560px;
}
.manufacture_page .wrap .content .list_swiper .swiper-slide {
  display: flex;
  align-items: center;
}
.manufacture_page .wrap .content .list_swiper .swiper-slide .img {
  transition: 1s;
  position: relative;
  z-index: 1;
  border-radius: 10px;
  overflow: hidden;
}
.manufacture_page .wrap .content .list_swiper .swiper-slide .img:after {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.3);
  z-index: 1;
  transition: 0.6s;
}
.manufacture_page .wrap .content .list_swiper .swiper-slide.swiper-slide-next {
  opacity: 1;
}
.manufacture_page .wrap .content .list_swiper .swiper-slide.swiper-slide-prev {
  opacity: 1;
}
.manufacture_page .wrap .content .list_swiper .swiper-slide.swiper-slide-active {
  opacity: 1;
  z-index: 9;
}
.manufacture_page .wrap .content .list_swiper .swiper-slide.swiper-slide-active .img {
  transform: scale(1.78);
}
.manufacture_page .wrap .content .list_swiper .swiper-slide.swiper-slide-active .img:after {
  opacity: 0;
}
.manufacture_page .wrap .content .button {
  width: 1342px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  display: flex;
  align-items: center;
  justify-content: space-between;
  z-index: 8;
  pointer-events: none;
}
.manufacture_page .wrap .content .button .circle {
  pointer-events: auto;
  width: 42px;
  height: 42px;
  background: #F4F4F4;
  border-radius: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: 1s;
}
.manufacture_page .wrap .content .button .circle:first-child {
  transform: rotate(180deg);
}
.manufacture_page .wrap .content .button .circle .iconfont {
  color: #111111;
  font-size: 20px;
  transition: 1s;
}
.manufacture_page .wrap .content .button .circle:hover {
  background: #03B752;
}
.manufacture_page .wrap .content .button .circle:hover .iconfont {
  color: #FFFFFF;
}
.manufacture_page .wrap .content .text {
  width: 1407px;
  margin: 62px auto 0;
}
.manufacture_page .wrap .content .text span {
  font-size: 30px;
  font-family: "PingFang SC", sans-serif;
  font-weight: bold;
  color: #030303;
  display: block;
  margin: 0 0 86px 0;
  text-align: center;
}
.manufacture_page .wrap .content .text p {
  font-size: 18px;
  font-family: "PingFang SC", sans-serif;
  font-weight: 400;
  line-height: 50px;
  color: #666666;
}

html[lang="en"] .manufacture_page .wrap .content .text p{
  text-align: justify;
  word-break: break-all;
}

@media screen and (max-width: 1856px) {
  .manufacture .wrap{
    max-width: 90%;
  }
  .manufacture .wrap .content .item .img{
    height: auto;
  }
  .manufacture_page .wrap{
    max-width: 90%;
  }
  .manufacture_page .wrap .content .text{
    max-width: 100%;
  }
}
@media screen and (max-width: 1273px) {
  .manufacture_page .wrap .content .list_swiper {
    height: 403px;
  }
}

@media screen and (max-width: 1023px) {
  .manufacture .wrap .title{
    font-size: 25px;
    margin: 0 0 23px 0;
  }
  .manufacture .wrap {
    margin: 40px auto 37px;
  }
  .manufacture .wrap .cut{
    display: grid;
    grid-template-columns: repeat(2,1fr);
    margin: 0 0 20px;
  }
  .manufacture .wrap .cut .list{
    margin: 0;
    transform-origin: left;
    font-size: 20px;
  }
  .manufacture .wrap .cut .list:after{
    display: none;
  }
  .manufacture .wrap .content .grid{
    grid-template-columns: repeat(1,1fr);
    grid-gap: 20px 0;
  }
  .manufacture .wrap .cut{
    margin:  0 0 23px;
  }
  .manufacture .wrap .content .item .white{
    padding: 5%;
  }
  .manufacture .wrap .content .item .white .l span{
    font-size: 18px;
  }
  .manufacture .wrap .content .item .white .l p{
    font-size: 13px;
  }
  .manufacture .wrap .content .item .white .l{
    width: 85%;
  }

  .manufacture_page .wrap .return .iconfont{
    font-size: 18px;
    margin: 0 11px 0 0;
  }
  .manufacture_page .wrap .return p{
    font-size: 14px;
  }
  .manufacture_page .wrap {
    margin: 91px auto 30px;
  }
  .manufacture_page .wrap .return{
    margin: 0 0 25px;
  }
  .manufacture_page .wrap .content .list_swiper .swiper-slide.swiper-slide-active .img{
    transform: scale(1);
  }
  .manufacture_page .wrap .content .list_swiper {
    height: fit-content;
  }
  .manufacture_page .wrap .content{
    width: 100%;
  }
  .manufacture_page .wrap .content .text span{
    font-size: 24px;
    margin: 0 0 21px 0;
  }
  .manufacture_page .wrap .content .text{
    margin: 27px auto 0;
  }
  .manufacture_page .wrap .content .text p{
    font-size: 13px;
    line-height: 30px;
  }

  html[lang="en"] .manufacture .wrap .cut{
    grid-template-columns: repeat(1,1fr);
  }

  html[lang="en"] .manufacture_page .wrap .content .text p{
    text-align: justify;
    word-break: break-all;
  }
}
/*# sourceMappingURL=manufacture.css.map */