.footer[page] {
  background-color: #F6F6F6;
}
.core {
  position: relative;
  width: 100%;
  background-color: #fff;
  padding-top: 167px;
  display: flex;
  align-items: center;
  flex-direction: column;
}
.core-content {
  position: relative;
  width: 100%;
  min-width: 1180px;
  padding: 0 150px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  font-size: 15px;
  font-weight: 400;
  color: #05315A;
  line-height: 28px;
  text-align: justify;
}
.core-title {
  position: relative;
  width: 100%;
  text-align: center;
  font-size: 32px;
  font-weight: 600;
  color: #05315A;
  margin: 22px 0 40px 0;
}
.core-title::before {
  content: ' ';
  display: inline-block;
  height: 15px;
  width: 15px;
  position: absolute;
  top: 50%;
  margin-left: -36px;
  transform: translateY(-50%) rotate(225deg);
  border-left: 1px solid;
  border-bottom: 1px solid;
  color: #05315A;
}
.core-desc {
  font-size: 24px;
  font-weight: 600;
  color: #05315A;
  line-height: 36px;
  letter-spacing: 2px;
  text-align: center;
  margin-bottom: 40px;
}

.core-btn {
  width: 109px;
  height: 30px;
  text-align: center;
  font-size: 15px;
  font-weight: 400;
  color: #FFFFFF;
  line-height: 30px;
  background: #05315A;
  border-radius: 0px 0px 0px 15px;
  cursor: pointer;
  margin: 60px 0;
}
.core-btn:hover {
  text-decoration: none;
  color: #05315A;
  background: #fff;
  border: 1px solid;
}
.core-img {
  width: 100%;
  height: 360px;
  object-fit: cover;
  object-position: center;
  border-radius: 0 0 0 40px;
  margin-bottom: 50px;
}

.core-map {
  position: relative;
  width: 100%;
  height: 514px;
  margin-top: 50px;
}
.core-map-list {
  position: absolute;
  inset: 0;
  width: 25%;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
}
.core-map-item {
  width: 100px;
  height: 105px;
  text-align: center;
  margin: 30px 0;
  cursor: pointer;
}

.core-map-item-title {
  position: relative;
  font-size: 15px;
  font-weight: 500;
  color: #919191;
  margin: 9px 0 0 5px;
}
.core-map-item-title::before {
  content: ' ';
  display: inline-block;
  height: 8px;
  width: 8px;
  position: absolute;
  top: 50%;
  margin-left: -15px;
  transform: translateY(-50%) rotate(225deg);
  border-left: 1px solid;
  border-bottom: 1px solid;
  color: #919191;
}
.core-map-item-img {
  width: 75px;
  height: 75px;
  background-color: #919191;
  border-radius: 100%;
}
.core-map-item-on .core-map-item-title, 
.core-map-item-on .core-map-item-title::before {
  color: #05315A;
}
.core-map-item-on .core-map-item-img {
  background-color: #05315A;
}
.core-map-right {
  position: absolute;
  inset: 0 0 0 30%;
  border-radius: 0px 0px 0px 40px;
  overflow: hidden;
  transition: 0.5s ease;
  overflow: hidden;
}
.core-right-wrapper {
  position: relative;
}

.core-right-position[name=point1] {
  position: absolute;
  width: 230%;
  left: -100%;
  margin-top: -32%;
  transition: 0.5s ease;
}
.core-right-position[name=point2] {
  position: absolute;
  width: 115%;
  left: -6%;
  margin-top: 0;
  transition: 0.5s ease;
}
.core-right-position[name=point3] {
  position: absolute;
  width: 315%;
  left: -150%;
  margin-top: -62%;
  transition: 0.5s ease;
}
.core-right-position[name=point4] {
  position: absolute;
  width: 250%;
  left: -110%;
  margin-top: -70%;
  transition: 0.5s ease;
}
.core-right-position[name=point5] {
  position: absolute;
  width: 226%;
  left: -105%;
  margin-top: -40%;
  transition: 0.5s ease;
}
.core-right-position[name=point6] {
  position: absolute;
  width: 258%;
  left: -115%;
  margin-top: -45%;
  transition: 0.5s ease;
}

.core-right-img {
  width: 100%;
  height: 100%;
}
.core-point {
  position: absolute;
  inset: 0;
  transition: 0.3s ease;
}
.core-point-item {
  visibility:hidden;
  position: absolute;
  inset: 0;
  transition: 0.5s ease;
}
.around {
  position: absolute;
  top: 0;
  width: 0;
  height: 0;
  overflow: visible;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  align-items: center;
  transition: 0.3s ease 0s;
}
.around-shop-1 {
  left: 47%;
  margin-top: 41%;
}
.around-shop-2 {
  left: 23%;
  margin-top: 24%;
}
.around-shop-3 {
  left: 54%;
  margin-top: 26%;
}
.around-shop-4 {
  left: 78%;
  margin-top: 55%;
}
.around-shop-5 {
  left: 38%;
  margin-top: 29%;
}
.around-shop-6 {
  left: 27%;
  margin-top: 41%;
}
.around-green-1 {
  left: 28%;
  margin-top: 24%;
}
.around-green-2 {
  left: 21%;
  margin-top: 58%;
}
.around-green-3 {
  left: 81%;
  margin-top: 25%;
}
.around-landmark-1 {
  left: 48%;
  margin-top: 27%;
}
.around-landmark-2 {
  left: 47%;
  margin-top: 21.5%;
}
.around-landmark-3 {
  left: 25%;
  margin-top: 23%;
}
.around-landmark-4 {
  left: 30%;
  margin-top: 58%;
}
.around-hotel-1 {
  left: 23%;
  margin-top: 42%;
}
.around-hotel-2 {
  left: 15%;
  margin-top: 42%;
}
.around-hotel-3 {
  left: 29.5%;
  margin-top: 26%;
}
.around-hotel-4 {
  left: 47%;
  margin-top: 44%;
}
.around-hotel-5 {
  left: 75%;
  margin-top: 31%;
}
.around-hotel-6 {
  left: 84%;
  margin-top: 50%;
}
.around-hotel-7 {
  left: 57%;
  margin-top: 52.5%;
}
.around-hotel-8 {
  left: 73%;
  margin-top: 25%;
}
.around-traffic-1 {
  left: 39%;
  margin-top: 7%;
}
.around-traffic-2 {
  left: 74%;
  margin-top: 5%;
}
.around-traffic-3 {
  left: 42%;
  margin-top: 64%;
}
.around-metro-1 {
  left: 25.5%;
  margin-top: 42%;
}
.around-metro-2 {
  left: 72%;
  margin-top: 45.2%;
}
.around-metro-3 {
  left: 68.5%;
  margin-top: 16%;
}
.around-metro-4 {
  left: 44.2%;
  margin-top: 57%;
}
.around-name {
  display: block;
  padding: 0 5px;
  text-align: center;
  color: #fff;
  font-size: 12px;
  width: fit-content;
  border-radius: 4px 4px 4px 4px;
  transition: 0.3s ease 0s;
  background: #002556;
  transform: scaleX(0);
  white-space: nowrap;
}
.around-line {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  align-items: center;
}
.around-line::before {
  content: "";
  display: block;
  width: 1px;
  /* height: 3em; */
  background-color: #002556;
  transition: 0.3s ease;
}
/* .around-line-30::before {
  height: 30px;
} */
.around-point {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 10px;
  height: 10px;
  border-radius: 100%;
  border: 1px solid #002556;
}
.around-point::before {
  content: "";
  display: block;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background-color: #002556;
}
.active {
  visibility:visible;
  pointer-events: none;
}
.active .around .around-name {
  animation: scale_ani 0.5s ease .6s  normal both;
}
@keyframes scale_ani {
  0% {
    transform: scaleX(0);
  }
  100% {
    transform: scaleX(1);
  }
}

.active .around .around-line::before {
  animation: height_ani .5s ease .8s  normal both;
}
@keyframes height_ani {
  0% {
    height: 0;
  }
  100% {
    height: 5.5em;
  }
}
.active .around .around-line-10::before {
  animation: height_10_ani .5s ease .8s  normal both;
}
@keyframes height_10_ani {
  0% {
    height: 0;
  }
  100% {
    height: 10px;
  }
}

.active .around .around-line-50::before {
  animation: height_50_ani .5s ease .8s  normal both;
}
@keyframes height_50_ani {
  0% {
    height: 0;
  }
  100% {
    height: 70px;
  }
}
.active .around .around-line-75::before {
  animation: height_75_ani .5s ease .8s  normal both;
}
@keyframes height_75_ani {
  0% {
    height: 0;
  }
  100% {
    height: 55px;
  }
}
.active .around .around-line-85::before {
  animation: height_85_ani .5s ease .8s  normal both;
}
@keyframes height_85_ani {
  0% {
    height: 0;
  }
  100% {
    height: 85px;
  }
}
.active .around .around-line-min::before {
  animation: height_min_ani .5s ease .8s  normal both;
}
@keyframes height_min_ani {
  0% {
    height: 0;
  }
  100% {
    height: 160px;
  }
}
.around:nth-child(1),
.around:nth-child(1) .around-line::before {
  transition-delay: 200ms;
}

.around:nth-child(1) .around-name {
  transition-delay: 400ms;
}

.around:nth-child(2),
.around:nth-child(2) .around-line::before {
  transition-delay: 280ms;
}

.around:nth-child(2) .around-name {
  transition-delay: 480ms;
}

.around:nth-child(3),
.around:nth-child(3) .around-line::before {
  transition-delay: 340ms;
}

.around:nth-child(3) .around-name {
  transition-delay: 540ms;
}

.around:nth-child(4),
.around:nth-child(4) .around-line::before {
  transition-delay: 420ms;
}

.around:nth-child(4) .around-name {
  transition-delay: 620ms;
}

.around:nth-child(5),
.around:nth-child(5) .around-line::before {
  transition-delay: 500ms;
}

.around:nth-child(5) .around-name {
  transition-delay: 700ms;
}

.around:nth-child(6),
.around:nth-child(6) .around-line::before {
  transition-delay: 580ms;
}

.around:nth-child(6) .around-name {
  transition-delay: 780ms;
}

.around:nth-child(7),
.around:nth-child(7) .around-line::before {
  transition-delay: 660ms;
}

.around:nth-child(7) .around-name {
  transition-delay: 860ms;
}

.around:nth-child(8),
.around:nth-child(8) .around-line::before {
  transition-delay: 720ms;
}

.around:nth-child(8) .around-name {
  transition-delay: 920ms;
}


.core-point-item:not(.active) .around {
  opacity: 0;
  transition-delay: 0s;
}
.core-point-item:not(.active) .around .around-name {
  transform: scaleX(0);
  transition-delay: 0s;
}

.core-point-item:not(.active) .around-line::before {
  height: 0 !important;
  transition-delay: 0s;
}

@media screen and (min-width: 0px) and (max-width: 768px) {
  .header {
    background-color: #04315A;
  }
  .header[page] .header-logo {
    background: url(/static/images/logo.png) no-repeat 0 0;
    background-size: 100% 100%;
  }
  .min-footer {
    background-color: #F6F6F6;
  }
  .core {
    padding: 85px 5% 0 5%;
  }
  .core-content {
    width: 100%;
    min-width: 100%;
    height: 100%;
    padding: 0;
  }
  .core-title {
    font-size: 30px;
    margin: 34px 0 38px 0;
  }
  .core-img {
    height: 148px;
    margin-bottom: 30px;
  }
  .core-desc {
    font-size: 18px;
    margin-bottom: 30px;
  }
  .core-desc span {
    display: block;
  }
  .core-map {
    height: 665px;
    margin-top: 20px;
  }
  .core-map-item {
    margin: 0 0 30px 0;
  }
  .core-map-list {
    width: 100%;
    height: 270px;
    align-items: flex-start;
  }
  .core-map-right {
    inset: 0;
    margin-top: 290px;
    width: 100%;
    height: 370px;
  }
  .core-btn {
    margin: 30px 0;
  }
  .around-name {
    font-size: 10px;
  }
  .core-right-position[name=point1] {
    width: 297%;
    left: -141%;
    margin-top: -45%;
  }
  .core-right-position[name=point2] {
    width: 187%;
    left: -58%;
    margin-top: 0;
  }
  .core-right-position[name=point3] {
    width: 315%;
    left: -150%;
    margin-top: -42%;
  }
  .core-right-position[name=point4] {
    width: 317%;
    left: -140%;
    margin-top: -70%;
  }
  .core-right-position[name=point5] {
    width: 248%;
    left: -120%;
    margin-top: -30%;
  }
  .core-right-position[name=point6] {
    width: 307%;
    left: -142%;
    margin-top: -47%;
  }
  .around-metro-1 {
    left: 19.5%;
    margin-top: 57%;
  }
  .around-metro-2 {
    left: 80%;
    margin-top: 60%;
  }
  .around-metro-3 {
    left: 67%;
    margin-top: 25%;
  }
  .around-metro-4 {
    left: 38%;
    margin-top: 77%;
  }
  .around-traffic-1 {
    left: 23%;
    margin-top: 19%;
  }
  .around-traffic-2 {
    left: 68%;
    margin-top: 16%;
  }
  .around-traffic-3 {
    left: 58%;
    margin-top: 104%;
  }
  .around-hotel-1 {
    left: 23.5%;
    margin-top: 62%;
  }
  .around-hotel-2 {
    left: 15%;
    margin-top: 62%;
  }
  .around-hotel-3 {
    left: 29.5%;
    margin-top: 45%;
  }
  .around-hotel-4 {
    left: 47%;
    margin-top: 64%;
  }
  .around-hotel-5 {
    left: 77%;
    margin-top: 52%;
  }
  .around-hotel-6 {
    left: 86%;
    margin-top: 80%;
  }
  .around-hotel-7 {
    left: 57%;
    margin-top: 72.5%;
  }
  .around-hotel-8 {
    left: 73%;
    margin-top: 43%;
  }
  .around-landmark-1 {
    left: 64%;
    margin-top: 52%;
  }
  .around-landmark-2 {
    left: 58%;
    margin-top: 45.5%;
  }
  .around-landmark-3 {
    left: 30%;
    margin-top: 48%;
  }
  .around-landmark-4 {
    left: 37%;
    margin-top: 92%;
  }
  .around-green-1 {
    left: 26%;
    margin-top: 40%;
  }
  .around-green-2 {
    left: 21%;
    margin-top: 77%;
  }
  .around-green-3 {
    left: 84%;
    margin-top: 42%;
  }
  .around-shop-1 {
    left: 51%;
    margin-top: 57%;
  }
  .around-shop-2 {
    left: 21%;
    margin-top: 39%;
  }
  .around-shop-3 {
    left: 60%;
    margin-top: 39%;
  }
  .around-shop-4 {
    left: 87%;
    margin-top: 72%;
  }
  .around-shop-5 {
    left: 39%;
    margin-top: 39%;
  }
  .around-shop-6 {
    left: 27%;
    margin-top: 56%;
  }
  .active .around .around-line-min::before {
    animation: height_min_ani .5s ease .8s  normal both;
  }
  @keyframes height_min_ani {
    0% {
      height: 0;
    }
    100% {
      height: 50px;
    }
  }
}
@media screen and (min-width: 769px) and (max-width: 959px) {
  
}

@media screen and (min-width: 960px) and (max-width: 1399px) {

}

@media screen and (min-width: 1400px) and (max-width: 1900px) {

}

@media screen and (min-width: 1901px) and (max-width: 5000px) {

}