@keyframes dow_arr1 {
  0% {
    opacity: 0;
  }
  24% {
    opacity: 0;
  }
  25% {
    opacity: 1;
  }
  100% {
    opacity: 1;
  }
}
@keyframes dow_arr2 {
  0% {
    opacity: 0;
  }
  49% {
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    opacity: 1;
  }
}
@keyframes large-s {
  0% {
    transform: scale(1);
  }
  100% {
    transform: scale(1.05);
  }
}
.banner_map {
  margin-top: 100px;
}
.banner_map img {
  transition: all 0s;
}
.banner_map .map {
  height: 560px;
}
.ctn_1 {
  width: 100%;
  overflow: hidden;
  padding: 3rem 0 5rem;
  background-position: center -10%;
  background-repeat: no-repeat;
  background-size: cover;
}
.ctn_1 .tit {
  color: #222;
  text-align: center;
}
.ctn_1 .info {
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: relative;
  background-color: rgba(177, 152, 127, 0.1);
  border-radius: 10px;
  padding: 4% 0;
  margin-top: 4rem;
}
.ctn_1 .info .dog {
  position: absolute;
  right: 0;
  top: -33%;
  width: 27%;
}
.ctn_1 .info .contact {
  width: 67%;
  padding-left: 10%;
}
.ctn_1 .info .contact li {
  color: #333;
  padding: 1% 0 1% 60px;
  position: relative;
  margin-bottom: 0.8rem;
}
.ctn_1 .info .contact li i {
  color: #b49c85;
  font-size: 36px;
  position: absolute;
  top: 3px;
  left: 0;
}
.ctn_1 .info .or {
  width: 33%;
  display: flex;
  justify-content: center;
}
.ctn_1 .info .or li {
  width: 30%;
}
.ctn_1 .info .or li .img {
  max-width: 100px;
  margin: 0 auto 1rem;
}
.ctn_1 .info .or li .text {
  text-align: center;
}
@media screen and (max-width: 1366px) {
  .banner_map {
    margin-top: 80px;
  }
  .banner_map .map {
    height: 450px;
  }
  .ctn_1 .info .contact li i {
    font-size: 30px;
  }
}
@media screen and (max-width: 1200px) {
  .banner_map {
    margin-top: 60px;
  }
}
@media screen and (max-width: 1024px) {
  .banner_map .map {
    height: 250px;
  }
  .ctn_1 .info .or li {
    width: 40%;
  }
}
@media screen and (max-width: 768px) {
  .ctn_1 .info {
    flex-wrap: wrap;
    padding: 11% 0;
  }
  .ctn_1 .info .dog {
    width: 130px;
    top: -9%;
  }
  .ctn_1 .info .contact {
    width: 100%;
    padding: 0 5%;
  }
  .ctn_1 .info .or {
    width: 100%;
  }
  .ctn_1 .info .contact li {
    padding: 1% 0 1% 40px;
  }
  .ctn_1 .info .contact li i {
    font-size: 24px;
  }
}