/*内页联系我们*/
.ly_contact_tlt {
  width: 100%;
  text-align: center;
  color: #666;
  line-height: 30px;
  clear: both;
}
.ly_contact_tlt p {
  font-size: 25px;
}
.ly_contact_tlt span {
  font-size: 20px;
}
.ny_contact_top {
  width: 100%;
  background: #f5f5f5;
  padding: 35px 0;
  margin: 0 0 30px;
}
.ly_contact {
  width: 100%;
  overflow: hidden;
  margin: 10px auto 50px;
  padding: 0;
}
.ny_contact_tlt {
  background: url("../images/contact_bt_bg.png") no-repeat 40px center;
  height: 57px;
  line-height: 57px;
  color: #fff;
  font-size: 22px;
  padding-left: 65px;
  margin-top: 30px;
}
.ny_contact_tlt span {
  font-size: 16px;
}
.center-block1 {
  display: block;
  border-radius: 3px;
  margin: 0 auto 50px;
  background-color: #ffffff;
  box-shadow: 0px 0px 10.92px 2.08px rgba(0, 43, 102, 0.19);
  overflow: hidden;
  padding: 4% 2%;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
}
.contact-info-list {
  margin-top: 43px;
  margin-bottom: 50px;
  width: 100%;
}
.center-block1 .contact_bt {
  display: block;
  margin-bottom: 26px;
  font-size: 30px;
  color: #000;
  text-align: center;
}
.center-block1 .contact_des {
  font-size: 15px;
  text-align: center;
  line-height: 28px;
  color: #777;
}
.center-block1 .contact-info-list li {
  vertical-align: top;
  width: 24%;
  float: left;
  text-align: center;
  margin-right: 1%;
}
.center-block1 .c-tel {
  background: url("../images/tell.png") no-repeat center;
}
.center-block1 .c-phone {
  background: url("../images/site.png") no-repeat center;
}
.center-block1 .c-mail {
  background: url("../images/email.png") no-repeat center;
}
.center-block1 .c-info img {
  width: 108px;
}
.center-block1 .c-info p {
  padding: 5px 0;
  font-size: 16px;
  color: #333;
  text-align: center;
}
.center-block1 .c-info a {
  width: 131px;
  height: 131px;
  border-radius: 3px;
  display: inline-block;
  border: 1px solid #EEE;
  margin-bottom: 20px;
  text-indent: -9999px;
}
.center-block1 .c-info .c-info-detail {
  color: #999;
  font-size: 14px;
  width: 100%;
  text-align: center;
}
.center-block1 .c-info .c-info-detail1 {
  font-size: 19px;
  color: #ff6600;
  font-weight: bold;
}
.lx_dz {
  width: 97%;
  overflow: hidden;
  margin: 30px auto 0;
  padding: 1%;
  border: 1px solid #d9d9d9;
}
.lx_dz .dz_map {
  width: 100%;
  overflow: hidden;
  height: 350px;
  margin: 0 auto;
}
.map {
  width: 1200px;
  margin: 0 auto;
}
.map .ly_contact {
  width: 100%;
  overflow: hidden;
  margin: 10px auto 50px;
  padding: 0;
}
.map .ly_contact .ly_contact_tlt {
  width: 100%;
  text-align: center;
  color: #666;
  line-height: 30px;
  clear: both;
}
.map .ly_contact .ly_contact_tlt p {
  font-size: 25px;
}
.map .ly_contact .ly_contact_tlt span {
  font-size: 20px;
}
.map .ly_contact .map-wrap {
  margin-top: 30px;
}
.map .ly_contact .map-wrap #allmap {
  width: 1200px;
  height: 500px;
  overflow: hidden;
  margin: 0 auto;
  font-family: "微软雅黑";
  box-shadow: 0px 0px 10.92px 2.08px rgba(0, 43, 102, 0.19);
}
@media screen and (max-width: 768px) {
  .ny_content .ny_content_bd .ny_contact_top .ny_contact_tlt {
    padding: 0;
    background-position-x: -20px;
  }
  .ny_content .ny_content_bd .ny_contact_top .center-block1 .contact-info-list {
    overflow-x: scroll;
  }
  .ny_content .ny_content_bd .ny_contact_top .center-block1 .contact-info-list ul {
    width: 180%;
    display: flex;
  }
  .map {
    width: 100%;
  }
  .map .ly_contact .map-wrap #allmap {
    height: 400px;
    width: 800px;
  }
}
