#header {
    min-height: 90px;
}
#logo {
    margin-top: 30px;
}
#logo a img{
    width: auto;
}
#navigation ._active a {
    background-color: #169fe6;
    border-right: 1px solid #169fe6;
    margin-left: -1px;
    padding-left: 21px;
    z-index: 8;
    position: relative;
}
#logo-footer{
    height: auto;
}
#footer-bottom .container {
    text-align: right;
}
.copyright {
  font-size: 13px;
  display: inline-block;
  color: #ececec;
  position: relative;
}
.copyright .w-icon-left {
  display: inline-block;
  padding-left: 22px;
}
.copyright a {
  text-decoration: underline;
  line-height: 22px;
  color: #fff;
}
.copyright a:hover {
  text-decoration: none;
}
.copyright .w-icon-left>.icon {
    position: absolute;
    width: 16px;
    height: 16px;
    background-color: #169fe6;
    border-radius: 2px;
    margin-right: 4px;
    content: "";
    top: calc(50% - 8px);
    left: 0px;
    background-position: 0px 0px;
    transform: rotate(0deg);
    transition: all 0.6s ease;
    -webkit-backface-visibility: hidden;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
}

.copyright .w-icon-left>a:hover ~ .icon {
  transform: rotate(360deg);
}
.copyright .icon svg path {
  fill: #fff;
}
.page-content ul{
    padding-left: 40px;
    list-style: disc;
}
.ymap {
    height: 30vh;
    display: block;
    padding-bottom: 0 !important;
}
.popover {
  position: absolute;
  width: 310px;
  left: -155px !important;
  top: inherit !important;
  bottom: 50px !important;
  box-sizing: border-box;
}
.popover .close {
  font-family: arial;
  position: absolute;
  color: #202020;
  top: 0px;
  right: 3px;
  z-index: 2;
  text-decoration: none;
  width: 10px;
  height: 10px;
  margin: 0;
  font-size: 18px;
  line-height: 18px;
}
.popover .close:before,
.popover .close:after {
  display: none;
}
.w-baloon {
  width: 100%;
  padding: 10px 10px;
  position: relative;
  background-color: #fff;
  background-repeat: no-repeat;
  text-align: left;
  box-sizing: border-box;
  box-shadow: 0 0 10px rgba(0,0,0,0.1);
}
.w-baloon:before {
  content: "";
  position: absolute;
  bottom: -20px;
  left: calc(50% - 10px);
  border-top: 10px solid #fff;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-bottom: 10px solid transparent;
}
.w-baloon-name {
  font-size: 14px;
  line-height: 16px;
  color: #202020;
  text-align: center;
}
.w-baloon-tel {
  font-size: 14px;
  line-height: 16px;
  color: #202020;
  text-align: center;
}