.home-container {
  width: 100%;
  padding: 0;
  background-color: #F5F8FA; }

.home-container .navbar {
    position: relative;
    min-height: 50px;
    margin-bottom: 0px;
    border: 1px solid transparent; }

.flex-between {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between; }

.home-content {
  width: 100%;
  width: 100%;
  color: #3A3A3C;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  background: #F5F8FA;
  padding-bottom: 110px; }

.home-content .introduation {
    width: 100%;
    background: url("/static/images/yjyhweb/2huliyipt/pic1-0.png") no-repeat;
    background-size: 942px 357px;
    background-position: right;
    height: 357px;
    background-color: #EBF5F7; }

.home-content .introduation .my-row {
      width: 1200px;
      padding: 0;
      margin: 0; }

.home-content .introduation .my-row .cancel-style {
        padding: 0;
        margin: 0; }

.home-content .introduation .my-row .my-left {
        width: 100%;
        height: 567px;
        -webkit-box-sizing: border-box;
                box-sizing: border-box;
        overflow: hidden;
        padding-top: 92px; }

.home-content .introduation .my-row .my-left .left-margin {
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex;
          -webkit-box-orient: vertical;
          -webkit-box-direction: normal;
              -ms-flex-direction: column;
                  flex-direction: column; }

.home-content .introduation .my-row .my-left .left-margin .text {
            font-size: 32px;
            font-weight: bold; }

.home-content .introduation .my-row .my-left .left-margin .des {
            font-size: 16px;
            margin-top: 12px; }

.home-content .introduation .my-row .my-left .code-box {
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex; }

.home-content .introduation .my-row .my-left .code-box .qr_code {
            background: #8B2248;
            overflow: hidden;
            margin-right: 12px;
            width: 96px; }

.home-content .introduation .my-row .my-left .code-box .qr_code .code_img {
              margin: 8px;
              width: 80px;
              height: 80px; }

.home-content .introduation .my-row .my-left .code-box .qr_code div {
              font-size: 14px;
              color: #FFFFFF;
              margin-bottom: 8px;
              width: 100%;
              text-align: center;
              letter-spacing: 4px; }

.home-content .platform-content {
    padding: 110px 16px 44px;
    text-align: center; }

.home-content .platform-content .title {
      font-size: 24px;
      font-weight: bold;
      padding-bottom: 24px; }

.home-content .platform-content .des {
      font-size: 14px;
      color: #67676A;
      line-height: 24px; }

.home-content .only-img {
    width: 100%;
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0)), to(#FFFFFF));
    background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0) 0%, #FFFFFF 100%);
    background: -o-linear-gradient(top, rgba(255, 255, 255, 0) 0%, #FFFFFF 100%);
    background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, #FFFFFF 100%);
    padding-bottom: 110px; }

.home-content .only-img .o-img {
      width: 100%;
      height: auto; }

.home-content .only-img .o-img-phone {
      width: 100%;
      height: auto;
      display: none; }

.home-content .ph-content {
    padding: 110px 0px 44px;
    text-align: center; }

.home-content .ph-content .title {
      font-size: 24px;
      font-weight: bold;
      padding-bottom: 24px; }

.home-content .ph-content .des {
      font-size: 14px;
      color: #67676A;
      line-height: 24px;
      padding: 0 130px 44px; }

.home-content .ph-content .ph-box {
      width: 379px;
      height: 331px;
      padding: 0;
      background: url("/static/images/yjyhweb/2huliyipt/pic2-0.png");
      background-size: 100% 100%;
      text-align: center;
      -webkit-box-shadow: 0px 12px 30px 8px rgba(40, 56, 114, .03);
              box-shadow: 0px 12px 30px 8px rgba(40, 56, 114, .03); }

.home-content .ph-content .ph-box .ph-img {
        width: 54px;
        height: 54px;
        display: block;
        margin: 36px auto 42px; }

.home-content .ph-content .ph-box .ph-name {
        font-size: 20px;
        font-weight: bold;
        color: #3A3A3C; }

.home-content .ph-content .ph-box .ph-text {
        padding: 20px 28px 0;
        color: #67676A;
        font-size: 14px;
        line-height: 24px; }

.home-content .our-content {
    width: 100%;
    height: 706px;
    background: url("/static/images/yjyhweb/1shouye/wmdcp/pic3-0.png") no-repeat;
    background-size: 100% 706px;
    background-position: center;
    margin-top: 110px; }

.home-content .our-content .title {
      font-size: 24px;
      margin: 110px 0 36px;
      text-align: center;
      font-weight: bold; }

.home-content .our-content .description {
      font-size: 16px;
      color: #8E8E93;
      text-align: center;
      margin-bottom: 36px; }

.home-content .our-content .content-box {
      background: rgba(24, 47, 70, .96);
      padding: 32px 32px 16px 32px; }

.home-content .our-content .content-box .flex-between {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
            -ms-flex-pack: justify;
                justify-content: space-between;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
        color: #AEAEB2;
        padding: 0 32px;
        margin: 0; }

.home-content .our-content .content-box .flex-between:first-child {
          padding: 0; }

.home-content .our-content .content-box .flex-between .type {
          -ms-flex-negative: 0;
              flex-shrink: 0;
          border-bottom: 1px #F2F2F7 solid;
          padding-bottom: 16px;
          text-align: center;
          font-size: 20px; }

.home-content .our-content .content-box .flex-between .type:hover {
          color: #3DB5E0;
          border-color: #3DB5E0;
          cursor: pointer; }

.home-content .our-content .content-box .flex-between .type-active {
          color: #3DB5E0;
          border-color: #3DB5E0; }

.home-content .our-content .content-box .flex-between .info-block {
          background: rgba(255, 255, 255, .05);
          width: 272px;
          height: 149px;
          padding: 20px 20px 0 12px;
          margin-bottom: 16px;
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex; }

.home-content .our-content .content-box .flex-between .info-block .left {
            width: 60px;
            height: 60px;
            -ms-flex-negative: 0;
                flex-shrink: 0; }

.home-content .our-content .content-box .flex-between .info-block .right {
            padding-left: 8px; }

.home-content .our-content .content-box .flex-between .info-block .right div:first-child {
              padding: 17px 0 12px 0px;
              font-size: 18px;
              color: #fff;
              font-weight: bold; }

.home-content .our-content .content-box .flex-between .info-block .right div:last-child {
              color: #C7C7CC;
              font-size: 14px; }

.home-content .our-content .content-box .flex-between .info-block .img-set1 {
            background: url("/static/images/yjyhweb/1shouye/wmdcp/pic3-1.0.png");
            background-size: 60px 60px; }

.home-content .our-content .content-box .flex-between .info-block .img-set2 {
            background: url("/static/images/yjyhweb/1shouye/wmdcp/pic3-1.1.png");
            background-size: 60px 60px; }

.home-content .our-content .content-box .flex-between .info-block .img-set3 {
            background: url("/static/images/yjyhweb/1shouye/wmdcp/pic3-1.2.png");
            background-size: 60px 60px; }

.home-content .our-content .content-box .flex-between .info-block .img-set4 {
            background: url("/static/images/yjyhweb/1shouye/wmdcp/pic3-1.3.png");
            background-size: 60px 60px; }

.home-content .our-content .content-box .flex-between .info-block .img-set5 {
            background: url("/static/images/yjyhweb/1shouye/wmdcp/pic3-1.4.png");
            background-size: 60px 60px; }

.home-content .our-content .content-box .flex-between .info-block .img-set6 {
            background: url("/static/images/yjyhweb/1shouye/wmdcp/pic3-1.5.png");
            background-size: 60px 60px; }

.home-content .our-content .content-box .flex-between .info-block .img-set7 {
            background: url("/static/images/yjyhweb/1shouye/wmdcp/pic3-1.6.png");
            background-size: 60px 60px; }

.home-content .our-content .content-box .flex-between .info-block .img-set8 {
            background: url("/static/images/yjyhweb/1shouye/wmdcp/pic3-1.7.png");
            background-size: 60px 60px; }

.home-content .sys-content {
    height: 460px;
    background: url("/static/images/yjyhweb/2huliyipt/pic3-0.png");
    border-radius: 24px 0px 24px 0px;
    padding: 72px 130px 0;
    color: #FFFFFF;
    text-align: center;
    margin-top: 110px;
    background-size: 1200px 460px; }

.home-content .sys-content .sys-title {
      font-size: 24px;
      font-weight: bold; }

.home-content .sys-content .sys-text {
      padding: 12px 0 60px;
      font-size: 14px;
      line-height: 24px; }

.home-content .sys-content .sys-block {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex; }

.home-content .sys-content .sys-block .sys-left {
        width: 58px;
        height: 58px;
        margin-right: 12px;
        -ms-flex-negative: 0;
            flex-shrink: 0; }

.home-content .sys-content .sys-block .sys-right {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
        font-size: 14px;
        padding-top: 15px;
        text-align: left; }

.home-content .sys-content .sys-block .sys-right .sys-name {
          font-size: 18px;
          font-weight: bold;
          padding-bottom: 12px; }

.home-content .sys-content .sys-block .sys-right .glyphicon-ok {
          font-size: 12px;
          padding: 0 8px 4px 0; }

.home-content .sys-content .sys-block .sys-right div:not(:first-child) {
          padding-bottom: 8px; }

.home-content .case-content {
    padding-top: 110px; }

.home-content .case-content .case-title {
      font-size: 24px;
      font-weight: bold;
      color: #3A3A3C;
      text-align: center; }

.home-content .case-content .case-logo {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
      margin-top: 36px; }

.home-content .case-content .case-logo .img-gray {
        filter: url('data:image/svg+xml;charset=utf-8,<svg xmlns="http://www.w3.org/2000/svg"><filter id="filter"><feColorMatrix type="matrix" color-interpolation-filters="sRGB" values="0.2126 0.7152 0.0722 0 0 0.2126 0.7152 0.0722 0 0 0.2126 0.7152 0.0722 0 0 0 0 0 1 0" /></filter></svg>#filter');
        -webkit-filter: grayscale(100%);
                filter: grayscale(100%);
        -WEBkit-filter: grayscale(100%); }

.home-content .case-content .case-logo img {
        width: 227px;
        height: 68px;
        margin-right: 16px;
        margin-bottom: 12px;
        cursor: pointer; }

.home-content .case-content .case-logo img:nth-of-type(5n) {
          margin-right: 0px; }

.home-content .case-content .case-block {
      width: 100%;
      height: auto;
      background: #FFFFFF;
      border: 1px solid #F2F2F7;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: justify;
          -ms-flex-pack: justify;
              justify-content: space-between;
      padding: 32px;
      font-size: 14px;
      position: relative;
      margin-top: 44px; }

.home-content .case-content .case-block:hover {
        cursor: pointer; }

.home-content .case-content .case-block:hover .case-left {
          -webkit-transform: scale(1);
                      -ms-transform: scale(1);
                  transform: scale(1);
          -webkit-transition: 0.5s all ease-in-out;
          -o-transition: 0.5s all ease-in-out;
          transition: 0.5s all ease-in-out; }

.home-content .case-content .case-block .case-left {
        width: 384px;
        height: 220px;
        -ms-flex-negative: 0;
            flex-shrink: 0;
        margin-right: 32px;
        -webkit-transform: scale(1.05);
                    -ms-transform: scale(1.05);
                transform: scale(1.05);
        -webkit-transition: 0.5s all ease-in-out;
        -o-transition: 0.5s all ease-in-out;
        transition: 0.5s all ease-in-out; }

.home-content .case-content .case-block .case-right {
        -webkit-box-flex: 1;
            -ms-flex: 1;
                flex: 1; }

.home-content .case-content .case-block .case-right .case-name {
          font-size: 20px;
          font-weight: bold;
          color: #3A3A3C;
          padding-bottom: 16px; }

.home-content .case-content .case-block .case-right .case-text {
          overflow: hidden;
          white-space: wrap;
          text-overflow: ellipsis;
          -o-text-overflow: ellipsis;
          display: -webkit-box;
          -webkit-box-orient: vertical;
          -webkit-line-clamp: 5;
          line-clamp: 5;
          line-height: 24px; }

.home-content .case-content .case-block .case-right .case-text img {
            display: none !important; }

.home-content .case-content .case-block .case-right .icon-ab {
          position: absolute;
          top: 100%;
          right: 0;
          color: #AEAEB2;
          -webkit-transform: translate(-32px, -45px);
                      -ms-transform: translate(-32px, -45px);
                  transform: translate(-32px, -45px); }

@media (min-width: 768px) {
  .home-container {
    min-width: 1200px;
    padding: 0; }
  .width-1200 {
    width: 1200px;
    margin: 0 auto; } }

@media (max-width: 768px) {
  .width-1200 {
    width: 100%; }
  .home-content {
    padding-bottom: 48px; }
    .home-content .introduation {
      height: 280px;
      background: url("/static/images/yjyhweb/9phone/banner2.png") no-repeat;
      background-size: 100% 280px; }
      .home-content .introduation .my-row {
        padding: 0 24px; }
        .home-content .introduation .my-row .my-left {
          padding-top: 56px; }
          .home-content .introduation .my-row .my-left .left-margin .des {
            margin-top: 8px; }
    .home-content .platform-content {
      padding: 48px 24px; }
      .home-content .platform-content .title {
        padding-bottom: 16px; }
    .home-content .only-img {
      padding-bottom: 43px; }
      .home-content .only-img .o-img {
        width: 100%;
        height: auto;
        display: none; }
      .home-content .only-img .o-img-phone {
        width: 100%;
        height: auto;
        display: block; }
    .home-content .our-content {
      height: auto !important;
      background: none;
      margin-top: 0; }
      .home-content .our-content .title {
        margin: 48px 0 0;
        padding: 40px 0 28px;
        background-color: #fff; }
      .home-content .our-content .content-box .flex-between {
        padding: 0;
        -webkit-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center; }
        .home-content .our-content .content-box .flex-between .type {
          padding-top: 16px; }
        .home-content .our-content .content-box .flex-between:not(:nth-child(1)) {
          padding: 12px 24px 0; }
        .home-content .our-content .content-box .flex-between .info-block {
          width: 100%; }
      .home-content .our-content .content-box .hidden {
        display: none; }
    .home-content .case-content {
      padding-top: 48px; }
      .home-content .case-content .case-logo img {
        margin-right: 0;
        margin-bottom: 16px; }
        .home-content .case-content .case-logo img:last-child {
          margin-bottom: 0px; }
      .home-content .case-content .case-block {
        display: block;
        padding: 24px;
        margin-top: 28px; }
        .home-content .case-content .case-block .case-left {
          width: 100%;
          height: auto;
          margin-right: 0; }
        .home-content .case-content .case-block .case-right {
          margin-top: 24px; }
          .home-content .case-content .case-block .case-right .case-text {
            overflow: unset;
            white-space: wrap;
            -o-text-overflow: unset;
               text-overflow: unset;
            display: block;
            -webkit-box-orient: vertical;
            -webkit-line-clamp: unset;
            line-clamp: unset; }
          .home-content .case-content .case-block .case-right .icon-ab {
            display: none; }
    .home-content .ph-content {
      padding: 48px 24px; }
      .home-content .ph-content .des {
        padding: 0 0 16px; }
      .home-content .ph-content .flex-between {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column; }
      .home-content .ph-content .ph-box {
        margin: 0 auto 24px;
        width: 100%; }
    .home-content .sys-padding {
      padding: 0 24px; }
    .home-content .sys-content {
      width: 100%;
      height: auto;
      background: -webkit-linear-gradient(315deg, #47C5CC 0%, #3A9EB2 36%, #3194AA 50%, #3A9EB2 65%, #47C5CC 100%);
      background: -o-linear-gradient(315deg, #47C5CC 0%, #3A9EB2 36%, #3194AA 50%, #3A9EB2 65%, #47C5CC 100%);
      background: linear-gradient(135deg, #47C5CC 0%, #3A9EB2 36%, #3194AA 50%, #3A9EB2 65%, #47C5CC 100%);
      border-radius: 24px 0px 24px 0px;
      padding: 40px 16px 4px;
      margin-top: 0px; }
      .home-content .sys-content .sys-block {
        -ms-flex-negative: 0;
            flex-shrink: 0;
        margin-bottom: 36px;
        padding-left: 0; }
        .home-content .sys-content .sys-block .sys-left {
          width: 36px;
          height: 36px; }
        .home-content .sys-content .sys-block .sys-right {
          padding-top: 4px;
          -ms-flex-negative: 0;
              flex-shrink: 0; }
      .home-content .sys-content .flex-between {
        -ms-flex-wrap: wrap;
            flex-wrap: wrap; }
      .home-content .sys-content .sys-text {
        padding: 16px 0 36px; } }
