@charset "UTF-8";
.msg-borad {
  width: 100%;
  background-color: #fff;
  height: 150px;
  padding: 30px; }
  .msg-borad .msg-borad-1 {
    float: left;
    line-height: 30px;
    padding: 10px 10px 10px 30px;
    width: 10%; }
  .msg-borad .msg-borad-2 {
    float: left;
    line-height: 30px;
    padding: 10px;
    width: 60%; }
    .msg-borad .msg-borad-2 p {
      padding: 5px; }
    .msg-borad .msg-borad-2 p:first-child {
      font-size: 20px; }
  .msg-borad .msg-borad-3 {
    float: left;
    line-height: 30px;
    padding: 30px 10px;
    width: 30%;
    text-align: center; }
    .msg-borad .msg-borad-3 a {
      width: 140px;
      height: 50px;
      text-align: left;
      padding: 10px 20px;
      font-size: 14px;
      border-radius: 10px;
      border: solid 2px  #fff;
      color: #fff; }

@media screen and (max-width: 768px) {
  .msg-borad {
    width: 100%;
    padding: 10px;
    height: 250px;
    display: flex;
    justify-content: center;
    /* 水平居中 */
    align-items: center;
    /* 垂直居中 */ }
    .msg-borad .msg-borad-1 {
      clear: both;
      width: 100%;
      text-align: center;
      font-size: 10px; }
    .msg-borad .msg-borad-2 {
      clear: both;
      width: 100%;
      padding: 5px 0;
      text-align: center;
      font-size: 14px; }
      .msg-borad .msg-borad-2 strong {
        font-size: 14px; }
    .msg-borad .msg-borad-3 {
      padding: 5px 0;
      clear: both;
      width: 100%; } }
.footer-content {
  width: 100%;
  background-color: #28333B;
  height: 100%;
  padding: 30px 50px;
  color: #fff;
  text-align: center; }
  .footer-content .footer-wrap {
    display: none; }
  .footer-content .footer-menu {
    overflow: auto; }
    .footer-content .footer-menu ul {
      position: relative;
      list-style: none;
      display: flex;
      justify-content: center;
      width: 100%; }
    .footer-content .footer-menu ul > li {
      list-style-type: none;
      float: left;
      text-align: center;
      margin: 0px 20px; }
      .footer-content .footer-menu ul > li p {
        padding: 2px;
        margin: 0; }
        .footer-content .footer-menu ul > li p a {
          color: #8C8C8C; }
        .footer-content .footer-menu ul > li p a:hover {
          color: #fff; }
      .footer-content .footer-menu ul > li a {
        color: #fff; }
      .footer-content .footer-menu ul > li ol {
        list-style: none;
        width: 100%; }
        .footer-content .footer-menu ul > li ol li {
          text-align: center;
          list-style-type: none;
          width: 100%;
          clear: both; }
          .footer-content .footer-menu ul > li ol li a {
            color: #8C8C8C;
            font-size: 12px; }
          .footer-content .footer-menu ul > li ol li a:hover {
            color: #fff; }
        .footer-content .footer-menu ul > li ol li:last-child {
          width: 100%; }
      .footer-content .footer-menu ul > li .clear-float {
        clear: both; }
    .footer-content .footer-menu ul > li:last-child {
      text-align: left; }
    .footer-content .footer-menu li:last-child p {
      color: #8C8C8C;
      font-size: 14px; }
    .footer-content .footer-menu li:last-child .company-info {
      float: left;
      max-width: 400px; }
    .footer-content .footer-menu li:last-child .company-map {
      float: left;
      padding: 10px; }
      .footer-content .footer-menu li:last-child .company-map img {
        width: 240px;
        border-radius: 5px; }
  .footer-content .friend-link {
    margin-top: 20px;
    position: relative;
    clear: both;
    padding: 20px 0px;
    border-top: 1px solid;
    border-image: linear-gradient(to right, #2FA5D6, #8EBD4A) 2 2 2 2;
    color: #8C8C8C;
    font-size: 14px;
    text-align: left; }
    .footer-content .friend-link ul {
      position: relative;
      list-style: none; }
      .footer-content .friend-link ul li {
        list-style-type: none;
        float: left;
        margin: 0px 5px; }
        .footer-content .friend-link ul li a {
          color: #8C8C8C;
          font-size: 14px; }
        .footer-content .friend-link ul li a:hover {
          color: #fff; }

@media screen and (max-width: 768px) {
  .footer-content {
    padding: 10px; }
    .footer-content .footer-wrap {
      display: block; }
      .footer-content .footer-wrap p {
        margin: 0;
        color: #8C8C8C; }
      .footer-content .footer-wrap .footer-info {
        display: flex;
        justify-content: center;
        width: 100%; }
        .footer-content .footer-wrap .footer-info div:nth-child(2) {
          margin-left: 10px;
          text-align: left; }
      .footer-content .footer-wrap .icp-info a {
        color: #8C8C8C; }
      .footer-content .footer-wrap .icp-info a:hover {
        color: #fff; }
    .footer-content .footer-menu {
      display: none; }
    .footer-content .friend-link {
      display: none; } }

/*# sourceMappingURL=footer.css.map */
