.about-banner-1 {
  margin-top: 10px;
  position: relative;
  z-index: 1;
  height: 600px;
  background-image: url("../images/about/banner-1.png");
  background-repeat: no-repeat;
  background-position: top center;
  background-size: auto 100%; }

.about-team {
  position: relative;
  z-index: 2;
  box-sizing: border-box;
  width: 920px;
  padding: 15px 100px 30px;
  margin: 0 auto;
  background-color: #ffffff;
  box-shadow: 0 3px 3px #dddddd;
  border-radius: 6px;
  margin-top: -48px; }
  .about-team .title {
    text-align: center;
    font-size: 30px;
    line-height: 50px;
    margin-bottom: 12px; }
  .about-team .desc {
    text-align: center;
    font-size: 14px;
    color: #202020;
    line-height: 24px; }

.about-logo {
  font-size: 0;
  margin-top: 10px; }
  .about-logo .l,
  .about-logo .r {
    display: inline-block;
    vertical-align: middle; }
  .about-logo .r {
    padding-left: 30px;
    width: 340px; }
  .about-logo .title {
    position: relative;
    display: inline-block;
    font-size: 30px;
    line-height: 30px;
    color: #000000;
    padding-bottom: 20px;
    margin-bottom: 15px;
    border-bottom: solid 1px #000000;
    letter-spacing: 5px;
    width: 216px; }
    .about-logo .title::after {
      content: '';
      position: absolute;
      left: 100%;
      top: 12px;
      height: 6px;
      width: 6px;
      margin-left: 10px;
      border-radius: 50%;
      background-color: #000000; }
  .about-logo .subtitle {
    font-size: 24px;
    color: #000000;
    margin-bottom: 36px; }
  .about-logo .p {
    font-size: 18px;
    line-height: 24px;
    color: #000000;
    margin-bottom: 36px; }

.about-banner-2 {
  height: 700px;
  background-image: url("../images/about/banner-2.png");
  background-repeat: no-repeat;
  background-position: top center;
  background-size: auto 100%; }
  .about-banner-2 .title {
    padding-top: 140px;
    padding-left: 60px;
    font-size: 48px;
    line-height: 60px;
    color: #ffffff; }
  .about-banner-2 .subtitle {
    padding-top: 45px;
    padding-left: 60px;
    font-size: 20px;
    line-height: 30px;
    width: 750px;
    color: #ffffff; }

.about-desc {
  font-size: 0;
  margin-top: 70px; }
  .about-desc .l,
  .about-desc .r {
    display: inline-block;
    vertical-align: top; }
  .about-desc .l {
    width: 890px;
    padding: 0 20px;
    box-sizing: border-box; }
    .about-desc .l .title {
      position: relative;
      display: inline-block;
      font-size: 30px;
      color: #000000;
      padding-bottom: 20px;
      margin-bottom: 40px;
      letter-spacing: 4px; }
      .about-desc .l .title::after {
        content: '';
        position: absolute;
        left: 0;
        bottom: 0;
        width: 200px;
        height: 5px;
        background: #000000; }
    .about-desc .l .p {
      font-size: 24px;
      line-height: 54px;
      color: #2d2d2d;
      margin-bottom: 40px;
      letter-spacing: 4px; }
  .about-desc .r .item {
    position: relative;
    box-sizing: border-box;
    height: 240px;
    width: 300px;
    background-color: #ffffff;
    box-shadow: 0 0 6px #dddddd;
    border-radius: 6px;
    margin-bottom: 25px;
    padding: 20px; }
    .about-desc .r .item .h1 {
      font-size: 72px;
      line-height: 50px;
      margin-bottom: 30px; }
    .about-desc .r .item .h2 {
      font-size: 40px;
      line-height: 40px;
      margin-bottom: 20px; }
    .about-desc .r .item .h3 {
      font-size: 18px;
      line-height: 35px; }
    .about-desc .r .item::after {
      content: '';
      position: absolute;
      top: 0;
      right: 15px;
      width: 160px;
      height: 5px;
      background: #000000; }
    .about-desc .r .item.right {
      text-align: right; }
      .about-desc .r .item.right::after {
        right: unset;
        left: 15px; }

.about-we .title {
  font-size: 40px;
  text-align: center;
  font-weight: 500;
  margin: 10px 0 30px; }

.about-we .list {
  box-sizing: border-box;
  width: 100%;
  max-width: 1860px;
  padding: 0 10px;
  margin: 0 auto 60px;
  font-size: 0;
  text-align: center; }
  .about-we .list .item {
    display: inline-block;
    vertical-align: top;
    box-sizing: border-box;
    width: 24.1%;
    margin-right: 1.2%;
    text-align: center; }
    .about-we .list .item.last {
      margin-right: 0; }
    .about-we .list .item .icon {
      margin-bottom: 20px;
      width: 100%; }
      .about-we .list .item .icon .i {
        display: inline-block;
        width: 100%; }
    .about-we .list .item .h1 {
      font-size: 30px;
      line-height: 30px;
      color: #333333;
      font-weight: 500;
      margin-bottom: 10px; }
    .about-we .list .item .h2 {
      padding: 0 60px;
      font-size: 20px;
      line-height: 28px;
      color: #666666; }
