@charset "UTF-8";
/**
* 关于我们
* date:2025-12-08
* author: TangHao;
 */
body {
  background-color: #fef9f5;
}

.content {
  position: relative;
  padding: 30px 100px;
  background-color: #fff;
  box-sizing: border-box;
}

.com-tt {
  display: flex;
  justify-content: center;
}
.com-tt span {
  height: 50px;
  border-bottom: 3px solid #c08c58;
  font-size: 32px;
  font-weight: 700;
}

.intro-box {
  display: flex;
  margin-top: 30px;
  align-items: stretch;
}
.intro-words {
  width: calc(100% - 506px - 30px);
}
.intro-tt {
  display: inline-block;
  font-size: 24px;
  font-weight: 700;
  border-bottom: 2px solid rgb(210, 160, 77);
  padding-bottom: 10px;
}
.intro-detail p {
  line-height: 28px;
  text-indent: 36px;
  font-size: 18px;
  margin-top: 21px;
}
.intro-pic {
  position: relative;
  width: 506px;
  height: 310px;
  margin-left: auto;
  margin-top: 35px;
}
.intro-pic .block {
  position: absolute;
  background: #c08c58;
  height: 205px;
  width: 346px;
  bottom: -30px;
  z-index: 1;
  right: 0;
}
.intro-pic > img {
  position: absolute;
  z-index: 2;
  width: 470px;
  right: 36px;
  height: 310px;
}

.mt100 {
  margin-top: 100px;
}

.contact-tel {
  display: flex;
  margin-top: 30px;
  gap: 80px;
}
.contact-tel-item {
  width: 50%;
  border: 1px solid rgb(208, 209, 212);
  height: 110px;
  align-items: center;
  display: flex;
}
.contact-tel-item > img {
  margin: 0 60px;
  flex-shrink: 0;
}
.contact-tel-item > .info {
  padding: 0 20px;
}
.contact-tel-item > .info > .label {
  font-size: 18px;
  font-weight: 700;
  height: 21px;
  line-height: 21px;
  margin: 8px 0;
}
.contact-tel-item > .info > .detail {
  margin: 8px 0;
}
.contact-map {
  margin-top: 20px;
}
.contact-map > img {
  width: 100%;
}

@media (max-width: 1520px) {
  .contact-tel-item > img {
    margin: 0 25px;
  }
}