@charset "UTF-8";
@media screen and (min-width: 1240px) {
  /*banner区域默认样式调整开始*/
  .banner-container {
    margin-top: 117px;
    height: 300px;
    overflow: hidden;
  }
  .main-box {
    position: relative;
    padding-top: 40px;
  }
  .main-box .show-mobile {
    display: none !important;
  }
  .main-box .product-nav {
    position: absolute;
    top: -100px;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    background-color: #fff;
    -webkit-box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.1);
            box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.1);
    border-radius: 10px;
    padding: 10px 30px;
  }
  .main-box .product-nav .row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: baseline;
        -ms-flex-align: baseline;
            align-items: baseline;
    padding: 12px 0;
  }
  .main-box .product-nav .row .nav-category {
    width: 110px;
    height: 34px;
    line-height: 34px;
    border-radius: 34px;
    color: #fff;
    background-color: #5c8cf1;
    text-align: center;
    font-size: 16px;
    margin-right: 20px;
  }
  .main-box .product-nav .row ul li {
    display: inline-block;
    font-size: 16px;
    margin-right: 20px;
    cursor: pointer;
  }
  .main-box .product-nav .row ul li.active {
    color: #5c8cf1;
  }
  /* 案例 */
  .cases .show-mobile {
    display: none !important;
  }
  .cases-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .cases-wrap::after {
    content: "";
    width: 30%;
  }
  .cases-wrap .item {
    color: #333;
    display: block;
    margin: 10px 0 20px;
    -ms-flex-preferred-size: 30%;
        flex-basis: 30%;
    background-color: #fff;
    -webkit-box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
            box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
    position: relative;
  }
  .cases-wrap .item:hover .img-wrap .img-bg {
    -webkit-transform: scale(1.1);
            transform: scale(1.1);
  }
  .cases-wrap .item .img-wrap {
    height: 220px;
    overflow: hidden;
  }
  .cases-wrap .item .img-wrap .img-bg {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    z-index: 0;
    -webkit-transition: all 0.3s linear;
    transition: all 0.3s linear;
  }
  .cases-wrap .item .logo-wrap {
    width: 100px;
    height: 100px;
    line-height: 100px;
    border-radius: 50%;
    text-align: center;
    border: 1px solid #999;
    position: absolute;
    left: 20px;
    top: 143px;
    z-index: 9;
    background-color: #fff;
  }
  .cases-wrap .item .logo-wrap img {
    width: 65%;
  }
  .cases-wrap .item .content-text {
    padding: 30px 20px;
  }
  .cases-wrap .item .content-text .sort-name {
    line-height: 1;
    padding: 8px 0;
    display: inline-block;
    border-bottom: 2px solid #437bf4;
  }
  .cases-wrap .item .content-text .name {
    font-size: 16px;
    margin-top: 5px;
  }
  .cases-wrap .item .content-text .category-wrap .category-item {
    display: inline-block;
    height: 30px;
    line-height: 30px;
    width: 120px;
    border-radius: 10px;
    text-align: center;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    font-size: 14px;
    margin: 10px 0;
  }
  .cases-wrap .item .content-text .category-wrap .category-item.active {
    background-color: #437bf4;
    color: #fff;
  }
  .cases-wrap .item .content-text .desc {
    border-top: 1px solid #e1e1e1;
    padding: 20px 0;
    font-size: 12px;
    color: #666;
    line-height: 1.5;
  }
}
/*# sourceMappingURL=service-cases-pc.css.map */