@charset "utf-8";
/* CSS Document */

/* ny_contact start */
.ny_contact {
  width: 100%;
  height: auto;
  overflow: hidden;
  margin: 0 auto;
  padding: 60px 0 40px;
  background: url(../images/contact_bg.jpg) center center no-repeat;
  background-size: cover;
}

.ny_contact .nyContact_main {
  width: 100%;
  height: auto;
  margin: 0 auto;
}

.nyContact_main .nyContact_lxfs {
  width: 81.5%;
  float: left;
}

.nyContact_lxfs ul li {
  width: 33.333333%;
  margin: 0 0 20px;
  padding: 0 20px 0 0;
  float: left;
}

.nyContact_lxfs ul li .lxfs_con {
  width: 100%;
  height: 120px;
  overflow: hidden;
  margin: 0 auto;
  padding: 20px 30px;
  background-color: #fff;
  box-shadow: 0 8px 16px rgba(0, 0, 0, 0.1);
  border-radius: 12px;
  display: flex;
}

.nyContact_lxfs ul li .lxfs_con img {
  display: block;
  width: 48px;
  height: 48px;
  margin: auto 20px auto 0;
  transition: all 1s;
  -webkit-transition: all 1s;
  -moz-transition: all 1s;
  -o-transition: all 1s;
}

.nyContact_lxfs ul li:hover .lxfs_con img {
  transform: rotateX(360deg);
  -webkit-transform: rotateX(360deg);
  -moz-transform: rotateX(360deg);
  -ms-transform: rotateX(360deg);
  -o-transform: rotateX(360deg);
}

.lxfs_con .lxfs_text {
  width: calc(100% - 68px);
  margin: auto 0;
}

.lxfs_text span {
  display: block;
  height: 24px;
  line-height: 24px;
  color: #999;
  font-size: 16px;
  margin: 0 0 10px;
}

.lxfs_text p {
  height: auto;
  max-height: 44px;
  overflow: hidden;
  line-height: 22px;
  color: #000000;
  font-size: 16px;
  margin: 0;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
}

.nyContact_main .nyContact_ewm {
  width: 18.5%;
  height: 320px;
  margin: -60px 0 0;
  padding: 30px;
  background-color: #002780;
  border-radius: 20px;
  float: right;
}

.nyContact_ewm span {
  display: block;
  width: 100%;
  overflow: hidden;
  line-height: 30px;
  color: #fff;
  font-size: 22px;

  text-align: center;
  margin: 0 auto;
}

.nyContact_ewm em {
  display: block;
  width: 32px;
  height: 3px;
  overflow: hidden;
  margin: 12px auto 24px;
  background-color: #fff;
}

.nyContact_ewm p {
  width: 100%;
  max-width: 180px;
  height: auto;
  overflow: hidden;
  margin: 0 auto;
  padding: 10px;
  background-color: #fff;
}

/* ny_contact end */


/* ny_map start */
.ny_map {
  width: 100%;
  height: auto;
  overflow: hidden;
  margin: 0 auto;
  padding: 60px 0;
}

.ny_map .nyMap_main {
  width: 100%;
  height: auto;
  overflow: hidden;
  margin: 0 auto;
}

.nyMap_main .nyMap_con {
  width: 100%;
  height: 440px;
  overflow: hidden;
  margin: 0 auto;
  padding: 19px;
  border: 1px solid #ddd;
  border-radius: 20px;
}

.nyMap_con .dz_map {
  width: 100%;
  height: 100%;
  overflow: hidden;
  margin: 0 auto;
  background-color: #f8f8f8;
  border-radius: 12px;
}

#container {
  width: 100%;
  height: 120%;
}

/* ny_map end */