@charset "UTF-8";
/**
* 服务专栏
* date:2023-10-27
* author: hjh;
 */
.common-head {
  background: url("../css/images/npage/common_hd.png") no-repeat center top;
  padding: 540px 0 48px;
}

.page-title {
  height: 31px;
  background-repeat: no-repeat;
  background-position: center top;
  background-image: url("../css/images/npage/page_title1.png");
}

.info-wrap {
  width: 100%;
  height: 232px;
  background: url("../css/images/npage/info_wrap.png") no-repeat center;
  margin-top: 38px;
  padding: 51px 0 0 81px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.info-wrap > h2 {
  float: left;
  font-size: 32px;
  font-weight: bold;
  color: #fff;
  line-height: 46px;
  padding-left: 84px;
  background: url("../css/images/npage/info_ico.png") no-repeat left center;
  margin-top: 18px;
}
.info-wrap .alert {
  float: left;
  width: 660px;
  height: 118px;
  border-radius: 4px;
  border: 3px solid rgba(255, 255, 255, 0.5);
  padding: 24px 30px 0 22px;
  font-size: 16px;
  color: #fff;
  line-height: 24px;
  margin-left: 36px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.link-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin: 60px 0 56px;
}
.link-item {
  width: 224px;
  height: 238px;
  background: -webkit-gradient(linear, left bottom, left top, from(#f0f9fe), to(#dce9f1));
  background: linear-gradient(0deg, #f0f9fe, #dce9f1);
  border-radius: 8px;
  padding-top: 42px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.link-ico {
  display: block;
  width: 102px;
  height: 102px;
  background-repeat: no-repeat;
  background-position: center;
  margin: 0 auto;
}
.link-ico.ico1 {
  background-image: url("../css/images/npage/link_ico1.png");
}
.link-ico.ico2 {
  background-image: url("../css/images/npage/link_ico2.png");
}
.link-ico.ico3 {
  background-image: url("../css/images/npage/link_ico3.png");
}
.link-ico.ico4 {
  background-image: url("../css/images/npage/link_ico4.png");
}
.link-ico.ico5 {
  background-image: url("../css/images/npage/link_ico5.png");
}
.link-txt {
  font-size: 16px;
  color: #333;
  line-height: 24px;
  margin-top: 28px;
  text-align: center;
}

.map-wrap {
  width: 100%;
  background: url("../css/images/npage/map_bg.png") no-repeat top center;
  padding: 42px 0 0 73px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.map-wrap h2 {
  float: left;
  font-size: 24px;
  font-weight: bold;
  color: #fff;
  line-height: 32px;
  padding-left: 65px;
  background: url("../css/images/npage/map_ico.png") no-repeat left center;
  margin-top: 15px;
}
.map-wrap .alert {
  float: left;
  width: 538px;
  height: 95px;
  border: 2px solid rgba(255, 255, 255, 0.5);
  padding: 11px 43px 0 19px;
  font-size: 14px;
  color: #fff;
  line-height: 24px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin-left: 47px;
}

.map-bg {
  width: 736px;
  height: 464px;
  background: #fff;
  border-radius: 8px;
  margin: 37px 0 0 64px;
  -webkit-box-shadow: 0 0 20px rgba(54, 124, 195, 0.2);
          box-shadow: 0 0 20px rgba(54, 124, 195, 0.2);
}

.map {
  width: 100%;
  height: 100%;
}

.tooltip-wrap {
  width: 170px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background: #ffffff;
  border: 1px solid #3499ea;
  -webkit-box-shadow: 0 6px 20px 0 rgba(6, 44, 65, 0.18);
          box-shadow: 0 6px 20px 0 rgba(6, 44, 65, 0.18);
  border-radius: 4px;
  padding: 10px;
  color: #333;
  line-height: 22px;
  white-space: pre-wrap;
}
