@charset "utf-8";

.about-df{
  margin-bottom: 40px;
}
.about-df img{
  display: block;
  width: 100%;
}

.about-us{
  margin-bottom: 40px;
  text-align: center;
  padding: 0 15px;
  color: #333;
}
.title-zn{
  font-size: 16px;
  line-height: 22px;
  margin-bottom: 2px;
  font-weight: bold;
  text-align: center;
  font-family: PingFangSC-Semibold, sans-serif;
}
.title-en{
  font-size: 11px;
  line-height: 15px;
  margin-bottom: 21px;
  text-align: center;
  margin-top: 2px;
  font-weight: 200;
  color:#999;
}
.about-us .title-en{
  margin-bottom: 15px;
}
.about-us .info{
  text-indent: 2em;
  line-height: 18px;
  font-size: 12px;
  text-align: left;
}
.about-us-imgs.first-line{
  display: flex;
  justify-content: center;
  margin: 21px 0;
}
.about-us-imgs{
  display: flex;
  justify-content: space-between;
  margin: 21px 0;
}
.about-us-imgs img{
  width: 107px;
  /* height: 66px; */
}
.about-us-imgs-2{
  width: 304px;
  /* margin-top: 15px; */
  margin-bottom: 13px;
}

.company-culture{
  padding: 21px 16px 53px;
  color: #fff;
  height: 452px;
  box-sizing: border-box;
  background: url(../../../img/second/about/company_culture_bg.png) 0 0 no-repeat;
  background-size: 100% 100%;
  text-align: center;
  margin-bottom: 40px;
}
.company-culture-list li{
  border-radius:0px 8px 0px 0px;
  margin-bottom: 20px;
  padding: 19px 0 19px 62px;
  color: #333;
  font-size: 12px;
  position: relative;
  background-color: #fff;
  text-align: left;
  line-height: 1;
}

.company-culture-list li img{
  width: 52px;
  height: 42px;
  position: absolute;
  left: -2px;
  top: 15px;
}
.company-culture-list li h4{
  font-size: 15px;
  line-height: 21px;
  font-weight: bold;
  font-family: PingFangSC-Semibold, sans-serif;
}
.company-culture-list li .culture-title-en{
  color: #999;
  margin-top: 3px;
  margin-bottom: 12px;
}

.video-introduction{
  color: #333;
  text-align: center;
  padding: 0 15px;
  margin-bottom: 40px;
}

.video-box{
  width: 100%;
  height: 164px;
  position: relative;
}
.video{
  display: none;
}
.video-play-bg{
  width: 100%;
  height: 100%;
  background: url(../../../img/second/about/video_bg.png) 0 0 no-repeat;
  background-size: 100% 100%;
  position: relative;
}
.video-play-btn{
  position: absolute;
  left: 50%;
  top: 50%;
  width: 30px;
  height: 30px;
  margin-left: -15px;
  margin-top: -15px;
}

.qualification{
  margin-bottom: 40px;
  text-align: center;
  color: #333;
}
.qualification-list{
  width: 168px;
  background: #fff;
}
.qualification-list li{
  padding-bottom: 28px;
}
.qualification-list .qualification-img{
  width: 168px;
  height: 122px;
  margin-bottom: 9px;
}
.qualification-list .qualification-title{
  font-size: 12px;
  color: #333;
  text-align: center;
}
.qualification-list .swiper-pagination{
  bottom: 0 !important;
}

.honors{
  padding: 0 15px;
  margin-bottom: 40px;
  text-align: center;
}
.honors-list li{
  display: flex;
  justify-content: space-between;
  padding-bottom: 28px;
}
.honors-list li.last-line{
  justify-content: space-around;
}
.honors-list li .item{
  width: 106px;
}
.honors-list li .item img{
  width: 100%;
  height: 90px;
  margin-bottom: 9px;
}
.honors-list li .item p{
  font-size: 12px;
  color: #333;
  line-height: 14px;
  text-align: left;
}
.honors-list .swiper-pagination{
  bottom: 0 !important;
}

.swiper-pagination-bullet{
  opacity: 1;
  background: #efefef;
}
.swiper-pagination-bullet.swiper-pagination-bullet-active{
  opacity: 1;
  background: #215AA9;
}
