.box-business {
  padding-bottom: 60px; }
  .box-business .indexCommonTitle {
    margin: 50px 0; }
  .box-business .content {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-flow: wrap;
        -ms-flex-flow: wrap;
            flex-flow: wrap;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center; }
    .box-business .content .item {
      margin: 20px;
      width: 500px;
      padding: 0 20px;
      border: 1px solid #d9d9d9;
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -webkit-align-items: center;
          -ms-flex-align: center;
              align-items: center;
      -webkit-box-pack: center;
      -webkit-justify-content: center;
          -ms-flex-pack: center;
              justify-content: center; }
      .box-business .content .item .itemLogo {
        margin-right: 20px;
        padding: 30px; }
      .box-business .content .item .itemRight {
        -webkit-box-flex: 1;
        -webkit-flex: 1;
            -ms-flex: 1;
                flex: 1;
        min-width: 0; }
        .box-business .content .item .itemRight .title {
          font-size: 20px;
          color: #3e454c;
          margin-bottom: 10px; }
        .box-business .content .item .itemRight p {
          color: #787e85;
          font-size: 16px; }

.PlanAdvantage {
  padding-bottom: 60px; }
  .PlanAdvantage .indexCommonTitle {
    margin-bottom: 50px; }
  .PlanAdvantage ul {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-flow: wrap;
        -ms-flex-flow: wrap;
            flex-flow: wrap;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between; }
    .PlanAdvantage ul li {
      width: 280px;
      margin-bottom: 20px;
      text-align: center; }
      .PlanAdvantage ul li .title {
        font-size: 20px;
        color: #3e454c;
        margin-bottom: 10px; }
      .PlanAdvantage ul li .desc {
        color: #787e85;
        font-size: 16px; 
		text-align:left;
		}

.ApplicationScenarios {
  padding: 60px 0;
  background: #f6f9ff; }
  .ApplicationScenarios .indexCommonTitle {
    margin-bottom: 60px; }
  .ApplicationScenarios ul {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-flow: wrap;
        -ms-flex-flow: wrap;
            flex-flow: wrap; }
    .ApplicationScenarios ul li {
      padding: 0 10px;
      width: 33.333333333333336%; }
      .ApplicationScenarios ul li .parentLi {
        margin-bottom: 20px;
        box-shadow: 0 0 4px 2px rgba(106, 106, 106, 0.1); }
      .ApplicationScenarios ul li .title {
        font-size: 20px;
        color: #3e454c;
        margin-bottom: 10px; }
      .ApplicationScenarios ul li .desc {
        color: #787e85;
        height: 48px;
        display: -webkit-box;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
        overflow: hidden;
        font-size: 16px; }
      .ApplicationScenarios ul li .text {
        text-align: center;
        padding: 20px;
        background: #fff; }

.businessPlan {
  padding: 60px 0; }
  .businessPlan .indexCommonTitle {
    margin-bottom: 60px; }
  .businessPlan .img {
    margin-bottom: .2rem;
    width: 100%;
    background: #f6f9ff;
    border: 1px solid #d9d9d9;
 }
  .businessPlan .desc {
    color: #787e85;
    font-size: 16px;
    padding: 20px 0; }

.TypicalCases {
  background: #f6f9ff;
  padding: 60px 0; }
  .TypicalCases .con {
    margin-top: 40px; }
    .TypicalCases .con ul {
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-flex-flow: wrap;
          -ms-flex-flow: wrap;
              flex-flow: wrap; }
      .TypicalCases .con ul li {
        padding: 0 10px 10px;
        width: 33.333333333333336%; }
        .TypicalCases .con ul li .img {
          display: -webkit-box;
          display: -webkit-flex;
          display: -ms-flexbox;
          display: flex;
          -webkit-box-align: center;
          -webkit-align-items: center;
              -ms-flex-align: center;
                  align-items: center;
          -webkit-box-pack: center;
          -webkit-justify-content: center;
              -ms-flex-pack: center;
                  justify-content: center; }
          .TypicalCases .con ul li .img img {
            width: 370px; }
        .TypicalCases .con ul li .parent {
          background: #fff;
          box-shadow: 0 0 4px 2px rgba(106, 106, 106, 0.1);
          padding: 40px; 
		  height:210px
		  }
        .TypicalCases .con ul li .parent .text {
          color: #787e85;
          font-size: 16px;text-align: center; }
  .TypicalCases .buttonTc {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-top: 60px; }
    .TypicalCases .buttonTc a {
      margin: 0 10px;
      border-radius: 5px;
      padding: 10px 30px;
      font-size: 14px; }
      .TypicalCases .buttonTc a:nth-of-type(1) {
        background-color: #32cfa8;
        border-color: #32cfa8;
        color: #fff; }

@media (max-width: 1199px) {
  .PlanAdvantage ul li {
    width: 190px; } }

@media (max-width: 991px) {
  .PlanAdvantage ul li {
    width: 150px; } }

@media (max-width: 767px) {
  .PlanAdvantage ul li {
    width: 50%;
    padding: 0 20px; }
  .ApplicationScenarios ul li {
    width: 50%; }
  .TypicalCases .con ul li {
    width: 100%;
    margin-bottom: 20px; } }

@media (max-width: 575px) {
  .box-business .indexCommonTitle {
    margin: 20px 0; }
  .box-business .content .item {
    margin: 10px; }
  .box-business .content .item .itemRight .title {
    font-size: 16px; }
  .box-business .content .item .itemRight p {
    font-size: 14px; }
  .box-business .content .item .itemLogo {
    padding: 20px; }
  .box-business {
    padding-bottom: 30px; }
  .PlanAdvantage .indexCommonTitle {
    margin-bottom: 20px; }
  .PlanAdvantage ul li .title {
    font-size: 16px; }
  .PlanAdvantage ul li .desc {
    font-size: 14px; }
  .PlanAdvantage {
    padding-bottom: 30px; }
  .ApplicationScenarios {
    padding: 30px 0; }
  .ApplicationScenarios ul li .title {
    font-size: 16px; }
  .ApplicationScenarios ul li .desc {
    font-size: 14px; }
  .ApplicationScenarios ul li .text {
    padding: 10px; }
  .ApplicationScenarios .indexCommonTitle {
    margin-bottom: 30px; }
  .businessPlan {
    padding: 30px 0; }
  .businessPlan .indexCommonTitle {
    margin-bottom: 30px; }
  .businessPlan {
    padding-bottom: 0; }
  .TypicalCases {
    padding: 30px 0; }
  .TypicalCases .buttonTc {
    margin-top: 20px; }
  .box-business .content .item {
    padding: 10px; }
  .box-business .content .item .itemLogo {
    padding: 0; }
  .box-business .content .item .itemLogo img {
    width: 66px; } }

