@charset "UTF-8";
.uw-main-server {
  background: url("../../images/development/severbg.png") no-repeat 0 0;
  background-size: 100% 100%;
  padding-top: 64px;
  padding-bottom: 64px; }
  .uw-main-server ul {
    gap: 24px;
    grid-template-columns: repeat(auto-fill, minmax(180px, 1fr));
    margin-top: 40px; }
    .uw-main-server ul li {
      display: flex;
      flex-direction: column;
      align-items: center;
      justify-content: center;
      height: 211px;
      box-shadow: 0px 2px 10px 0px rgba(20, 114, 255, 0.1);
      border-radius: 8px 8px 8px 8px;
      background: url("../../images/development/severlibg.png") no-repeat 0 0;
      background-size: 100% 100%; }
      .uw-main-server ul li img {
        width: 76px;
        height: 76px; }
      .uw-main-server ul li p {
        font-weight: 500;
        font-size: 20px;
        color: #333333;
        margin-top: 10px; }
  @media (max-width: 768px) {
    .uw-main-server {
      background: none;
      padding: 2.8rem 0; }
      .uw-main-server ul {
        grid-template-columns: repeat(auto-fill, minmax(10.9rem, 1fr));
        gap: 1.2rem;
        margin-top: 1.8rem; }
        .uw-main-server ul li {
          height: 11.3rem;
          box-shadow: 0rem 0.1rem 0.5rem 0rem rgba(20, 114, 255, 0.1);
          border-radius: 0.2rem 0.2rem 0.2rem 0.2rem;
          background: url("../../images/development/severlibg.png") no-repeat 0 0;
          background-size: 100% 100%; }
          .uw-main-server ul li img {
            width: 4.6rem;
            height: 4.6rem; }
          .uw-main-server ul li p {
            font-size: 1.5rem;
            line-height: 1.9rem;
            margin-top: 1.15rem; } }

/* 技术优势 */
.uw-main-advantage ul {
  margin-top: 36px; }
  @media (max-width: 768px) {
    .uw-main-advantage ul {
      margin-top: 1.8rem;
      gap: 1.1rem; } }
  .uw-main-advantage ul li {
    background: #FFFFFF;
    box-shadow: 0px 2px 10px 0px rgba(20, 114, 255, 0.1);
    border-radius: 0px 0px 0px 0px;
    flex-direction: column;
    align-items: center;
    padding: 24px 16px 0;
    justify-content: space-between; }
    @media (max-width: 768px) {
      .uw-main-advantage ul li {
        padding: 1.5rem 1rem 0;
        box-shadow: 0rem 0.1rem 0.5rem 0rem rgba(20, 114, 255, 0.1); } }
    .uw-main-advantage ul li .img1 {
      width: 80px;
      height: 80px; }
      @media (max-width: 768px) {
        .uw-main-advantage ul li .img1 {
          width: 6.2rem;
          height: 6.25rem; } }
    .uw-main-advantage ul li p {
      font-weight: 500;
      font-size: 20px;
      color: #222222;
      line-height: 30px;
      margin-top: 20px; }
      @media (max-width: 768px) {
        .uw-main-advantage ul li p {
          font-weight: 500;
          font-size: 1.6rem;
          color: #333333;
          line-height: 2.2rem;
          margin-top: 1rem; } }
    .uw-main-advantage ul li span {
      display: block;
      font-weight: 400;
      font-size: 14px;
      color: #999999;
      line-height: 18px;
      text-align: center;
      margin-top: 12px; }
      @media (max-width: 768px) {
        .uw-main-advantage ul li span {
          font-size: 1.3rem;
          line-height: 1.7rem;
          margin-top: 0.4rem; } }
    .uw-main-advantage ul li .img2 {
      width: 80px;
      height: 36px;
      margin-top: 32px; }
      @media (max-width: 768px) {
        .uw-main-advantage ul li .img2 {
          width: 5.5rem;
          height: 2.55rem;
          margin-top: 2rem; } }

/* 联系我们 */
.uw-main-contact {
  width: 100%;
  background: url("../../images/contactbg.png") no-repeat 0 0;
  background-size: 100% 100%;
  padding-top: 64px;
  padding-bottom: 64px; }
  @media (max-width: 768px) {
    .uw-main-contact {
      background-image: url("../../images/contactbgyd.png");
      padding-top: 2.4rem;
      padding-bottom: 2.3rem; } }
  .uw-main-contact ul {
    gap: 40px 98px;
    margin-top: 48px; }
    @media (max-width: 768px) {
      .uw-main-contact ul {
        gap: 1.4rem 0;
        grid-template-columns: repeat(1, 1fr);
        margin-top: 1.8rem; } }
    .uw-main-contact ul li {
      justify-content: space-between;
      align-items: center; }
      .uw-main-contact ul li > span {
        width: 100px;
        font-weight: 500;
        font-size: 18px;
        color: #333333; }
        @media (max-width: 768px) {
          .uw-main-contact ul li > span {
            width: 7rem;
            font-weight: 500;
            font-size: 1.4rem;
            color: #333333; } }
      .uw-main-contact ul li .select {
        flex: 1;
        height: 58px;
        background: #FFFFFF;
        border-radius: 10px 10px 10px 10px;
        border: 0;
        font-size: 18px;
        padding: 0 24px; }
        @media (max-width: 768px) {
          .uw-main-contact ul li .select {
            height: 4.4rem;
            font-size: 1.4rem;
            padding: 0 1.2rem; } }
        .uw-main-contact ul li .select select {
          width: 100%;
          height: 100%;
          outline: none;
          border: 0;
          font-size: 18px; }
          @media (max-width: 768px) {
            .uw-main-contact ul li .select select {
              font-size: 1.4rem; } }
          .uw-main-contact ul li .select select span {
            color: #999; }
      .uw-main-contact ul li input {
        flex: 1;
        height: 58px;
        background: #FFFFFF;
        border-radius: 10px 10px 10px 10px;
        border: 0;
        font-size: 18px;
        padding: 0 24px; }
        @media (max-width: 768px) {
          .uw-main-contact ul li input {
            height: 4.4rem;
            font-size: 1.4rem;
            padding: 0 1.2rem; } }
      @media (max-width: 768px) {
        .uw-main-contact ul li:last-child {
          justify-content: center; }
          .uw-main-contact ul li:last-child button {
            width: 12rem;
            height: 4rem;
            background: #1472FF;
            border-radius: 0.6rem 0.6rem 0.6rem 0.6rem;
            font-weight: 500;
            font-size: 1.6rem;
            color: #FFFFFF; } }
      .uw-main-contact ul li button {
        width: 160px;
        height: 57px;
        border-radius: 12px 12px 12px 12px;
        font-weight: 500;
        font-size: 18px;
        color: #FFFFFF; }

/* 服务优势 */
.uw-main-advantages {
  padding: 64px 0; }
  .uw-main-advantages ul {
    gap: 25px;
    grid-template-columns: repeat(auto-fill, minmax(220px, 1fr));
    margin-top: 48px; }
    .uw-main-advantages ul li {
      display: flex;
      flex-direction: column;
      align-items: center;
      cursor: pointer; }
      .uw-main-advantages ul li > img {
        width: 48px;
        height: 48px; }
      .uw-main-advantages ul li .mt-20 {
        margin-top: 20px; }
      .uw-main-advantages ul li .mb-20 {
        margin-bottom: 20px; }
      .uw-main-advantages ul li > div {
        width: 100%;
        height: 318px;
        background: url("../../images/youshibga.png") no-repeat 0 0;
        background-size: 100% 100%;
        box-shadow: 0px 2px 10px 0px rgba(20, 114, 255, 0.1);
        display: flex;
        flex-direction: column;
        align-items: center;
        padding: 0 30px;
        padding-top: 30px;
        position: relative; }
        .uw-main-advantages ul li > div .top {
          display: flex;
          flex-direction: column;
          align-items: center;
          justify-content: center; }
          .uw-main-advantages ul li > div .top img {
            width: 52px;
            height: 52px; }
        .uw-main-advantages ul li > div p {
          font-weight: 500;
          font-size: 20px;
          color: #222222;
          margin-bottom: 14px;
          margin-top: 24px;
          line-height: 30px; }
        .uw-main-advantages ul li > div span {
          font-weight: 400;
          font-size: 14px;
          color: #999999;
          word-break: break-all;
          white-space: normal;
          display: block;
          line-height: 18px; }
        .uw-main-advantages ul li > div::after {
          content: "";
          width: 0;
          height: 4px;
          background: #1464FF;
          border-radius: 0px 0px 0px 0px;
          transition: width 0.25s;
          position: absolute;
          left: 0;
          bottom: 0; }
      @media (min-width: 900px) {
        .uw-main-advantages ul li:hover > div::after {
          width: 220px;
          transition: width 0.25s; } }
  @media (max-width: 768px) {
    .uw-main-advantages {
      padding: 2.8rem 0; }
      .uw-main-advantages ul {
        gap: 1.3rem 0;
        margin-top: 1.8rem; }
        .uw-main-advantages ul li {
          padding: 1.35rem 1.2rem;
          flex-direction: row;
          background: url("../../images/development/youshilibg.png") no-repeat 0 0;
          background-size: 100% 100%;
          box-shadow: 0rem 0.1rem 0.5rem 0rem rgba(20, 114, 255, 0.1); }
          .uw-main-advantages ul li:nth-child(1), .uw-main-advantages ul li:nth-child(3), .uw-main-advantages ul li:nth-child(5) {
            flex-direction: row-reverse; }
          .uw-main-advantages ul li .mb-20, .uw-main-advantages ul li .mt-20 {
            margin: 0; }
          .uw-main-advantages ul li > img {
            width: 3.2rem;
            height: 3.2rem; }
          .uw-main-advantages ul li > div {
            height: auto;
            box-shadow: none;
            align-items: flex-start;
            padding: 0;
            padding-left: 2rem;
            background: none; }
            .uw-main-advantages ul li > div .top {
              display: flex;
              flex-direction: row;
              justify-content: flex-start;
              margin-bottom: 1rem; }
              .uw-main-advantages ul li > div .top p {
                font-size: 1.6rem;
                line-height: 2.2rem;
                margin: 0 !important; }
              .uw-main-advantages ul li > div .top img {
                width: 2.2rem;
                height: 2.2rem;
                margin-right: 1rem; }
          .uw-main-advantages ul li span {
            font-size: 1.3rem;
            line-height: 1.7rem; } }

/* 服务准则 */
.uw-main-guidelines {
  background: url("../../images/development/zhunzebg.png") no-repeat 0 0 #F8F9FF;
  background-size: 100% 93.7rem;
  padding-top: 64px;
  padding-bottom: 58px; }
  .uw-main-guidelines ul {
    gap: 0 54px;
    grid-template-columns: repeat(auto-fill, minmax(364px, 1fr));
    margin-top: 50px; }
    .uw-main-guidelines ul li {
      cursor: pointer; }
      .uw-main-guidelines ul li .top {
        display: flex;
        align-items: center;
        padding-bottom: 20px;
        border-bottom: 1px solid #E2E6ED; }
        .uw-main-guidelines ul li .top img {
          width: 26px;
          height: 26px; }
        .uw-main-guidelines ul li .top h4 {
          font-weight: 500;
          font-size: 24px;
          color: #222222;
          line-height: 30px;
          margin-left: 8px; }
      .uw-main-guidelines ul li:hover .top {
        position: relative; }
        .uw-main-guidelines ul li:hover .top::after {
          width: 96px;
          height: 7px;
          content: "";
          background: url("../../images/development/zhunze5.png");
          position: absolute;
          left: 0;
          bottom: -6px; }
      .uw-main-guidelines ul li .p1 {
        font-weight: 500;
        font-size: 16px;
        color: #333333;
        line-height: 24px;
        margin-top: 26px; }
      .uw-main-guidelines ul li .p2 {
        font-weight: 500;
        font-size: 16px;
        color: #1464FF;
        line-height: 20px;
        margin-top: 38px; }
      .uw-main-guidelines ul li .grid {
        gap: 16px 0;
        margin-top: 20px; }
        .uw-main-guidelines ul li .grid .divli {
          display: flex;
          align-items: center; }
          .uw-main-guidelines ul li .grid .divli span {
            font-weight: 400;
            font-size: 14px;
            color: #666666;
            line-height: 18px;
            margin-left: 8px; }
  @media (max-width: 768px) {
    .uw-main-guidelines {
      padding-top: 2.8rem;
      background-image: url("../../images/development/zhunzebgmb.png");
      padding-bottom: 0; }
      .uw-main-guidelines ul {
        gap: 1.6rem 0;
        grid-template-columns: repeat(1, auto);
        margin-top: 1.8rem; }
        .uw-main-guidelines ul li {
          background: #FCFDFF;
          border-radius: 0.1rem 0.1rem 0.1rem 0.1rem;
          padding: 1.2rem;
          padding-bottom: 2rem; }
          .uw-main-guidelines ul li .top {
            padding-bottom: 0.85rem; }
            .uw-main-guidelines ul li .top img {
              width: 1.8rem;
              height: 1.8rem; }
            .uw-main-guidelines ul li .top h4 {
              font-size: 1.6rem;
              line-height: 2.2rem; }
          .uw-main-guidelines ul li .p1 {
            font-size: 1.4rem;
            line-height: 2rem;
            margin-top: 1.4rem; }
          .uw-main-guidelines ul li .p2 {
            margin-top: 2rem;
            font-size: 1.6rem;
            line-height: 2.2rem; }
          .uw-main-guidelines ul li .grid {
            gap: 1rem 0; }
            .uw-main-guidelines ul li .grid .divli span {
              font-size: 1.4rem;
              line-height: 2.05rem; } }

/* 合作流程 */
.uw-main-cooperate {
  padding-top: 64px; }
  .uw-main-cooperate ul {
    gap: 40px;
    grid-template-columns: repeat(auto-fill, minmax(112px, 1fr));
    margin-top: 48px; }
    @media (max-width: 1199px) {
      .uw-main-cooperate ul {
        gap: 40px; } }
    .uw-main-cooperate ul li {
      display: flex;
      flex-direction: column;
      align-items: center;
      justify-content: center; }
      .uw-main-cooperate ul li p {
        font-weight: 500;
        font-size: 20px;
        color: #333333;
        line-height: 30px;
        margin-top: 24px;
        margin-bottom: 10px; }
      .uw-main-cooperate ul li span {
        font-weight: 400;
        font-size: 14px;
        color: #666666;
        line-height: 20px;
        text-align: center; }
  @media (max-width: 768px) {
    .uw-main-cooperate {
      padding-top: 2.8rem; }
      .uw-main-cooperate ul {
        gap: 2.1rem 4.4rem;
        grid-template-columns: repeat(auto-fill, minmax(14rem, 1fr));
        margin-top: 2rem; }
        .uw-main-cooperate ul li img {
          width: 4.4rem;
          height: 4.4rem; }
        .uw-main-cooperate ul li p {
          font-size: 1.6rem;
          line-height: 2.2rem;
          margin-top: 1.2rem;
          margin-bottom: 0.8rem; }
        .uw-main-cooperate ul li span {
          font-size: 1.4rem;
          line-height: 1.8rem;
          text-align: center; } }

/* 项目交付 */
.uw-main-deliver {
  padding-top: 64px;
  padding-bottom: 64px; }
  .uw-main-deliver ul {
    gap: 24px;
    grid-template-columns: repeat(3, auto);
    justify-content: space-between;
    margin-top: 44px; }
    @media (min-width: 960px) {
      .uw-main-deliver ul {
        padding: 0 73px; } }
    @media (max-width: 768px) {
      .uw-main-deliver ul {
        grid-template-columns: repeat(2, auto);
        gap: 1.6rem;
        margin-top: 2rem; } }
    .uw-main-deliver ul li {
      width: 100%; }
      .uw-main-deliver ul li img {
        width: 100%; }
  @media (max-width: 768px) {
    .uw-main-deliver {
      padding-top: 3rem;
      padding-bottom: 3.2rem; } }

/* 品质 */
.uw-main-quality {
  background: #FFFFFF;
  padding-top: 64px;
  padding-bottom: 64px; }
  .uw-main-quality ul {
    gap: 24px 40px;
    grid-template-columns: repeat(auto-fill, minmax(240px, 1fr));
    margin-top: 48px; }
    .uw-main-quality ul li {
      background: #F6F8FF;
      border-radius: 20px 20px 20px 20px;
      border: 2px solid rgba(20, 114, 255, 0.1);
      padding: 0 20px 20px; }
      .uw-main-quality ul li .top {
        width: 130px;
        height: 52px;
        background: url("../../images/development/bakong.png") no-repeat 0 0;
        background-size: 100% 100%;
        margin: auto;
        margin-top: -2px;
        font-weight: 500;
        font-size: 20px;
        color: #FFFFFF;
        line-height: 30px;
        text-align: center;
        line-height: 56px; }
      .uw-main-quality ul li p {
        font-weight: 500;
        font-size: 18px;
        color: #333333;
        line-height: 24px;
        text-align: center;
        margin-top: 24px;
        margin-bottom: 14px; }
      .uw-main-quality ul li span {
        font-weight: 400;
        font-size: 16px;
        color: #666666;
        line-height: 20px;
        display: block;
        text-align: center; }
  @media (max-width: 768px) {
    .uw-main-quality {
      padding-top: 2.8rem;
      padding-bottom: 2.5rem; }
      .uw-main-quality ul {
        gap: 1.6rem;
        grid-template-columns: repeat(auto-fill, minmax(15.4rem, 1fr));
        margin-top: 2rem; }
        .uw-main-quality ul li {
          padding: 0 1.7rem 1.4rem; }
          .uw-main-quality ul li .top {
            width: 10rem;
            height: 2.8rem;
            font-size: 1.4rem;
            line-height: 2.8rem; }
          .uw-main-quality ul li p {
            font-size: 1.6rem;
            line-height: 2.2rem;
            margin-top: 1.2rem;
            margin-bottom: 1.2rem; }
          .uw-main-quality ul li span {
            font-size: 1.3rem;
            line-height: 1.7rem; } }

/* 售后 */
.uw-main-sales {
  padding-top: 64px;
  padding-bottom: 64px; }
  .uw-main-sales ul {
    gap: 24px 40px;
    grid-template-columns: repeat(2, auto);
    margin-top: 48px; }
    .uw-main-sales ul li {
      display: flex;
      align-items: center;
      background: #FFFFFF;
      box-shadow: 0px 2px 10px 0px rgba(20, 114, 255, 0.1);
      padding: 30px 24px; }
      .uw-main-sales ul li img {
        width: 52px;
        height: 52px; }
      .uw-main-sales ul li > div {
        display: flex;
        align-items: center; }
        .uw-main-sales ul li > div::before {
          content: "";
          display: block;
          width: 1px;
          background: rgba(20, 114, 255, 0.12);
          height: 60px; }
      .uw-main-sales ul li div {
        padding-left: 21px; }
        .uw-main-sales ul li div p {
          font-weight: 500;
          font-size: 20px;
          color: #333333;
          line-height: 30px; }
        .uw-main-sales ul li div span {
          font-weight: 400;
          font-size: 16px;
          color: #666666;
          line-height: 20px;
          margin-top: 12px;
          display: block; }
  @media (max-width: 768px) {
    .uw-main-sales {
      padding-top: 2.8rem;
      padding-bottom: 2.8rem; }
      .uw-main-sales ul {
        grid-template-columns: repeat(1, auto);
        margin-top: 2rem;
        gap: 1.2rem 0; }
        .uw-main-sales ul li {
          padding: 1.6rem 1.3rem; }
          .uw-main-sales ul li img {
            width: 3.2rem;
            height: auto; }
          .uw-main-sales ul li > div::before {
            height: 3.2rem; }
          .uw-main-sales ul li div p {
            font-size: 1.6rem;
            line-height: 2.2rem; }
          .uw-main-sales ul li div span {
            font-size: 1.3rem;
            margin-top: 0.8rem;
            line-height: 1.7rem; } }
