@media (max-width: 1400px) {
  .title {
    font-size: 48px;
  }

  #index .banner .content .banner-wrap {
    padding-top: 180px;
  }

  #index .banner .content .banner-wrap .text {
    padding-top: 20px;
    font-size: 18px;
  }

  #index .banner .content .banner-wrap .describe {
    padding-top: 100px;
    font-size: 48px;
  }

  #index .service {
    padding: 120px 0;
  }

  #index .service .service-wrap .list .item {
    padding: 60px 0;
  }

  #index .service .service-wrap .list .item .key {
    font-size: 32px;
    gap: 50px;
  }

  #index .service .service-wrap .list .item .key .icon {
    width: 24px;
  }

  #index .service .service-wrap .list .item .value .subList {
    gap: 10px;
  }

  #index .service .service-wrap .list .item .value .subList .subItem {
    font-size: 18px;
  }
}




@media (max-width: 1400px) and (min-width: 1024px) {
  .container {
    max-width: 1080px;
  }

  .title {
    font-size: 38px;
  }

  #index .banner .content .banner-wrap .text {
    max-width: 700px;
  }
  #index .banner .content .banner-wrap .describe {
    font-size: 38px;
    width: fit-content;
    margin: auto;
  }
  #index .service .service-wrap .list .item{
    padding: 30px 0;
  }
  #index .service .service-wrap .list .item .key{
    font-size: 26px;
  }
  #index .service .service-wrap .list .item .value .subList .subItem{
    font-size: 16px;
  }
  
  #index .service {
    padding: 80px 0;
  }
  #index .case{
    padding: 80px 0;
  }
  #index .case .case-wrap .list{
    padding: 40px 0 20px;
  }
  #index .lastSection .team{
    padding: 80px 0;
  }
  #index .lastSection .team .list .item{
    padding: 30px 0;
  }
  #index .lastSection .team .list .item .describe .name{
    font-size: 32px;
  }
  #index .lastSection .team .list .item .describe .sName{
    font-size: 20px;
  }
  #index .lastSection .team .list .item .describe .text{
    font-size: 16px;
  }
  #index .lastSection .contact{
    padding: 80px 0;
  }
  #index .lastSection .contact .list .item .sTitle{
    font-size: 36px;
  }
  
}

@media (max-width: 1024px) {
  .title {
    font-size: 32px;
  }

  #index .banner .content .banner-wrap .text {
    font-size: 14px;
  }

  #index .banner .content .banner-wrap .describe {
    font-size: 32px;
  }

  #index .service {
    padding: 80px 0;
  }

  #index .service .service-wrap .list .item {
    padding: 40px 0;
  }

  #index .service .service-wrap .list .item .key {
    font-size: 24px;
    gap: 30px;
  }

  #index .service .service-wrap .list .item .key .icon {
    width: 18px;
  }

  #index .service .service-wrap .list .item .value .subList .subItem {
    font-size: 14px;
    padding-left: 20px;
  }

  #index .service .service-wrap .list .item .value .subList .subItem::before {
    left: 0;
    top: 9px;
    width: 6px;
    height: 6px;
  }

  #index .case {
    padding: 80px 0;
  }

  #index .case .case-wrap .list {
    padding: 40px 0 20px;
    gap: 20px;
  }

  #index .case .case-wrap .list .item {
    width: calc((100% - 40px)/3);
  }

  #index .lastSection {
    border-radius: 0 0 50px 50px;
  }

  #index .lastSection .team {
    padding: 80px 0;
    border-radius: 0 0 50px 50px;
  }

  #index .lastSection .team .list .item {
    padding: 40px 0;
    gap: 30px;
  }

  #index .lastSection .team .list .item .describe .name {
    font-size: 24px;
  }

  #index .lastSection .team .list .item .describe .sName {
    font-size: 18px;
  }

  #index .lastSection .team .list .item .describe .text {
    font-size: 14px;
  }

  #index .lastSection .contact {
    padding: 80px 0;
  }

  #index .lastSection .contact .list {
    gap: 40px;
  }

  #index .lastSection .contact .list .item .sTitle {
    font-size: 32px;
  }

  #index .lastSection .contact .list .item .text {
    font-size: 20px;
    padding-top: 15px;
  }
}

@media (max-width: 768px) {
  header {
    position: sticky;
  }

  header .header-wrap {
    padding: 15px 0;
  }

  header .logo {
    width: 150px;
  }

  header nav {
    position: absolute;
    top: 100%;
    max-height: 0;
    overflow: hidden;
    width: 100%;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
    left: 0;
    transition: all 0.4s ease-in-out;
  }

  header nav .list {
    flex-direction: column;
  }

  header nav .list .item {
    width: 100%;
    box-sizing: border-box;
    padding: 15px;
  }

  header .mobileNav {
    display: block;
  }

  header .mobileNav[status='close']~nav {
    max-height: 100vh;
  }

  #index .banner .bg {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
  }

  #index .banner .content {
    position: static;
    transform: translate(0);
    padding-bottom: 20px;
  }

  #index .banner .content .banner-wrap {
    padding-top: 3%;
  }

  #index .banner .content .banner-wrap .describe {
    padding-top: 3%;
  }

  #index .service {
    padding: 40px 0;
  }

  #index .case {
    padding: 40px 0;
  }

  #index .lastSection .team {
    padding: 40px 0;
  }

  #index .lastSection .team .list .item {
    padding: 20px 0;
  }

  #index .lastSection .team .list .item .avatar {
    width: 30%;
  }

  #index .lastSection .team .list .item .describe .name {
    font-size: 18px;
  }

  #index .lastSection .team .list .item .describe .text {
    padding-top: 10px;
    font-size: 12px;
  }

  #index .lastSection .contact {
    padding: 40px 0;
  }

  #index .lastSection .contact .list {
    gap: 20px;
  }

  #index .lastSection .contact .list .item {
    flex: 1;
    width: 50%;
  }

  #index .lastSection .contact .list .item .sTitle {
    font-size: 18px;
  }

  #index .lastSection .contact .list .item .text {
    font-size: 14px;
  }

  #index .lastSection .contact .list .item .imgBox {
    gap: 15px;
  }

  #index .lastSection .contact .list .item .imgBox .img {
    width: 35px;
    height: 35px;
  }

  .copyRight {
    font-size: 16px;
    padding: 30px 0;
  }
}

@media (max-width: 476px) {
  .title {
    font-size: 24px;
  }

  #index .banner .content .banner-wrap .text {
    font-size: 12px;
    padding-top: 10px;
  }

  #index .banner .content .banner-wrap .describe {
    font-size: 18px;
  }

  #index .service .service-wrap .list .item {
    padding: 20px 0;
    flex-direction: column;
    gap: 30px;
  }

  #index .service .service-wrap .list .item .key {
    font-size: 18px;
    gap: 10px;
    width: 100%;
  }

  #index .service .service-wrap .list .item .value .subList {
    gap: 0;
  }

  #index .case .case-wrap .list .item {
    width: calc((100% - 20px) / 2);
  }

  #index .lastSection .team .list {
    padding-bottom: 0;
  }

  #index .lastSection .team .list .item {
    flex-direction: column;
  }

  #index .lastSection .team .list .item:nth-child(2) {
    flex-direction: column;
  }
}