.ctn {
  width: 100%;
  overflow: hidden;
  padding-top: 100px;
  padding-bottom: 220px;
}
.ctn a {
  color: #333;
}
.ctn a:hover {
  color: #2b2bd6;
}
.ctn .w1440 {
  overflow: initial;
}
.ctn .mapbox {
  position: relative;
  width: 100%;
  border: 6px solid #fff;
  box-shadow: 0 0 24px rgba(0, 0, 0, 0.07);
  display: flex;
  justify-content: flex-end;
}
.ctn .mapbox .map {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.ctn .mapbox .map img {
  transition: all 0s;
  width: auto;
}
.ctn .mapbox .info {
  margin: 50px 24px 50px 0;
  width: 410px;
  padding: 36px;
  background: #fff;
  position: relative;
  z-index: 10;
  box-shadow: 0 0 24px rgba(0, 0, 0, 0.1);
}
.ctn .mapbox .info .title {
  color: #222;
  font-weight: bold;
  text-align: center;
  width: 100%;
  border-bottom: 1px solid #eee;
  padding-bottom: 18px;
}
.ctn .mapbox .info ul {
  width: 100%;
  margin-top: 36px;
}
.ctn .mapbox .info ul li {
  width: 100%;
  display: flex;
  justify-content: space-between;
  margin-bottom: 20px;
}
.ctn .mapbox .info ul li:nth-last-child(1) {
  margin-bottom: 0;
}
.ctn .mapbox .info ul li svg {
  width: 20px;
  height: 20px;
}
.ctn .mapbox .info ul li .ic {
  width: 20px;
  margin-top: 3px;
}
.ctn .mapbox .info ul li .txt {
  width: calc(100% - 44px);
}
.ctn .mapbox .info ul li .txt p,
.ctn .mapbox .info ul li .txt span {
  display: block;
  width: 100%;
}

.ctn .mapbox .info ul li .txt p {
  color: #222;
}
.ctn .mapbox .info ul li .txt span {
  color: #999;
}
.ctn .list {
  width: 100%;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-top: 80px;
}
.ctn .list li {
  box-shadow: 0 0 30px rgba(0, 0, 0, 0.07);
  width: 48%;
  margin-bottom: 3%;
  padding: 35px;
  background: #fff;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.ctn .list li .ic {
  width: 120px;
  height: 120px;
  background: #fff;
  border-radius: 100%;
  overflow: hidden;
  box-shadow: 0 0 24px rgba(0, 0, 0, 0.1);
  display: flex;
  justify-content: center;
  align-items: center;
}
.ctn .list li .ic img {
  width: 65px;
}
.ctn .list li .txt {
  width: calc(100% - 140px);
}
.ctn .list li .txt p,
.ctn .list li .txt span {
  display: block;
  width: 100%;
}
.ctn .list li .txt p {
  color: #333;
  margin-bottom: 17px;
}
.ctn .list li .txt span {
  color: #666;
  margin-bottom: 8px;
}
.ctn .list li .txt span:nth-last-child(1) {
  margin-bottom: 0;
}
.ctn .list li:hover .ic img {
  transform: scale(1.1);
}
.ctn .tit {
  position: relative;
  color: #222222;
  margin-top: 40px;
  text-align: center;
}
.ctn .tit::after {
  content: '';
  display: block;
  position: absolute;
  bottom: -20px;
  width: 80px;
  height: 4px;
  left: 50%;
  transform: translateX(-50%);
  background: #25bc4e;
}
/* 125% */
@media screen and (max-width: 1440px) {
  .ctn .list li .txt {
    width: calc(100% - 120px);
  }
  .ctn .list li .ic {
    width: 100px;
    height: 100px;
  }
  .ctn .list li .ic img {
    width: 55px;
  }
  .ctn {
    padding-top: 60px;
  }
  .ctn .list {
    margin-top: 60px;
  }
  .ctn .list li {
    padding: 20px 25px;
  }
  .ctn .mapbox .info {
    margin: 40px 20px 40px 0;
    padding: 28px;
  }
  .ctn .mapbox .info ul {
    margin-top: 25px;
  }
}
/* 150 */
@media screen and (max-width: 998px) {
  .ctn .mapbox .info {
    width: 330px;
  }
}
@media screen and (max-width: 768px) {
    .ctn .mapbox .info .title{
        text-align: left;
    }
    .ctn .mapbox .info ul li .txt span{margin-top:5px;}
    .ctn .mapbox .info ul li .ic{margin-top:0;}
  .ctn .mapbox .map {
    position: static;
    width: 100%;
    height: 250px;
  }
  .ctn .mapbox {
    flex-wrap: wrap;
  }
  .ctn .mapbox .info {
    width: 100%;
    margin: 0px;
    padding: 20px;
    box-shadow: none;
  }
  .ctn .mapbox .info ul {
    margin-top: 20px;
  }
  .ctn .mapbox {
    border: 0;
  }
  .ctn .mapbox .info ul li {
    margin-bottom: 15px;
  }
  .ctn .list {
    margin-top: 40px;
  }
  .ctn .list li {
    width: 100%;
  }
  .ctn .list li .ic {
    width: 60px;
    height: 60px;
  }
  .ctn .list li .ic img {
    width: 35px;
  }
  .ctn .list li .txt {
    width: calc(100% - 70px);
  }
  .ctn .list li .txt span {
    margin-bottom: 5px;
  }
  .ctn .list li .txt p {
    margin-bottom: 10px;
  }
  .ctn .list li {
    margin-bottom: 10px;
  }
  .ctn .tit {
    margin-top: 30px;
  }
  .ctn .tit::after {
    bottom: -15px;
    width: 40px;
    height: 2px;
  }
  .ctn {
    padding-bottom: 150px;
  }
}
/*# sourceMappingURL=./contact-us.css.map */
