.about-caption{
    display: flex;
    flex-direction: column;
    align-items: center;
}
.about-title{
    font-size: 0.5rem;
    font-family: MicrosoftYaHei-Bold, MicrosoftYaHei;
    font-weight: bold;
    color: #333333;
    position: relative;
    padding-bottom: 0.2rem;
    margin-bottom: 0.17rem;
}
.about-title::after{
    content: '';
    width: 0.45rem;
    height: 0.03rem;
    background: #333333;
    position: absolute;
    left: 50%;
    bottom: 0;
    transform: translateX(-50%);
}
.about-en{
    font-size: 0.16rem;
    font-family: MicrosoftYaHei;
    color: #999999;
}


.about-nav{
    margin: 0.6rem 0;
    display: flex;
    align-items: center;
    justify-content: center;
}
.about-nav-a{
    width: 1.64rem;
    height: 0.37rem;
    border-radius: 0.08rem;
    border: 0.01rem solid #C0C0C0;
    margin: 0 0.1rem;
    font-size: 0.16rem;
    font-family: MicrosoftYaHei;
    color: #333333;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all .365s;
}
.about-nav-a:hover{
    background: #000000;
    color: #fff;
}
/* 企业简介 */
.about-intro-wrap{
    margin: 0.6rem auto;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.about-intro-img{
    width: 8.12rem;
    height: 4.9rem;
    flex-shrink: 0;
}
.about-intro-img img{
    width: 100%;
    height: 100%;
}
.about-intro-box{
    flex: 1;
    margin-left: 0.7rem;
}
.about-intro-title{
    font-size: 0.5rem;
    font-family: MicrosoftYaHei-Bold, MicrosoftYaHei;
    font-weight: bold;
    color: #333333;
    position: relative;
    padding-bottom: 0.2rem;
    margin-bottom: 0.17rem;
}
.about-intro-title::after{
    content: '';
    width: 0.45rem;
    height: 0.03rem;
    background: #333333;
    position: absolute;
    left: 0;
    bottom: 0;
}
.about-intro-en{
    font-size: 0.16rem;
    font-family: MicrosoftYaHei;
    color: #999999;
}
.about-intro-p{
    font-size: 0.16rem;
    font-family: MicrosoftYaHei;
    color: #333333;
    line-height: 0.34rem;
    margin-top: 0.3rem;
}
/* 品牌故事 */
.about-tale-wrap{
    position: relative;
}
.about-tale-img{
    width: 100%;
    height: 4.57rem;
}
.about-tale-img img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.about-tale-box{
    margin: 0.6rem auto;
}
.about-tale-p{
    min-height: 1.89rem;
    font-size: 0.16rem;
    font-family: MicrosoftYaHei;
    color: #333333;
    line-height: 0.3rem;
    margin-bottom: 0.8rem;
    padding-left: 4.33rem;
}
.about-tale-content{
    width: 100%;
}
.about-tale-content img{
    width: 100%;
}

.about-tale-caption{
    width: 4.81rem;
    height: 3.04rem;
    background: rgba(0,0,0,0.5800);
    position: absolute;
    left: 0;
    top: 4rem;
    display: flex;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.about-tale-title{
    font-size: 0.5rem;
    font-family: MicrosoftYaHei-Bold, MicrosoftYaHei;
    font-weight: bold;
    color: #fff;
    position: relative;
    padding-bottom: 0.2rem;
    margin-bottom: 0.17rem;
}
.about-tale-title::after{
    content: '';
    width: 0.45rem;
    height: 0.03rem;
    background: #fff;
    position: absolute;
    left: 0;
    bottom: 0;
}
.about-tale-en{
    font-size: 0.16rem;
    font-family: MicrosoftYaHei;
    color: #fff;
}
/* 企业风采 */
.about-show-wrap{
    margin: 0 auto;
    margin-top: 0.8rem;
}
.about-show-banner{
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 0.6rem 0;
}
.about-show-left,
.about-show-right{
    width: 0.92rem;
    height: 0.92rem;
    flex-shrink: 0;
    cursor: pointer;
}
.about-show-left img,
.about-show-right img{
    width: 100%;
    height: 100%;
}
.showSwiper{
    width: calc(100% - 2.94rem);
}
.showSwiper .swiper-slide{
    width: 100%;
    height: 7.35rem;
}
.about-show-video{
    width: 100%;
    height: 100%;
}
.about-show-video video{
    width: 100%;
    height: 100%;
    object-fit: contain;
}
/* 发展历程 */
.about-course-wrap{
    margin: 0 auto;
}
.about-course-box{
    margin-top: 0.56rem;
}
.about-course{
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.about-course-left,
.about-course-right{
    width: 0.63rem;
    height: 0.63rem;
    flex-shrink: 0;
    margin-bottom: 0.36rem;
    cursor: pointer;
}
.about-course-left img,
.about-course-right img{
    width: 100%;
    height: 100%;
}
.courseSwiper2 {
    width: calc(100% - 1.26rem);
    position: relative;
    padding: 0 0.4rem;
    padding-bottom: 0.36rem;
}
.courseSwiper2::after{
    content: '';
    width: 100%;
    /* height: 1px; */
    padding-bottom: 0.36rem;
    border-top: 1px solid #d5d5d5;
    /* background: #D5D5D5; */
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
}
.courseSwiper2 .swiper-slide{
    height: 2.65rem;
    display: flex;
    align-items: center;
    justify-content: center;
}
.about-course-year{
    position: relative;
}
.about-course-year-sj{
    display: block;
    width: 0.18rem;
    height: 0.18rem;
    background: #000000;
    border-radius: 50%;
}
.about-course-year-p{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateX(-50%);
    padding-top: 0.33rem;
    word-break: keep-all;
    font-size: 0.2rem;
    font-family: MicrosoftYaHei;
    color: #333333;
}
.about-course-year-p span{
    font-size: 0.2rem;
    font-family: MicrosoftYaHei;
    color: #333333;
}
.about-course-icon{
    position: absolute;
    top: 50%;
    padding-top: 1.43rem;
    opacity: 0;
}
.about-course-icon img{
    width: 0.37rem;
    height: 0.25rem;
}
.courseSwiper2  .swiper-slide-active{
    background: #000;
    border-radius: 50%;
}
.courseSwiper2  .swiper-slide-active::after{
    content: '';
    width: 2.4rem;
    height: 2.4rem;
    border: 0.06rem solid #fff;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    border-radius: 50%;
}
.courseSwiper2  .swiper-slide-active .about-course-year-sj{
    opacity: 0;
}
.courseSwiper2  .swiper-slide-active .about-course-year-p{
    color: #fff;
    padding-top: 0;
    transform: translate(-50%,-50%);
    display: flex;
    flex-direction: column;
    align-items: center;
}
.courseSwiper2  .swiper-slide-active .about-course-year-p span{
    font-size: 0.4rem;
    font-family: MicrosoftYaHei-Bold, MicrosoftYaHei;
    font-weight: bold;
    color: #FFFFFF;
    margin-bottom: 0.1rem;
}
.courseSwiper2  .swiper-slide-active .about-course-icon{
    opacity: 1;
}

.courseSwiper{
    margin-top: 0.38rem;
}
.courseSwiper .swiper-slide{
    font-size: 0.2rem;
    font-family: MicrosoftYaHei;
    color: #333333;
    line-height: 0.3rem;
    text-align: center;
}

/* 资质荣誉 */
.about-honor-wrap{
    margin: 0.6rem auto;
}

.about-honor-banner{
    width: 100%;
    height: auto;
    position: relative;
    margin-top: 0.6rem;
    padding-bottom: 0.3rem;
}
.honorSwiper  .swiper-wrapper {
    display: flex;
    align-items: center;
}
.honorSwiper .swiper-slide {
    transition: 300ms;
    display: flex;
    align-items: center;
    justify-content: center;
    transform: scale(0.6);
}
.honorSwiper .swiper-slide img{
    width: 100%;
    max-height: 6.01rem;
    /* height: 4.11rem; */
    object-fit: contain;
    
}
.honorSwiper .swiper-slide-active,
.honorSwiper .swiper-slide-duplicate-active{
    transform: scale(1);
    /* height: 6.01rem; */
}
.honorSwiper-level{
    transform: scale(.8) !important;
    /* height: 4.71rem !important; */
}
.about-honor-banner .swiper-button-next:after,
.about-honor-banner .swiper-button-prev:after {
    font-size: 0.4rem;
    color: #333333;
}
.about-honor-banner .swiper-button-next,
.about-honor-banner .swiper-button-prev {

}


/* 精选全球 */
.promotionp-partner-wrap {
    margin: 0.6rem auto;
    display: flex;
    flex-wrap: wrap;
    border-top: 1px solid #d8d8d8;
    border-left: 1px solid #d8d8d8;
}

.promotionp-partner-item {
    width: 2.28rem;
}

.promotionp-partner-a {
    position: relative;
    border-right: 1px solid #d8d8d8;
    border-bottom: 1px solid #d8d8d8;
}

.promotionp-partner-a img {
    width: 100%;
    transition: 0.6s;
    -webkit-transition: 0.6s;
}


.promotionp-partner-item:hover .promotionp-partner-a {
    z-index: 10;
}

.promotionp-partner-item:hover img {
    transform: scale(1.08);
    -webkit-transform: scale(1.08);
    -moz-box-shadow: 0px 0px 11px #333333;
    -webkit-box-shadow: 0px 0px 11px #333333;
    box-shadow: 0px 0px 11px #333333;
}

.promotionp-partner-title {
    width: 9.14rem;
    background: #4D4A4E;
    padding: 0 1rem;
    display: flex;
    align-items: center;
    justify-content: flex-end;
}

.promotionp-partner-title .about-title {
    color: #fff;
    position: relative;
    text-align: right;
}

.promotionp-partner-title .about-title::after {
    background: #fff;
    right: 0;
    left: auto;
}

.promotionp-partner-title .about-en {
    color: #fff;
    text-align: right;
}








/* --------------------------------------- */
/* 媒体查询 关于*/
/* --------------------------------------- */

@media all and (max-width: 1024px) {
  .w1600 {
    width: 100% !important;
  }
  /* 顶部开始 */
  .common-banner {
    height: auto !important;
  }

  .common-title-en {
    font-size: 0.5rem !important;
  }

  .common-title-cn {
    font-size: 0.4rem !important;
  }

  .common-title {
    margin-top: 30px !important;
  }

  .about-nav {
    margin: 30px 0;
  }

  .about-nav-a {
    width: 80px;
    height: 30px;
    line-height: 30px;
    font-size: 14px;
  }

  .about-caption {
    padding: 0 0.3rem;
  }

  .about-title {
    font-size: 16px;
  }
  
  .about-tale-en {
      margin-top: 10px;
      font-size: 14px;    
      text-align: center;
  }

  .about-en {
    font-size: 14px;
  }

  /* 内容区 */
  .about-intro-wrap {
    flex-direction: column;
    width: 100% !important;
  }
  .about-intro-box {
    margin: 25px 15px;
    margin-bottom: 0;
  }
  .about-intro-title {
    font-size: 16px;
    text-align: center;
  }
  .about-intro-title::after {
      left: 50%;
      transform: translate(-50%);
  }
  .about-intro-en {
    font-size: 14px;
    text-align: center;
  }
  .about-intro-p {
    text-align: justify;
    font-size: 12px;
    line-height: 1.6 !important;
  }
  .about-intro-p p{
    text-align: justify;
    font-size: 12px;
    line-height: 1.8 !important;
    text-indent: 2em;
  }

  .about-intro-img {
    width: 100%;
  }

  /* 品牌故事 */
  
  .about-tale-box {
    display: flex;
    /* flex-direction: column; */
    width: 100% !important;
    margin: 0;
  }
  .about-tale-title {
    font-size: 16px;   
  }
  
  .about-tale-title::after {
      left: 50%;
      transform: translate(-50%);
  }
  .about-tale-p {
    order:-2;
    width: 100%;
    padding: 25px 15px;
    font-size: 12px;
    line-height: 1.6;
    text-align: justify;
    margin-bottom: 0;
  }
  
  .about-tale-p p  {
    font-size: 12px !important;
    line-height: 1.6 !important;
    display: block;
    text-indent: 2em;
  }
  .about-tale-p p span {
    font-size: 12px !important;
    line-height: 1.8 !important;
    display: block;
    text-indent: 2em;
  }

  .about-tale-caption {
    top: 1rem;
    left: 50%;
    transform: translate(-50%);
  }
  .about-show-wrap {
    margin-top: 25px;
  }
  
  
  .about-show-banner {
      margin-top: 10px;
  }
  
  .about-show-video video {
    width: 82vw;
    margin: 0 auto;
    height: 50vw;
    object-fit: cover;
  }

  .about-show-left,
  .about-show-right {
    width: 35px;
    height: 35px;
  }
  .showSwiper {
    width: calc(100% - 50px);
  }
  .showSwiper .swiper-slide {
    height: auto;
  }

  /* 轮播 */
  .courseSwiper {
      margin: 15px;
  }
  .courseSwiper2 .swiper-slide {
    height: 50px;
  }

  /* 轮播 */
  .courseSwiper .swiper-slide {
    font-size: 12px;
  }

  .courseSwiper2 .swiper-slide-active .about-course-year-p span{
    font-size: 13px;
  }



.honorSwiper {
    padding: 0 15px;
}
.honorSwiper .swiper-button-next:after {
    
}










  .promotionp-partner-title {
    order: -1;
    padding: 15px;
    justify-content: center;
  }

  .promotionp-partner-title .about-title::after {
    left: 50%;
  }

  .promotionp-partner-item {
    width: 33.33333%;
  }
  
  
  
  
  
  
  
  
}


