@media (min-width: 768px) {
  .container {
    width: 75%;
    margin: 0 auto;
  }
  .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;
  }
  header .banner {
    background: #eee;
    position: relative;
  }
  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%);
  }
  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;
  }
  .section-about .row-about h4 {
    font-size: 3rem;
    color: #373737;
  }
  .section-about .row-about .panel-default {
    padding: 4rem 2rem 0 2rem;
  }
  .section-about .row-about .panel-default p {
    font-size: 1rem;
    color: #666;
    line-height: 1.8;
    font-family: "FZLTXHJW";
    margin-bottom: 1.2rem;
  }
  .section-about .row-about .list {
    padding: 0 2rem 0 2rem;
  }
  .section-about .row-about .list ul li {
    display: inline-block;
    width: 49%;
    margin-bottom: 1rem;
  }
  .section-about .row-about .list ul li img {
    width: 60%;
  }
  .section-about .row-about .list ul li p {
    margin: 0.5rem 0;
    color: #373737;
    font-size: 1rem;
    font-family: 'FZLTXHJW';
    font-weight: bold;
  }
  .section-emc {
    margin-top: 2rem;
  }
  .section-emc .row-emc-what {
    position: relative;
  }
  .section-emc .row-emc-what h4 {
    font-size: 1.5rem;
    margin-bottom: 3rem;
  }
  .section-emc .row-emc-what .img-circle {
    width: 80%;
  }
  .section-emc .row-emc-what .row-middle {
    position: absolute;
    right: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
  }
  .section-emc .row-emc-what p {
    color: #666;
    font-size: 1rem;
    font-family: "FZLTXHJW";
    line-height: 1.8;
  }
  .section-emc .row-emc-trait {
    text-align: center;
    margin-top: 4rem;
  }
  .section-emc .row-emc-trait h4 {
    font-size: 1.5rem;
  }
  .section-emc .row-emc-trait p {
    font-size: 1rem;
    color: #666;
    width: 80%;
    margin: 0 auto;
    line-height: 1.5;
    font-family: "FZLTXHJW";
  }
  .section-emc .row-emc-trait ul {
    width: 80%;
    padding: 4rem 0;
    margin: 0 auto;
  }
  .section-emc .row-emc-trait ul li {
    display: inline-block;
    font-size: 1.5rem;
    width: 24%;
  }
  .section-banner .banner {
    background-image: url(/assets/imgs/abouteus/subcompany/banner.png);
    background-repeat: no-repeat;
    background-size: 100% 100%;
    position: relative;
    padding-top: 31.25%;
  }
  .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: 50%;
    position: absolute;
    left: 0;
    right: 0;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
  }
  .section-banner .banner .text-absolute .table-text p {
    font-size: 1rem;
    font-family: "FZLTXHJW";
    margin-bottom: 3.8rem;
  }
  .section-banner .banner .text-absolute .table-text h4 {
    font-size: 2rem;
    margin: 0;
  }
  .section-emc-service {
    margin-top: 3rem;
    padding-bottom: 3rem;
  }
  .section-emc-service .container {
    width: 80%;
  }
  .section-emc-service .sub-nav {
    margin-top: 2rem;
  }
  .section-emc-service .sub-nav li {
    width: 32.8%;
    margin: 0 auto;
    text-align: center;
    display: inline-block;
    color: #373737;
    margin-bottom: 2rem;
  }
  .section-emc-service .sub-nav li .large {
    font-size: 3.8rem;
    color: #0046aa;
    opacity: 0.4;
    font-family: "FZLTXHJW";
  }
  .section-emc-service .sub-nav li .small {
    font-size: 1.5rem;
    color: #373737;
  }
}
