﻿


@font-face {
	font-family: 'Source Han Sans SC';
	src:url('../font/SourceHanSansCN-Regular.otf') format('opentype');
	font-weight: 400;
	font-style: normal;
	font-display: swap;

  }
  body {
	font-family: 'Source Han Sans SC', 'Microsoft YaHei', '微软雅黑', sans-serif;
	font-size:14px;
	overflow-x:hidden;
  }
.public_banner .nav{
  display: flex!important;
}


.about2 {
  position: relative;
  z-index: 1;
}
.about2 .wrap {
  width: 1620px;
	margin: 80px auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.about2 .wrap .images {
  width: 45%;
  height: auto;
  overflow: hidden;
  clip-path: inset(0% 100% 0% 0%);
  transition: 2s;
  border-radius: 20px;
}

.about2 .wrap .images.aos-animate {
  clip-path: inset(0% 0% 0% 0%);
}
.about2 .wrap .images img {
  width: 100%;
  height: 100%;
  border-radius: 20px;
}
.about2 .wrap .images .swiper-pagination {
  bottom: 35px;
  left: 0;
  width: 19%;
}
.about2 .wrap .images .swiper-pagination span{
  transition: 0.6s;
}
.about2 .wrap .images .swiper-pagination span.swiper-pagination-bullet-active{
  background: #d2b060;
}
.about2 .wrap .content {
  width: 50%;
  /* width: 100%; */
}
.about2 .wrap .content .text {
  margin: 0 0 50px 0;
}
.about2 .wrap .content .text span {
  font-size: 40px;
  /*font-family: "PingFang SC", sans-serif;*/
  font-weight: bold;
  color: #04243D;
  margin: 0 0 40px;
  display: block;
}
.about2 .wrap .content .text p {
  font-size: 18px;
  /*font-family: "PingFang SC", sans-serif;*/
  font-weight: 400;
  line-height: 36px;
  color: #04243D;
}
.about2 .wrap .content .jump {
  /* background: #ffffff66; */
  border-radius: 20px;
  padding: 25px 0;
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  justify-content: space-between;
  /* width: calc(3 * 225px + 2 * 50px); */
}
.about2 .wrap .content .jump .list {
  width: 220px;
  /* border: 1px solid #ffff; */
  padding: 40px 20px;
  background: #ffffff40;
  right: bor;
  border-radius: 10px;
  background: #bb9d55;
}
.about2 .wrap .content .jump .list img {
  margin: 0 auto 15px;
  display: block;
}
.about2 .wrap .content .jump .list span {
  font-size: 18px;
  /*font-family: "PingFang SC", sans-serif;*/
  /* font-weight: bold; */
  line-height: 33px;
  color: #ffffff;
  /* margin: 0 0 17px 0; */
  display: block;
  text-align: center;
}
.about2 .wrap .content .jump .list p {
  font-size: 16px;
  /*font-family: "PingFang SC", sans-serif;*/
  font-weight: 400;
  color: #666666;
}
@media screen and (max-width: 1856px) {
  .about2 .wrap{
    max-width: 90%;
  }
  .about2 .wrap .images{
    width: 50%;
    height: auto;
  }
  .about2 .wrap .content {
    width: 46%;
  }
}
@media screen and (max-width: 1500px) {
  .about2 .wrap .content .text span{
    font-size: 35px;
  }
  .about2 .wrap .content .text p{
    font-size: 18px;
  }
  .about2 .wrap .content .text span{
    margin: 0 0 23px;
  }
  .about2 .wrap .content .jump{
    padding: 5.5%;
  }
  .about2 .wrap .content .jump .list {
    width: 48%;
  }
  .about2 .wrap .content .jump .list span{
    font-size: 22px;
  }
  .about2 .wrap .content .jump .list p{
    font-size: 14px;
  }
  .about2 .wrap .content .text {
    margin: 0 0 9% 0;
  }
}
@media screen and (max-width: 1336px) {
  .about2 .wrap .content .text p {
    font-size: 18px;
    line-height: 30px;
  }
  .about2 .wrap .content .jump .list span {
    font-size: 20px;
  }
  .about2 .wrap .content .jump .list p {
    font-size: 13px;
  }
}
@media screen and (max-width: 1023px) {
  .about2 .wrap{
    flex-direction: column;
    margin: 24px auto;
  }
  .about2 .wrap .images{
    width: 100%;
    clip-path: inset(0% 0% 0% 0%);
  }
  .about2 .wrap .images img {
    border-radius: 16px;
  }
  .about2 .wrap .content {
    width: 100%;
    margin: 20px 0 0 0;
  }
  .about2 .wrap .content .text span {
    font-size: 25px;
  }
  .about2 .wrap .content .text p {
    font-size: 16px;
  }
  .about2 .wrap .content .text span {
    margin: 0 0 14px;
  }
  .about2 .wrap .content .jump .list p {
    font-size: 12px;
    line-height: 21px;
  }
  .about2 .wrap .content .jump{
    flex-wrap: wrap;
  }
  .about2 .wrap .content .jump .list {
    width: 100%;
  }
  .about2 .wrap .content .jump .list:not(:last-child) {
    margin: 0 0 20px;
  }
  .about2 .wrap .images .swiper-pagination{
    bottom: 5%;
    left: 5%;
    width: fit-content;
  }
}

.manufacture {
  background: #f4f4f4;
}
.manufacture .wrap {
  width: 1615px;
  margin: 70px auto 167px;
}
.manufacture .wrap .title {
  font-size: 40px;
  /*font-family: "PingFang SC", sans-serif;*/
  font-weight: bold;
  color: #04243D;
  margin: 0 0 53px 0;
}
.manufacture .wrap .cut{
  margin: 0 auto 70px;
  display: flex;
  justify-content: center;
  gap: 120px;
  text-align: center;
}
.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: #04243D;
  transition: 0.6s;
  transform: scale(0.75);
  cursor: pointer;
  position: relative;
  display: flex;
  align-items: center;
  flex-direction: column;
}
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: #d2b060;
  transition: 1s;
}
.manufacture .wrap .cut .list img{
	display: block;
}
.manufacture .wrap .cut .list.on .process-icon-1{
	display:none;
}
.manufacture .wrap .cut .list.on .process-icon-2{
	display:block;
}
.manufacture .wrap .cut .list .process-icon-2{
	display:none;
}
.manufacture .wrap .cut .list span{
	display: block;
	margin: 10px auto 0;
}
.manufacture .wrap .cut .list.on span{
	margin: 0;
}



.manufacture .wrap .cut .list.on{
  transform: scale(1);
  color: #d2b060;
}

.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;
  background: #ffffff;
  padding: 50px;
  border-radius: 20px;
}
.manufacture .wrap .content .item {
  width: 100%;
  border-radius: 20px;
  background: #f4f4f4;
  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: 100%;
}
.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: 8;
  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: #d2b060;
}
.manufacture_page {
  /* background: #f4f4f4; */
}
.manufacture_page .wrap {
  width: 1515px;
  margin: 0 auto;
}
.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: 0.3s;
}
.manufacture_page .wrap .content .button .circle:hover {
  background: #d2b060;
}
.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 30px 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;
}
.manufacture_page .wrap .content .text ul p{color: #030303;}
.manufacture_page .wrap .content .text ul span{text-align: left;font-size: 16px;font-weight: 100;color: #666666;margin: 0 0 30px 0;}

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;
  }
}


.manufacture2 .wrap{
  width: 1620px;
  margin: 101px auto 147px;
  }
.manufacture2 .wrap .title{
    font-size: 40px;
    font-family: "PingFang SC",sans-serif;
    font-weight: bold;
    color: #04243D;
    margin: 0 0 80px 0;
  }
.manufacture2 .wrap .content{
    text-align: center;
  }
.manufacture2 .wrap .content img{
    width: 90%;
  }
/*# sourceMappingURL=manufacture.css.map */
/*中文注释检查*/
