.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/4changhux/pic1.png") no-repeat;
    background-size: 924px 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: left; }

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

.home-content .platform-content .pl-top-block {
      width: 100%;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex; }

.home-content .platform-content .pl-top-block .pl-bl-left {
        width: 520px;
        height: 440px;
        background-color: #e9f8fe; }

.home-content .platform-content .pl-top-block .pl-bl-left .left-box {
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex;
          -webkit-box-orient: vertical;
          -webkit-box-direction: normal;
              -ms-flex-direction: column;
                  flex-direction: column;
          height: 100%; }

.home-content .platform-content .pl-top-block .pl-bl-left .left-box .left-title-box {
            font-size: 20px;
            height: 134px;
            padding: 32px 0 0 32px; }

.home-content .platform-content .pl-top-block .pl-bl-left .left-box .left-title-box .left-title {
              padding-bottom: 12px;
              font-weight: bold; }

.home-content .platform-content .pl-top-block .pl-bl-left .left-box .left-title-box .left-text {
              font-size: 14px;
              color: #67676A; }

.home-content .platform-content .pl-top-block .pl-bl-left .left-box .left-title-bottom {
            -webkit-box-flex: 1;
                -ms-flex: 1;
                    flex: 1;
            width: 100%;
            background: url("/static/images/yjyhweb/4changhux/pic2-1.png") no-repeat;
            background-size: 100% 100%; }

.home-content .platform-content .pl-top-block .pl-bl-right {
        width: 680px;
        color: #67676A;
        font-size: 14px; }

.home-content .platform-content .pl-top-block .pl-bl-right .pl-bl-tr {
          padding: 32px;
          width: 100%;
          background: url("/static/images/yjyhweb/4changhux/pic2-2.png") no-repeat;
          background-position: right bottom;
          background-size: 149px 164px;
          background-color: #36B3C7;
          height: 208px;
          color: #fff; }

.home-content .platform-content .pl-top-block .pl-bl-right .pl-bl-tr .tr-name {
            color: #fff; }

.home-content .platform-content .pl-top-block .pl-bl-right .pl-bl-br {
          color: #3A3A3C;
          padding: 32px;
          width: 100%;
          height: 232px;
          background: -webkit-gradient(linear, left top, left bottom, from(#D8F5FE), to(#FAFEFF));
          background: -webkit-linear-gradient(top, #D8F5FE 0%, #FAFEFF 100%);
          background: -o-linear-gradient(top, #D8F5FE 0%, #FAFEFF 100%);
          background: linear-gradient(180deg, #D8F5FE 0%, #FAFEFF 100%); }

.home-content .platform-content .pl-top-block .pl-bl-right .pl-bl-br .tr-text {
            color: #67676A; }

.home-content .platform-content .pl-top-block .pl-bl-right .tr-name {
          font-size: 20px;
          font-weight: bold;
          padding-bottom: 12px;
          color: #3A3A3C; }

.home-content .platform-content .pl-top-block .pl-bl-right .tr-text {
          line-height: 24px; }

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

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

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

.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; }

.home-content .ph-content .ph-box {
      width: 379px;
      height: 331px;
      padding: 0;
      background: url("/static/images/yjyhweb/2huliyipt/pic2-0.png");
      background-size: 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 32px 0;
        color: #67676A;
        font-size: 14px; }

.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-set3-1 {
            background: url("/static/images/yjyhweb/1shouye/wmdcp/pic3-3.0.png");
            background-size: 60px 60px; }

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

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

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

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

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

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

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

.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(0.95);
                      -ms-transform: scale(0.95);
                  transform: scale(0.95);
          -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);
                    -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-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 .introduation {
    height: 357px;
    background: url("/static/images/yjyhweb/9phone/banner3.png") no-repeat;
    background-size: 100% 100%; }
    .home-content .introduation .my-row .my-left {
      padding-top: 56px; }
      .home-content .introduation .my-row .my-left .left-margin {
        padding: 0 24px; }
        .home-content .introduation .my-row .my-left .left-margin .des {
          margin-top: 8px; }
  .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 .des {
    padding: 0 16px 12px; }
  .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; }
  .home-content .platform-content {
    padding: 48px 24px 0;
    text-align: center; }
    .home-content .platform-content .title {
      padding-bottom: 28px; }
    .home-content .platform-content .pl-top-block {
      width: 100%;
      display: block; }
      .home-content .platform-content .pl-top-block .pl-bl-left {
        background: #fff;
        width: 100%;
        height: auto;
        border-bottom: 1px solid #F2F2F7; }
        .home-content .platform-content .pl-top-block .pl-bl-left .left-title {
          padding-bottom: 16px; }
        .home-content .platform-content .pl-top-block .pl-bl-left .left-box .left-title-box {
          padding: 36px 24px;
          height: auto; }
        .home-content .platform-content .pl-top-block .pl-bl-left .left-box .left-title-bottom {
          background: #fff; }
      .home-content .platform-content .pl-top-block .pl-bl-right {
        width: 100%; }
        .home-content .platform-content .pl-top-block .pl-bl-right .pl-bl-tr {
          width: 100%;
          padding: 36px 24px;
          height: auto;
          background: #fff;
          color: inherit;
          border-bottom: 1px solid #F2F2F7; }
          .home-content .platform-content .pl-top-block .pl-bl-right .pl-bl-tr .tr-name {
            color: #3a3a3a; }
        .home-content .platform-content .pl-top-block .pl-bl-right .pl-bl-br {
          width: 100%;
          padding: 36px 24px;
          height: auto;
          background: #fff;
          color: inherit; }
        .home-content .platform-content .pl-top-block .pl-bl-right .tr-name {
          padding-bottom: 16px; }
  .home-content .platform-des {
    padding: 48px 24px 28px; }
    .home-content .platform-des .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; } }
