﻿.dgg-map {
  height: 678px;
  background: url(img/bjsf_bg_bjsfbg.jpg) no-repeat center 0;
  background-size: cover;
}
.dgg-map-container {
  position: relative;
}
.dgg-map-container__left-top h3 {
  font-size: 24px;
  color: #ffffff;
  margin: 79px 0 18px;
}
.dgg-map-container__left-top p {
  font-size: 12px;
  color: rgba(255, 255, 255, 0.8);
}
.dgg-map-container__left-list {
  margin-top: 55px;
}
.dgg-map-container__left-list ul {
  width: 300px;
}
.dgg-map-container__left-list ul li {
  float: left;
  width: 72px;
  height: 64px;
  line-height: 62px;
  text-align: center;
  background: rgba(255, 255, 255, 0.2) url(img/bjsf_tp_zs.png) no-repeat center center;
  background-size: 64px 55px;
  box-shadow: 2px 2px 6px 0px rgba(0, 0, 0, 0.1);
  border-radius: 2px;
  font-size: 14px;
  color: #ffffff;
  margin: 0 4px 4px 0;
  cursor: pointer;
}
.dgg-map-container__left-list ul li:nth-child(4n) {
  margin-right: 0;
}
.dgg-map-container__left-list ul li.active {
  font-size: 16px;
  font-weight: bold;
  color: #ffffff;
  background: #ff6600 url(img/bjsf_tp_zs.png) no-repeat center center;
  background-size: 64px 55px;
  box-shadow: 2px 2px 6px 0px rgba(0, 0, 0, 0.1);
}
.dgg-map-container #map {
  position: absolute;
  left: 318px;
  top: 124px;
  margin: auto;
}
.dgg-map-container__right {
  position: relative;
  width: 264px;
  margin-top: 180px;
  z-index: 2;
}
.dgg-map-container__right-img {
  height: 198px;
  font-size: 0;
  overflow: hidden;
}
.dgg-map-container__right-img:hover img{
  transform: scale(1.1);
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -o-transform: scale(1.1);
}

.dgg-map-container__right-img img {
  width: 100%;
  height: 100%;
  transition: all .3s;
  -webkit-transition: all .3s;
  -moz-transition: all .3s;
  -o-transition: all .3s;
  transform: scale(1);
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  -moz-transform: scale(1);
  -o-transform: scale(1);
}
.dgg-map-container__right-text {
  background-color: #fff;
  overflow: hidden;
  padding-bottom: 5px;
}
.dgg-map-container__right-text h5 {
  font-size: 15px;
  font-weight: bold;
  color: #333333;
  padding: 0 24px;
  margin: 23px 0 8px;
}
.dgg-map-container__right-text p {
  font-size: 12px;
  color: #666666;
  line-height: 20px;
  padding: 0 24px;
  margin-bottom: 5px;
}
