.cont .covering {
  position: absolute;
  bottom: -25px;
  left: 0;
  right: 0;
  height: 50px;
  backdrop-filter: blur(10px);
}
.cont .cont_bg {
  background: url(../img/contact_us_banner.jpg) center top #fff no-repeat;
  background-size: 100%;
}
.cont .gradient-bg .g3,
.cont .gradient-bg .g5 {
  opacity: 0.4;
}
.cont .gradient-bg .gradients-container {
  opacity: 0.8;
}
.cont .page_banner {
  position: relative;
  padding-top: 26%;
}
.cont .page_banner .w1440 {
  position: absolute;
  top: 50%;
  left: 50%;
  overflow: inherit;
  transform: translate(-50%, -50%);
}
.cont .page_banner .w1440 .txt {
  color: #fff;
  font-weight: bold;
}
.cont .page_banner .w1440 .subtit {
  color: #fff;
  margin-top: 10px;
}
.cont .page1 {
  position: relative;
  padding-bottom: 50px;
}
.cont .page1 .bg {
  position: absolute;
  top: 0;
  right: 0;
  width: 41%;
  z-index: 5;
}
.cont .page1 .w1440 {
  border-top: 1px solid rgba(0, 0, 0, 0.1);
  position: relative;
  z-index: 10;
  overflow: inherit;
  /*padding-top: 80px;*/
}
.cont .page1 ul {
  width: 100%;
  display: flex;
  justify-content: space-between;
  display: none;
}
.cont .page1 ul li {
  position: relative;
  background: #fff;
  border-radius: 15px;
  padding: 40px 20px;
  width: 31%;
  box-shadow: 0 0 90px rgba(74, 47, 135, 0.1);
}
.cont .page1 ul li .ic {
  width: 70px;
  height: 70px;
  margin: 0 auto;
  transition: all 0.3s;
}
.cont .page1 ul li .ic svg {
  width: 100%;
  height: 100%;
}
.cont .page1 ul li .txt {
  width: 100%;
  height: 150px;
  display: flex;
  justify-content: space-around;
  align-items: center;
  flex-direction: column;
  transition: all 0.3s;
}
.cont .page1 ul li .txt p {
  width: 100%;
  text-align: center;
  color: #080748;
  font-weight: 600;
}
.cont .page1 ul li .txt a {
  color: #080748;
}
.cont .page1 ul li .txt a:hover {
  text-decoration: underline ;
}
.cont .page1 ul li .img {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: flex;
  justify-content: center;
  align-self: center;
  opacity: 0;
  pointer-events: none;
  transition: all 0.3s;
}
.cont .page1 ul li .img img {
  max-width: 105px;
}
.cont .page1 ul li.qr:hover .ic {
  opacity: 0;
}
.cont .page1 ul li.qr:hover .txt {
  opacity: 0;
}
.cont .page1 ul li.qr:hover .img {
  opacity: 1;
}
.cont .page1 .mapbox {
  position: relative;
}
.cont .page1 .mapbox .map {
  width: 100%;
  height: 500px;
  margin-top: 60px;
  border-radius: 15px;
  overflow: hidden;
}
.cont .page1 .mapbox .map img {
  transition: all 0s;
  width: auto;
}
.cont .page1 .mapbox .list {
  width: 447px;
  position: absolute;
  top: 40px;
  right: 33px;
  bottom: 40px;
  background: #fff;
  border-radius: 15px;
  padding: 20px 20px 20px 40px;
}
.cont .page1 .mapbox .list .list-srl {
  width: 100%;
  height: 100%;
  padding-right: 20px;
  overflow: overlay;
}
.cont .page1 .mapbox .list .list-srl .item {
  border-bottom: 1px solid #d5d9e7;
  display: block;
  width: 100%;
}
.cont .page1 .mapbox .list .list-srl .item .tit {
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-weight: 600;
  padding: 25px 0;
  cursor: pointer;
}
.cont .page1 .mapbox .list .list-srl .item .tit p {
  color: #4a2f87;
}
.cont .page1 .mapbox .list .list-srl .item .tit .arr {
  width: 20px;
  height: 20px;
}
.cont .page1 .mapbox .list .list-srl .item .tit .arr svg {
  width: 100%;
  height: 100%;
  transition: all 0.3s;
}
.cont .page1 .mapbox .list .list-srl .item .des {
  display: none;
  padding-bottom: 30px;
}
.cont .page1 .mapbox .list .list-srl .item .des p {
  color: #41464f;
  display: block;
  padding-bottom: 10px;
}
.cont .page1 .mapbox .list .list-srl .item .des a {
  display: flex;
  align-items: center;
  margin-top: 15px;
}
.cont .page1 .mapbox .list .list-srl .item .des a img {
  width: 22px;
  margin-right: 15px;
}
.cont .page1 .mapbox .list .list-srl .item .des a span {
  display: block;
  color: #42464e;
}
.cont .page1 .mapbox .list .list-srl .item .des .qr{
    width: 105px;
    margin-top: 15px;
}
.cont .page1 .mapbox .list .list-srl .item.on .tit .arr svg {
  transform: rotate(180deg);
}
.cont .page1 .mapbox .list .list-srl .item.on .tit .arr svg path {
  fill: #4a2f87;
}
/* 125% */
@media screen and (max-width: 1440px) {
  .cont .page1 .map {
    height: 400px;
  }
  .cont .page1 ul li {
    padding: 30px 20px;
  }
  .cont .page1 ul li .ic {
    width: 60px;
    height: 60px;
  }
  .cont .page1 ul li .txt {
    height: 130px;
  }
}
@media screen and (max-width: 1366px) {
  .cont .page1 .map {
    margin-top: 40px;
  }
  .cont .page1 .mapbox .list {
    width: 347px;
    top: 20px;
    right: 15px;
    bottom: 20px;
  }
}
/* 150 */
@media screen and (max-width: 998px) {
  .cont .page1 .mapbox .map {
    height: 300px;
  }
  .cont .page1 ul li .ic {
    width: 50px;
    height: 50px;
  }
  .cont .page1 ul li .txt {
    height: 110px;
  }
  .cont .page1 .mapbox .list {
    width: 300px;
    padding: 10px 10px 10px 20px;
  }
}
@media screen and (max-width: 768px) {
  .cont .cont_bg {
    background-size: 150%;
  }
  .cont .page_banner {
    padding-top: 38%;
  }
  .cont .page1 .w1440 {
    /*padding-top: 40px;*/
  }
  .cont .page1 ul {
    flex-wrap: wrap;
  }
  .cont .page1 ul li {
    width: 100%;
    border-radius: 10px;
    margin-bottom: 15px;
    padding: 20px;
  }
  .cont .page1 ul li .ic {
    width: 40px;
    height: 40px;
  }
  .cont .page1 ul li .txt {
    height: auto;
    padding-top: 15px;
  }
  .cont .page1 .mapbox .map {
    margin-top: 0px;
    height: 200px;
    border-radius: 10px;
  }
  .cont .page1 .mapbox .list {
    position: static;
    width: 100%;
    margin-top: 15px;
    border-radius: 10px;
    box-shadow: 0 0 10px rgba(74, 47, 135, 0.05);
  }
  .cont .page1 .mapbox .list .list-srl .item .tit {
    padding: 15px 0;
  }
}
/*# sourceMappingURL=./contact_us.css.map */
