/* nyOrder start */
.nyOrder {
  padding: 80px 0;
  background-color: #f5f5f5;
}

.nyOrder .nyOrder_main {
  margin: 0 auto;
  padding: 80px;
  background-color: #fff;
  border-radius: 16px;
}

.nyOrder_main .nyOrder_head {
  margin-bottom: 40px;
  padding-bottom: 16px;
  border-bottom: 4px solid #2d367e;
  position: relative;
}

.nyOrder_head::after {
  content: '';
  display: block;
  width: 160px;
  height: 0;
  border-bottom: 16px solid #2d367e;
  border-right: 0 solid transparent;
  border-left: 16px solid transparent;
  position: absolute;
  right: 0;
  bottom: 0;
}

.nyOrder_head p {
  height: 40px;
  line-height: 40px;
  color: #222;
  font-size: 36px;
  font-weight: bold;
}

.nyOrder_head em {
  display: block;
  line-height: 24px;
  color: #999;
  font-size: 16px;
  font-style: normal;
  margin-top: 6px;
}

.nyOrder_head span {
  display: inline-block;
  width: auto;
  height: 24px;
  color: #999;
  font-size: 16px;
  margin-top: -12px;
  position: absolute;
  top: 50%;
  right: 0;
}

.nyOrder_head span i {
  color: #f00;
  font-style: normal;
}


.nyOrder_form form {
  margin: 0 -20px;
}

.nyOrder_form .nyOrder_ipt {
  width: 50%;
  margin-bottom: 40px;
  padding: 0 20px;
  float: left;
}

.nyOrder_form .nyOrder_area {
  width: 100%;
  margin-bottom: 40px;
  padding: 0 20px;
}

.nyOrder_ipt p,
.nyOrder_area p {
  height: 24px;
  line-height: 24px;
  color: #222;
  font-size: 16px;
  margin-bottom: 16px;
  padding-left: 12px;
  position: relative;
}

.nyOrder_ipt p span,
.nyOrder_area p span {
  display: inline-block;
  color: #f00;
  font-size: 16px;
  position: absolute;
  left: 0;
  top: 0;
}

.nyOrder_ipt input {
  display: block;
  width: 100%;
  height: 60px;
  overflow: hidden;
  line-height: 58px;
  color: #222;
  font-size: 18px;
  padding: 0 20px;
  background-color: #fff;
  border: 1px solid #e6e6e6;
  border-radius: 8px;
  outline: none;
}

.nyOrder_area textarea {
  display: block;
  width: 100%;
  height: 200px;
  overflow: hidden;
  line-height: 30px;
  color: #222;
  font-size: 18px;
  padding: 12px 20px;
  background-color: #fff;
  border: 1px solid #e6e6e6;
  border-radius: 8px;
  outline: none;
  resize: none;
}

.nyOrder_ipt input:focus,
.nyOrder_area textarea:focus {
  border: 1px solid #2d367e;
}

.nyOrder_btn {
  padding: 0 20px;
}

.nyOrder_btn input.submitBtn,
.nyOrder_btn input.resetBtn {
  display: block;
  width: 180px;
  height: 60px;
  overflow: hidden;
  line-height: 60px;
  color: #fff;
  font-size: 18px;
  text-align: center;
  border: 0;
  border-radius: 8px;
  outline: none;
  float: left;
}

.nyOrder_btn input.submitBtn {
  background-color: #2d367e;
  margin-right: 40px;
}

.nyOrder_btn input.resetBtn {
  background-color: #555;
}

.nyOrder_btn input.submitBtn:hover {
  background-color: #00337a;
}

.nyOrder_btn input.resetBtn:hover {
  background-color: #222;
}

/* nyOrder end */


@media (max-width:1680px) {
  .nyOrder .nyOrder_main {
    padding: 60px;
  }

  .nyOrder_head p {
    font-size: 34px;
  }

  .nyOrder_ipt p,
  .nyOrder_area p {
    margin-bottom: 12px;
  }

  .nyOrder_form .nyOrder_ipt,
  .nyOrder_form .nyOrder_area {
    margin-bottom: 30px;
  }

  .nyOrder_ipt input {
    height: 50px;
    line-height: 48px;
    font-size: 16px;
  }

  .nyOrder_area textarea {
    height: 172px;
    font-size: 16px;
    padding: 10px 20px;
  }

  .nyOrder_btn input.submitBtn,
  .nyOrder_btn input.resetBtn {
    width: 160px;
    height: 50px;
    line-height: 50px;
    font-size: 16px;
  }

  .nyOrder_btn input.submitBtn {
    margin-right: 30px;
  }
}

@media (max-width:1600px) {
  .nyOrder .nyOrder_main {
    padding: 50px;
  }

  .nyOrder_head p {
    font-size: 32px;
  }
}

@media (max-width:1560px) {}

@media (max-width:1440px) {
  .nyOrder_head p {
    height: 40px;
    line-height: 40px;
    font-size: 30px;
  }

  .nyOrder_head em,
  .nyOrder_head span {
    font-size: 14px;
  }

  .nyOrder_ipt p,
  .nyOrder_area p {
    margin-bottom: 10px;
  }
}

@media (max-width:1366px) {
  .nyOrder .nyOrder_main {
    padding: 40px;
  }
}

@media (max-width:1280px) {
  .nyOrder_main .nyOrder_head {
    padding-bottom: 12px;
    border-bottom: 2px solid #2d367e;
  }

  .nyOrder_head p {
    height: 36px;
    line-height: 36px;
    font-size: 28px;
  }

  .nyOrder_head em {
    margin-top: 2px;
  }

  .nyOrder_head::after {
    width: 120px;
    border-bottom: 12px solid #2d367e;
    border-left: 12px solid transparent;
  }
}

@media (max-width:1200px) {
  .nyOrder {
    padding: 60px 0;
  }
}

@media (max-width:1080px) {
  .nyOrder_head p {
    height: 32px;
    line-height: 32px;
    font-size: 26px;
  }
}

@media (max-width:1024px) {}

@media (max-width:920px) {
  .nyOrder {
    padding: 40px 0;
  }

  .nyOrder .nyOrder_main {
    padding: 30px;
    border-radius: 8px;
  }

  .nyOrder_form form {
    margin: 0 -15px;
  }

  .nyOrder_form .nyOrder_ipt,
  .nyOrder_form .nyOrder_area,
  .nyOrder_btn {
    padding: 0 15px;
  }
}

@media (max-width:820px) {
  .nyOrder_head p {
    font-size: 24px;
  }
}

@media (max-width:767px) {
  .nyOrder .nyOrder_main {
    padding: 20px;
  }

  .nyOrder_main .nyOrder_head {
    margin-bottom: 20px;
  }

  .nyOrder_head p {
    height: 30px;
    line-height: 30px;
    font-size: 20px;
  }

  .nyOrder_head span {
    margin-top: 0;
    top: 0;
  }

  .nyOrder_form .nyOrder_ipt,
  .nyOrder_form .nyOrder_area {
    width: 100%;
    margin-bottom: 20px;
  }

  .nyOrder_ipt input {
    height: 42px;
    line-height: 40px;
    font-size: 14px;
    border-radius: 4px;
  }

  .nyOrder_area textarea {
    height: 122px;
    font-size: 14px;
    line-height: 24px;
    padding: 10px 20px;
    border-radius: 4px;
    margin-bottom: 20px;
  }

  .nyOrder_btn input.submitBtn,
  .nyOrder_btn input.resetBtn {
    width: 140px;
    height: 44px;
    line-height: 44px;
    font-size: 15px;
  }

  .nyOrder_btn input.submitBtn {
    margin-right: 20px;
  }
}

@media (max-width:390px) {}

@media (max-width:320px) {
  .nyOrder {
    padding: 20px 0;
  }

  .nyOrder_btn input.submitBtn,
  .nyOrder_btn input.resetBtn {
    width: 120px;
  }
}

@media (max-width:280px) {
  .nyOrder .nyOrder_main {
    padding: 20px 12px;
  }

  .nyOrder_btn input.submitBtn,
  .nyOrder_btn input.resetBtn {
    width: 112px;
  }

  .nyOrder_btn input.submitBtn {
    margin-right: 12px;
  }
}