.bgC1 {
  /* 加important的原因是覆盖轮播图下方翻页器自带的背景色 */
  background: #002e5a !important;
}
.bgC2 {
  background: #002e5a !important;
}
.bgC3 {
  background: #002e5a !important;
}
.bgC4 {
  background: #002e5a !important;
}
.colorC1 {
  color: #002e5a !important;
}
.colorC2 {
  color: #002e5a !important;
}
.colorC3 {
  color: #002e5a !important;
}
.bgImg1 {
  background: url('https://files.sciengine.com/template/u144.svg') no-repeat;
}
.borderC1 {
  border-bottom: 4px solid #002e5a;
}
.borderC2::after {
  content: " ";
  width: 100px;
  height: 5px;
  background: #002e5a;
  position: absolute;
  bottom: -2px;
  left: 0;
}
.borderC3::after {
  content: " ";
  width: 100px;
  height: 5px;
  background: #002e5a;
  position: absolute;
  bottom: -1px;
  left: 0;
}
a {
  color: white;
  text-decoration: none;
}

#abbs {
  width: 100%;
  height: auto;
  background: #FAFAFA;
  display: flex;
  flex-direction: column;
}

#abbs .contentBox {
  height: auto;
  position: relative;
  padding-bottom: 20px;
}

@media (max-width: 768px) {
  .contentBox {
    margin-top: 20px;
  }

  ::-webkit-scrollbar {
    display: none;
  }
}

@media (min-width: 768px) {
  .container {
    width: 100%;
  }

  .contentBox {
    margin-top: 35px;
  }
}

@media (min-width: 992px) {
  .container {
    width: 970px;
  }
}

@media (min-width: 1200px) {
  .container {
    width: 1170px;
  }
}

@media (min-width: 1366px) {
  .container {
    width: 1230px;
  }
}
.bwh-d1{
  font-size: 28px;
  text-align: center;
  margin-bottom: 20px;
  font-weight: 600;
  color: #002e5a;
}
.el-collapse{
  border-top: 1px solid #002e5a;
  border-bottom: 1px solid #002e5a;
}
.el-collapse-item__header{
  padding-left: 10px;
  background: transparent!important;
  font-size: 16px!important;
  color: #002e5a!important;
  font-weight: 600!important;
}
.el-collapse-item__wrap{
  background: transparent!important;
}
.bwh-img img{
  width: 100%;
}
@media (max-width: 768px) {
  .container {
    width: 100%;
    margin-left: 0;
    margin-right: 0;
  }
}