@charset "UTF-8";
.about .content {
  display: flex;
  justify-content: space-between;
  flex-wrap: no-wrap;
}
.about .content .left-nav {
  width: 200px;
}
.about .content .left-nav ul {
  width: 100%;
  font-size: 16px;
}
.about .content .left-nav ul li {
  height: 40px;
  line-height: 40px;
  text-align: center;
}
.about .content .left-nav ul li a {
  display: block;
  width: 130px;
  margin: 0 auto;
  color: rgba(0, 0, 0, 0.87);
  border-bottom: 1px solid #e2e2e2;
}
.about .content .left-nav ul .left-active {
  background: #00BCD4;
}
.about .content .left-nav ul .left-active a {
  color: rgba(255, 255, 255, 0.87);
  border-bottom: none;
}
.about .content .right {
  width: 900px;
  min-height: 300px;
}
.about .content .right .title {
  display: flex;
  justify-content: flex-start;
  align-items: flex-end;
  flex-wrap: no-wrap;
  height: 40px;
  border-bottom: 1px solid #e2e2e2;
}
.about .content .right .title h1 {
  padding: 0 0 4px 0;
  border-bottom: 3px solid #00BCD4;
}
.about .content .right .title h4 {
  padding: 0 0 4px 8px;
  border-bottom: 3px solid #00BCD4;
}
.about .content .right .container {
  margin-top: 16px;
  line-height:  30px;
  animation-delay: .3s;
  -webkit-animation-delay: .3s;
  /* Safari 和 Chrome */
}
.about .content .right .container p {
  text-indent: 2em;
}
.about .content .right .container .about-img {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: no-wrap;
  margin-top: 32px;
}
.about .content .right .container .about-img img {
  display: block;
  width: 420px;
  height: 250px;
}

/*# sourceMappingURL=aboutUs.css.map */
@media screen and (max-width: 1240px) {
  .about .content {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
  }
  .about .content .left-nav {
    width: 100%;
    border: 1px solid #f2f2f2;
    margin-bottom: 32px;
  }
  .about .content .left-nav ul>ul {
    width: 100%;
    display: flex;
    justify-content: space-between;
    flex-wrap: no-wrap;
  }
  .about .content .left-nav ul li {
    width: 100%;
    height: 40px;
    line-height: 40px;
    text-align: center;
    border-left: 1px solid #f2f2f2;
  }
  .about .content .left-nav ul li a {
    border-bottom: none;
    width: 100%;
  }
  .about .content .right {
    width: 100%;
  }
  .about .content .right .title h4 {
    display: none;
  }
  .about .content .right .container .about-img {
    display: flex;
    justify-content: center !important;
    align-items: center;
    flex-wrap: wrap;
    margin-top: 32px;
  }
  .about .content .right .container .about-img img {
    margin: 32px 32px 0 32px;
    width: 100% !important;
    height: auto !important;
  }
}
