#capacitySchool {
  width: 100%;
  max-width: 1280px;
  margin: 0 auto;
}
#capacitySchool .hend {
  text-align: center;
  margin: 40px 0px;
}
#capacitySchool .hend h2 {
  font-size: 34px;
  line-height: 30px;
}
#capacitySchool .hend h2 span {
  display: inline-block;
  font-size: 34px;
  position: relative;
}
#capacitySchool .hend h2 span:before {
  content: '';
  z-index: -1;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 8px;
  margin-bottom: -5px;
  background-color: #029bfc;
}
#capacitySchool .hend .security {
  font-size: 24px;
  line-height: 60px;
}
#capacitySchool .hend .solid {
  margin: 0 auto;
  width: 40px;
  height: 1px;
  border-bottom: 1px solid #000;
}
#capacitySchool .capacitySchoolMain {
  margin: 0 auto;
  max-width: 1024px;
  text-align: center;
  font-size: 14px;
  line-height: 1.8;
}
#capacitySchool .capacitySchoolMain p {
  text-align: center;
  font-size: 14px;
  line-height: 1.8;
}
#capacitySchool .main {
  text-align: center;
  margin-bottom: 40px;
  animation: slowIn 0.8s cubic-bezier(0.4, 0, 0.2, 1) 0.2s 1;
}
#capacitySchool .main img {
  margin-top: 50px;
  position: relative;
}
#capacitySchool .main img.imgList {
  animation: slowIns 0.8s cubic-bezier(0.73, 0.74, 0.72, 0.74) 0.2s 1;
}
@media screen and (max-width: 1600px) {
  #capacitySchool {
    width: 70%;
  }
  #capacitySchool .hend h2 {
    font-size: 24px;
    line-height: 30px;
  }
  #capacitySchool .hend h2 span {
    display: inline-block;
    font-size: 24px;
    position: relative;
  }
  #capacitySchool .hend h2 span:before {
    content: '';
    z-index: -1;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    height: 6px;
    margin-bottom: -5px;
    background-color: #029bfc;
  }
  #capacitySchool .hend .security {
    font-size: 18px;
    line-height: 60px;
  }
}
@media screen and (max-width: 1280px) {
  #capacitySchool {
    width: 70%;
  }
  #capacitySchool .hend h2 {
    font-size: 24px;
    line-height: 30px;
  }
  #capacitySchool .hend h2 span {
    display: inline-block;
    font-size: 24px;
    position: relative;
  }
  #capacitySchool .hend h2 span:before {
    content: '';
    z-index: -1;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    height: 6px;
    margin-bottom: -5px;
    background-color: #029bfc;
  }
  #capacitySchool .hend .security {
    font-size: 18px;
    line-height: 60px;
  }
}
@media screen and (max-width: 700px) {
  #capacitySchool {
    width: 100%;
  }
  #capacitySchool .hend{
    margin: 40px 0px 20px 0px;
  }
  #capacitySchool .hend h2 {
    font-size: 24px;
    line-height: 30px;
  }
  #capacitySchool .hend h2 span {
    display: inline-block;
    font-size: 24px;
    position: relative;
  }
  #capacitySchool .hend h2 span:before {
    content: '';
    z-index: -1;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    height: 6px;
    margin-bottom: -5px;
    background-color: #029bfc;
  }
  #capacitySchool .hend .security {
    font-size: 16px;
    line-height: 60px;
  }
  .main {
    text-align: center;
    box-sizing: border-box;
    padding: 0px 10px;
  }
  .main img {
    width: 100% !important;
    margin-top: 30px;
  }
}
