.s_title {
    font-size: 16px;
    color: #333;
    line-height: normal;
    font-weight: 400;
    text-align: left;
    font-family: Microsoft YaHei
}

@font-face {
    font-family: "2c77a536-cd5a-4d47-80b6-8d897719bf7c";
    src: url(2c77a536-cd5a-4d47-80b6-8d897719bf7c.woff) format("woff"), url(3ba9c4dc-4224-4507-aea8-497d891bdd5e.woff2) format("woff2");
    font-alias: roboto-regular-webfont
}

@font-face {
    font-family: "Poppins-Bold";
    src: url(Poppins-Bold.ttf) format("truetype");
    font-alias: Poppins-Bold
}

#c_banner_011-1639731846042 .e_image-2 img {
    position: relative;
    z-index: 9
}

.s_summary {
    font-family: "Poppins-Bold"
}

.site_lan{
    position: relative;
}

.site_lan .dis_box {
  display: flex;
  align-items: center;
  gap: 0 10px;
  cursor: pointer;
}
.site_lan .pos_box {
  opacity: 0;
  position: absolute;
  min-width: 120px;
  width: 100%;
  background: rgba(12, 78, 145, 0.4);
  border-radius: 10px;
  overflow: hidden;
  top: 0;
  left: 20%;
  transform: translateX(-50%);
  padding: 12px 0;
  pointer-events: none;
  transition: ease-in-out 0.4s;
  -webkit-transition: ease-in-out 0.4s;
  -moz-transition: ease-in-out 0.4s;
  -ms-transition: ease-in-out 0.4s;
  -o-transition: ease-in-out 0.4s;
  transition-duration: 0s;
}
.site_lan .pos_box .item_li {
  padding: 4px 0;
  width: 100%;
}
.site_lan .pos_box .item_li a {
  line-height: 36px;
  display: block;
  text-align: center;
  font-size: 16px;
  color: #fff;
}
.site_lan .pos_box .item_li a:hover {
  color: var(--main-color);
}
.site_lan .pos_box.act {
  opacity: 1;
  top: 40px;
  pointer-events: inherit;
  transition-duration: 0.4s;
}

/*高德地图*/

.map-card {
  background: #fff;
  padding: 1rem;
  position: relative;
  box-shadow: 0 1px 2px rgb(0 0 0 / 10%);
  border-radius: 2px;
  cursor: pointer;
}

.map-card::before {
  position: absolute;
  bottom: -8px;
  left: 50%;
  content: "";
  margin-left: -8px;
  margin-top: -7px;
  border-left: 8px solid transparent;
  border-right: 8px solid transparent;
  border-top: 8px solid rgba(0, 0, 0, 0.3);
  filter: blur(2px);
  z-index: -1;
}

.map-card::after {
  content: '';
  position: absolute;
  bottom: -8px;
  left: 50%;
  margin-left: -8px;
  border-left: 8px solid transparent;
  border-right: 8px solid transparent;
  border-top: 8px solid #fff;

}

/* 分页 */
.pageNav {
  font-family: Arial, Helvetica, sans-serif;
  padding-top: 10px;
  text-align: right
}

.pageNav a,
.pageNav span {
  margin: 0 3px;
  width: 28px;
  height: 28px;
  line-height: 28px;
  background: #e7e7e7;
  display: inline-block;
  *display: inline;
  *zoom: 1;
  text-align: center
}

.pageNav span.info {
  background: none
}

.pageNav a:hover,
.pageNav span.current {
  background: #ff534f;
  color: #fff
}

.pageNavLeft {
  text-align: left
}

.pageNavCenter {
  text-align: center
}

.pageNavRight {
  text-align: right
}

.notdata {
  line-height: 35px;
  border: 1px dashed #ccc;
  margin: 20px 0;
  text-align: center
}

.notdataw {
  color: #fff;
  padding: 50px 0
}

.loading-wrap {
  margin-top: 10px;
  bottom: 50px;
  width: 100%;
  text-align: center;
  display: none;
}

.loading {
  position: relative;
  display: inline-block;
  padding: 5px 5px 5px 50px;
  line-height: 28px;
  color: #333;
  font-size: 14px;
  border-radius: 5px;
  background: url(../../../../Public/images/loading.gif) 10px center no-repeat;
}

/* 以上为通用样式 */