.fade-in-up, .dev-process-content .process-item {
  transition-property: opacity, transform;
  transition-duration: 0.3s, 0.3s;
  transition-timing-function: ease-in, ease-in;
  /*opacity: 0;*/
  transform: translateY(10%);
}

.exe-animation {
  opacity: 1 !important;
  transform: translateY(0%) !important;
}

.banner {
  height: 550px;
}
.banner .banner-swiper .banner-swiper-slide {
  background: url("/public/home/img/web-dev/banner.png");
  height: 500px;
}
.banner .banner-swiper .banner-swiper-slide .banner-text .dev-banner-text1 {
  font-size: 32px;
  font-weight: bold;
  margin-bottom: 40px;
}
.banner .banner-swiper .banner-swiper-slide .banner-text .dev-banner-text2 {
  font-size: 20px;
}

.web-dev {
  padding: 5% 10%;
  margin-bottom: 70px;
}
.web-dev .web-dev-title {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  align-items: baseline;
  margin-bottom: 80px;
}
.web-dev .web-dev-title span:first-child {
  font-size:55px;
  font-weight: bold;
}
@media screen and (max-width: 480px) {
  .web-dev .web-dev-title span:first-child {
    font-size: 25px;
  }
}
.web-dev .web-dev-title span:nth-child(2) {
  font-size: 35px;
}
@media screen and (max-width: 480px) {
  .web-dev .web-dev-title span:nth-child(2) {
    font-size: 22px;
  }
  .web-dev .web-dev-title{
      margin-bottom: 40px;
  }
}
.web-dev .web-dev-content {
  /*display: flex;*/
  /*justify-content: space-between;*/
  /*flex-wrap: wrap;*/
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 16px;
}
.web-dev .web-dev-content > div {
  border-top: 1px solid #19152A;
  border-bottom: 1px solid #19152A;
  padding-bottom: 40px;
  box-sizing: border-box;
}
.web-dev .web-dev-content > div:nth-child(-n+3) {
  border-bottom: 0;
}
.web-dev .web-dev-content .level1-text {
  font-size: 28px;
  font-weight: bold;
  color: #19152A;
  margin: 40px 0 20px;
}
.web-dev .web-dev-content > div .web-dev-item-name {
  font-size: 32px;
}
.web-dev .web-dev-content > div .web-dev-item-text {
  color: #908E98;
  font-size: 16px;
  width: 22.2vw;
  /* min-width: 350px; */
}
.banner .banner-text{
        width: auto;
    max-width: 480px;
}
.dev-process {
  padding: 0 10%;
  margin-top: 80px;
  margin-bottom: 70px;
}
.banner .banner-text .banner-text1 {
  font-size: 32px;
  font-weight: bold;
  margin-bottom: 40px;
}

.banner .banner-text .banner-text2 {
  font-size: 20px;
  margin: 0;
  line-height: 32px;
}
.dev-process-title {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  align-items: baseline;
  margin-bottom: 80px;
  margin-bottom: 60px;
  align-items: flex-end;
}
.dev-process-title span:first-child {
  font-size: 80px;
  font-weight: bold;
}
@media screen and (max-width: 480px) {
  .dev-process-title span:first-child {
    font-size: 30px!important;
  }
}
.dev-process-title span:nth-child(2) {
  font-size: 40px;
}
@media screen and (max-width: 480px) {
  .dev-process-title span:nth-child(2) {
    font-size: 30px;
  }
}
.dev-process-content {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  justify-content: center;
}
.dev-process-content .process-item {
  opacity: 0;
  transform: translateY(10%);
  margin: 0 1.15vw;
  height: 280px;
  min-width: 260px;
  background: url("/public/home/img/web-dev/process-bg.png");
  background-size: cover;
  color: white;
  text-align: center;
}
.dev-process-content .process-item .item-text1 {
  font-size: 26px;
  font-weight: bold;
  margin: 25px 0 28px;
}
.dev-process-content .process-item .item-icon {
  width: 40px;
  height: 40px;
}
.dev-process-content .process-item .item-text2 {
  font-size: 18px;
  color: #666;
  margin: 11px 0;
}
.dev-process-content .process-item .item-text3 {
  font-size: 15px;
  color: #828487;
  width: 160px;
  margin: 0 auto;
}
.dev-process-content img {
  margin: 0 20px;
}

.our-services {
  padding: 0 11%;
  margin-bottom: 100px;
}
.our-services .title {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  align-items: flex-end;
  margin-bottom: 60px;
}
.our-services .title .title1 {
  font-size: 40px;
  text-align: end;
}
.our-services .title .title2 {
  width: 510px;
  font-size: 80px;
  font-weight: bold;
}
.our-services .content {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.our-services .content-index {
  color: #19152A;
  font-weight: bold;
  font-size: 30px;
  margin: 30px 0 39px;
}
.our-services .content .content-name {
  margin: 42px 0 10px;
  font-size: 16px;
}
.our-services .content .content-title {
  font-size: 30px;
  font-weight: bold;
}
.our-services .content .content-text {
  color: #908E98;
  width: 640px;
  margin: 30px 0 40px;
}


@media screen and (max-width: 1221px) {

}

@media screen and (max-width: 1025px) {
  .web-dev {
    padding: 2% 5%;
    margin-bottom:40px;
}
}

@media screen and (max-width: 768px) {
  .web-dev .web-dev-content{
    grid-template-columns: repeat(2, 1fr);
  }
  .web-dev .web-dev-content > div .web-dev-item-text{
    width: 100%;
  }
  .banner .banner-text .banner-text1{
    font-size: 28px;
  }
  .banner .banner-text .banner-text2{
    font-size: 16px;
  }
}

@media screen and (max-width: 480px) {
    .banner .banner-text .banner-text1{
    font-size: 23px;
    margin-bottom: 16px;
  }
  .banner .banner-text .banner-text2 {
    font-size: 13px;
    margin: 0;
    line-height: 24px;
  }
    .dev-process-content .process-item{
        width: 109px;
        height: 120px;
        margin: 0 1vw;
        min-width:unset;
    }
    .dev-process {
        padding: 0 5%;
        margin-top: 50px;
    margin-bottom: 15px;
    }
    .dev-process-content .process-item .item-text1{
        font-size: 22px;
        font-weight: bold;
        margin: 6px 0 9px;
    }
    .dev-process-content .process-item .item-icon {
        width: 23px;
        height: 22px;
    }
    .dev-process-content img {
         margin: 0 20px;
    }
    .dev-process-content .process-item .item-text2{
            font-size: 10px;
        color: #666;
        margin: 8px 0;
    }
  .banner .banner-swiper .banner-swiper-slide {
    height: auto;
    background: url("/public/home/img/web-dev/banner.png");
  }
  .banner .banner-swiper .banner-swiper-slide .banner-text .dev-banner-text1 {
    font-size: 5vw;
    margin-bottom: 20px;
  }
  .banner .banner-swiper .banner-swiper-slide .banner-text .dev-banner-text2 {
    font-size: 3vw;
  }

  .web-dev .web-dev-content{
    margin-top: 30px;
    grid-template-columns: repeat(2, 1fr);
  }
  .website{
    font-size:40px!important;
  }
  .website:last-child{
    font-size:30px!important;
    margin-bottom: 20px;
  }
  .web-dev .web-dev-content .level1-text{
    margin: 0px 0 13px;
    font-size: 18px;
  }
  .web-dev .web-dev-content > div{
    padding-bottom: 0;
  }
  .web-dev .web-dev-content > div .web-dev-item-text{
    font-size: 14px;
  }

  .our-services .title{
    margin-bottom: 0px;
   
  }
  .our-services .title .title2{
    margin-left: 0!important;
    font-size: 24px!important;
  }
  .our-services .slide-img{
    width: 100%;
  }
}/*# sourceMappingURL=webDev.css.map */<!--0.00015091896057129-->