.zkj-address-wrap {
  position: relative;
  height: 720px;
}

.zkj-adr-left,
.zkj-adr-right {
  height: 100%;
}

.zkj-adr-left {
  position: absolute;
  left: 0;
  top: 0;
  width: 340px;
  box-shadow: 6px 0 6px rgba(136, 137, 145, 0.3);
  -webkit-abox-shadow: 6px 0 6px rgba(136, 137, 145, 0.3);
  z-index: 10;
}

.zkj-adr-right {
  padding-left: 340px;
}

.zkj-header {
  color: #fff;
  padding: 30px 28px 30px 28px;
  background: url("../img/zkj-pic1.jpg") no-repeat;
  background-size: cover;
  height: 254px;
  box-sizing: border-box;
}

.zkj-header h3 {
  font-size: 16px;
  line-height: 1;
  font-weight: bold;
  margin-bottom: 15px;
}

.zkj-header .text1 {
  font-size: 13px;
  line-height: 30px;
  margin-bottom: 10px;
}

.zkj-header .text2 {
  font-size: 12px;
  line-height: 20px;
}

.zkj-adr-submenu {
  padding: 0 20px;
}

.zkj-adr-list li {
  position: relative;
  padding: 0 5px;
  height: 42px;
  font-size: 14px;
  line-height: 42px;
  border-top: 1px solid #e0e0e0;
  color: #666;
  cursor: pointer;
  box-sizing: border-box;
}

.zkj-adr-list li:before {
  content: "";
  position: absolute;
  right: 5px;
  top: 50%;
  width: 8px;
  height: 13px;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  background-image: url("../img/zkj-right-jt.png");
  background-repeat: no-repeat;
  background-size: cover;
}

.zkj-adr-list li.active {
  color: #0077d4;
}

@media screen and (min-width: 1200px) {
  .zkj-adr-list li:hover {
    color: #0077d4;
  }
}

.zkj-adr-submenu {
  width: 100%;
  height: auto;
  box-sizing: border-box;
}

.zkj-adr-submenu .content {
  padding-top: 0;
  right: 0!important;
}

.zkj-adr-submenu .pane {
  background: #eee;
  width: 8px;
  right: 1px;
  margin: 5px;
}

.zkj-adr-submenu>.pane>.slider {
  background: #0077d4;
}

.zkj-map-wrap {
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.zkj-proup {
  padding-bottom: 37px;
}
.zkj-box {
  position: relative;
  width: 310px;
  background: #fff;
  border: 1px solid #0077d4;
  border-radius: 11px;
}

.zkj-box:before {
  content: "";
  position: absolute;
  left: 50%;
  bottom: -7px;
  width: 10px;
  height: 10px;
  background: #fff;
  border-left-style: solid;
  border-left-width: 1px;
  border-left-color: #0077d4;
  border-top-style: solid;
  border-top-width: 1px;
  border-top-color: #0077d4;
  transform: rotate(-135deg);
}

.zkj-proup-content {
  padding: 13px 28px;
}

.zkj-proup-content h3 {
  font-size: 18px;
  line-height: 24px;
  color: #0077d4;
  margin-bottom: 11px;
}
.zkj-proup-content .text {
  font-size: 13px;
  color: #333;
  line-height: 20px;
}
.BMap_cpyCtrl.BMap_noprint.anchorBL,
.anchorBL {
  display: none!important;
}
.zkj-adr-mobile {
  display: none;
}


@media screen and (max-width: 768px){
  .zkj-adr-submenu,
  .zkj-address-wrap {
    height: auto;
  }
  .zkj-adr-submenu {
    padding: 0 0.75rem;
  }
  .zkj-adr-left {
    position: static;
    width: 100%;
    height: auto;
    box-shadow: none;
    border-top: 1px solid #e0e0e0;
  }
  .zkj-adr-right {
    height: 24rem;
    padding-left: 0;
  }
  .zkj-header {
    display: none;
  }
  .zkj-adr-list {
    display: flex;
    flex-wrap: wrap;
    margin-left: -0.375rem;
    margin-right: -0.375rem;
  }
  .zkj-adr-list li:before {
    display: none;
  }
  .zkj-adr-list li {
    border: none;
    width: 25%;
    box-sizing: border-box;
    padding: 0 0.375rem;
    text-align: center;
    margin-bottom: 0.75rem;
    
  }
  .zkj-adr-list li p{
    font-size: 0.7rem;
    color: #5e6971;
    box-shadow: 0 0 4px rgba(5, 13, 33, 0.1);
  }
  .zkj-adr-list li.active p {
    background: #0077d4;
    color: #fff;
  }

  .zkj-adr-mobile {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0.7rem 0;
  }
  .zkj-adr-mobile .text1 {
    font-size: 0.8rem;
    color: #333;
    font-weight: bold;
  }
  .zkj-adr-mobile .text2 {
    font-size: 0.6rem;
    color: #333;
  }
  .zkj-adr-mobile .text2 span {
    color: #0077d4;
  }
  .zkj-proup-content h3 {
    font-size: 0.7rem;
  }
  .zkj-proup-content .text {
    font-size: 0.6rem;
  }
}