.page-about{}

/* 故事 */
.about-story-box{padding-top:120px;}
@media screen and (max-width: 1180px) {
  .about-story-box{padding-top:60px;}
}
@media screen and (max-width: 750px) {
  
}

.about-story-layout{display:flex;gap:100px;align-items: center;}
@media screen and (max-width: 1180px) {
  .about-story-layout{display:block;}
}
@media screen and (max-width: 750px) {
  
}

.about-story-layout .about-story-text .about-story-desc{margin-top:24px;}
.about-story-layout .about-story-text .about-story-desc p{margin:0;line-height: 1.6;color:var(--text-color-third);}

.about-story-swiper-box{width:50%;}
@media screen and (max-width: 1180px) {
  .about-story-swiper-box{width:auto;}
}
@media screen and (max-width: 750px) {
  
}

@media screen and (max-width: 1180px) {
  .about-story-text{margin-top:32px;}
}
@media screen and (max-width: 750px) {
  
}


.about-story-swiper-box .story-item-img img{display: block;width:100%;border-radius: 16px;overflow:hidden;}

/* 使命 */
.about-mission-box{padding:120px 0 60px 0;}
@media screen and (max-width: 1180px) {
  .about-mission-box{padding:60px 0;}
}
@media screen and (max-width: 750px) {
  .about-mission-box{padding:60px 0 32px 0;}
}
.about-mission-box .about-mission-layout{display:flex;gap:100px;align-items: center;}
.about-mission-box .about-mission-layout .about-mission-desc{margin-top:24px;}
.about-mission-box .about-mission-layout .about-mission-desc p{margin:0;line-height: 1.6;color:var(--text-color-third);}

.mission-swiper .swiper{padding-bottom:60px;}

.about-mission-box .mission-swiper-box{margin-top:47px;}
@media screen and (max-width: 1180px) {
  
}
@media screen and (max-width: 750px) {
  .about-mission-box .mission-swiper-box{padding:0 16px;}
}

.about-mission-box .mission-swiper-box .mission-item-img img{display:block;width:100%;height:auto;border-radius: 16px;overflow:hidden;}

/* 我们的产品 */
.about-product-box{padding:120px 0;background:var(--gray-light);}
@media screen and (max-width: 1180px) {
  .about-product-box{padding:60px 0;}
}
@media screen and (max-width: 750px) {
  
}

/* 产品列表(网格) */
.about-product-list-cont{display: flex;margin-top:60px;}
@media screen and (max-width: 1180px) {
  .about-product-list-cont{margin-top:32px;}
}
@media screen and (max-width: 750px) {
  
}

.about-product-list-cont .common-grid-in{flex:1;margin:-15px;}
.about-product-list-cont .common-grid-in .common-grid-item{width:50%;padding:15px;}
@media screen and (max-width: 1180px) {
  .about-product-list-cont .common-grid-in .common-grid-item{width:100%;}
}
@media screen and (max-width: 750px) {
  
}

.about-product-list-cont .common-grid-in .common-grid-item .common-grid-item-in{
  display: block;border-radius: 20px;padding:0;transition: all .3s;
}
.about-product-list-cont .common-grid-in .common-grid-item .item-img img{display:block;width:100%;height:auto;border-radius: 16px;overflow:hidden;}
.about-product-list-cont .common-grid-in .common-grid-item .item-title{font-size:18px;font-weight:bold;margin-top:32px;}
.about-product-list-cont .common-grid-in .common-grid-item .item-desc{font-size:16px;font-weight:normal;margin-top:16px;line-height: 1.6;color:var(--text-color-third);}






@media screen and (max-width: 1520px) {
  
  
}
@media screen and (max-width: 1300px) {
  
  
}
@media screen and (max-width: 1180px) {
   
}
@media screen and (max-width: 750px) {
   
}
@media screen and (max-width: 480px) {

}
 






