#about {
  background: url("../images/about/bg.png") no-repeat center;
  background-size: cover;
  min-width: 1440px;
}

/* 公司介绍 */
.introduce {
  padding: 30px;
  width: 1140px;
  background-color: #fff;
  text-align: center;
  display: none;
}

.introduce .name {
  font-size: 30px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #393939;
  margin-bottom: 10px;
}

.introduce .adesc {
  width: 999px;
  font-size: 18px;
  font-family: "albbphtR";
  font-weight: 400;
  color: #666666;
  line-height: 36px;
  margin: 0 auto;
  height: 100px;
  overflow: hidden;
  overflow-y: auto;
}

/* 联系我们 */
.contact {
  padding-top: 76px;
  display: flex;
  justify-content: space-between;
}

.contact .contact_box {
  width: 45%;
  min-width: 540px;
}

.contact_box .title {
  font-size: 30px;
  font-weight: 400;
  color: #393939;
  margin-bottom: 30px;
}

.contact_box .adesc {
  height: 230px;
  font-weight: 400;
  font-size: 16px;
  color: #171717;
  line-height: 36px;
  margin-bottom: 50px;
}

.contact_box ul {
  display: flex;
  align-items: center;
  justify-content: space-between;
  text-align: center;
}

.contact_box li {
  font-weight: 800;
  font-size: 24px;
  color: #37251f;
  line-height: 30px;
  width: 140px;
}

.contact_box li img {
  margin-bottom: 8px;
}

.contact_box li span {
  font-size: 14px;
  font-weight: 400;
  color: #666;
  line-height: 24px;
  display: block;
}

.contact_box .contact_drops {
  display: flex;
  justify-content: space-between;
  margin-top: 52px;
  width: 100%;
  height: 160px;
  border-radius: 20px;
  background: url("../images/about/guanyuwm-bg1.png");
  align-items: center;
}

.contact_box .contact_drop {
  margin: 0 20px;
}

.contact_box .contact_drop .name {
  font-weight: 800;
  font-size: 30px;
  color: #fff;
}

.contact_box .contact_drop .drop_base {
  display: flex;
  flex-direction: column;
  font-weight: 400;
  font-size: 14px;
  color: #fff;
  line-height: 36px;
  margin-top: 8px;
}

.contact_box .contact_drop .drop_base span {
  font-weight: 400;
  font-size: 14px;
  color: #fff;
}

.contact_box .contact_drop .drop_base .phone_code {
  color: #fff;
  font-size: 30px;
}

.contact_box .contact_drop:last-child {
  flex-direction: row;
  display: flex;
  width: 160px;
  height: 120px;
  background: linear-gradient(270deg, #bed6ff 0%, #d6e2f7 100%);
  border-radius: 10px;
  text-align: center;
}

.contact_box .contact_drop:last-child span {
  writing-mode: vertical-rl;
  text-orientation: upright;
  font-weight: 400;
  font-size: 16px;
  color: #2e518f;
  letter-spacing: 0.1em;
  padding: 0 9px;
}

.contact_box .contact_drop:last-child .drop_base {
  background-color: #fff;
  height: 120px;
  background: linear-gradient(270deg, #ffe8ce 0%, #fbb8a0 100%);
  border-radius: 10px;
  margin-top: 0;
}

.contact_box .contact_drop .drop_base img {
  width: 120px;
  height: 120px;
  border-radius: 10px;
}

.address {
  width: 800px;
  height: 400px;
}

.contact_img {
  width: 49%;
  min-width: 588px;
}

.contact_img img {
  width: 100%;
  max-width: 700px;
  height: 700px;
}
