#contact {
  width: 100%;
  padding-top: 0px;
  background: linear-gradient(180deg, #fff 50%, #ececec 100%);
}
#contact .contact-map {
  width: 100%;
  height: 500px;
}
#contact .contact-map iframe {
  width: 100% ;
  height: 100% ;
}
#contact .contact-content {
  padding-top: 80px;
  padding-bottom: 80px;
}
#contact .contact-content .contact-logo {
  width: 30%;
  margin: 0 auto;
}
#contact .contact-content .contact-logo img {
  width: 100%;
}
#contact .contact-content .contact-border {
  width: 25%;
  height: 10px;
  margin: 50px auto;
  background: linear-gradient(90deg, #2b85a8, #15a0ab);
  border-radius: 5px;
}
#contact .contact-content .contact-txt p {
  text-align: center;
  padding: 10px 0 ;
}
#contact .contact-content .contact-txt .title {
  font-family: '宋体';
  font-size: 50px;
  letter-spacing: 5px ;
  font-weight: 800;
  text-shadow: 1px 1px 3px #000;
}
#contact .contact-content .contact-txt .phone {
  padding: 10px 0 0;
  font-size: 50px;
  letter-spacing: 10px ;
  font-weight: 600;
  color: #2b85a8;
  line-height: 40px;
}
#contact .contact-content .contact-txt .address {
  font-family: '宋体';
  font-size: 50px;
  letter-spacing: 5px ;
  font-weight: 800;
  text-shadow: 1px 1px 3px #000;
}
#contact .contact-content .contact-txt .txt {
  padding: 0;
  font-size: 30px;
  letter-spacing: 8px ;
  font-weight: 500;
  color: #232323;
}
