/* nyContact start */
.nyContact {
  width: 100%;
  padding-top: 80px;
}

.nyContact_lxfs {
  margin: 80px auto -120px;
  position: relative;
  z-index: 1;
}

.nyContact_lxfs .nyContactLxfs_con {
  height: auto;
  overflow: hidden;
  background-color: #fff;
  box-shadow: 0 6px 12px rgba(0, 0, 0, .06);
  border-radius: 8px;
  padding: 50px;
  position: relative;
}

.nyContactLxfs_con::before {
  content: '';
  display: block;
  width: 100%;
  height: 5px;
  overflow: hidden;
  background-color: #141b60;
  position: absolute;
  left: 0;
  top: 0;
}

.nyContactLxfs_con ul {
  margin: 0 -50px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

.nyContactLxfs_con ul li {
  width: 33.333333%;
  height: auto;
  overflow: hidden;
  padding: 0 50px;
  position: relative;
}

.nyContactLxfs_con ul li::after {
  content: '';
  display: block;
  width: 1px;
  height: 100%;
  overflow: hidden;
  background-color: #e6e6e6;
  position: absolute;
  right: 0;
  top: 0;
}

.nyContactLxfs_con ul li:last-child::after {
  display: none;
}

.nyContactLxfs_con ul li i {
  display: block;
  width: 68px;
  height: 68px;
  overflow: hidden;
  margin-bottom: 25px;
  padding: 19px;
  border-radius: 50%;
  background-color: #141b60;
}

.nyContactLxfs_con ul li i svg {
  display: block;
  width: 100%;
  height: 100%;
}

.nyContactLxfs_con ul li i svg path {
  fill: #ffffff;
}

.nyContactLxfs_con ul li p {
  height: auto;
  line-height: 32px;
  color: #777;
  font-size: 18px;
}

.nyContactLxfs_con ul li p span {
  display: inline-block;
  color: #222;
  font-size: 24px;
  font-weight: bold;
}


.nyContact_map {
  width: 100%;
  height: 750px;
  overflow: hidden;
  margin: 0 auto;
  position: relative;
}

.nyContact_map .m2lxMaps {
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.nyContact_map .m2lxMaps .m2lxMp {
  height: 100%;
}

.amap-info-contentContainer {
  display: none !important;
}


.nyContact_ewm {
  width: 240px;
  height: auto;
  margin: -80px 0 0 510px;
  position: absolute;
  left: 50%;
  top: 50%;
  z-index: 999;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
}

.nyContact_ewm .nyContactEwm_con {
  width: 100%;
  height: auto;
  padding: 32px;
  border-radius: 8px;
  background-color: #fff;
  box-shadow: 0 0 30px rgba(0, 0, 0, .08);
}

.nyContactEwm_con span {
  display: block;
  width: 100%;
  line-height: 24px;
  color: #141b60;
  font-size: 18px;
  font-weight: bold;
}

.nyContactEwm_con p {
  width: 100%;
  line-height: 28px;
  color: #222;
  font-size: 20px;
  margin: 10px 0 0;
}

.nyContactEwm_con em {
  display: block;
  width: 100%;
  line-height: 24px;
  color: #999;
  font-size: 14px;
  font-style: normal;
}

.nyContactEwm_con .nyContactEwm_img {
  width: 120px;
  height: auto;
  margin-top: 24px;
  padding: 6px;
  border-radius: 8px;
  background-color: #141b60;
}

.nyContactEwm_img img {
  display: block;
  width: 100%;
  height: auto;
  border-radius: 4px;
}


.nyContact_order {
  margin: 0 auto 70px;
}

.nyContactOrder_form dl {
  margin: 0 -20px;
}

.nyContactOrder_form dl dt {
  width: 100%;
  margin-bottom: 30px;
  padding: 0 20px;
  clear: both;
}

.nyContactOrder_form dl dd {
  width: 50%;
  margin-bottom: 30px;
  padding: 0 20px;
  float: left;
}

.nyContactOrder_form dl dt em {
  display: block;
  line-height: 30px;
  color: #bbb;
  font-size: 16px;
  font-style: normal;
  margin-top: 15px;
  padding: 0 32px;
}

.nyContactOrder_form .nyContactOrder_ipt {
  width: 100%;
  padding: 13px 32px;
  background-color: #fff;
  border-radius: 8px;
  position: relative;
}

.nyContactOrder_form .nyContactOrder_area {
  width: 100%;
  padding: 13px 32px;
  background-color: #fff;
  border: 0px solid #fff;
  border-radius: 8px;
  position: relative;
}

.nyContactOrder_ipt p,
.nyContactOrder_area p {
  width: 108px;
  height: 40px;
  line-height: 40px;
  color: #999;
  font-size: 18px;
  padding-left: 12px;
  position: relative;
  float: left;
}

.nyContactOrder_ipt p span,
.nyContactOrder_area p span {
  display: inline-block;
  color: #f00;
  font-size: 18px;
  position: absolute;
  left: 0;
  top: 0;
}

.nyContactOrder_ipt input {
  display: block;
  width: calc(100% - 108px);
  height: 40px;
  overflow: hidden;
  line-height: 40px;
  color: #222;
  font-size: 18px;
  padding: 0;
  background: #fff !important;
  border: 0;
  outline: none;
  float: right;
}

.nyContactOrder_area textarea {
  display: block;
  width: calc(100% - 120px);
  height: 200px;
  overflow: hidden;
  line-height: 40px;
  color: #222;
  font-size: 18px;
  padding: 0;
  background: #fff !important;
  border: 0;
  outline: none;
  resize: none;
}

.nyContactOrder_form .nyContactOrder_ipt a.yzm {
  display: block;
  width: 168px;
  height: 56px;
  overflow: hidden;
  border-radius: 4px;
  position: absolute;
  top: 5px;
  right: 5px;
}

.nyContactOrder_form .nyContactOrder_ipt a.yzm img {
  display: block;
  width: 100%;
  height: 100%;
}


.nyContactOrder_btn input.submitBtn {
  display: block;
  width: 100%;
  height: 66px;
  overflow: hidden;
  line-height: 66px;
  color: #fff;
  font-size: 18px;
  font-weight: bold;
  text-align: center;
  border: 0;
  border-radius: 8px;
  outline: none;
  float: left;
}

.nyContactOrder_btn input.submitBtn {
  background-color: #141b60;
}

.nyContactOrder_btn input.submitBtn:hover {
  background-color: #1d2573;
}

.nyContactOrder_chk p { width:auto; margin-right:40px; float:left; position:relative;}
.nyContactOrder_chk p:nth-child(2) { margin-right: 0;}
.nyContactOrder_chk p label {
  display:block;
  height: 40px;
  overflow: hidden;
  line-height: 40px;
  color: #222;
  font-size: 18px;
  cursor: pointer; padding-left:30px;
}
.nyContactOrder_chk p label span { color:#f00;}
.nyContactOrder_chk p input { display:none;}

input[type="radio"] + label::before {
	content: "\a0"; /*不换行空格*/
	display: inline-block;
	vertical-align: middle;
	font-size: 18px;
	width: 18px;
	height: 18px;
	margin: 0; position: absolute; left: 0; top: 11px;
	border-radius: 50%; background-color:rgba(0,0,0,0); border: 1px solid rgba(0,0,0,0.2); text-indent: .15em;
	line-height: 1; box-sizing:border-box; -webkit-box-sizing:border-box; -moz-box-sizing:border-box; -o-box-sizing:border-box;
}
input[type="radio"]:checked + label::before {
	background-color: #141b60; border: 1px solid #141b60; background-clip: content-box; padding: 4px;
}
input[type="radio"]:checked + label { color:#141b60;}

/* nyContact end */


/* nyOther start */
.nyOther {
  padding: 60px 0;
  background: #171717 url(../images/otherBg.jpg) center top no-repeat;
}

.nyOther .nyOther_main {
  margin: 0 auto;
}

.nyOther_main .nyOther_tit {
  line-height: 32px;
  color: #fff;
  font-size: 24px;
  font-weight: bold;
  text-align: center;
  margin-bottom: 40px;
}

.nyOther_tit a {
  color: #39adff;
}

.nyOther_main .nyOther_list {
  max-height: inherit;
  overflow: hidden;
}

.nyOther_main .nyOther_list.allShow {
  max-height: inherit;
}

.nyOther_list ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: left;
  margin: 0 -15px;
}

.nyOther_list ul li {
  width: 25%;
  margin-bottom: 30px;
  padding: 0 15px;
}

.nyOther_list ul li .nyOther_con {
  width: 100%;
  height: 100%;
  overflow: hidden;
  padding: 20px 30px;
  border-radius: 8px;
  background-color: #fff;
}

.nyOther_list ul li:hover .nyOther_con {
  background-color: #141b60;
}

.nyOther_list ul li .nyOther_con .nyOther_head {
  margin-bottom: 15px;
}

.nyOther_list ul li .nyOther_con .nyOther_head p {
  width: calc(100% - 60px);
  height: 52px;
  overflow: hidden;
  line-height: 52px;
  color: #555;
  font-size: 18px;
  font-weight: bold;
  white-space: nowrap;
  text-overflow: ellipsis;
  float: left;
}

.nyOther_list ul li:hover .nyOther_con .nyOther_head p {
  color: #fff;
}

.nyOther_list ul li .nyOther_con .nyOther_head i {
  display: block;
  width: 52px;
  height: 52px;
  overflow: hidden;
  border-radius: 50%;
  position: relative;
  float: right;
}

.nyOther_list ul li .nyOther_con .nyOther_head i img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  margin: auto;
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
}

.nyOther_list ul li .nyOther_con dl dd {
  min-height: 28px;
  margin-bottom: 4px;
  padding-left: 28px;
  position: relative;
}

.nyOther_list ul li .nyOther_con dl dd i {
  display: block;
  width: 16px;
  height: 16px;
  overflow: hidden;
  position: absolute;
  left: 0;
  top: 6px;
}

.nyOther_list ul li .nyOther_con dl dd i svg {
  display: block;
  width: 100%;
  height: 100%;
}

.nyOther_list ul li .nyOther_con dl dd i svg path {
  fill: #999999;
}

.nyOther_list ul li:hover .nyOther_con dl dd i svg path {
  fill: #ffffff;
}

.nyOther_list ul li .nyOther_con dl dd p {
  width: 100%;
  line-height: 28px;
  color: #777;
  font-size: 15px;
  word-break: break-all;
}

.nyOther_list ul li:hover .nyOther_con dl dd p {
  color: #fff;
}

/* nyOther end */


@media (max-width:1680px) {

  .nyContact_lxfs .nyContactLxfs_con {
    padding: 40px;
  }

  .nyContactLxfs_con ul {
    margin: 0 -40px;
  }

  .nyContactLxfs_con ul li {
    padding: 0 40px;
  }

  .nyContactLxfs_con ul li i {
    margin-bottom: 20px;
  }

  .nyContact_map {
    height: 640px;
  }

  .nyContact_ewm {
    margin: -80px 0 0 0;
    left: inherit;
    right: 3%;
  }

  .nyContact_order {
    margin: 0 auto 50px;
  }

  .nyContactOrder_form .nyContactOrder_ipt,
  .nyContactOrder_form .nyContactOrder_area {
    padding: 12px 22px;
  }

  .nyContactOrder_form .nyContactOrder_ipt a.yzm {
    height: 54px;
  }

  .nyContactOrder_btn input.submitBtn {
    height: 64px;
    line-height: 64px;
  }


  .nyOther {
    padding: 60px 0 50px;
  }
}

@media (max-width:1600px) {

  .nyContactLxfs_con ul li p {
    line-height: 30px;
    font-size: 16px;
  }

  .nyContactLxfs_con ul li p span {
    font-size: 22px;
  }

  .nyContact_map {
    height: 600px;
  }
}

@media (max-width:1560px) {

  .nyContact_lxfs {
    margin: 80px auto -100px;
  }

  .nyContact_map {
    height: 560px;
  }

  .nyContact_ewm {
    width: 220px;
  }

  .nyContact_ewm .nyContactEwm_con {
    padding: 24px;
  }

  .nyContactEwm_con span {
    line-height: 22px;
    font-size: 16px;
  }

  .nyContactEwm_con p {
    line-height: 24px;
    font-size: 18px;
  }

  .nyContactEwm_con .nyContactEwm_img {
    margin-top: 20px;
  }
}

@media (max-width:1440px) {
  .nyContact {
    padding-top: 60px;
  }

  .nyContact_lxfs {
    margin: 60px auto -80px;
  }

  .nyContactLxfs_con ul li i {
    width: 60px;
    height: 60px;
    padding: 16px;
  }

  .nyContactLxfs_con ul li p {
    font-size: 15px;
  }

  .nyContactLxfs_con ul li p span {
    font-size: 20px;
  }

  .nyContact_map {
    height: 500px;
  }

  .nyContact_ewm {
    width: 200px;
  }

  .nyContact_ewm .nyContactEwm_con {
    padding: 20px;
  }


  .nyContact_order {
    margin: 0 auto 30px;
  }

  .nyContactOrder_form .nyContactOrder_ipt,
  .nyContactOrder_form .nyContactOrder_area {
    padding: 10px 20px;
  }

  .nyContactOrder_ipt p,
  .nyContactOrder_area p {
    width: 96px;
    font-size: 16px;
  }

  .nyContactOrder_ipt input {
    width: calc(100% - 96px);
    font-size: 16px;
  }

  .nyContactOrder_area textarea {
    width: calc(100% - 96px);
    height: 168px;
    line-height: 32px;
    font-size: 16px;
    padding: 4px 0;
  }

  .nyContactOrder_form .nyContactOrder_ipt a.yzm {
    width: 160px;
    height: 50px;
  }

  .nyContactOrder_btn input.submitBtn {
    height: 60px;
    line-height: 60px;
  }

  .nyContactOrder_form dl dt em {
    font-size: 15px;
  }
  
  .nyContactOrder_chk p label {
	font-size: 16px; padding-left:26px;
  }
  
  input[type="radio"] + label::before {
	font-size: 16px; width:16px; height:16px; top: 12px;
  }


  .nyOther {
    padding: 60px 0 40px;
  }

  .nyOther_main .nyOther_tit {
    line-height: 30px;
    font-size: 22px;
    margin-bottom: 30px;
  }

  .nyOther_list ul {
    margin: 0 -10px;
  }

  .nyOther_list ul li {
    margin-bottom: 20px;
    padding: 0 10px;
  }

  .nyOther_list ul li .nyOther_con {
    padding: 20px;
  }

  .nyOther_list ul li .nyOther_con .nyOther_head {
    margin-bottom: 10px;
  }
}

@media (max-width:1366px) {
  .nyContact_lxfs .nyContactLxfs_con {
    padding: 30px;
  }

  .nyContactLxfs_con ul {
    margin: 0 -30px;
  }

  .nyContactLxfs_con ul li {
    padding: 0 30px;
  }

  .nyContactLxfs_con ul li i {
    width: 50px;
    height: 50px;
    margin-bottom: 10px;
    padding: 12px;
  }

}

@media (max-width:1280px) {
  .nyContactLxfs_con::before {
    height: 3px;
  }

  .nyContactLxfs_con ul li p {
    font-size: 14px;
  }

  .nyContactLxfs_con ul li p span {
    font-size: 18px;
  }

  .nyContact_map {
    height: 440px;
  }

  .nyContact_ewm {
    width: 200px;
  }

  .nyContact_ewm .nyContactEwm_con {
    padding: 20px;
  }

  .nyContactEwm_con span {
    line-height: 20px;
    font-size: 14px;
  }

  .nyContactEwm_con p {
    line-height: 20px;
    font-size: 16px;
  }

  .nyContactEwm_con em {
    line-height: 20px;
    font-size: 12px;
  }

  .nyContactEwm_con .nyContactEwm_img {
    margin-top: 16px;
  }


  .nyOther_list ul li .nyOther_con dl dd p {
    font-size: 14px;
  }
}

@media (max-width:1200px) {
  .nyContact_lxfs {
    margin: 60px auto -60px;
  }

  .nyContactLxfs_con ul li i {
    width: 52px;
    height: 52px;
    margin-bottom: 16px;
    padding: 14px;
  }

  .nyContact_map {
    height: 400px;
  }


  .nyContact_order {
    margin: 0 auto 40px;
  }

  .nyContactOrder_form dl {
    margin: 0 -16px;
  }

  .nyContactOrder_form dl dd {
    margin-bottom: 20px;
    padding: 0 16px;
  }

  .nyContactOrder_form dl dt {
    margin-bottom: 20px;
    padding: 0 16px;
  }

  .nyContactOrder_ipt p,
  .nyContactOrder_area p {
    font-size: 15px;
  }

  .nyContactOrder_form .nyContactOrder_ipt,
  .nyContactOrder_form .nyContactOrder_area {
    padding: 5px 20px;
    border-radius: 6px;
  }

  .nyContactOrder_form dl dt em {
    line-height: 24px;
    font-size: 14px;
    margin-top: 10px;
    padding: 0 32px;
  }

  .nyContactOrder_form .nyContactOrder_ipt a.yzm {
    width: 132px;
    height: 42px;
    top: 4px;
    right: 4px;
  }

  .nyContactOrder_btn input.submitBtn {
    height: 50px;
    line-height: 50px;
    border-radius: 6px;
  }
  
  .nyContactOrder_chk p label {
	font-size: 15px; padding-left:25px;
  }
  
  input[type="radio"] + label::before {
	font-size: 15px; width:15px; height:15px; top: 12px;
  }

}

@media (max-width:1080px) {

  .nyContactLxfs_con ul li i {
    margin: 0 auto 16px;
  }

  .nyContactLxfs_con ul li p {
    text-align: center;
  }

  .nyContactLxfs_con ul li p span {
    display: block;
    line-height: 32px;
    text-align: center;
  }

  .nyContact_map {
    height: 360px;
  }

  .nyContact_ewm {
    width: 180px;
  }

  .nyContactEwm_con .nyContactEwm_img {
    width: 100px;
  }


  .nyOther_list ul li {
    width: 50%;
  }
}

@media (max-width:1024px) {}

@media (max-width:920px) {
  .nyContact {
    padding-top: 40px;
  }

  .nyContact_lxfs {
    margin: 40px auto -40px;
  }

  .nyContact_lxfs .nyContactLxfs_con {
    padding: 20px;
    border-radius: 4px;
  }

  .nyContactLxfs_con ul {
    margin: 0 -20px;
  }

  .nyContactLxfs_con ul li {
    padding: 0 20px;
  }

  .nyContactLxfs_con ul li p {
    line-height: 26px;
    font-size: 14px;
  }

  .nyContactLxfs_con ul li p span {
    line-height: 30px;
    font-size: 16px;
  }

  .nyContact_map {
    height: 320px;
  }

  .nyContact_ewm {
    display: none;
  }


  .nyContact_order {
    margin: 0 auto 20px;
  }

  .nyContactOrder_form dl {
    margin: 0 -10px;
  }

  .nyContactOrder_form dl dd,
  .nyContactOrder_form dl dt {
    padding: 0 10px;
  }

  .nyContactOrder_form .nyContactOrder_ipt,
  .nyContactOrder_form .nyContactOrder_area {
    padding: 5px 20px 5px 10px;
    border-radius: 4px;
  }

  .nyContactOrder_form .nyContactOrder_ipt a.yzm {
    border-radius: 2px;
  }

  .nyContactOrder_btn input.submitBtn {
    border-radius: 4px;
  }


  .nyOther {
    padding: 40px 0 20px;
  }

  .nyOther_main .nyOther_tit {
    font-size: 20px;
    margin-bottom: 20px;
  }

  .nyOther_list ul li .nyOther_con {
    border-radius: 4px;
  }
}

@media (max-width:820px) {
  .nyContact_map {
    height: 300px;
  }

  .nyOther_main .nyOther_tit {
    line-height: 26px;
    font-size: 18px;
  }

}

@media (max-width:767px) {
  .nyContact {
    padding-top: 20px;
  }
  
  .nyContact_lxfs {
    margin: 40px auto -40px;
  }

  .nyContact_lxfs .nyContactLxfs_con {
    padding: 20px;
    border-radius: 8px;
  }

  .nyContactLxfs_con ul {
    margin: 0 auto;
    display: block;
    flex-wrap: inherit;
    justify-content: inherit;
  }

  .nyContactLxfs_con ul li {
    width: 100%;
    margin-bottom: 20px;
    padding: 0 0 20px;
  }

  .nyContactLxfs_con ul li:last-child {
    margin-bottom: 0;
    padding: 0;
  }

  .nyContactLxfs_con ul li::after {
    width: 100%;
    height: 1px;
    top: inherit;
    bottom: 0;
  }

  .nyContactLxfs_con ul li i {
    margin: 0 auto 10px;
  }


  .nyContactOrder_form dl dd {
    width: 100%;
  }

  .nyContactOrder_area textarea {
    width: 100%;
    height: 150px;
    line-height: 30px;
    font-size: 16px;
    padding: 0 0 0 10px;
  }

  .nyContactOrder_form dl dt em {
    line-height: 22px;
    font-size: 14px;
    padding: 0;
  }
  
  .nyContactOrder_chk p { margin-right: 30px;}
  .nyContactOrder_chk p:nth-child(2) { margin-right: 0;}


  .nyOther_main .nyOther_tit {
    line-height: 25px;
    font-size: 15px;
  }

  .nyOther_list ul {
    margin: 0;
  }

  .nyOther_list ul li {
    width: 100%;
    padding: 0;
  }
}

@media (max-width:390px) {}

@media (max-width:320px) {
  .nyContact_lxfs {
    margin: 20px auto -20px;
  }


  .nyContact_order {
    margin: 0 auto;
  }

  .nyContactOrder_form .nyContactOrder_ipt,
  .nyContactOrder_form .nyContactOrder_area {
    padding: 2px 10px;
  }

  .nyContactOrder_ipt p,
  .nyContactOrder_area p {
    width: 82px;
    font-size: 14px;
  }

  .nyContactOrder_ipt p span,
  .nyContactOrder_area p span {
    font-size: 16px;
  }

  .nyContactOrder_ipt input {
    width: calc(100% - 82px);
    font-size: 14px;
  }

  .nyContactOrder_area textarea {
    height: 120px;
    line-height: 24px;
    font-size: 14px;
    padding: 0 0 0 10px;
  }

  .nyContactOrder_form .nyContactOrder_ipt a.yzm {
    width: 96px;
    height: 36px;
  }

  .nyContactOrder_btn input.submitBtn {
    height: 48px;
    line-height: 48px;
    font-size: 16px;
  }

  .nyOther {
    padding: 20px 0 0;
  }
}