.section {
  overflow: hidden;
}

.section .section-title {
  font-size: 1.8rem;
  position: relative;
  text-align: center;
  color: #373737;
}

.section .section-title::after {
  content: "";
  position: absolute;
  width: 2.4rem;
  height: 0.2rem;
  background: #0046aa;
  bottom: -0.8rem;
  left: 0;
  right: 0;
  margin: auto;
  border-radius: 4px;
  opacity: 0.9;
}

.container {
  width: 94%;
  margin: 0 auto;
}

header .banner .banner-text {
  position: absolute;
  top: 50%;
  left: 50%;
  margin: 0 auto;
  text-align: center;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 100%;
}

header .banner .banner-text h4 {
  font-size: 2.4rem;
  color: white;
  margin: 0 0 1rem 0;
}

header .banner .banner-text span {
  margin: 2rem auto;
  color: white;
  font-size: 1.2rem;
}

@media (max-width: 760px) {
  .section-about .row-about {
    text-align: center;
  }
  .section-about .row-about h4 {
    font-size: 2.4rem;
    color: #373737;
    margin-top: 4rem;
    margin-bottom: 4rem;
  }
  .section-about .row-about .panel-default p {
    font-size: 1.2rem;
    color: #666;
    line-height: 1.8;
    font-family: "FZLTXHJW";
    margin-bottom: 1.2rem;
  }
  .section-about .row-about .panel-default p > span.visible-xs {
    height: 1.2rem;
  }
  .section-about .row-about .list ul li {
    display: inline-block;
    width: 49%;
    margin-bottom: 1rem;
    text-align: left;
  }
  .section-about .row-about .list ul li img {
    width: 90%;
  }
  .section-about .row-about .list ul li p {
    margin: 0.5rem 0;
    color: #373737;
    font-size: 1.2rem;
    font-family: 'FZLTXHJW';
    font-weight: bold;
  }
  .section-emc .row-emc-what {
    background: #fff;
  }
  .section-emc .row-emc-what .row-middle {
    padding: 1.2rem;
  }
  .section-emc .row-emc-what .row-middle h4 {
    font-size: 1.4rem;
    color: #373737;
  }
  .section-emc .row-emc-what .row-middle p {
    font-size: 1.2rem;
    color: #5D5D5D;
    font-family: "FZLTXHJW";
    line-height: 1.5;
  }
  .section-emc .row-emc-trait {
    text-align: center;
    margin-top: 2rem;
  }
  .section-emc .row-emc-trait h4 {
    font-size: 1.4rem;
    color: #373737;
  }
  .section-emc .row-emc-trait p {
    font-size: 1.2rem;
    color: #5D5D5D;
    font-family: "FZLTXHJW";
    padding: 1.2rem;
    line-height: 1.5;
  }
  .section-emc .row-emc-trait ul {
    width: 80%;
    padding: 4rem 0 2rem 0;
    margin: 0 auto;
  }
  .section-emc .row-emc-trait ul li {
    display: inline-block;
    font-size: 1.5rem;
    width: 49%;
    margin-bottom: 1.8rem;
  }
  .section-banner .banner {
    background-image: url(/assets/imgs/abouteus/subcompany/banner-xs.png);
    background-repeat: no-repeat;
    background-size: 100% 100%;
    position: relative;
    padding-top: 69.06%;
  }
  .section-banner .banner .text-absolute {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    color: white;
    height: 100%;
    width: 100%;
    display: table;
    text-align: center;
    margin: auto;
  }
  .section-banner .banner .text-absolute .table-text {
    top: 45%;
    position: absolute;
    left: 0;
    right: 0;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 70%;
    margin: 0 auto;
  }
  .section-banner .banner .text-absolute .table-text p {
    font-size: 1.2rem;
    font-family: "FZLTXHJW";
    margin-bottom: 3.8rem;
  }
  .section-banner .banner .text-absolute .table-text h4 {
    font-size: 1.8rem;
    margin: 1.2rem 0;
  }
  .section-emc-service {
    margin-top: 3rem;
    padding-bottom: 3rem;
  }
  .section-emc-service .container {
    width: 100%;
  }
  .section-emc-service h4 {
    margin-bottom: 2rem !important;
  }
  .section-emc-service .sub-nav {
    margin-top: 2rem;
    display: flex;
    flex-wrap: wrap;
  }
  .section-emc-service .sub-nav li {
    width: 49%;
    margin: 0 auto;
    text-align: left;
    display: inline-block;
    color: #373737;
    margin-bottom: 2rem;
    display: inline-flex;
    align-items: center;
  }
  .section-emc-service .sub-nav li .large {
    font-size: 2rem;
    color: #0046aa;
    opacity: 0.4;
    font-family: "FZLTXHJW";
  }
  .section-emc-service .sub-nav li .small {
    font-size: 1.2rem;
    color: #373737;
  }
}
