.about_text_box{
  width: 100%;
  padding: calc(30px + 5rem) 0;
  background: #F8F8F8;
}
.about_text{
  max-width: 1370px;
  width: 85%;
  margin: auto;
}

.about_text .p1{
font-family: Microsoft YaHei;
font-weight: bold;
font-size: calc(6px + 1.5rem);
color: #473D3E;
text-transform: uppercase;
line-height: calc(10px + 1.5rem);
}
.about_text .p1 span{
  color: #23B1AF;
}
.about_text .p2{
font-family: Microsoft YaHei;
font-weight: 400;
font-size: calc(6px + 0.5rem);
color: #7B7B7B;
line-height: calc(10px + 1rem);
text-align: justify;
margin-top: calc(9px + 2rem);
}

.about_line{
  width: 100%;
  height: 2px;
  border-top: 2px dashed #DCDCDC;
  margin-top: calc(2px + 2rem);
}

.about_pic{
  width: 47.4452%;
  height: calc(80px + 15rem);
}

.about_pic img{
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.about_num_box{
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: calc(20px + 2rem);
}

.about_num{
  width: 48.5766%;
}

.about_num .p3{
font-family: Microsoft YaHei;
font-weight: 400;
font-size: calc(6px + 0.5rem);
color: #7B7B7B;
line-height: calc(10px + 1rem);
text-align: justify;
}

.num_box{
  display: flex;
  justify-content: flex-start;
  gap: calc(22px + 5rem);
  margin-top: calc(11px + 2rem);
}
.num p:nth-of-type(1){
font-family: Century Gothic;
font-weight: bold;
font-size: calc(6px + 1.5rem);
color: #23B1AF;
}

.num p:nth-of-type(2){
font-family: Microsoft YaHei;
font-weight: 400;
font-size: calc(6px + 0.5rem);
color: #999999;
margin-top: calc(0px + 0.25rem);
}

.num{
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items:center ;

}

.p4{
font-family: Microsoft YaHei;
font-weight: 400;
font-size: calc(4px + 1rem);
color: #333333;
line-height: calc(10px + 1.5rem);
margin-top: calc(20px + 2rem);
}
.p5{
font-family: Microsoft YaHei;
font-weight: 400;
font-size: calc(6px + 0.5rem);
color: #7B7B7B;
line-height: calc(10px + 1rem);
margin-top: calc(9px + 2rem);
}

.factory_box{
  width: 100%;
  padding-top: calc(15px + 5rem);
  padding-bottom: calc(88px + 5rem);
}

.factory{
  max-width: 1370px;
  width: 85%;
  margin: auto;
}



.fac_swiper{
  width: 100%;
  height: calc(92px + 10rem);
  margin-top: calc(17px + 2rem);
}

.fac_swiper .swiper{
  width: 100%;
  height: 100%;
}
.swiper-slide{
  width: 31.3868%;
height: 100%;
}

.swiper-slide img{
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.fac_title_box{
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.swiper_btn{
  display: flex;
  justify-content: flex-end;
  align-items: center;
  gap: calc(3px + 1rem);
}

.swiper_btn img{
  width: calc(18px + 2rem);
  height: calc(18px + 2rem);
  cursor: pointer;
}

.swiper_btn img:nth-of-type(2){
display: none;
}
.swiper_btn img:nth-of-type(3){
  display: none;
  }