@charset "UTF-8";
@import url(../css/public.css);
@import url(../css/iconfont.css);
.box_title {
  width: 100%;
  float: left; }
  .box_title .t {
    font-size: 24px;
    font-weight: bold;
    position: relative;
    padding-left: 14px;
    color: #007aff;
    float: left; }
    .box_title .t:before {
      background: #007aff;
      width: 5px;
      height: 25px;
      content: "";
      position: absolute;
      left: 0px;
      top: 4px; }
  .box_title .d {
    float: right;
    margin-top: 10px; }
    .box_title .d em {
      color: #007aff;
      text-decoration: underline; }
  .box_title .m {
    float: right;
    background: #f0f0f0;
    padding: 0 10px;
    line-height: 25px;
    border-radius: 5px;
    margin-top: 3px; }
    .box_title .m:hover a {
      color: #007aff; }

.m_box_01 {
  width: 100%;
  float: left;
  height: auto;
  background: #f8f8f8;
  position: relative;
  z-index: 999; }
  .m_box_01 .box {
    float: left;
    width: 100%;
    background: rgba(0, 122, 255, 0.9);
    padding: 30px;
    border-radius: 5px;
    margin-top: -30px;
    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; }
  .m_box_02 .list {
    width: 1200px; }
    .m_box_02 .list ul {
      float: left;
      width: 110%;
      display: block; }
      .m_box_02 .list ul li {
        width: 386px;
        float: left;
        border: 1px solid #ccc;
        border-radius: 5px;
        background: #fff;
        padding: 20px;
        margin-right: 20px;
        margin-top: 20px;
        position: relative;
        overflow: hidden; }
        .m_box_02 .list ul li:hover {
          box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
          background: #007aff;
          border: 1px solid #007aff; }
          .m_box_02 .list ul li:hover:before {
            content: none; }
          .m_box_02 .list ul li:hover .m {
            border: 1px solid #007aff;
            background: #fff; }
            .m_box_02 .list ul li:hover .m a {
              color: #007aff; }
          .m_box_02 .list ul li:hover .t {
            color: #fff; }
          .m_box_02 .list ul li:hover .d {
            color: #f0f0f0; }
        .m_box_02 .list ul li .t {
          font-size: 18px;
          font-weight: bold;
          color: #515151;
          position: relative;
          z-index: 10; }
        .m_box_02 .list ul li .d {
          font-size: 13px;
          line-height: 1.8;
          margin-top: 5px;
          color: #999;
          position: relative;
          z-index: 10; }
        .m_box_02 .list ul li .m {
          border: 1px solid #ccc;
          padding: 3px 5px 3px 10px;
          display: inline-block;
          margin-top: 10px; }
          .m_box_02 .list ul li .m a {
            color: #666;
            cursor: pointer; }
        .m_box_02 .list ul li:before {
          position: absolute;
          width: 140px;
          height: 140px;
          right: 0px;
          bottom: 0px;
          content: "";
          z-index: 5; }
      .m_box_02 .list ul .item_01:before {
        background: url(../images/font_bg_01.png) no-repeat;
        background-size: 140px; }
      .m_box_02 .list ul .item_02:before {
        background: url(../images/font_bg_02.png) no-repeat;
        background-size: 140px; }
      .m_box_02 .list ul .item_03:before {
        background: url(../images/font_bg_03.png) no-repeat;
        background-size: 140px; }
      .m_box_02 .list ul .item_04:before {
        background: url(../images/font_bg_04.png) no-repeat;
        background-size: 140px; }
      .m_box_02 .list ul .item_05:before {
        background: url(../images/font_bg_05.png) no-repeat;
        background-size: 140px; }
      .m_box_02 .list ul .item_06:before {
        background: url(../images/font_bg_06.png) no-repeat;
        background-size: 140px; }

.m_box_03 {
  width: 100%;
  float: left;
  height: auto; }
  .m_box_03 .tab {
    margin-top: 20px;
    float: left;
    width: 100%; }
  .m_box_03 .left {
    float: left;
    width: 802px; }
    .m_box_03 .left .swiper-wrapper {
      display: block; }
    .m_box_03 .left li {
      width: 185.5px;
      float: left;
      margin-right: 15px;
      border: 1px solid #ccc;
      border-radius: 5px;
      margin-bottom: 15px;
      padding: 15px;
      cursor: pointer;
      font-size: 15px; }
      .m_box_03 .left li img {
        height: 35px;
        float: left; }
      .m_box_03 .left li .t {
        margin-left: 15px;
        margin-top: 5px;
        float: left; }
    .m_box_03 .left .hover {
      border: 1px solid #007aff; }
      .m_box_03 .left .hover .t {
        color: #007aff; }
  .m_box_03 .right {
    width: 386px;
    float: right;
    padding: 20px;
    background: #f8f8f8;
    border-radius: 5px;
    box-shadow: 0 0 10px rgba(0, 122, 255, 0.3); }
    .m_box_03 .right .swiper-wrapper {
      display: block; }
    .m_box_03 .right .swiper li {
      display: none;
      height: 232px; }
      .m_box_03 .right .swiper li .t {
        font-size: 18px;
        font-weight: bold; }
      .m_box_03 .right .swiper li .d {
        margin-top: 10px;
        color: #666;
        line-height: 1.8;
        font-size: 12px; }
    .m_box_03 .right .swiper .hover {
      display: block; }
    .m_box_03 .right .m {
      background: #007aff;
      line-height: 40px;
      text-align: center;
      cursor: pointer;
      color: #fff; }
      .m_box_03 .right .m a {
        color: #fff;
        display: block; }

.m_box_04 {
  width: 100%;
  float: left;
  height: auto;
  padding: 40px 0 0 0;
  background: #f8f8f8; }
  .m_box_04 .tab {
    float: left;
    width: 100%;
    border-left: 2px solid #ccc;
    border-right: 2px solid #ccc;
    border-bottom: 2px solid #ccc;
    margin-top: 20px;
    background: #fff; }
    .m_box_04 .tab .tab_top {
      float: left;
      width: 100%; }
      .m_box_04 .tab .tab_top div {
        width: 25%;
        background: #f0f0f0;
        float: left;
        border-top: 2px solid #ccc;
        line-height: 40px;
        text-align: center;
        font-size: 16px;
        cursor: pointer; }
        .m_box_04 .tab .tab_top div:hover {
          color: #007aff; }
      .m_box_04 .tab .tab_top .hover {
        background: #fff;
        border-top: 2px solid #007aff; }
    .m_box_04 .tab .tab_bottom .item {
      width: 100%;
      float: left;
      display: none; }
      .m_box_04 .tab .tab_bottom .item div {
        width: 25%;
        float: left;
        text-align: center;
        line-height: 40px;
        color: #666; }
    .m_box_04 .tab .tab_bottom .hover {
      display: block; }
  .m_box_04 .send_form {
    background-image: linear-gradient(to right, #6a11cb 0%, #2575fc 100%);
    float: left;
    width: 100%;
    padding: 30px;
    border-radius: 0 0 5px 5px; }
    .m_box_04 .send_form .text {
      float: left;
      font-size: 30px;
      font-weight: bold;
      color: #fff; }
    .m_box_04 .send_form form {
      float: right;
      width: 1000px; }
      .m_box_04 .send_form form .input {
        float: left;
        width: 360px;
        margin-left: 20px; }
        .m_box_04 .send_form form .input input {
          width: 100%;
          line-height: 50px;
          padding: 0 15px;
          border: 0; }
      .m_box_04 .send_form form .button {
        width: 220px;
        float: right; }
        .m_box_04 .send_form form .button button {
          width: 100%;
          background: #f1c30c;
          line-height: 48px;
          border: 0px;
          font-size: 20px;
          color: #fff;
          cursor: pointer; }

.m_box_05 {
  width: 100%;
  float: left;
  height: auto;
  padding: 40px 0;
  background: #f8f8f8;
  overflow: hidden; }
  .m_box_05 .swiper {
    margin-top: 20px;
    float: left; }
    .m_box_05 .swiper .swiper-wrapper {
      display: block;
      width: 110%;
      float: left;
      overflow: hidden; }
    .m_box_05 .swiper li {
      float: left;
      width: 390px;
      margin-right: 15px;
      border: 1px solid #ccc;
      border-radius: 5px;
      padding: 20px;
      background: #fff; }
      .m_box_05 .swiper li:hover {
        border: 1px solid #007aff;
        box-shadow: 0 0 10px rgba(0, 122, 255, 0.3); }
      .m_box_05 .swiper li h4 {
        font-size: 20px;
        color: #f46814; }
      .m_box_05 .swiper li em {
        margin-top: 5px;
        float: left;
        width: 100%;
        color: #666; }
      .m_box_05 .swiper li .price {
        float: left;
        margin-top: 10px;
        width: 100%;
        padding: 5px 0;
        border-top: 1px solid #f0f0f0; }
        .m_box_05 .swiper li .price b {
          float: right;
          border: 1px solid #f1c30c;
          padding: 0 10px;
          font-size: 14px;
          color: #f1c30c;
          margin-top: 5px; }
        .m_box_05 .swiper li .price span {
          color: #f51e0d;
          font-size: 24px;
          font-weight: bold;
          margin: 0 5px; }
      .m_box_05 .swiper li .tips {
        padding: 10px 0;
        float: left;
        width: 100%; }
        .m_box_05 .swiper li .tips i {
          color: #f46814; }
        .m_box_05 .swiper li .tips p {
          color: #666;
          margin-top: 3px;
          font-size: 14px;
          padding-left: 10px;
          position: relative; }
          .m_box_05 .swiper li .tips p:before {
            width: 5px;
            height: 5px;
            background: #999;
            content: "";
            position: absolute;
            left: 0;
            top: 8px; }
      .m_box_05 .swiper li .number {
        float: left;
        width: 100%;
        padding-top: 10px; }
        .m_box_05 .swiper li .number .fr {
          font-size: 12px; }
        .m_box_05 .swiper li .number .list {
          float: left;
          width: 100%;
          border-left: 1px solid #f0f0f0;
          border-bottom: 1px solid #f0f0f0;
          margin-top: 10px; }
          .m_box_05 .swiper li .number .list span {
            width: 33.3333%;
            float: left;
            font-size: 12px;
            line-height: 24px;
            color: #666;
            border-right: 1px solid #f0f0f0;
            border-top: 1px solid #f0f0f0;
            text-align: center; }
      .m_box_05 .swiper li .m {
        background: #007aff;
        float: left;
        width: 100%;
        margin-top: 10px; }
        .m_box_05 .swiper li .m a {
          display: block;
          cursor: pointer;
          text-align: center;
          line-height: 30px;
          color: #fff; }

.m_box_06 {
  width: 100%;
  float: left;
  height: auto;
  margin-top: 20px; }
  .m_box_06 .swiper {
    margin-top: 20px;
    float: left; }
    .m_box_06 .swiper .swiper-wrapper {
      width: 110%;
      overflow: hidden; }
    .m_box_06 .swiper .item {
      float: left;
      width: 386px;
      margin-right: 20px;
      border: 1px solid #ccc;
      border-radius: 5px;
      padding: 20px 20px 50px 20px;
      position: relative; }
      .m_box_06 .swiper .item:hover {
        border: 1px solid #007aff; }
        .m_box_06 .swiper .item:hover .m {
          background: #007aff; }
          .m_box_06 .swiper .item:hover .m a {
            color: #fff; }
        .m_box_06 .swiper .item:hover .t em {
          animation: myfirst 2s infinite linear; }
      .m_box_06 .swiper .item .t {
        font-weight: bold; }
        .m_box_06 .swiper .item .t em {
          border: 2px solid #007aff;
          width: 30px;
          height: 30px;
          display: inline-block;
          line-height: 28px;
          text-align: center;
          border-radius: 50%;
          margin: 0 5px;
          color: #007aff; }
      .m_box_06 .swiper .item .d {
        font-size: 14px;
        color: #666;
        margin-top: 10px; }
      .m_box_06 .swiper .item .m {
        position: absolute;
        bottom: 0;
        line-height: 40px;
        height: 40px;
        width: 100%;
        left: 0;
        padding: 0 20px; }
        .m_box_06 .swiper .item .m a {
          display: block; }

.m_box_07 {
  margin: 40px 0;
  width: 100%;
  float: left;
  height: auto; }
  .m_box_07 .box_title {
    display: block;
    text-align: center; }
    .m_box_07 .box_title h2 {
      display: inline-block;
      position: relative; }
      .m_box_07 .box_title h2:before {
        width: 40px;
        left: -60px;
        content: "";
        position: absolute;
        top: 15px;
        height: 2px;
        background: #007aff; }
      .m_box_07 .box_title h2:after {
        width: 40px;
        right: -60px;
        content: "";
        position: absolute;
        top: 15px;
        height: 2px;
        background: #007aff; }
  .m_box_07 .box {
    width: 110%;
    float: left; }
  .m_box_07 .list {
    margin-top: 20px;
    float: left;
    width: 386px;
    margin-right: 20px; }
    .m_box_07 .list img {
      width: 100%; }
    .m_box_07 .list ul {
      margin-top: 15px; }
      .m_box_07 .list ul li {
        width: 100%;
        position: relative;
        margin: 5px 0;
        float: left; }
        .m_box_07 .list ul li a {
          float: left;
          display: block;
          width: 300px;
          height: 20px;
          padding-left: 15px;
          white-space: nowrap;
          /* 规定文本是否折行 */
          overflow: hidden;
          /* 规定超出内容宽度的元素隐藏 */
          text-overflow: ellipsis; }
          .m_box_07 .list ul li a:hover {
            color: #007aff; }
          .m_box_07 .list ul li a:before {
            width: 5px;
            height: 5px;
            background: #ccc;
            position: absolute;
            left: 0px;
            top: 8px;
            content: "";
            border-radius: 50%; }
        .m_box_07 .list ul li em {
          float: right;
          color: #999; }
    .m_box_07 .list .img {
      position: relative; }
      .m_box_07 .list .img .small_title {
        background: rgba(0, 0, 0, 0.5);
        position: absolute;
        width: 100%;
        bottom: 0px;
        left: 0px;
        color: #fff;
        text-align: center;
        line-height: 40px;
        font-size: 18px; }

@keyframes myfirst {
  from {
    opacity: .2; }
  to {
    opacity: 1; } }
@-moz-keyframes myfirst /* Firefox */ {
  from {
    opacity: .2; }
  to {
    opacity: 1; } }
@-webkit-keyframes myfirst /* Safari 和 Chrome */ {
  from {
    opacity: .2; }
  to {
    opacity: 1; } }
@-o-keyframes myfirst /* Opera */ {
  from {
    opacity: .2; }
  to {
    opacity: 1; } }
@media screen and (max-width: 769px) {
  div {
    -webkit-tap-highlight-color: transparent; }

  .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_04 {
    padding: 20px 10px; }
    .m_box_04 .tab {
      margin-top: 10px; }
      .m_box_04 .tab .tab_top div {
        line-height: 1.3;
        font-size: 14px;
        padding: 5px 10px;
        width: 33.3333%; }
      .m_box_04 .tab .tab_top div:last-child {
        display: none; }
      .m_box_04 .tab .tab_bottom .item div {
        width: 33.33333%; }
      .m_box_04 .tab .tab_bottom .item div:last-child {
        display: none; }
    .m_box_04 .send_form {
      padding: 10px 10px; }
      .m_box_04 .send_form .text {
        width: 100%;
        text-align: center;
        font-size: 18px; }
      .m_box_04 .send_form form {
        width: 100%; }
        .m_box_04 .send_form form .input {
          margin-left: 0px;
          margin-top: 10px;
          width: 100%; }
        .m_box_04 .send_form form .button {
          margin-top: 10px;
          width: 100%; }

  .m_box_05 {
    padding: 10px; }
    .m_box_05 .swiper .swiper-wrapper {
      display: flex;
      width: 100%;
      overflow: visible; }
    .m_box_05 .swiper li {
      width: 100%;
      margin: 0; }
      .m_box_05 .swiper li em {
        font-size: 12px;
        height: 20px; }
      .m_box_05 .swiper li h4 {
        font-size: 18px; }
      .m_box_05 .swiper li .price span {
        font-size: 16px; }
      .m_box_05 .swiper li .price b {
        font-size: 12px; }

  .m_box_02 {
    padding: 20px 10px; }
    .m_box_02 .box_title .d {
      display: none; }
    .m_box_02 .list {
      width: 100%;
      float: left; }
      .m_box_02 .list ul {
        display: flex;
        width: 100%; }
        .m_box_02 .list ul li {
          width: 50%;
          margin-right: 0px;
          height: 180px; }

  .m_box_03 {
    padding: 0 10px;
    margin: 0; }
    .m_box_03 .left {
      width: 100%;
      float: left; }
      .m_box_03 .left .swiper-wrapper {
        display: flex; }
        .m_box_03 .left .swiper-wrapper li {
          text-align: center;
          padding: 10px; }
          .m_box_03 .left .swiper-wrapper li img {
            display: none; }
          .m_box_03 .left .swiper-wrapper li .t {
            width: 100%;
            margin: 0px; }
    .m_box_03 .right {
      width: 100%; }
      .m_box_03 .right .swiper-wrapper {
        display: flex; }
      .m_box_03 .right .swiper {
        width: 100%;
        float: flex; }
        .m_box_03 .right .swiper li {
          height: auto; }
      .m_box_03 .right .m {
        margin-top: 20px; }

  .m_box_06 {
    padding: 20px 10px 0 10px; }
    .m_box_06 .swiper .swiper-wrapper {
      width: 100%;
      display: block; }
    .m_box_06 .swiper .item {
      margin-bottom: 10px;
      width: 100%; }

  .m_box_07 {
    margin-top: 10px;
    padding: 10px; }
    .m_box_07 .box {
      width: 100%; }
      .m_box_07 .box .list {
        width: 100%; }
        .m_box_07 .box .list ul li a {
          width: 100%; }
        .m_box_07 .box .list ul li em {
          display: none; } }

/*# sourceMappingURL=index.css.map */
