.cont_info{
    display: none!important;
}
.cont .page1 .mapbox {
  position: relative;
  margin-top: 30px;
}
.cont .page1 .mapbox .map {
  height: 640px;
  width: 100%;
}
.cont .page1 .mapbox .map img {
  transition: all 0s;
}
.cont .page1 .mapbox .list {
  position: absolute;
  top: 10%;
  bottom: 10%;
  right: 6%;
  width: 420px;
  background: #fff;
  padding: 4%;
}

.layui-layer-dialog .layui-layer-content .layui-layer-ico{
    display: none;
}
.layui-layer-dialog .layui-layer-padding{
    padding: 15px!important;
    text-align: center!important;
}

.cont .page1 .mapbox .list .tab {
  display: flex;
  align-items: center;
}
.cont .page1 .mapbox .list .tab p {
  display: block;
  color: #333333;
  position: relative;
  font-size: 24px;
  transition: all 0.3s;
  margin-right: 25px;
  cursor: pointer;
}
.cont .page1 .mapbox .list .tab p::after {
  content: '';
  display: block;
  position: absolute;
  bottom: -5px;
  left: 0;
  right: 0;
  height: 1px;
  background: #110b6b;
  opacity: 0;
}
.cont .page1 .mapbox .list .tab p.on {
  font-size: 36px;
  color: #110b6b;
}
.cont .page1 .mapbox .list .tab p.on::after {
  opacity: 1;
}
.cont .page1 .mapbox .list .item {
  display: none;
}
.cont .page1 .mapbox .list .item.on {
  display: block;
}
.cont .page1 .mapbox .list .sw_box {
  margin-top: 50px;
}
.cont .page1 .mapbox .list .sw_box ul li {
  padding-bottom: 35px;
  margin-bottom: 35px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
.cont .page1 .mapbox .list .sw_box ul li:nth-last-child(1) {
  padding-bottom: 0px;
  margin-bottom: 0px;
  border-bottom: 0;
}
.cont .page1 .mapbox .list .sw_box ul li .ic {
  width: 28px;
  margin-bottom: 15px;
}
.cont .page1 .mapbox .list .sw_box ul li p {
  display: block;
  color: #666666;
  font-family: 'SourceHanSansCN-Normal';
  margin-bottom: 5px;
}
.cont .page1 .mapbox .list .sw_box ul li p a {
  color: #666666;
  font-family: 'SourceHanSansCN-Normal';
  transition: all 0.3s;
  margin-right: 7px;
}
.cont .page1 .mapbox .list .sw_box ul li p a:hover {
  
  color: #110b6b;
}
.cont .page2 .title p {
  display: block;
  text-align: center;
  color: #000000;
}
.cont .page2 .title span {
  display: block;
  text-align: center;
  color: rgba(102, 102, 102, 0.7);
  font-family: 'SourceHanSansCN-Normal';
  width: 100%;
  margin: 10px auto 0;
}
.cont .page2 form {
  margin-top: 30px;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.cont .page2 form * {
  font-family: 'SourceHanSansCN-Normal';
}
.cont .page2 form .input-group {
  width: 49%;
  margin-bottom: 30px;
}
.cont .page2 form .input-group .ic {
  margin-bottom: 15px;
  color: #666;
}
.cont .page2 form .input-group .ic span {
  color: #951d13;
}
.cont .page2 form .input-group .in {
  width: 100%;
  padding: 25px 30px;
  background: #ffffff;
  border: 1px solid #d0d0d0;
  transition: all 0.3s;
}
.cont .page2 form .input-group .in input {
  width: 100%;
  color: #333;
  background: transparent!important;
}
.cont .page2 form .input-group .in input::placeholder {
  color: #b8b8b8;
}
.cont .page2 form .input-group .in:focus-within {
  border: 1px solid #110b6b;
  background: #fff;
}
.cont .page2 form .input-group .in:hover {
  border: 1px solid #110b6b;
  background: #fff;
}
.cont .page2 form .textarea-group {
  width: 100%;
}
.cont .page2 form .textarea-group .ic {
  margin-bottom: 15px;
  color: #666;
}
.cont .page2 form .textarea-group .ic span {
  color: #951d13;
}
.cont .page2 form .textarea-group .in {
  width: 100%;
  padding: 20px;
  background: #fff;
  border: 1px solid #d0d0d0;
  transition: all 0.3s;
}
.cont .page2 form .textarea-group .in textarea {
  width: 100%;
  height: 230px;
  color: #333;
  background: transparent;
  border: 0!important;
}
.cont .page2 form .textarea-group .in textarea::placeholder {
  color: #b8b8b8;
}
.cont .page2 form .textarea-group .in textarea:focus {
  outline: none;
}
.cont .page2 form .textarea-group .in:focus-within {
  border: 1px solid #110b6b;
  background: #fff;
}
.cont .page2 form .textarea-group .in:hover {
  border: 1px solid #110b6b;
  background: #fff;
}
.cont .page2 form .submits_btn {
  width: 100%;
  margin-top: 30px;
}
.cont .page2 form .submits_btn .more_2 {
  cursor: pointer;
  margin: 0 auto;
  background: #110b6b;
  border: 1px solid #110b6b;
  color: #fff;
}
.cont .page2 form .submits_btn .more_2 svg path {
  fill: #ffffff;
}
.cont .page2 form .submits_btn .more_2:hover {
  background: #fff !important;
  color: #110b6b;
}
.cont .page2 form .submits_btn .more_2:hover svg path {
  fill: #110b6b;
}
/* 125% */
@media screen and (max-width: 1440px) {
  .cont .page1 .mapbox .map {
    height: 550px;
  }
  .cont .page1 .mapbox .list {
    width: 350px;
    padding: 3%;
  }
  .cont .page1 .mapbox .list .sw_box {
    margin-top: 30px;
  }
  .cont .page1 .mapbox .list .sw_box ul li {
    padding-bottom: 20px;
    margin-bottom: 20px;
  }
  .cont .page1 .mapbox .list .sw_box ul li .ic {
    width: 22px;
  }
}
@media screen and (max-width: 1280px) {
  .cont .page1 .mapbox .map {
    height: 480px;
  }
  .cont .page1 .mapbox .list .sw_box ul li .ic {
    margin-bottom: 8px;
  }
  .cont .page1 .mapbox .list .tab p.on {
    font-size: 28px;
  }
  .cont .page1 .mapbox .list .tab p {
    font-size: 18px;
  }
}
/* 150 */
@media screen and (max-width: 998px) {
  .cont .page1 .mapbox .map {
    height: 420px;
  }
  .cont .page1 .mapbox .list {
    width: 300px;
    padding: 20px;
  }
  .cont .page2 form .input-group .in {
    padding: 15px 20px;
  }
  .cont .page2 form .input-group {
    margin-bottom: 15px;
  }
  .cont .page2 form .input-group .ic,
  .cont .page2 form .textarea-group .ic {
    margin-bottom: 5px;
  }
}
@media screen and (max-width: 768px) {
  .cont .page1 .mapbox .map {
    height: 200px;
  }
  .cont .page1 .mapbox .list {
    position: static;
    width: 100%;
    padding: 10px 20px;
  }
  .cont .page2 form .input-group {
    width: 100%;
  }
  .cont .page2 form .input-group .in {
    padding: 10px 20px;
  }
  .cont .page2 form .textarea-group .in {
    padding: 10px 20px;
  }
  .cont .page2 form .textarea-group .in textarea {
    height: 200px;
  }
  .cont .page2 form .submits_btn .more_2 {
    width: 110px;
    padding: 8px 20px;
  }
  .cont .page2 form .submits_btn .more_2 svg {
    margin-top: 3px;
  }
  .cont .page2 form .submits_btn {
    margin-top: 15px;
  }
  .cont .page1 .mapbox .list .sw_box ul li {
    padding-bottom: 10px;
  }
}
/*# sourceMappingURL=./contact_us.css.map */
