.contact-main {
  width: 1400px;
  margin: 0 auto;
  padding: 72px 40px 105px 40px;
  box-sizing: border-box;
}
.contact-main .heading p:nth-child(1) {
  font-size: 30px;
  font-weight: 400;
  color: #2b2c2e;
  line-height: 24px;
  padding-bottom: 10px;
}
.contact-main .heading p:nth-child(2) {
  font-size: 18px;
  font-weight: 400;
  color: #666666;
  line-height: 24px;
}
.contact-main .contact-info {
  padding: 50px 0;
  display: flex;
}
.contact-main .contact-info .info-left {
  width: 660px;
}
.contact-main .contact-info .info-left > p {
  line-height: 30px;
  font-size: 18px;
  font-weight: 400;
  color: #2b2c2e;
  margin-bottom: 23px;
  display: flex;
  align-items: center;
}
.contact-main .contact-info .info-left > p span:first-child{
width: 58px;
}
.contact-main .contact-info .info-left > p img {
  max-width: 38px;
    max-height: 38px;
  margin-right: 20px;
}
.contact-main .contact-info .info-right > p:nth-child(1) {
  font-size: 24px;
  font-weight: 400;
  color: #2b2c2e;
  line-height: 24px;
  margin-bottom: 16px;
}
.contact-main .contact-info .info-right > p:nth-child(2) {
  font-size: 28px;
  font-weight: bold;
  color: #195afe;
  line-height: 24px;
  margin-bottom: 46px;
}
.contact-main .contact-info .info-right .code {
  display: flex;
  align-items: center;
}
.contact-main .contact-info .info-right .code > div:nth-child(1) {
  width: 164px;
  height: 164px;
  padding: 10px;
  box-sizing: border-box;
  background: #ffffff;
  box-shadow: 0px 1px 12px 0px rgba(0, 0, 0, 0.12);
  border-radius: 8px;
  margin-right: 32px;
}
.contact-main .contact-info .info-right .code > div:nth-child(1) > img {
  width: 100%;
  height: 100%;
}
.contact-main .contact-info .info-right .code > div:nth-child(2) > p:nth-child(1) {
  font-size: 24px;
  font-weight: bold;
  color: #2b2c2e;
  line-height: 24px;
  margin-bottom: 14px;
}
.contact-main .contact-info .info-right .code > div:nth-child(2) > p:nth-child(2) {
  font-size: 16px;
  font-weight: 400;
  color: #666666;
  line-height: 24px;
}
.contact-main .contact-map {
  height: 430px;
  background: #ffffff;
  box-shadow: 0px 1px 12px 0px rgba(0, 0, 0, 0.12);
  border-radius: 16px;
  padding: 15px;
  box-sizing: border-box;
}
.contact-main .contact-map #baidu-map {
  width: 100%;
  height: 100%;
}
