.contact-title {
  margin-top: 50px;
  text-align: center;
}
.contact-title > h2 {
  display: inline-block;
  position: relative;
  color: #332c42;
  font-size: 50px;
  line-height: 1.1;
  padding: 0px 0 12px;
  margin: 0;
}
.contact-title > p {
  color: #332c42;
  font-size: 20px;
  line-height: 36px;
}
.contact-title > p > strong {
  display: inline-block;
  font-size: 26px;
  font-weight: bolder;
  color: #f94828;
  background-clip: text;
  margin-top: 8px;
}
.contact-title > .p1 {
  margin: 0 0 30px;
}
.contact-ask {
  position: relative;
  margin: 55px 0;
}
.contact-ask::before {
  content: "";
  display: inline-block;
  width: 406px;
  height: 12px;
  margin-right: 6px;
  background: url(../images/cont-line01.png) no-repeat left;
}
.contact-ask::after {
  content: "";
  display: inline-block;
  width: 406px;
  height: 12px;
  margin-left: 6px;
  background: url(../images/cont-line02.png) no-repeat right;
}
.contact-ask span {
  position: relative;
  display: inline-block;
  cursor: pointer;
  color: #fff;
  font-size: 14px;
  width: 112px;
  height: 48px;
  line-height: 48px;
  text-align: center;
  border-radius: 40px;
  background: linear-gradient(200deg, #ffb201 10%, #0c2b47 100%);
  box-shadow: 0px 5px 111115px rgba(255, 178, 1, 0.13);
  background-size: 120% 100%;
  background-position: left center;
}
.contact-ask span:before {
  content: "";
  display: inline-block;
  position: absolute;
  left: -5%;
  top: 48%;
  width: 110%;
  height: 5px;
  background-color: #fff;
  z-index: -1;
}
.contact-ask span:after {
  content: "";
  display: inline-block;
  position: absolute;
  left: -5px;
  top: -5px;
  width: 122px;
  height: 58px;
  border: 1px dashed #25262b;
  border-radius: 40px;
}
.contact-ask span:hover {
  color: #f43b47;
  background-position: right center;
}

#contact-map > .contact-point {
  float: left;
  width: 25.2%;
}
#contact-map > .contact-point > ul {
  list-style: none;
}
#contact-map > .contact-point > ul > li {
  position: relative;
  margin-bottom: 20px;
}
#contact-map > .contact-point > ul > li > span {
  position: absolute;
  left: 0;
  bottom: 26px;
  width: 100%;
  padding: 0 20px;
  text-align: right;
  line-height: 30px;
  color: #332c42;
  font-size: 14px;
}
#map-frame {
  width: 74%;
  float: right;
}
#pc-map{
    height:630px;
}
#mobile-map {
  display: none;
  height:550px;
  width:370px;
}

#contact-extra {
  margin: 60px auto;
}
#contact-extra-title {
  position: relative;
  margin-bottom: 15px;
  text-align: center;
}
#contact-extra-title h3 {
  font-size: 42px;
  font-weight: 600;
  line-height: 1;
  color: #332c42;
  padding: 10px 0;
}
#contact-en {
  margin-top: -90px;
  z-index: -1;
  position: absolute;
  width: 100%;
  text-align: center;
}
.contact-extra-desc {
  font-size: 16px;
  text-align: center;
  margin: 0 auto 40px;
  width: 80%;
  line-height: 32px;
  color: #666;
}
.contact-ul {
  overflow: hidden;
  text-align: center;
  width: 100%;
}
.contact-ul > ul {
  padding: 0;
  list-style: none;
}
.contact-ul > ul > li {
  float: left;
  width: 17%;
  margin: 0 1.5%;
}
.contact-ul > ul > li > strong {
  position: relative;
  z-index: 1;
  display: block;
  width: 50%;
  padding: 12%;
  font-weight: normal;
  text-align: center;
  background: url(../images/contact__item_bg.png) center no-repeat;
  background-size: auto;
  background-size: 100% auto;
  margin: 5px auto 10px;
}
.contact-ul > ul > li > strong img {
  width: 100%;
  border-radius: 50%;
  box-shadow: 0px 0.03rem 0.21rem rgba(5, 26, 85, 0.1);
}
.contact-wz {
  border: #b9c2d9 1px dashed;
  min-height: 140px;
  padding: 60px 10px 10px 20px;
  margin-top: -70px;
  overflow: hidden;
}
.contact-wz h4 {
  font-size: 20px;
  margin: 15px 0 0 0;
  font-weight: 600;
  text-align: center;
  color: #07284e;
}
.contact-wz h5 {
  font-size: 14px;
  line-height: 24px;
  font-weight: 400;
  margin: 8px 0;
  text-align: center;
  color: #888;
}

@media screen and (max-width: 640px) {
  .contact-title > h2 {
    font-size: 25px;
  }
  .contact-title > p {
    font-size: 14px;
  }
  .contact-ask::before,
  .contact-ask::after {
    display: none;
  }
  #contact-map > .contact-point {
    float: none;
    width: 100%;
  }
  #map-frame {
    width: 100%;
    float: none;
    height: 550px;
  }
  #mobile-map {
    display: block;
  }
  #pc-map {
    display: none;
  }
  #contact-extra-title h3 {
    left: 0;
  }
  .contact-ul > ul > li {
    float: none;
    width: 97%;
    margin: 0 1.5%;
  }
}
