@import url(../css/public.css);
@import url(../css/iconfont.css);
.banner {
  width: 100%;
  float: left; }
  .banner .phone {
    display: none; }
  .banner img {
    width: 100%; }

.m_box_01 {
  width: 100%;
  float: left;
  height: auto;
  background: #f8f8f8; }
  .m_box_01 .box {
    float: left;
    width: 100%;
    background: rgba(0, 122, 255, 0.9);
    padding: 30px;
    border-radius: 5px;
    margin-top: -60px;
    box-shadow: 0 0 10px rgba(0, 122, 255, 0.3); }
    .m_box_01 .box .img {
      width: 150px;
      float: left; }
      .m_box_01 .box .img img {
        width: 100%; }
    .m_box_01 .box .content {
      float: right;
      width: 950px; }
      .m_box_01 .box .content .title {
        font-size: 20px;
        font-weight: bold;
        color: #fff; }
        .m_box_01 .box .content .title h2 {
          font-size: 20px; }
      .m_box_01 .box .content .desc {
        line-height: 1.8;
        margin-top: 10px;
        color: #f0f0f0; }

.m_box_02 {
  width: 100%;
  float: left;
  height: auto;
  padding: 40px 0;
  background: #f8f8f8; }
  .m_box_02 .box_title {
    display: block;
    text-align: center; }
    .m_box_02 .box_title h2 {
      display: inline-block;
      position: relative; }
      .m_box_02 .box_title h2:before {
        width: 40px;
        left: -60px;
        content: "";
        position: absolute;
        top: 15px;
        height: 2px;
        background: #007aff; }
      .m_box_02 .box_title h2:after {
        width: 40px;
        right: -60px;
        content: "";
        position: absolute;
        top: 15px;
        height: 2px;
        background: #007aff; }
  .m_box_02 .list {
    float: left;
    width: 100%;
    margin-top: 50px; }
    .m_box_02 .list li {
      float: left;
      width: 48%;
      margin-bottom: 20px; }
      .m_box_02 .list li .num {
        background: #007aff;
        color: #fff;
        text-align: center;
        font-size: 40px;
        line-height: 80px;
        border-radius: 50%;
        width: 80px;
        float: left;
        font-weight: bold;
        height: 80px; }
      .m_box_02 .list li .content {
        float: right;
        width: 460px;
        height: 110px;
        border-bottom: 1px solid #ccc; }
        .m_box_02 .list li .content .title {
          font-size: 18px;
          font-weight: bold; }
        .m_box_02 .list li .content .desc {
          font-size: 12px;
          line-height: 1.8;
          margin-top: 5px;
          color: #666; }
        .m_box_02 .list li .content a {
          color: #ff0000; }
    .m_box_02 .list .even {
      float: right; }

.m_box_03 {
  width: 100%;
  float: left;
  height: auto;
  padding: 40px 0px 0px 0; }
  .m_box_03 .box_title {
    display: block;
    text-align: center; }
    .m_box_03 .box_title h2 {
      display: inline-block;
      position: relative; }
      .m_box_03 .box_title h2:before {
        width: 40px;
        left: -60px;
        content: "";
        position: absolute;
        top: 15px;
        height: 2px;
        background: #007aff; }
      .m_box_03 .box_title h2:after {
        width: 40px;
        right: -60px;
        content: "";
        position: absolute;
        top: 15px;
        height: 2px;
        background: #007aff; }
  .m_box_03 .box {
    margin-top: 40px;
    float: left;
    width: 100%;
    background: #f8f8f8;
    padding: 10px;
    border-radius: 5px; }
  .m_box_03 .left {
    width: 200px;
    float: left; }
    .m_box_03 .left li {
      font-size: 18px;
      line-height: 60px;
      padding-left: 20px;
      cursor: pointer; }
    .m_box_03 .left .hover {
      color: #007aff;
      font-weight: bold;
      position: relative; }
      .m_box_03 .left .hover:before {
        content: "\e687";
        float: right;
        font-family: "icon" !important; }
  .m_box_03 .right {
    float: right;
    width: 950px;
    padding: 20px; }
    .m_box_03 .right li {
      float: left;
      display: none;
      width: 100%; }
      .m_box_03 .right li .item {
        float: left;
        width: 48%; }
        .m_box_03 .right li .item .t {
          font-weight: bold;
          font-size: 18px;
          float: left;
          width: 100%; }
        .m_box_03 .right li .item .d {
          line-height: 1.8;
          margin-top: 10px;
          color: #666;
          float: left;
          width: 100%;
          padding-right: 40px; }
          .m_box_03 .right li .item .d p {
            display: inline-block;
            position: relative; }
            .m_box_03 .right li .item .d p:before {
              width: 5px;
              height: 5px;
              background: #007aff;
              content: "";
              border-radius: 50%;
              left: -15px;
              position: absolute;
              top: 10px; }
      .m_box_03 .right li .fr {
        float: right; }
    .m_box_03 .right .hover {
      display: block; }

@media screen and (max-width: 769px) {
  .m_box_01 {
    width: 100%;
    padding: 10px; }
    .m_box_01 .box {
      margin-top: -20px;
      display: flex;
      padding: 10px;
      align-items: center; }
      .m_box_01 .box .img {
        width: 50px;
        flex-shrink: 0; }
      .m_box_01 .box .content {
        margin-left: 20px; }
        .m_box_01 .box .content .title h2 {
          font-size: 15px; }
        .m_box_01 .box .content .desc {
          margin-top: 0px;
          height: 50px;
          overflow: hidden; }

  .m_box_02 {
    padding: 20px 10px; }
    .m_box_02 .box_title h2 {
      font-size: 18px; }
      .m_box_02 .box_title h2:before {
        content: none; }
      .m_box_02 .box_title h2:after {
        content: none; }
    .m_box_02 .list {
      margin-top: 20px; }
      .m_box_02 .list li {
        width: 100%;
        display: flex; }
        .m_box_02 .list li .num {
          width: 60px;
          height: 60px;
          line-height: 60px;
          flex-shrink: 0; }
        .m_box_02 .list li .content {
          margin-left: 20px;
          height: auto;
          padding-bottom: 10px; }
          .m_box_02 .list li .content .title {
            font-size: 14px; }

  .m_box_03 {
    padding: 20px 10px 0px 10px; }
    .m_box_03 .box_title h2 {
      font-size: 18px; }
      .m_box_03 .box_title h2:before {
        top: 12px;
        width: 20px;
        left: -30px; }
      .m_box_03 .box_title h2:after {
        top: 12px;
        width: 20px;
        right: -30px; }
    .m_box_03 .box {
      margin-top: 20px;
      display: flex;
      padding: 0; }
      .m_box_03 .box .left {
        width: 110px;
        flex-shrink: 0;
        background: #007aff; }
        .m_box_03 .box .left li {
          padding: 10px 10px;
          line-height: 1.3;
          font-size: 12px;
          color: #fff; }
        .m_box_03 .box .left .hover {
          color: #fff;
          background: #7aa0e4; }
      .m_box_03 .box .right {
        padding: 10px; }
        .m_box_03 .box .right li .item {
          margin-bottom: 10px;
          width: 100%; }
          .m_box_03 .box .right li .item .t {
            font-size: 14px; }
          .m_box_03 .box .right li .item .d {
            padding: 0px;
            font-size: 12px; }
            .m_box_03 .box .right li .item .d p:before {
              content: none; } }

/*# sourceMappingURL=index.css.map */
