section .contact .contact-container {
  padding: 2.73rem 1.82rem;
  box-shadow: 0rem 0.45rem 2.27rem 0rem rgba(210, 210, 210, 0.5);
}
section .contact .contact-container .contact-l h2 {
  font-size: 0.91rem;
  color: #000000;
  margin-bottom: 2.27rem;
}
section .contact .contact-container .contact-l .item i {
  color: #ccc;
  font-size: 0.91rem;
  margin-right: 0.45rem;
}
section .contact .contact-container .contact-l .item .info-name {
  font-size: 0.73rem;
  color: #666;
}
section .contact .contact-container .contact-l .item .info {
  font-size: 0.73rem;
  font-style: normal;
  color: #333;
  line-height: 1.36rem;
}
section .contact .contact-container .contact-l .cont-info {
  display: flex;
  justify-content: space-between;
}
section .contact .contact-container .contact-l .cont-info .item .info-name a {
  color: #333;
}
section .contact .contact-container .contact-l .cont-info .item .info-name a:hover {
  color: #4974fd;
  text-decoration: underline;
}
section .contact .contact-container .contact-l .cont-info .con-tel {
  position: relative;
  display: flex;
}
section .contact .contact-container .contact-l .cont-info .con-tel .tel {
  display: flex;
}
section .contact .contact-container .contact-l .cont-info .con-tel .tel .tel-num {
  font-size: 0.73rem;
}
section .contact .contact-container .contact-l .cont-info .con-tel .tel .last-num {
  margin-top: 0.91rem;
}
section .contact .contact-container .contact-l .cont-info .con-tel::after {
  content: '';
  position: absolute;
  top: 0;
  right: -30%;
  width: 0.09rem;
  height: 70%;
  background-color: #f5f5f5;
}
section .contact .contact-container .contact-l .cont-info .emailqq {
  position: relative;
}
section .contact .contact-container .contact-l .cont-info .emailqq .item {
  margin-bottom: 1.82rem;
}
section .contact .contact-container .contact-l .cont-info .emailqq::after {
  content: '';
  position: absolute;
  top: 0;
  right: -50%;
  width: 0.09rem;
  height: 70%;
  background-color: #f5f5f5;
}
section .contact .contact-container .contact-l .cont-info .wechat {
  display: flex;
}
section .contact .contact-container .contact-l .cont-info .wechat .wechat-pic .img {
  width: 5rem;
  height: 5rem;
  border: solid 0.05rem #4b75fd;
}
section .contact .contact-container .contact-l .cont-info .wechat .wechat-pic .img img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  display: block;
}
section .contact .contact-container .contact-l .cont-info .wechat .wechat-pic p {
  color: #333333;
  margin-top: 0.68rem;
  text-align: center;
  line-height: 1.4;
}
section .contact .contact-container .contact-l .cont-info .wechat .wechat-1 {
  margin-right: 0.91rem;
}
section .contact .contact-container .contact-r {
  width: 65%;
  padding-left: 10%;
}
section .contact .contact-container .contact-r h2 {
  font-size: 0.91rem;
  color: #000000;
  margin-bottom: 1.36rem;
}
section .contact .contact-container .contact-r form .form-t {
  display: flex;
  justify-content: space-between;
}
section .contact .contact-container .contact-r form .form-t input {
  width: 31%;
  height: 2rem;
  border: 0.05rem solid #e5e5e5;
  padding: 0 0.91rem;
  box-sizing: border-box;
}
section .contact .contact-container .contact-r form .form-t input::-webkit-input-placeholder {
  color: #666666;
}
section .contact .contact-container .contact-r form textarea {
  width: 100%;
  height: 5.45rem;
  margin-top: 1.82rem;
  border: 0.05rem solid #e5e5e5;
  padding: 0.68rem 0.91rem;
  resize: none;
}
section .contact .contact-container .contact-r form textarea::-webkit-input-placeholder {
  color: #666666;
}
section .contact .contact-container .contact-r form #submit {
  width: 10.91rem;
  height: 2rem;
  background-color: #4b75fd;
  text-align: center;
  line-height: 2rem;
  color: #fff;
  border: 0;
  margin-top: 1.82rem;
  cursor: pointer;
}
section .gsdz {
  margin-bottom: 7.05rem;
}
section .gsdz .gsdz-container {
  display: flex;
}
section .gsdz .gsdz-container .place {
  width: 17.27rem;
  margin-right: 4.32rem;
}
section .gsdz .gsdz-container .place .place-li {
  width: 17.27rem;
  border: 0.05rem solid #e6e6e6;
  padding: 1.05rem 2.05rem;
  margin-bottom: 0.68rem;
  cursor: pointer;
}
section .gsdz .gsdz-container .place .place-li h2 {
  position: relative;
  font-size: 0.91rem;
  margin-bottom: 0.91rem;
}
section .gsdz .gsdz-container .place .place-li h2::before {
  content: '\e647';
  position: absolute;
  left: -1.05rem;
  top: 50%;
  transform: translateY(-50%);
  width: 0.5rem;
  height: 0.64rem;
  color: #000;
  font-family: 'iconfont' !important;
  font-size: 0.73rem;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
section .gsdz .gsdz-container .place .place-li p {
  font-size: 0.73rem;
  line-height: 0.95rem;
}
section .gsdz .gsdz-container .place .place-li .last-li-p {
  margin-top: 0.45rem;
}
section .gsdz .gsdz-container .place .last-li {
  margin-bottom: 0;
}
section .gsdz .gsdz-container .place .active-place {
  border: 0.05rem solid #4b75fd;
}
section .gsdz .gsdz-container .place .active-place h2 {
  color: #4b75fd;
}
section .gsdz .gsdz-container .place .active-place h2::before {
  color: #4b75fd;
}
section .gsdz .gsdz-container .allmap {
  width: calc(100% - 21.59rem);
  height: 42.73rem;
}
section .gsdz .gsdz-container .allmap .map {
  display: none;
  width: 100%;
  height: 42.73rem;
}
section .gsdz .gsdz-container .allmap .map img {
  max-width: none;
}
section .gsdz .gsdz-container .allmap .map-selected {
  display: block;
}
@media only screen and (max-width: 960px) {
  section .contact .con-tel::after,
  section .contact .emailqq::after {
    width: 0 !important;
    height: 0 !important;
  }
}
@media only screen and (max-width: 768px) {
  section .contact .common_h {
    margin-bottom: 3.77rem;
  }
  section .contact .contact-container {
    padding: 0 1.82rem;
    box-shadow: none;
    flex-direction: column;
  }
  section .contact .contact-container .contact-l .cont-info {
    flex-direction: column;
  }
  section .contact .contact-container .contact-l .cont-info .con-tel {
    margin-bottom: 1.82rem;
  }
  section .contact .contact-container .contact-l .cont-info .wechat {
    margin-bottom: 1.82rem;
  }
  section .gsdz .gsdz-container {
    flex-direction: column;
  }
  section .gsdz .gsdz-container .place {
    width: 100%;
    margin-top: 20px;
  }
  section .gsdz .gsdz-container .place .place-li {
    width: 100%;
  }
  section .gsdz .gsdz-container .allmap {
    width: 100%;
    height: 400px;
  }
  section .gsdz .gsdz-container .allmap .map {
    height: 400px;
  }
}
