.contact-container {
  padding-bottom: 50px;
  margin-top: 90px;
}
.contact-container .contact-box {
  display: flex;
  height: 312px;
  background: #fff;
  border: 1px solid #dfdfdf;
  border-radius: 6px;
}
.contact-container .contact-box .contact-item {
  width: 323px;
  margin: 40px 0 40px 30px;
  border-right: 1px solid #eaeaea;
}
.contact-container .contact-box .contact-item:first-child {
  width: 565px;
  padding-right: 60px;
}
.contact-container .contact-box .contact-item:last-child {
  width: 310px;
  padding-right: 40px;
  border-right: none;
}
.contact-container .contact-box .contact-item .title {
  margin-top: 25px;
  font-size: 20px;
  font-weight: 700;
}
.contact-container .contact-box .contact-item .contact-item-content {
  display: flex;
  margin-top: 20px;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
}
.contact-container .contact-box .contact-item .contact-item-content p {
  width:50%;
  margin-bottom: 10px;
  font-size: 16px;
  font-weight: 400;
  color: #333;
  white-space: nowrap;
}
.contact-container .map-box {
  display: flex;
  width: 1200px;
  height: 360px;
  margin-top: 30px;
  overflow: hidden;
  background: #fff;
  border: 1px solid #dfdfdf;
  border-radius: 6px;
  align-items: center;
  justify-content: space-between;
}
.contact-container .map-box .map-left {
  display: flex;
  margin: 40px 40px 20px 45px;
  flex-direction: column;
}
.contact-container .map-box .map-left .title {
  position: relative;
  font-size: 20px;
  font-weight: 700;
  color: #333;
  text-align: left;
}
.contact-container .map-box .map-left .horizontal {
  width: 40px;
  height: 5px;
  margin: 18px 0 30px;
  background: #fca62d;
  border-radius: 3px;
}
.contact-container .map-box .map-left .contact-item-content {
  display: flex;
  align-items: center;
  margin-bottom: 16px;
}
.contact-container .map-box .map-left .contact-item-content .content {
  margin-left: 16px;
  font-size: 16px;
  font-weight: 400;
  color: #45516e;
}
.contact-container .map-box .map-left .map-left-bottom {
  margin-top: 20px;
  font-size: 14px;
  font-weight: 400;
  color: #f41b1b;
}
.contact-container .map-box .map-right {
  width: 635px;
  height: 360px;
  margin: 0;
  overflow: hidden;
}
/*# sourceMappingURL=contact.css.map */