/* 简介 */
.about-wrap {
    margin: 0 auto;
    padding: 0.9rem 0;
}

.about-brief-p {
    font-size: 0.2rem;
    font-family:  -Regular,  ;
    font-weight: 400;
    color: #333333;
    line-height: 0.42rem;
    margin-top: 0.5rem;
}

.about-brief-list {
    display: flex;
    justify-content: space-between;
    margin: 0.6rem 0;
}

.about-brief-item {
    width: 4.5rem;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.about-brief-item-img img {
    width: 4.5rem;
    height: 3.2rem;
    object-fit: cover;
}

.about-brief-item-p {
    font-size: 0.16rem;
    font-family:  -Regular,  ;
    font-weight: 400;
    color: #666666;
    margin-top: 0.2rem;
    text-align: center;
}

/* 发展历程 */
.about-history-wrap {
    width: 100%;
    padding-bottom: 1.5rem;
    padding-top: .4rem;
    background: url(../images/fzlc.jpg) no-repeat;
    background-size: cover;
    /*background-size: 100%;*/
    background-position: center;
}
.about-history-wrap .common-title {
    width: 14rem;
    margin: 0 auto;
    align-items: flex-start;
}
.about-history-box {
    margin: 0.3rem auto 0 auto;
}

.about-history-content-box {
    height: 2rem;
    display: flex;
    /*align-items: center;*/
    justify-content: flex-start;
}

.about-history-content {
    display: none;
}

.about-history-content:first-of-type {
    display: block;
}

.about-history-text {
    font-size: 0.3rem;
    font-family:  -Bold,  ;
    font-weight: bold;
    color: #333333;
    text-align: center;
}

.about-history-p {
    margin-top: 0.3rem;
    font-size: 0.24rem;
    font-family:  -Regular,  ;
    font-weight: 400;
    color: #333333;
    line-height: 0.36rem;
    text-align: center;
}

.about-history-banner {
    width: 100%;
    position: relative;
}

.historySwiper {
    width: 100%;
    position: relative;
}

.historySwiper::after {
    content: '';
    width: 100%;
    border-bottom: 0.02rem dashed #284186;
    position: absolute;
    top: 0.13rem;
    left: 0;
    z-index: 1;
}

.historySwiper .swiper-slide {
    cursor: pointer;
}

.historySwiper .swiper-slide-active .historySwiper-ball {
    width: 0.28rem;
    height: 0.28rem;
    background: #284186;
    border: 0;
    transition: all .365s;
}

.historySwiper .swiper-slide-active .historySwiper-text {
    font-size: 0.24rem;
    font-family:  -Bold,  ;
    font-weight: bold;
    color: #284186;
}

.historySwiper-ball-box {
    width: 0.28rem;
    height: 0.28rem;
    position: relative;
    z-index: 2;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: center;
}

.historySwiper-ball {
    width: 0.2rem;
    height: 0.2rem;
    opacity: 1;
    border: 0.04rem solid #284186;
    border-radius: 50%;

}

.historySwiper-text {
    font-size: 0.2rem;
    font-family:  -Regular,  ;
    font-weight: 400;
    color: #333333;
    margin-top: 0.2rem;
    text-align: center;
}

/* 品牌介绍 */
.about-brand-wrap {
    margin: 0 auto;
    padding: 0.9rem 0;
}

.about-brand-wrap .common-title {
    align-items: flex-start;
}

.about-brand-box {
    display: flex;
    margin-top: 0.3rem;
}

.about-brand-left {
    width: 8rem;
    flex-shrink: 0;
    margin-right: 1rem;
}

.about-brand-title {
    font-size: 0.24rem;
    font-family:  -Bold,  ;
    font-weight: bold;
    color: #333333;
}

.about-brand-content {
    font-size: 0.16rem;
    font-family:  -Regular,  ;
    font-weight: 400;
    color: #333333;
    line-height: 0.4rem;
    margin-top: 0.3rem;
    text-align: justify;
}

.about-brand-right {
    flex: 1;
}

.about-brand-des {
    margin-bottom: 0.3rem;
}

.about-brand-text {
    font-size: 0.2rem;
    font-family:  -Regular,  ;
    font-weight: 400;
    color: #333333;margin-top: 0.15rem;
    margin-bottom: 0.22rem;
}

.about-brand-num,
.about-brand-num span {
    font-size: 0.72rem;
    font-family:  -Bold,  ;
    font-weight: bold;
    color: #284186;
}

.about-brand-year-box {
    border-top: 0.01rem solid #CCCCCC;
    padding-top: 0.25rem;
    display: flex;
}

.about-brand-year {
    margin-right: 0.8rem;
}

.about-brand-year:nth-child(1) .about-brand-year-num{
    font-size: 0.2rem;
}
.about-brand-year-num,
.about-brand-year-num span {
    font-size: 0.48rem;
    font-family:  -Bold,  ;
    font-weight: bold;
    color: #666666;
}

.about-brand-year-text {
    font-size: 0.2rem;
    font-family:  -Regular,  ;
    font-weight: 400;
    color: #666666;
    margin-top: 0.15rem;
}













/*关于我们*/
@media all and (max-width: 1024px) {
    .about-history-wrap .common-title{
        width: auto;
        padding: 0 15px;
    }
 /*品牌介绍 开始*/
 .about-brand-wrap {
     padding: 25px 15px;
 }
 .about-brand-box {
     flex-direction:column;
 }
 .about-brand-left {
     width: 100%;
     text-align: justify;
     font-size: 12px;
     line-height: 1.5;
 }
 .about-brand-right {
     margin-top: 30px;
 }
 
 .about-brand-title {
     font-size: 14px;
 }
 .about-brand-text {
     font-size: 14px;
 }
 .about-brand-year-text {
     font-size: 14px;
 }
 .about-brand-content {
      font-size: 12px;
      line-height: 1.5;
 }
 /*品牌介绍 结束*/
 
 
  /*公司简介 开始*/
  .about-wrap {
      padding: 25px 15px;
  }
  .about-brief-p {
      font-size: 14px;
    line-height: 1.5;
  }
  .about-brief-list {
      flex-direction: column;
  }
  .about-brief-item {
      width: 100%;
      margin-bottom: 15px;
  }
  .about-brief-item-img img {
      width: 100%;
      height: auto;
  }
  .about-brief-item-p {
      font-size: 14px;
  }
  
  
  .about-history-text {
      font-size: 14px;
  }
  .about-history-p {
      font-size: 14px;
      padding: 0 15px;
      line-height: 1.5;
  }
 /*公司简介 结束*/
}



