/* banner */
.banner-info {
  margin-top: 80px;
}
.banner-info .banner-info-title {
  font-size: 44px;
  color: #fff;
}
.banner-info .banner-info-text {
  font-size: 20px;
  color: #fff;
}
.text-009fe8 {
  color: #009fe8;
}

.about-tabs {
  position: relative;
  z-index: 6;
  background: #fff;
  box-shadow: 0 5px 8px rgba(0, 160, 233, 0.1);
}
.about-tabs-con {
  display: table;
  width: 100%;
  border-spacing: 0;
  border-collapse: collapse;
}
.about-tab {
  display: table-cell;
  width: 25%;
  text-align: center;
}
.about-tab a {
  position: relative;
  display: inline-block;
  height: 78px;
  line-height: 78px;
  font-size: 18px;
  color: #333;
}
.about-tab a.active {
  color: #00a0e9;
}
.about-tab a.active:after {
  content: '';
  position: absolute;
  bottom: -2px;
  left: 0;
  right: 0;
  width: 100%;
  height: 0;
  border-top: 4px solid #00a0e9;
}

@media only screen and (max-width: 1200px) and (min-width: 768px) {
  .about-tab a {
    height: 60px;
    line-height: 60px;
    font-size: 16px;
  }
  .about-tab a.active:after {
    bottom: -1px;
    border-top: 2px solid #00a0e9;
  }
}
@media only screen and (max-width: 767px) {
  .about-tabs {
    box-shadow: 0 3px 5px rgba(0, 160, 233, 0.1);
  }

  .about-tabs .container {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }

  .about-tabs-con {
    display: block;
    height: 44px;
    overflow-x: hidden;
    overflow-y: hidden;
    white-space: nowrap;
  }
  .about-tab {
    display: inline-block;
    padding: 0 12px;
    width: auto;
  }
  .about-tab a {
    height: 44px;
    line-height: 44px;
    font-size: 16px;
  }
  .about-tab a.active:after {
    bottom: 0;
    border-top: 2px solid #00a0e9;
  }
}

/* 面包屑 */
.bread {
  margin: 10px 0 10px 0;
}
.bread .bread-info {
  font-size: 14px;
  --bs-breadcrumb-divider: '>';
}

.title {
  position: relative;
  font-size: 26px;
  color: #000;
  font-weight: 500;
  text-align: center;
  letter-spacing: 1px;
  margin-bottom: 30px;
}
.sct-a-h4 {
  line-height: 30px;
  font-size: 16px;
  color: #000;
  font-weight: bold;
  text-align: center;
  letter-spacing: 1px;
  margin-bottom: 80px;
}
.sct-a-h4-m {
  display: none;
}

/* about */
.about {
  min-height: 550px;
  padding-top: 80px;
  background: url(../imgs/about_bg.png) no-repeat center/cover;
}
.about .title {
  margin-bottom: 80px;
}
.sct-intro {
  padding: 0 auto;
}
.sct-intro img {
  width: 100%;
  display: block;
  margin: 0 auto;
  max-width: 100%;
}
.sct-intro p {
  margin: 20px 0;
  line-height: 46px;
  font-size: 14px;
  color: #333;
  text-indent: 30px;
  text-align: justify;
}
.evolution {
  min-height: 420px;
  margin-top: 100px;
}
.evolution .title {
  margin-bottom: 80px;
}

.core {
  margin-top: 100px;
  background: linear-gradient(to bottom, #ffffff, #fefefe, #efefef);
}
.core .bg-box {
  height: 516px;
  background: url(../imgs/hxnl_bg.png) no-repeat center top;
}
.core .sct-core {
  position: relative;
  height: 190px;
}
.core .sct-core-itm {
  position: absolute;
  width: 230px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
}
.core .sct-core-itm img {
  position: relative;
  margin-bottom: 4rem;
}
.core .sct-core-itm span {
  line-height: 26px;
  font-size: 24px;
  color: #fff;
  text-align: center;
}
.core .sct-core-a {
  margin-left: -690px;
}
.core .sct-core-b {
  margin-left: -400px;
}
.core .sct-core-c {
  margin-left: -115px;
}
.core .sct-core-d {
  margin-left: 170px;
}
.core .sct-core-e {
  margin-left: 450px;
}

.sct-c-i {
  height: 125px;
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
  margin-top: 30px;
}
.sct-c-i-t {
  float: left;
  width: 275px;
  text-align: center;
}
.sct-c-i-t img {
  display: block;
  margin: 0 auto;
}
.sct-c-i-t h4.pc {
  margin: 10px auto 0;
  width: 176px;
  line-height: 30px;
  font-size: 14px;
  color: #0081cc;
  text-align: center;
}
.sct-c-i-t h4.pad {
  display: none;
}
.sct-c-i-t h4.mobile {
  display: none;
}
.sct-c-i-c {
  float: left;
}
.sct-c-i-c li {
  list-style: none;
  margin-bottom: 16px;
  line-height: 25px;
  font-size: 14px;
  color: #333;
  text-align: left;
}
.sct-c-i-c li span {
  color: #0081cc;
}

.plaque {
  margin-top: 100px;
  margin-bottom: 80px;
}

@media only screen and (max-width: 767px) {
  .evolution {
    min-height: 400px;
    margin-top: 80px;
    margin-bottom: 80px;
  }

  .core {
    margin-top: 0;
    background: linear-gradient(to bottom, #ffffff, #fefefe, #efefef);
  }

  .core .bg-box {
    height: 300px;
    width: 350px;
    background: url(../imgs/hxnl_bg_m.png) no-repeat center;
    background-size: contain;
  }

  .sct-a-h4 {
    display: none;
  }
  .sct-a-h4-m {
    display: block;
    line-height: 26px;
    font-size: 16px;
    color: #636363;
    font-weight: bold;
    text-align: center;
    margin-bottom: 10px;
  }

  .core .sct-core-itm {
    width: 110px;
  }

  .core .sct-core-itm img {
    height: 60px;
    position: relative;
    margin-bottom: 1.5rem;
  }

  .core .sct-core-itm span {
    font-size: 16px;
    color: #fff;
    text-align: center;
  }

  .core .sct-core-a {
    margin: 40px 0 0 -175px;
  }

  .core .sct-core-b {
    margin: -20px 0 0 -55px;
  }

  .core .sct-core-c {
    margin: -20px 0 0 60px;
  }

  .core .sct-core-d {
    margin: 110px 0 0 -55px;
  }

  .core .sct-core-e {
    margin: 110px 0 0 60px;
  }

  .sct-c-i {
    padding: 0 14px;
    height: 225px;
    overflow: hidden;
    display: block;
    margin-top: 10px;
  }
  .sct-c-i-t {
    float: none;
    width: 100%;
    height: 60px;
    line-height: 60px;
    border-right: none;
    border-bottom: 1px solid #ccc;
    text-align: center;
  }
  .sct-c-i-t img {
    display: inline-block;
    height: 20px;
    vertical-align: middle;
  }
  .sct-c-i-t h4.pc {
    display: none;
  }
  .sct-c-i-t h4.pad {
    display: none;
  }
  .sct-c-i-t h4.mobile {
    display: inline-block;
    margin: 0 0 0 6px;
    width: auto;
    line-height: 30px;
    font-size: 16px;
    vertical-align: middle;
  }
  .sct-c-i-c {
    float: none;
    padding-left: 20px;
  }
  .sct-c-i-c ul {
    padding: 10px 0;
  }
  .sct-c-i-c li {
    position: relative;
    margin: 6px 0;
    line-height: 22px;
    font-size: 14px;
    color: #333;
    text-align: left;
  }
  .sct-c-i-c li:before {
    content: '';
    position: absolute;
    top: 10px;
    left: -16px;
    width: 4px;
    height: 4px;
    border-radius: 50%;
    background: #0081cc;
  }
}
