.about-top{
  
}
.about-top img.bg{
  position: relative;
  width: 100%;
  z-index: 0;
}
.about-top .infos{
  position: absolute;
  top: 2.3rem;
  left: 0;
  right: 0;
  z-index: 1;
}
.about-top .title{
  text-align: center;
}
.about-top .title .en{
  font-size: .14rem;
  color: #858585;
}
.about-top .title .ch{
  margin-top: .12rem;
  font-size: .3rem;
  color: #dea91a;
  font-weight: 600;
}
.about-top .title .ch p{
  position: relative;
}
.about-top .title .ch p:before,
.about-top .title .ch p:after{
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: .54rem;
  border-top: 1px solid #dea91a;
  content: "";
}
.about-top .title .ch p:before{
  left: 120%;
}
.about-top .title .ch p:after{
  right: 120%;
}
.about-top .description{
  margin-top: .96rem;
  text-align: center;
}
.about-top .description p.tit{
  position: relative;
  font-size: .2rem;
  font-weight: 600;
  color: #fff;
}
.about-top .description p.tit:after{
  position: absolute;
  bottom: -0.18rem;
  left: 50%;
  transform: translateX(-50%);
  width: .38rem;
  border-top: .04rem solid #a4a4a4;
  content: "";
}
.about-top .description .desc{
  margin-top: .56rem;
  padding: 0 .3rem;
  font-size: 14px;
  color: #a4a4a4;
  line-height: .3rem;
}
.about-top .blocks{
  margin: 1rem auto 0 auto;
  max-width: 8.8rem;
}
.about-top .blocks .b{
  width: 1.4rem;
}
.about-top .blocks p.num{
  font-size: .4rem;
  font-weight: 600;
  color: #fff;
}
.about-top .blocks p.desc{
  margin-top: .2rem;
  border-top: 1px solid #4b4b4b;
  padding-top: .16rem;
  font-size: .14rem;
  color: #a5a5a5;
}
@media (max-width: 1200px) {
  .about-top{
    min-height: 550px;
  }
  .about-top .bg{
    display: none;
  }
}
@media (max-width: 640px) {
  .about-top .infos{
    top: 100px
  }
  .about-top .infos .description{
    margin-top: 30px;
  }
  .about-top .infos .description .desc{
    text-align: justify;
  }
  .about-top .infos .blocks{
    padding: 0 20px;
    margin-top: 30px;
  }
  .about-top .infos .blocks .b{
    width: auto;
  }
  .about-top .infos .blocks .b p.num{
    font-size: 18px;
	text-align: center;
  }
  .about-top .infos .blocks .b p.desc{
    font-size: 12px;
  }
}

.management-model{
  padding: 80px 0;
}
.management-model .tit{
  color: #252525;
}
.management-model .desc{
  color: #dea91a;
}
.management-model ul{
  margin-top: 80px;
}
.management-model li{
  width: 565px;
  height: 194px;
  box-shadow: 0 1px 13px #ebebeb;
}
.management-model li img{
  max-height: 81px;
}
.management-model li:nth-child(1) img{
  margin-left: 36px;
}
.management-model li:nth-child(2) img{
  margin-left: 42px;
}
.management-model li:nth-child(1) .words{
  flex: 1;
  margin-left: 46px;
}
.management-model li:nth-child(2) .words{
  flex: 1;
  margin-left: 48px;
}
.management-model li .words{
  margin-right: 50px;
}
.management-model li .words p.t{
  font-size: 22px;
  color: #252525;
}
.management-model li .words p.d{
  margin-top: 12px;
  font-size: 14px;
  line-height: 20px;
  height: 60px;
  -webkit-line-clamp: 3;
}
@media (max-width: 1200px) {
  .management-model ul{
    padding: 0 10px;
  }
  .management-model ul li{
    width: 49%;
  }
}
@media (max-width: 800px){
  .management-model{
    padding: 60px 0;
  }
  .management-model ul{
    margin-top: 40px;
    flex-wrap: wrap;
  }
  .management-model ul li{
    width: 100%;
    margin: 10px 0;
    height: 30.3125vmin;
  }
  .management-model ul li img{
    max-height: 12.5vmin;
  }
  .management-model li:nth-child(1) img{
    margin-left: 5.625vmin;
  }
  .management-model li:nth-child(2) img{
    margin-left: 6.5625vmin;
  }
  .management-model li .words{
    margin-right: 5.625vmin;
  }
  .management-model li:nth-child(1) .words{
    margin-left: 7.1875vmin;
  }
  .management-model li:nth-child(2) .words{
    margin-left: 7.5vmin;
  }
  .management-model li .words p.t{
    font-size: 3.4375vmin;
    color: #252525;
  }
  .management-model li .words p.d{
    margin-top: 1.875vmin;
    font-size: 2.8125vmin;
    line-height: 14px;
    height: 42px;
    -webkit-line-clamp: 3;
  }
}

.services-quality{
  padding: 60px 0 98px 0;
  background-color: #f5f5f5;
}
.services-quality .container{
  margin-top: 60px;
}
.services-quality p.tit{
  color: #252525;
}
.services-quality p.desc{
  color: #dea91a;
}
.services-quality li{
  position: relative;
  width: 24.2%;
}
.services-quality li img{
  position: relative;
  max-width: 100%;
  z-index: 1;
}
.services-quality li .words{
  position: absolute;
  bottom: 60px;
  z-index: 1;
  left: 10px;
  right: 10px;
  text-align: center;
  color: #fff;
}
.services-quality li .words p.t{
  font-size: 24px;
  font-weight: 600;
}
.services-quality li .words p.d{
  margin-top: 16px;
  font-size: 14px;
}
@media (max-width: 1200px) {
  .services-quality ul{
    padding: 0 10px;
  }
}
@media (max-width: 640px) {
  .services-quality{
    padding-bottom: 60px;
  }
  .services-quality .container{
    margin-top: 30px;
  }
  .services-quality ul{
    flex-wrap: wrap;
  }
  .services-quality li{
    margin-top: 20px;
    width: 48%;
  }
  .services-quality li .words p.d{
    line-height: 20px;
  }
}

.pro-training{
  height: 516px;
  background: url(../images/bgs/bg-about01.jpg) top center no-repeat;
}
.pro-training p.tit{
  color: #fff;
}
.pro-training p.desc{
  color: #fff;
}
.pro-training p.desc:after{
  border-color: #fff;
}
.pro-training p.detail{
  margin-top: 38px;
  max-width: 798px;
  font-size: 14px;
  line-height: 24px;
  color: #fff;
  text-align: center;
}
.pro-training .pt-list{
  margin-top: 50px;
  display: flex;
}
.pro-training .pt-list p{
  margin-top: 24px;
  font-size: 16px;
  color: #fff;
  text-align: center;
}
@media (max-width: 1200px) {
  .pro-training{
    padding: 0 10px;
  }
}
@media (max-width: 640px) {
  .pro-training .pt-list{
    align-items: flex-start;
  }
  .pro-training .pt-list li{
    width: 22%;
    text-align: center;
  }
  .pro-training .pt-list li img{
    max-width: 100%;
  }
  .pro-training .pt-list p{
    margin-top: 16px;
    font-size: 12px;
  }
}