@charset "UTF-8";
.card-banner {
  margin: 40px 0; }
  .card-banner .banner-bg {
    height: 450px;
    background-image: url(../images/card/banner.jpg);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    color: #fff;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    box-shadow: 0 0 10px 5px rgba(0, 0, 0, 0.2); }
    .card-banner .banner-bg div {
      display: flex;
      flex-direction: column;
      justify-content: center;
      align-items: center; }
      .card-banner .banner-bg div strong {
        font-size: 44px;
        font-weight: bolder;
        letter-spacing: 5px;
        margin-bottom: 20px;
        text-shadow: 0 3px 2px rgba(0, 0, 0, 0.3); }
      .card-banner .banner-bg div em {
        width: 65%;
        text-align: center;
        line-height: 30px;
        letter-spacing: 2px;
        font-size: 18px;
        text-shadow: 0 3px 2px rgba(0, 0, 0, 0.3); }
.bigimg{text-align: center;
    color: #999999;
    font-weight: bold;
    margin-top: 0.6rem;
    cursor: pointer;
   
    padding:4px 6px;
    border-radius: 5px;
    border: solid  1px #d4d4d4;

    
}
.searchinput{border:solid 1px #999; border-radius:3px; background: url(../images/searchbg.jpg) no-repeat right;}
.imgtsg{ text-align:center; padding:20px}
.imgleft{ width:70%; margin:0 auto;}
.imgleft img{width:100%; height:auto}
.imgright{float:right;display:inline-block; width:50%; display:none}
.tonct{ padding:0px 20px 20px 20px}
.tonct h4{ font-size:20px; line-height:46px;}
.tonct p{  font-size:16px; line-height:26px; color:#666666; margin-top:15px;}
@media screen and (max-width: 750px) {
  .card-banner {
    margin: 20px 0; }
    .card-banner .banner-bg {
     }
      .card-banner .banner-bg div strong {
        font-size: 24px;
        margin-bottom: 5px;
        text-align: center;
          
      }
      .card-banner .banner-bg div em {
        width: 85%;
        line-height: 18px;
        font-size: 12px; } }
/* 方案特点 */
.card-plan {
  padding: 40px 0;
  padding-bottom: 20px;
  background: #f2f3f6;
  position: relative;
  box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.1); }
  .card-plan .content {
    width: 1200px;
    margin: 0 auto;
    margin-top: 20px; }
    .card-plan .content ul {
      display: flex;
      flex-wrap: wrap;
      position: relative;
      /* max-height: 240px; */
      transition: max-height 0.5s;
      padding: 15px;
      box-sizing: border-box;
      overflow: hidden; }
      .card-plan .content ul li {
        width: 30%;
       height: 279px;
        background: #fff;
        border-radius: 10px;
        box-shadow: 0 0 8px 3px rgba(0, 0, 0, 0.1);
        display: flex;
        flex-direction: column;
        padding: 34px 0;
        box-sizing: border-box;
        margin-bottom: 40px;
        align-items: center; }
        .card-plan .content ul li.li_en {
          height: 350px;
        }
        .card-plan .content ul li:nth-child(3n-1) {
          margin: 0 5%; }
        .card-plan .content ul li .icon {
          flex-shrink: 0;
          width: 80px;
          height: 80px;
          border-radius: 40px;
          background: #e8e8f1;
          display: flex;
          flex-direction: column;
          justify-content: center;
          align-items: center;
          margin-bottom: 20px; }
          .card-plan .content ul li .icon em {
            width: 70%;
            height: 70%;
            border-radius: 50%;
            background: linear-gradient(to right, #8e158e, #6a12b1);
            display: flex;
            justify-content: center;
            align-items: center;
            color: #fff;
            font-size: 30px; }
            .card-plan .content ul li .icon em img {
              width: 32px;
              height: 32px; }
        .card-plan .content ul li .desc {
          text-align: center;
          color: #666;
          width: 90%;
          line-height: 24px;
          font-size: 16px;
          letter-spacing: 2px; }
          .card-plan .content ul li.li_en .desc
          {
           letter-spacing: 1px;    
          }
  .card-plan .btn {
    display: none;
    cursor: pointer;
    position: absolute;
    bottom: -48px;
    left: 50%;
    transform: translateX(-50%);
    width: 396px;
    height: 40px;
    padding-bottom: 8px;
    background: url(../images/card/up.png) no-repeat;
    background-size: 100%;
    width: 360px;
    text-align: center;
    line-height: 40px; }
    .card-plan .btn em {
      color: #8a0596;
      margin-right: 10px; }

@media screen and (max-width: 1200px) {
  .card-plan .content {
    width: auto; } }
@media screen and (max-width: 750px) {
  .card-plan .content ul li {
    width: 100%;
    margin-bottom: 30px; }
    .card-plan .content ul li:nth-child(3n-1) {
      margin: 0 0;
      margin-bottom: 30px; } }
/* 成功案例 */
.card-stories {
  margin-top: 80px; }
  .card-stories .content {
    margin-top: 40px; }

@media screen and (max-width: 750px) {
  .card-stories .content {
    margin-top: 20px; } }
/* 相关产品 */
.card-related {
  margin-top: 90px;
  margin-bottom: 80px; }
  .card-related .content {
    margin-top: 40px; }
    .card-related .content ul {
      display: flex;
      justify-content: flex-start; }
      .card-related .content ul li {
        width: 200px;
        height: 75px;
        margin-right: 40px;
        box-shadow: 0 0 5px 1px rgba(0, 0, 0, 0.2);
        display: flex;
        align-items: center;
        justify-content: center;
        font-size: 20px;
        cursor: pointer;
        text-align: center;
	}
        .card-related .content ul li:hover {
          background: linear-gradient(to right, #8e158e, #6a12b1);
          color: #fff; }

@media screen and (max-width: 750px) {
  .card-related {
    margin-top: 70px;
    margin-bottom: 40px; }
    .card-related .content {
      margin-top: 20px; }
      .card-related .content ul li {
        width: 45%;
        height: 45px;
        font-size: 14px;
        margin: 2.5%; }
     .card-plan .content{ margin-bottom:50px}  
     .card-plan .btn{bottom:20px}
    
}

/*# sourceMappingURL=card.css.map */
