.logo-hidden[data-v-2a183b29] {
  display: none;
}
.home-banner[data-v-2a183b29] {
  background: #fff;
  position: relative;
  overflow: hidden;
  width: 100%;
}
.home-banner img[data-v-2a183b29] {
    width: 100%;
}
@media screen and (max-width: 480px) {
.home-banner img[data-v-2a183b29] {
        width: auto;
        height: 350px;
        margin-left: -50%;
}
}
.home-banner h1[data-v-2a183b29] {
    position: absolute;
    color: #fff;
    left: 50%;
    margin-left: -550px;
    font-size: 48px;
    top: 30%;
}
@media screen and (max-width: 480px) {
.home-banner h1[data-v-2a183b29] {
        font-size: 32px;
        text-align: center;
        left: 0;
        margin-left: 0;
        width: 100%;
}
}
.home-banner p[data-v-2a183b29] {
    position: absolute;
    color: #fff;
    left: 50%;
    margin-left: -550px;
    top: 45%;
}
@media screen and (max-width: 480px) {
.home-banner p[data-v-2a183b29] {
        left: 0;
        top: 55%;
        text-align: center;
        width: 100%;
        margin-left: 0;
}
}
.title-wrap[data-v-2a183b29] {
  text-align: center;
}
.title-wrap h2[data-v-2a183b29] {
    font-size: 36px;
    font-weight: bold;
    color: #333333;
    margin-bottom: 18px;
}
.title-wrap p[data-v-2a183b29] {
    text-align: center;
    font-size: 14px;
    color: #666;
    line-height: 24px;
}
.home-business-list[data-v-2a183b29] {
  overflow: hidden;
}
@media screen and (max-width: 480px) {
.home-business-list[data-v-2a183b29] {
      padding: 0 20px;
}
}
.home-business-list .content-wrap[data-v-2a183b29] {
    display: flex;
    justify-content: space-between;
    margin-top: 48px;
    padding-bottom: 20px;
    flex-wrap: wrap;
}
@media screen and (max-width: 480px) {
.home-business-list .content-wrap[data-v-2a183b29] {
        margin-top: 20px;
}
}
.home-business-list .content-wrap .card-item[data-v-2a183b29] {
      width: 386px;
      height: 277px;
      text-align: center;
      border-radius: 8px;
      text-decoration: none;
      position: relative;
}
@media screen and (max-width: 480px) {
.home-business-list .content-wrap .card-item[data-v-2a183b29] {
          width: 48%;
}
}
.home-business-list .content-wrap .card-item[data-v-2a183b29]:hover {
        box-shadow: 0px 8px 24px 0px rgba(0, 0, 0, 0.05);
}
.home-business-list .content-wrap .card-item:hover .divider[data-v-2a183b29] {
          width: 40px;
}
.home-business-list .content-wrap .card-item h3[data-v-2a183b29] {
        font-size: 20px;
        color: #333333;
        line-height: 26px;
        margin: 24px 0 12px;
}
.home-business-list .content-wrap .card-item p[data-v-2a183b29] {
        color: #999999;
        line-height: 19px;
}
@media screen and (max-width: 480px) {
.home-business-list .content-wrap .card-item p[data-v-2a183b29] {
            text-align: justify;
}
}
.home-business-list .content-wrap .card-item img[data-v-2a183b29] {
        width: 100px;
        margin-top: 40px;
}
@media screen and (max-width: 480px) {
.home-business-list .content-wrap .card-item img[data-v-2a183b29] {
            width: 70px;
            margin-top: 20px;
}
}
.home-business-list .content-wrap .card-item .divider[data-v-2a183b29] {
        display: inline-block;
        width: 0;
        height: 4px;
        background: #eb0028;
        margin-top: 28px;
        transition: width 0.3s ease-in-out 0s;
}
.home-video-wrap[data-v-2a183b29] {
  overflow: hidden;
  position: relative;
  margin: 48px 0;
}
@media screen and (max-width: 480px) {
.home-video-wrap[data-v-2a183b29] {
      margin: 0;
}
}
.home-video-wrap video[data-v-2a183b29] {
    width: 100%;
    height: 1193px;
}
@media screen and (max-width: 480px) {
.home-video-wrap video[data-v-2a183b29] {
        height: auto;
}
}
.home-video-wrap .home-video[data-v-2a183b29] {
    position: absolute;
    width: 100%;
    height: 1280px;
    background: rgba(0, 0, 0, 0.75);
    transform: skewY(10deg);
    transform-origin: 0% center;
}
@media screen and (max-width: 480px) {
.home-video-wrap .home-video[data-v-2a183b29] {
        transform: none;
        height: 100%;
}
}
.home-video-wrap .home-video[data-v-2a183b29]::before, .home-video-wrap .home-video[data-v-2a183b29]::after {
      position: absolute;
      top: -400px;
      background: #fff;
      content: ' ';
      display: inline-block;
      width: 100%;
      height: 400px;
}
@media screen and (max-width: 480px) {
.home-video-wrap .home-video[data-v-2a183b29]::before, .home-video-wrap .home-video[data-v-2a183b29]::after {
          height: 0;
}
}
.home-video-wrap .home-video[data-v-2a183b29]::after {
      top: auto;
      bottom: -0px;
}
.home-video-wrap .content[data-v-2a183b29] {
    position: absolute;
    width: 100%;
    text-align: center;
    top: 0;
}
.home-video-wrap .content h2[data-v-2a183b29] {
      margin: 455px 0 64px;
      color: #fff;
      font-size: 36px;
      font-weight: bold;
}
@media screen and (max-width: 480px) {
.home-video-wrap .content h2[data-v-2a183b29] {
          margin: 40px 0;
          font-size: 24px;
}
}
.home-video-wrap .content .list-wrap[data-v-2a183b29] {
      display: flex;
      justify-content: center;
}
.home-video-wrap .content .list-wrap .item[data-v-2a183b29] {
        width: 240px;
        margin: 0 78px;
}
@media screen and (max-width: 480px) {
.home-video-wrap .content .list-wrap .item[data-v-2a183b29] {
            width: 33.33333%;
            margin: 0 20px;
}
}
.home-video-wrap .content .list-wrap .item .divider[data-v-2a183b29] {
          width: 40px;
          height: 2px;
          background: #fff;
          margin: 24px auto;
}
@media screen and (max-width: 480px) {
.home-video-wrap .content .list-wrap .item .divider[data-v-2a183b29] {
              margin: 10px auto;
}
}
.home-video-wrap .content .list-wrap .item img[data-v-2a183b29] {
          width: 52px;
}
@media screen and (max-width: 480px) {
.home-video-wrap .content .list-wrap .item img[data-v-2a183b29] {
              width: 26px;
}
}
.home-video-wrap .content .list-wrap .item h3[data-v-2a183b29] {
          font-size: 20px;
          line-height: 26px;
          margin-bottom: 12px;
          color: #fff;
}
@media screen and (max-width: 480px) {
.home-video-wrap .content .list-wrap .item h3[data-v-2a183b29] {
              font-size: 10px;
              line-height: 15px;
}
}
.home-video-wrap .content .list-wrap .item p[data-v-2a183b29] {
          font-size: 14px;
          color: #aaa;
          text-align: justify;
          line-height: 24px;
}
@media screen and (max-width: 480px) {
.home-video-wrap .content .list-wrap .item p[data-v-2a183b29] {
              font-size: 10px;
              line-height: 15px;
              display: none;
}
}
.home-tech-specialty[data-v-2a183b29] {
  overflow: hidden;
  padding: 48px 20px 96px;
}
@media screen and (max-width: 480px) {
.home-tech-specialty .title-wrap h2[data-v-2a183b29], .home-tech-specialty .title-wrap > p[data-v-2a183b29] {
      text-align: justify;
}
}
.home-tech-specialty .content-wrap[data-v-2a183b29] {
    margin-top: 48px;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.home-tech-specialty .card-item[data-v-2a183b29] {
    width: 285px;
    height: 360px;
    padding: 48px;
    background: white;
    border-radius: 8px;
}
@media screen and (max-width: 480px) {
.home-tech-specialty .card-item[data-v-2a183b29] {
        padding: 0 2.5%;
        width: 45%;
        height: auto;
        margin-top: 20px;
        text-align: center;
}
}
.home-tech-specialty .card-item[data-v-2a183b29]:hover {
      box-shadow: 0px 8px 24px 0px rgba(0, 0, 0, 0.05);
}
.home-tech-specialty .card-item img[data-v-2a183b29] {
      width: 80px;
}
.home-tech-specialty .card-item h2[data-v-2a183b29] {
      font-size: 20px;
      color: #333333;
      line-height: 26px;
      margin: 24px 0 12px;
}
.home-tech-specialty .card-item p[data-v-2a183b29] {
      font-size: 14px;
      color: #999999;
      line-height: 2;
}
@media screen and (max-width: 480px) {
.home-tech-specialty .card-item p[data-v-2a183b29] {
          line-height: 1.5;
          text-align: justify;
}
}
.home-industry-lot[data-v-2a183b29] {
  background: #F8F8F8;
  overflow: hidden;
  padding: 96px 0;
}
.home-industry-lot .content-wrap[data-v-2a183b29] {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin-top: 48px;
}
.home-industry-lot .card-item[data-v-2a183b29] {
    width: 386px;
    height: 200px;
    margin: 10px 0;
    background: white;
    display: flex;
    align-items: center;
    padding: 0 24px;
    border-radius: 8px;
}
.home-industry-lot .card-item[data-v-2a183b29]:hover {
      box-shadow: 0px 8px 24px 0px rgba(0, 0, 0, 0.05);
}
.home-industry-lot .card-item img[data-v-2a183b29] {
      width: 104px;
      margin-right: 24px;
}
.home-industry-lot .card-item h2[data-v-2a183b29] {
      font-size: 16px;
      color: #333333;
      line-height: 21px;
      margin-bottom: 12px;
}
.home-industry-lot .card-item p[data-v-2a183b29] {
      font-size: 14px;
      color: #999999;
      line-height: 24px;
}
.home-prod-experience[data-v-2a183b29] {
  background: #f6f6f6;
  padding: 50px 20px;
}
.home-prod-experience .content[data-v-2a183b29] {
    display: flex;
    align-items: center;
}
@media screen and (max-width: 480px) {
.home-prod-experience .content[data-v-2a183b29] {
        flex-direction: column;
}
}
.home-prod-experience .content .quote[data-v-2a183b29] {
      width: 106px;
      height: 85px;
}
@media screen and (max-width: 480px) {
.home-prod-experience .content .quote[data-v-2a183b29] {
          width: 20px;
          height: 16px;
}
}
.home-prod-experience .content .quote.before[data-v-2a183b29] {
        align-self: flex-start;
}
.home-prod-experience .content .quote.after[data-v-2a183b29] {
        align-self: flex-end;
}
.home-prod-experience .content .main-content[data-v-2a183b29] {
      width: 900px;
      padding: 90px 20px 130px;
      display: flex;
      justify-content: center;
}
@media screen and (max-width: 480px) {
.home-prod-experience .content .main-content[data-v-2a183b29] {
          padding: 50px 20px 30px;
          width: auto;
          flex-direction: column;
}
}
.home-prod-experience .content .main-content .text[data-v-2a183b29] {
        margin-top: -50px;
        display: flex;
        flex-direction: column;
        justify-content: center;
}
.home-prod-experience .content .main-content .text .desc[data-v-2a183b29] {
          color: #333;
          font-weight: bold;
          font-size: 20px;
          line-height: 1.5;
}
@media screen and (max-width: 480px) {
.home-prod-experience .content .main-content .text .desc[data-v-2a183b29] {
              text-align: justify;
}
}
.home-prod-experience .content .main-content .text .line[data-v-2a183b29] {
          height: 1px;
          background: #E1E1E1;
          margin: 50px 0;
}
@media screen and (max-width: 480px) {
.home-prod-experience .content .main-content .text .line[data-v-2a183b29] {
              margin: 10px 0;
}
}
.home-prod-experience .content .main-content .hand-phone[data-v-2a183b29] {
        width: 494px;
        margin-right: -80px;
}
@media screen and (max-width: 480px) {
.home-prod-experience .content .main-content .hand-phone[data-v-2a183b29] {
            width: 100%;
}
}
.home-vs-wrap[data-v-2a183b29] {
  width: 100%;
  height: 686px;
  background: linear-gradient(90deg, #FF6060 0%, #EB0028 100%);
  padding: 66px 10px 0;
}
.home-vs-wrap .title-wrap h2[data-v-2a183b29], .home-vs-wrap .title-wrap p[data-v-2a183b29] {
    color: #fff;
}
.home-vs-wrap .vs-table[data-v-2a183b29] {
    background: #fff;
    width: 1200px;
    margin: 50px auto 0;
    height: 550px;
    border-collapse: collapse;
    box-shadow: 0px 2px 24px 5px rgba(200, 200, 200, 0.3);
}
@media screen and (max-width: 480px) {
.home-vs-wrap .vs-table[data-v-2a183b29] {
        width: 100%;
}
}
.home-vs-wrap .vs-table th[data-v-2a183b29] {
      font-size: 22px;
      text-align: center;
      border-bottom: 1px solid #dfdfdf;
      padding: 10px 0;
}
.home-vs-wrap .vs-table th[data-v-2a183b29]:first-child {
        border-right: 1px solid #dfdfdf;
}
.home-vs-wrap .vs-table th[data-v-2a183b29]:last-child {
        border-left: 1px solid #dfdfdf;
}
.home-vs-wrap .vs-table td[data-v-2a183b29] {
      font-size: 18px;
      color: #666;
      text-align: center;
}
.home-vs-wrap .vs-table td[data-v-2a183b29]:first-child {
        border-right: 1px solid #dfdfdf;
}
.home-vs-wrap .vs-table td[data-v-2a183b29]:last-child {
        border-left: 1px solid #dfdfdf;
        color: #FF6060;
        border-bottom: none;
}
.home-ability-dev[data-v-2a183b29] {
  margin-top: 150px;
  padding: 20px;
}
.home-ability-dev .title-wrap .divider[data-v-2a183b29] {
    width: 105px;
    margin: 0 auto;
    height: 3px;
    background: #F6515F;
}
.home-ability-dev .content-wrap[data-v-2a183b29] {
    margin-top: 48px;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.home-ability-dev .content-wrap .card-item[data-v-2a183b29] {
      margin-bottom: 30px;
      width: 380px;
      height: 200px;
      box-shadow: 0px 2px 30px 0px rgba(219, 219, 219, 0.5);
      border-radius: 16px;
      display: flex;
      flex-direction: column;
      justify-content: center;
      align-items: center;
      position: relative;
      overflow: hidden;
}
@media screen and (max-width: 480px) {
.home-ability-dev .content-wrap .card-item[data-v-2a183b29] {
          width: 45%;
          align-items: center;
}
}
.home-ability-dev .content-wrap .card-item .mask[data-v-2a183b29] {
        position: absolute;
        background: linear-gradient(90deg, #FF6060 0%, #EB0028 100%);
        display: block;
        width: 100%;
        height: 100%;
        z-index: 0;
        pointer-events: none;
}
.home-ability-dev .content-wrap .card-item .mask.animate[data-v-2a183b29] {
          transition: all 0.3s ease 0s;
}
.home-ability-dev .content-wrap .card-item img[data-v-2a183b29] {
        z-index: 1;
        pointer-events: none;
}
@media screen and (max-width: 480px) {
.home-ability-dev .content-wrap .card-item img[data-v-2a183b29] {
            transform: scale(0.7);
}
}
.home-ability-dev .content-wrap .card-item h2[data-v-2a183b29] {
        pointer-events: none;
        z-index: 1;
        font-size: 16px;
        margin-top: 20px;
        color: #000;
        font-weight: normal;
        transition: all 0.3s ease 0s;
}
.home-ability-dev .content-wrap .card-item .icon-active[data-v-2a183b29] {
        display: none;
}
.home-ability-dev .content-wrap .card-item:hover h2[data-v-2a183b29] {
        color: #fff;
}
.home-ability-dev .content-wrap .card-item:hover .icon[data-v-2a183b29] {
        display: none;
}
.home-ability-dev .content-wrap .card-item:hover .icon-active[data-v-2a183b29] {
        display: block;
}
.home-software-research[data-v-2a183b29] {
  padding-top: 96px;
  padding: 96px 20px 360px;
  background: url(/_nuxt/assets/home/research_banner.png) no-repeat;
  background-position: center bottom;
  background-size: 100% auto;
}
@media screen and (max-width: 480px) {
.home-software-research[data-v-2a183b29] {
      padding: 48px 20px 100px;
}
}
.home-software-research .title-wrap .divider[data-v-2a183b29] {
    width: 105px;
    margin: 0 auto;
    height: 3px;
    background: #F6515F;
}
.home-software-research .content-wrap[data-v-2a183b29] {
    margin-top: 48px;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
@media screen and (max-width: 480px) {
.home-software-research .content-wrap[data-v-2a183b29] {
        margin-top: 20px;
}
}
.home-software-research .content-wrap .card-item[data-v-2a183b29] {
      width: 580px;
      height: 230px;
      padding: 25px;
      border-radius: 16px;
      background: #fff;
      cursor: pointer;
      box-shadow: 0px 2px 30px 0px rgba(219, 219, 219, 0.5);
      margin-bottom: 40px;
      position: relative;
      overflow: hidden;
      transition: all 0.3s ease 0s;
}
@media screen and (max-width: 480px) {
.home-software-research .content-wrap .card-item[data-v-2a183b29] {
          height: auto;
}
}
.home-software-research .content-wrap .card-item[data-v-2a183b29]::before {
        position: absolute;
        left: -166px;
        bottom: -166px;
        z-index: 0;
        content: ' ';
        background: #FFC3C3;
        width: 166px;
        height: 166px;
        border-radius: 50%;
        transition: all 0.45s ease 0s;
}
.home-software-research .content-wrap .card-item[data-v-2a183b29]::after {
        position: absolute;
        right: -242px;
        top: -242px;
        z-index: 0;
        content: ' ';
        background: #FFC3C3;
        width: 242px;
        height: 242px;
        border-radius: 50%;
        transition: all 0.45s ease 0s;
}
.home-software-research .content-wrap .card-item[data-v-2a183b29]:hover {
        background: #FFF7F7;
}
.home-software-research .content-wrap .card-item[data-v-2a183b29]:hover::before {
          left: -89px;
          bottom: -77px;
}
.home-software-research .content-wrap .card-item[data-v-2a183b29]:hover::after {
          right: -106px;
          top: -138px;
}
.home-software-research .content-wrap .card-item .title[data-v-2a183b29] {
        margin-bottom: 30px;
        position: relative;
        z-index: 1;
}
@media screen and (max-width: 480px) {
.home-software-research .content-wrap .card-item .title[data-v-2a183b29] {
            margin-bottom: 10px;
            font-size: 18px;
}
}
.home-software-research .content-wrap .card-item .desc[data-v-2a183b29] {
        text-align: justify;
        position: relative;
        z-index: 1;
        color: rgba(49, 58, 90, 0.6);
        font-size: 16px;
        line-height: 1.5;
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-line-clamp: 5;
        -webkit-box-orient: vertical;
}
@media screen and (max-width: 480px) {
.home-software-research .content-wrap .card-item .desc[data-v-2a183b29] {
            font-size: 14px;
            -webkit-line-clamp: 2;
}
}
.home-mini-program[data-v-2a183b29] {
  overflow: hidden;
  padding: 96px 0;
}
.home-mini-program .content-wrap[data-v-2a183b29] {
    margin: 48px 0;
    display: flex;
    justify-content: space-between;
}
.home-mini-program .card-item[data-v-2a183b29] {
    width: 386px;
}
.home-mini-program .card-item img[data-v-2a183b29] {
      height: 64px;
      margin-bottom: -18px;
}
.home-mini-program .card-item h2[data-v-2a183b29] {
      font-size: 20px;
      color: #333333;
      line-height: 26px;
      margin-bottom: 24px;
}
.home-mini-program .card-item p[data-v-2a183b29] {
      font-size: 14px;
      color: #999999;
      line-height: 28px;
}
.home-mini-program .mini-program-footer[data-v-2a183b29] {
    height: 120px;
    background: #f8f8f8;
    border-radius: 8px;
    display: flex;
    align-items: center;
}
.home-mini-program .mini-program-footer .item[data-v-2a183b29] {
      flex: 1;
      display: flex;
      align-items: center;
      justify-content: center;
      height: 24px;
      border-right: 1px solid #E4E4E4;
}
.home-mini-program .mini-program-footer .item img[data-v-2a183b29] {
        width: 24px;
        margin-right: 20px;
}
.home-mini-program .mini-program-footer .item[data-v-2a183b29]:last-child {
        border-right: none;
}
.home-custom-dev[data-v-2a183b29] {
  overflow: hidden;
  height: 407px;
  padding-top: 96px;
  text-align: center;
  color: #fff;
  background: linear-gradient(270deg, #eb0028 0%, #ff6060 100%);
}
.home-custom-dev h2[data-v-2a183b29] {
    font-size: 36px;
    font-weight: bold;
    line-height: 48px;
}
.home-custom-dev .desc[data-v-2a183b29] {
    margin-top: 12px;
    font-size: 14px;
    line-height: 24px;
}
.home-custom-dev .list[data-v-2a183b29] {
    display: flex;
    margin-top: 48px;
}
.home-custom-dev .list .item[data-v-2a183b29] {
      width: 200px;
}
.home-custom-dev .list .item img[data-v-2a183b29] {
        width: 48px;
        margin-bottom: 16px;
}
.home-brand-customer[data-v-2a183b29] {
  overflow: hidden;
  padding: 96px 20px 0;
}
@media screen and (max-width: 480px) {
.home-brand-customer[data-v-2a183b29] {
      padding-top: 48px;
}
}
.home-brand-customer .content-wrap[data-v-2a183b29] {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    padding: 60px 60px 0;
}
@media screen and (max-width: 480px) {
.home-brand-customer .content-wrap[data-v-2a183b29] {
        padding: 20px 0 0;
}
}
.home-brand-customer .content-wrap .card-item[data-v-2a183b29] {
      width: 300px;
      height: 100px;
      border-radius: 16px;
      background: #fff;
      box-shadow: 0px 2px 30px 0px rgba(219, 219, 219, 0.5);
      margin-bottom: 40px;
      display: flex;
      align-items: center;
      justify-content: center;
}
@media screen and (max-width: 480px) {
.home-brand-customer .content-wrap .card-item[data-v-2a183b29] {
          width: 31.3333%;
          min-height: 50px;
          height: auto;
          margin-bottom: 10px;
          border-radius: 4px;
}
}
@media screen and (max-width: 480px) {
.home-brand-customer .content-wrap .card-item img[data-v-2a183b29] {
          width: 60%;
          height: auto;
}
}
.home-case[data-v-2a183b29] {
  overflow: hidden;
  padding: 96px 0;
}
@media screen and (max-width: 480px) {
.home-case[data-v-2a183b29] {
      padding: 48px 20px;
}
}
.home-case .content-wrap[data-v-2a183b29] {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.home-case .content-wrap .item[data-v-2a183b29] {
      width: 386px;
}
@media screen and (max-width: 480px) {
.home-case .content-wrap .item[data-v-2a183b29] {
          width: 100%;
}
}
.home-case .content-wrap .item h3[data-v-2a183b29] {
        font-size: 16px;
        color: #333333;
        line-height: 21px;
        margin: 24px 0 12px;
        font-weight: normal;
}
@media screen and (max-width: 480px) {
.home-case .content-wrap .item h3[data-v-2a183b29] {
            margin: 12px 0 6px;
}
}
.home-case .content-wrap .item p[data-v-2a183b29] {
        font-size: 14px;
        color: #999999;
        line-height: 19px;
}
.home-case .content-wrap .item .img-wrap[data-v-2a183b29] {
        width: 386px;
        height: 290px;
        margin-top: 48px;
        overflow: hidden;
        background: #cccccc;
        border-radius: 8px;
}
@media screen and (max-width: 480px) {
.home-case .content-wrap .item .img-wrap[data-v-2a183b29] {
            width: 100%;
            height: auto;
            margin-top: 20px;
}
}
.home-case .content-wrap .item .img-wrap img[data-v-2a183b29] {
          display: block;
          width: 386px;
          height: 290px;
          transition: all 0.5s ease-in-out 0s;
}
.home-case .content-wrap .item .img-wrap img[data-v-2a183b29]:hover {
            transform: scale(1.1);
}
@media screen and (max-width: 480px) {
.home-case .content-wrap .item .img-wrap img[data-v-2a183b29] {
              width: 100%;
              height: auto;
}
}
.home-contact-us[data-v-2a183b29] {
  overflow: hidden;
  height: 372px;
  padding-top: 96px;
  background: url(/_nuxt/assets/home/home_icon_15.png) #F8F8F8;
  background-position: center bottom;
  background-repeat: no-repeat;
  text-align: center;
}
.home-contact-us h2[data-v-2a183b29] {
    font-size: 36px;
    font-weight: bold;
    color: #333333;
    line-height: 48px;
}
@media screen and (max-width: 480px) {
.home-contact-us h2[data-v-2a183b29] {
        font-size: 28px;
}
}
.home-contact-us p[data-v-2a183b29] {
    font-size: 14px;
    font-family: MicrosoftYaHei;
    color: #666666;
    line-height: 24px;
    margin: 12px 0 48px;
}
.home-contact-us .btn[data-v-2a183b29] {
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto;
    color: #fff;
    text-decoration: none;
    width: 144px;
    height: 48px;
    line-height: 48px;
    background: linear-gradient(270deg, #eb0028 0%, #ff6060 100%);
    border-radius: 4px;
}
.swiper[data-v-2a183b29] {
  width: 100%;
  margin-bottom: 60px;
}

