/*-- responsive media queries --*/

@media screen and (max-width: 1450px) {
  .contact-content {
    height: 400px;
  }
}
@media screen and (max-width: 1360px) {
  .contact-content {
    height: 370px;
  }
}
@media screen and (max-width: 1120px) {
}

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

@media screen and (max-width: 1024px) {
}
@media screen and (max-width: 1000px) {
  .contact-content .el-row .el-col:first-child {
    height: auto;
  }
  .contact-content {
    height: auto;
  }
  .contact-content-left {
    margin-top: 0;
  }
  .contact-content-left span {
    padding-top: 10%;
    padding-left: 0;
  }
}

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

@media screen and (max-width: 667px) {
  #app .swiper-container {
    height: calc(100% - 130px);
    overflow: hidden;
  }
  .el-menu-item .el-link--inner {
    font-size: 12px;
  }
  .el-submenu__title {
    font-size: 12px;
  }
}

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

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

@media screen and (max-width: 480px) {
  .page-head {
    padding: 0 3%;
  }
  .page-head .page-head-text .el-link {
    font-size: 12px;
  }
  .page-head .el-row .el-col {
    line-height: 68px;
  }
  .page-head .page-head-logo img {
    height: auto;
  }
  .page-head .el-menu-item {
   padding: 0 5px; 
  }
  .page-head .el-submenu__title {
    padding: 0 5px;
  }
}

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

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