body {
  /*min-width: 1200px;*/ }

.banner {
  width: 100%;
  height: auto;
  margin-top: 60px;
  overflow: hidden; }
  .banner img {
    width: 100%;
    height: 100%; }
  @media (max-width: 420px) and (max-height: 900px) {
    .banner {
      margin-top: 40px; }
      .banner img {
        content: url(./images/about/banner-m.jpg); } }
  @media (max-width: 900px) and (max-height: 420px) {
    .banner {
      margin-top: 40px; }
      .banner img {
        content: url(./images/about/banner-m.jpg); } }

.main {
  max-width: 1200px;
  margin: 0 auto; }

.about_box {
  margin: 0 20px;
  margin-bottom: 40px;
  /*pad*/
  /*iphone*/ }
  .about_box dt {
    margin-top: 120px;
    letter-spacing: 2px; }
    .about_box dt .en {
      font-size: 40px;
      color: #001c4b;
      font-weight: bold;
      line-height: 100%; }
    .about_box dt .cn {
      margin-top: 16px;
      color: #c8a86b;
      font-size: 30px;
      line-height: 100%;
      display: flex;
      align-items: center; }
    .about_box dt .dian {
      width: 10px;
      height: 10px;
      margin-right: 18px; }
  .about_box dd {
    margin-top: 60px; }
    .about_box dd.about {
      position: relative;
      width: 100%;
      padding-bottom: 30px; }
      .about_box dd.about .bg {
        position: absolute;
        z-index: 1;
        bottom: 0;
        width: 100%;
        font-size: 7rem;
        line-height: 7rem;
        color: rgba(0, 28, 75, 0.05);
        letter-spacing: 14px;
        font-weight: bold;
        overflow: hidden;
        white-space: nowrap; }
      .about_box dd.about .box {
        position: relative;
        z-index: 2;
        width: 100%;
        padding-top: 20px;
        display: flex;
        justify-content: space-between; }
      .about_box dd.about .text {
        width: 50%;
        font-size: 18px;
        line-height: 40px;
        color: #001c4b; }
      .about_box dd.about img {
        width: 46%;
        height: 264px; }
    .about_box dd ul {
      display: flex;
      justify-content: space-between;
      flex-wrap: wrap; }
    .about_box dd li {
      width: 24%;
      background-color: #f4f4f4;
      border-radius: 10px;
      margin-top: 20px;
      padding: 90px 4%; }
    .about_box dd .time {
      font-size: 86px;
      color: #c8a86b;
      font-weight: bold;
      line-height: 88px;
      margin-left: -4px; }
    .about_box dd .image {
      width: 100%; }
      .about_box dd .image img {
        width: 100%;
        height: auto; }
    .about_box dd .line {
      line-height: 0;
      margin-top: 15px; }
      .about_box dd .line span {
        display: inline-block;
        width: 30px;
        height: 6px;
        background-color: #c8a86b; }
    .about_box dd .desc {
      font-size: 18px;
      color: #001c4b;
      margin-top: 50px;
      line-height: 30px;
      height: 135px;
      margin-bottom: 30px; }
  @media (min-width: 751px) and (max-width: 1024px) {
    .about_box dd .time {
      font-size: 70px; } }
  @media (max-width: 900px) and (max-height: 420px) {
    .about_box dt {
      margin-top: 50px; }
      .about_box dt .en {
        font-size: 23px; }
      .about_box dt .cn {
        font-size: 16px;
        margin-top: 12px; }
      .about_box dt .dian {
        width: 5px;
        height: 5px;
        margin-right: 10px; }
    .about_box dd {
      margin-top: 30px; }
      .about_box dd.about {
        padding-bottom: 15px; }
        .about_box dd.about .bg {
          font-size: 7rem;
          line-height: 7rem; }
        .about_box dd.about .box {
          width: 100%;
          padding-top: 0;
          display: block; }
        .about_box dd.about .text {
          width: 100%;
          font-size: 12px;
          line-height: 27px;
          margin-bottom: 25px; }
        .about_box dd.about img {
          width: 100%;
          height: auto; }
      .about_box dd li {
        width: 42%;
        margin-top: 10px;
        padding: 30px 3%; }
        .about_box dd li:last-child {
          width: 100%;
          padding-bottom: 15px; }
          .about_box dd li:last-child .desc {
            height: auto; }
      .about_box dd .time {
        font-size: 40px;
        line-height: 40px; }
      .about_box dd .line {
        margin-top: 7px; }
        .about_box dd .line span {
          width: 15px;
          height: 3px; }
      .about_box dd .desc {
        font-size: 12px;
        margin-top: 25px;
        line-height: 22px;
        height: 110px;
        margin-bottom: 20px; }
    .about_box .about-img {
      content: url(./images/about/companyprofile_img05.png); }
    .about_box .bg {
      display: none; } }
  @media (max-width: 420px) and (max-height: 900px) {
    .about_box dt {
      margin-top: 50px; }
      .about_box dt .en {
        font-size: 23px; }
      .about_box dt .cn {
        font-size: 16px;
        margin-top: 12px; }
      .about_box dt .dian {
        width: 5px;
        height: 5px;
        margin-right: 10px; }
    .about_box dd {
      margin-top: 30px; }
      .about_box dd.about {
        padding-bottom: 15px; }
        .about_box dd.about .bg {
          font-size: 7rem;
          line-height: 7rem; }
        .about_box dd.about .box {
          width: 100%;
          padding-top: 0;
          display: block; }
        .about_box dd.about .text {
          width: 100%;
          font-size: 12px;
          line-height: 27px;
          margin-bottom: 25px; }
        .about_box dd.about img {
          width: 100%;
          height: auto; }
      .about_box dd li {
        width: 40%;
        margin-top: 10px;
        padding: 30px 4%; }
        .about_box dd li:last-child {
          width: 100%;
          padding-bottom: 15px; }
          .about_box dd li:last-child .desc {
            height: auto; }
      .about_box dd .time {
        font-size: 40px;
        line-height: 40px; }
      .about_box dd .line {
        margin-top: 7px; }
        .about_box dd .line span {
          width: 15px;
          height: 3px; }
      .about_box dd .desc {
        font-size: 12px;
        margin-top: 25px;
        line-height: 22px;
        height: 110px;
        margin-bottom: 20px; }
    .about_box .about-img {
      content: url(./images/about/companyprofile_img05.png); }
    .about_box .bg {
      display: none; } }

/*# sourceMappingURL=about.css.map */
