@media screen and (max-width: 1856px) {
}

@media screen and (max-width: 1792px) {
}

@media screen and (max-width: 1680px) {
  .header_menu .warp {
    width: 1433px;
    position: relative;
    left: 50%;
    top: 55%;
    transform: translate(-50%, -50%);
  }
}

@media screen and (max-width: 1600px) {
  .header_menu .warp {
    width: 1250px;
    position: relative;
    left: 50%;
    top: 55%;
    transform: translate(-50%, -50%);
  }
}

@media screen and (max-width: 1440px) {
  .header_menu .warp {
    width: 1200px;
    position: relative;
    left: 50%;
    top: 55%;
    transform: translate(-50%, -50%);
  }
  .section .warp {
    width: 80%;
    margin: 187px auto 0;
  }
  .section2 .warp {
    width: 80%;
    margin: 106px auto 126px;
  }
  .section2 .warp .content .item {
    width: 100%;
  }
  .section2 .warp .content .item form .con input {
    width: 50%;
  }
}

@media screen and (max-width: 1400px) {
  .header_menu .warp {
    width: 1140px;
    position: relative;
    left: 50%;
    top: 55%;
    transform: translate(-50%, -50%);
  }
}

@media screen and (max-width: 1366px) {

}

@media screen and (max-width: 768px) {
  .section .warp .site .con {
    margin-right: 45px;
    display: flex;
    align-items: center;
  }
  .section .warp .site {
    display: flex;
    margin-top: 90px;
    border-bottom: 1px solid #F1F1F1;
    flex-direction: column;
    align-items: unset;
    padding-bottom: 0;
  }
  .section .warp .site a{
    margin-top: 20px;
  }
  .section2 .warp .content {
    display: flex;
    justify-content: space-between;
    margin-top: 71px;
    flex-direction: column;
  }
  .section2 .warp .content .item:nth-child(2){
    margin-top: 60px;
  }
}

@media screen and (max-width: 414px) {
  .section .warp .content .map {
    width: 100%;
    height: 400px;
    border-radius: 8px 8px 0px 0px;
  }
}

@media screen and (max-height: 760px) {
  .section .warp {
    margin: 90px auto 0;
  }

}
