/* ny_contact start */

.ny_contact .cont_title {
  width: 960px;
  margin: 40px auto;
}

.cont_title title {
  display: block;
  line-height: 48px;
  color: #1c2d57;
  font-size: 36px;
  text-align: center;
}

.cont_title p {
  line-height: 28px;
  color: #212427;
  font-size: 16px;
  text-align: center;
  margin-top: 20px;
}

.ny_contact .cont_lxfs {
  padding: 40px 0;
  background-color: #f5f5f5;
}

.cont_lxfs .contLxfs_main {
  width: 400px;
  margin: 0 auto;
  padding: 24px;
  background-color: #fff;
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.06);
  border-top: 3px solid #1c78c7;
}

.contLxfs_main title {
  display: block;
  line-height: 30px;
  color: #1c2d57;
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 20px;
}

.contLxfs_main ul li {
  margin: 6px auto;
}

.contLxfs_main ul li span {
  display: block;
  width: 100px;
  height: 24px;
  line-height: 24px;
  color: #212427;
  font-size: 14px;
  float: left;
}

.contLxfs_main ul li p {
  width: calc(100% - 100px);
  height: auto;
  min-height: 24px;
  line-height: 24px;
  color: #212427;
  font-size: 14px;
  float: right;
}

.cont_msg {
  width: 740px;
  margin: 40px auto;
}

.cont_msg ul li {
  margin-bottom: 20px;
}

.cont_msg ul li .msg100 {
  width: 100%;
}

.cont_msg ul li .msg50 {
  width: 48%;
  float: left;
}

.cont_msg ul li .msg50:nth-child(2) {
  float: right;
}

.cont_msg ul li h3 {
  line-height: 30px;
  color: #212427;
  font-size: 16px;
  font-weight: bold;
  margin-bottom: 10px;
}

.cont_msg ul li h3 span {
  display: inline-block;
  color: #c90043;
  margin-left: 5px;
}

.cont_msg ul li input.msgIpt {
  display: block;
  width: 100%;
  height: 48px;
  overflow: hidden;
  line-height: 44px;
  color: #212427;
  font-size: 16px;
  padding: 0 12px;
  border: 2px solid #d9d9d9;
  border-radius: 3px;
  outline: none;
}

.cont_msg ul li textarea.msgArea {
  display: block;
  width: 100%;
  min-height: 88px;
  overflow: hidden;
  line-height: 30px;
  color: #212427;
  font-size: 16px;
  padding: 12px;
  border: 2px solid #d9d9d9;
  border-radius: 3px;
  outline: none;
}

.cont_msg ul li input.msgIpt:focus,
.cont_msg ul li textarea.msgArea:focus {
  border: 2px solid #212427;
}

.cont_msg ul li p {
  line-height: 30px;
  color: #212427;
  font-size: 16px;
  margin-bottom: 10px;
}

.cont_msg ul li label {
  line-height: 30px;
  color: #212427;
  font-size: 16px;
  font-weight: bold;
  cursor: pointer;
  margin-left: 5px;
}

.cont_msg ul li input.msgBtn {
  display: block;
  width: 100px;
  height: 50px;
  overflow: hidden;
  line-height: 50px;
  color: #212427;
  font-size: 14px;
  font-weight: bold;
  text-align: center;
  background-color: #00f091;
  border: 0;
  border-radius: 0;
  outline: none;
}

.cont_msg ul li input.msgBtn:hover {
  background-color: #00d681;
}


@media (max-width:1680px) {}

@media (max-width:1600px) {}

@media (max-width:1560px) {}

@media (max-width:1440px) {}

@media (max-width:1366px) {}

@media (max-width:1280px) {}

@media (max-width:1200px) {}

@media (max-width:1080px) {}

@media (max-width:1024px) {}

@media (max-width:920px) {}

@media (max-width:820px) {}

@media (max-width:767px) {}

@media (max-width:390px) {}

@media (max-width:320px) {}

/* ny_contact end */