/* 关于我们 */
/* 轮播图 */
.glide{
  position: relative;
  z-index: 500;
}

.carousel-inner .item img{
  width: 100vw;
  height: 80vh;
  /* 自动等比例缩放 */
  object-fit: cover;
}

.slide-caption{
  z-index: 700;
  color: #fff;
  max-width: 60vw;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%,-50%);
}

.slide-caption h1 {
  font-size: 54px;
  font-weight: 600;
}

.slide-caption h3 {
  font-size: 24px;
  margin: 30px 0px;
}
/* 遮罩层 */
.backdrop {
  background: rgba(42, 42, 42, 0.7);
  z-index: 600;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  /* opacity: 0.5; */
}

/* 内容 */
section{
  margin: 50px 0px;
}
.sectionh1 h1{
  text-align: center;
  color: #4d6394;
  font-weight: bold;
  cursor: default;
}
.hr-s{
  width: 120px;
  border-top: 1px solid #dddddd;
  position: relative;
}
.hr-x{
  width: 50px;
  border-top: 2px solid #47b2e4;
  position: relative;
  top: -22px;
}

/* 关于我们 */
#section-gywm p{
  font-size: 16px;
  line-height: 26px;
  text-indent: 2em;
}
#section-gywm img{
  width: 100%;
  height: 240px;
  border-radius: 10px;
}





/* 资质证书 */
#section-zzzs h1{
  text-align: center;
  color: #4d6394;
  font-weight: bold;
}

#section-zzzs a{
  box-shadow: 5px 5px 15px #888888;
}

#section-zzzs img{
  height: 260px;
}







