/* ny_contact start */
.ny_contact {
  width: 100%;
  height: auto;
  overflow: hidden;
  margin: 0 auto 40px;
}

.ny_contact .ny_lxfs {
  width: 50%;
  height: auto;
  overflow: hidden;
  padding: 0 5% 0 0;
  float: left;
}

.nyContact_title {
  width: 100%;
  height: auto;
  overflow: hidden;
  line-height: 50px;
  color: #14463a;
  font-size: 44px;
  font-weight: lighter;
  margin: 0 auto 20px;
}

.ny_lxfs p {
  width: 100%;
  height: auto;
  overflow: hidden;
  line-height: 30px;
  color: #14463a;
  font-size: 18px;
  font-weight: lighter;
  margin: 0 auto 20px;
}

.ny_lxfs dl {
  margin-top: 40px;
}

.ny_lxfs dl dt {
  width: 100%;
  height: auto;
  overflow: hidden;
  line-height: 40px;
  color: #14463a;
  font-size: 32px;
  font-weight: lighter;
  margin: 0 auto 20px;
}

.ny_lxfs dl dd {
  width: 100%;
  height: auto;
  overflow: hidden;
  line-height: 32px;
  color: #14463a;
  font-size: 22px;
  font-weight: lighter;
  margin: 0 auto 10px;
}

.ny_lxfs dl dd img {
  display: block;
  width: 24px;
  height: 24px;
  margin: 4px 10px 4px 0;
  float: left;
}

.ny_contact .ny_order {
  width: 50%;
  height: auto;
  overflow: hidden;
  padding: 0 0 40px 5%;
  border-left: 1px solid #14463a;
  float: right;
}

.ny_order p {
  width: 100%;
  height: auto;
  overflow: hidden;
  line-height: 30px;
  color: #14463a;
  font-size: 18px;
  font-weight: lighter;
  margin: 0 auto 20px;
}

.ny_order .nyOrder_ipt,
.ny_order .nyOrder_area {
  width: 100%;
  height: auto;
  overflow: hidden;
  margin: 0 auto 10px;
}

.nyOrder_ipt input {
  display: block;
  width: 100%;
  height: 50px;
  overflow: hidden;
  line-height: 48px;
  color: #14463a;
  font-size: 16px;
  font-weight: lighter;
  margin: 0 auto;
  padding: 0 19px;
  border: 1px solid #14463a;
  outline: none;
}

.nyOrder_area textarea {
  width: 100%;
  height: 320px;
  overflow: hidden;
  line-height: 30px;
  color: #14463a;
  font-size: 16px;
  font-weight: lighter;
  margin: 0 auto;
  padding: 9px 19px;
  border: 1px solid #14463a;
  outline: none;
  resize: none;
}

.ny_order .nyOrder_btn {
  width: 100%;
  height: auto;
  overflow: hidden;
  margin: 0 auto;
}

.nyOrder_btn input {
  display: block;
  width: 140px;
  height: 48px;
  overflow: hidden;
  line-height: 48px;
  color: #fff;
  font-size: 18px;
  font-weight: lighter;
  text-align: center;
  margin: 0;
  padding: 0 20px;
  background-color: #14463a;
  border-radius: 4px;
  border: 0;
  outline: none;
}

/* ny_contact end */


@media (max-width:1680px) {}

@media (max-width:1600px) {
  .nyContact_title {
    line-height: 44px;
    font-size: 40px;
  }

  .ny_lxfs dl dt {
    font-size: 30px;
  }

  .ny_lxfs dl dd {
    line-height: 30px;
    font-size: 18px;
  }
}

@media (max-width:1560px) {}

@media (max-width:1440px) {
  .nyContact_title {
    line-height: 40px;
    font-size: 32px;
  }

  .ny_lxfs p,
  .ny_order p {
    font-size: 15px;
  }

  .ny_lxfs dl dt {
    line-height: 30px;
    font-size: 24px;
  }

  .nyOrder_ipt input {
    height: 44px;
    line-height: 42px;
    font-size: 15px;
  }

  .nyOrder_area textarea {
    height: 300px;
    font-size: 15px;
  }

  .nyOrder_btn input {
    width: 120px;
    height: 44px;
    line-height: 44px;
    font-size: 16px;
  }
}

@media (max-width:1366px) {}

@media (max-width:1280px) {}

@media (max-width:1200px) {
  .ny_contact .ny_lxfs {
    padding: 0 4% 0 0;
  }

  .ny_contact .ny_order {
    padding: 0 0 40px 4%;
  }
}

@media (max-width:1080px) {
  .nyContact_title {
    line-height: 36px;
    font-size: 28px;
    margin: 0 auto 10px;
  }

  .ny_lxfs dl dt {
    font-size: 22px;
  }

  .ny_lxfs dl dd {
    font-size: 16px;
  }
}

@media (max-width:1024px) {}

@media (max-width:920px) {}

@media (max-width:820px) {}

@media (max-width:767px) {
  .ny_contact {
    margin: 0 auto 20px;
  }

  .ny_contact .ny_lxfs {
    width: 100%;
    margin: 0 auto 20px;
    padding: 0;
    float: inherit;
  }

  .nyContact_title {
    line-height: 32px;
    font-size: 24px;
    margin: 0 auto 10px;
  }

  .ny_lxfs p,
  .ny_order p {
    line-height: 24px;
    font-size: 14px;
  }

  .ny_lxfs dl {
    margin-top: 20px;
  }

  .ny_lxfs dl dt {
    font-size: 20px;
    margin: 0 auto 10px;
  }

  .ny_lxfs dl dd {
    margin: 5px auto;
  }

  .ny_contact .ny_order {
    width: 100%;
    margin: 0 auto;
    padding: 30px 0 0 0;
    border-left: 0;
    border-top: 1px solid #14463a;
    float: inherit;
  }
}

@media (max-width:390px) {}

@media (max-width:320px) {}

@media (max-width:280px) {}