.container .service {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-top: 0.2604166667rem; }
  .container .service .service_classify {
    margin-bottom: 80px;
    display: flex;
    margin-bottom: 0.4166666667rem; }
    .container .service .service_classify .classify-item {
      float: left;
      width: 300px;
      height: 257px;
      padding: 52px 0 0;
      width: 2.0885416667rem;
      height: 1.3385416667rem;
      display: flex;
      padding: 0.2708333333rem 0 0; }
      .container .service .service_classify .classify-item a {
        flex: auto;
        display: flex;
        flex-direction: column;
        align-items: center; }
        .container .service .service_classify .classify-item a .service_name {
          font-size: 0.09375rem;
          color: #333;
          margin-top: 0.1875rem; }
    .container .service .service_classify .classify-item:first-child img {
      width: 0.6302083333rem; }
    .container .service .service_classify .classify-item:nth-child(2) img {
      width: 0.4583333333rem; }
    .container .service .service_classify .classify-item:last-child img {
      width: 0.5208333333rem; }
    .container .service .service_classify .classify-item:first-child.active {
      background: url("../images/service/se-hover.png") no-repeat;
      background-position: center center;
      background-size: cover; }
    .container .service .service_classify .classify-item:nth-child(2).active {
      background: url("../images/service/se-hover2.png") no-repeat;
      background-position: center center;
      background-size: cover; }
    .container .service .service_classify .classify-item:last-child.active {
      background: url("../images/service/se-hover3.png") no-repeat;
      background-position: center center;
      background-size: cover; }
  .container .service .service_content {
    margin-bottom: 95px;
    margin-bottom: 0.4947916667rem; }
    .container .service .service_content > .content-part {
      display: none; }
    .container .service .service_content > .content-part.active {
      display: block;
      display: flex; }
      .container .service .service_content > .content-part.active .service_pic {
        float: left;
        flex: none;
        width: 600px;
        height: 300px;
        width: 3.125rem;
        height: 1.875rem;
        margin-right: 0.21875rem;
        overflow: hidden; }
        .container .service .service_content > .content-part.active .service_pic > img {
          width: 100%;
          height: 100%;
          transition: all 1.2s; }
      .container .service .service_content > .content-part.active div.service_pic:hover img {
        transform: scale(1.1); }
      .container .service .service_content > .content-part.active .service_info {
        padding-top: 0.3229166667rem; }
        .container .service .service_content > .content-part.active .service_info .title {
          font-size: 0.1666666667rem;
          color: #000;
          margin-bottom: 0.2239583333rem; }
          .container .service .service_content > .content-part.active .service_info .title .line {
            width: 0.1822916667rem;
            height: 0.015625rem;
            background: #318cd2;
            margin-top: 0.1302083333rem; }
        .container .service .service_content > .content-part.active .service_info .descrip {
          font-size: 0.0729166667rem;
          color: #333;
          line-height: 0.1666666667rem;
          margin-bottom: 0.3020833333rem; }
        .container .service .service_content > .content-part.active .service_info .checkMore {
          font-size: 0.0625rem;
          color: #888;
          border: 1px solid #d2d2d2;
          padding: 0.0416666667rem 0.09375rem; }
    .container .service .service_content > content-part:last-child.active .service_pic {
      width: 3.5625rem;
      height: 2.375rem; }
.container .service_example {
  clear: left;
  width: 100%;
  height: 2.9166666667rem;
  background: #efefef; }
  .container .service_example .main {
    flex-direction: row;
    justify-content: space-between; }
  .container .service_example .example {
    float: left;
    margin-top: 0.84375rem; }
    .container .service_example .example .title {
      font-size: 0.1666666667rem;
      color: #000;
      margin-bottom: 0.1666666667rem; }
      .container .service_example .example .title .line {
        width: 0.1822916667rem;
        height: 0.015625rem;
        background: #318cd2;
        margin-top: 0.1302083333rem; }
    .container .service_example .example .example_detail {
      display: flex;
      flex-direction: column;
      font-size: 0.0625rem;
      color: #333; }
      .container .service_example .example .example_detail .points {
        clear: both;
        display: flex;
        align-items: center;
        margin-bottom: 0.1458333333rem; }
        .container .service_example .example .example_detail .points .icon {
          float: left;
          margin-right: 0.1041666667rem; }
          .container .service_example .example .example_detail .points .icon img {
            width: 100%;
            transition: all 1.2s; }
      .container .service_example .example .example_detail .points:first-child .icon {
        width: 0.15625rem;
        height: 0.1614583333rem; }
        .container .service_example .example .example_detail .points:first-child .icon img {
          width: 0.2083333333rem;
          height: 100%;
          margin-left: -0.0260416667rem; }
      .container .service_example .example .example_detail .points:nth-child(2) .icon {
        width: 0.15625rem;
        height: 0.140625rem; }
      .container .service_example .example .example_detail .points:last-child .icon {
        width: 0.171875rem;
        height: 0.125rem; }
  .container .service_example .example_pic {
    margin-top: 0.5208333333rem;
    height: 1.875rem;
    width: 3.125rem;
    overflow: hidden; }
    .container .service_example .example_pic img {
      width: 116.667%;
      height: 100%;
      margin-left: -8.3335%;
      transition: all 1.2s; }
  .container .service_example div.example_pic:hover img {
    transform: scale(1.1); }

/*# sourceMappingURL=service.css.map */
