body {
  /*min-width: 1200px;*/ }

.banner {
  width: 100%;
  height: auto;
  margin-top: 60px;
  overflow: hidden; }
  .banner img {
    width: 100%;
    height: 100%; }
  @media (max-width: 750px) {
    .banner {
      margin-top: 40px; }
      .banner img {
        content: url(./images/brand/banner-m.jpg); } }

.main {
  max-width: 1200px;
  margin: 0 auto; }

.about_box {
  margin-bottom: 90px; }
  .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 ul {
      display: flex;
      justify-content: space-between;
      flex-wrap: wrap; }
    .about_box dd li {
      width: 49%;
      background-color: #f4f4f4;
      display: flex;
      align-items: center;
      flex-direction: column;
      justify-content: center;
      height: 330px;
      border-radius: 10px;
      margin-top: 20px; }
      .about_box dd li:nth-child(odd) {
        margin-right: 1%; }
    .about_box dd .image {
      width: 200px; }
      .about_box dd .image img {
        width: 100%;
        height: auto; }
    .about_box dd .title {
      font-size: 22px;
      color: #001c4b;
      margin-top: 20px;
      font-weight: bold; }
    .about_box dd .desc {
      max-width: 370px;
      margin: 0 20px;
      text-align: center;
      font-size: 16px;
      color: #747d9a;
      margin-top: 15px;
      line-height: 28px; }
  @media (max-width: 1200px) {
    .about_box {
      margin-left: 20px;
      margin-right: 20px; } }
  @media (max-width: 750px) {
    .about_box {
      margin-bottom: 40px; }
      .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: 15px; }
        .about_box dd li {
          width: 90%;
          padding: 30px 5%;
          height: auto;
          margin-top: 10px; }
          .about_box dd li:nth-child(odd) {
            margin-right: 0; }
        .about_box dd .desc {
          font-size: 12px;
          line-height: 22px;
          margin-top: 6px; }
        .about_box dd .title {
          font-size: 14px;
          margin-top: 20px;
          text-align: center; }
        .about_box dd .image {
          width: 100px; } }

/*# sourceMappingURL=brand.css.map */
