#about {
  background: #fff4f4 url("../images/about/bg.png") no-repeat;
  background-position: left 60px;
  background-size: 100% auto;
}

/* 联系我们 */
.logo {
  text-align: center;
}
.contact {
  margin-bottom: 70px;
}
#about > .w1200 {
  margin: 0 auto;
  padding: 80px 0;
}
.title {
  font-size: 48px;
  text-align: center;
  font-weight: bold;
  height: 100px;
  line-height: 100px;
}

.contact_box .adesc {
  font-weight: 400;
  font-size: 24px;
  color: #494949;
  line-height: 48px;
  text-align: center;
}

.contact_img {
  width: 930px;
  height: 330px;
  flex-shrink: 0;
}

.contact_img img {
  width: 100%;
  height: 100%;
}
.contact_drops {
  display: flex;
  gap: 50px;
}
.contact_drops ul {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  flex: 1;
}

.contact_drops li {
  font-weight: 800;
  font-size: 32px;
  line-height: 30px;
  display: flex;
  align-items: center;
  gap: 20px;
}

.contact_drops li span {
  font-size: 20px;
  font-weight: 400;
  color: #6a6a6a;
  display: block;
  margin-top: 5px;
}
.service {
  width: 100%;
  padding: 28px 0 40px;
  border-radius: 10px;
  height: 220px;
  box-sizing: border-box;
  background: url(/static/default/images/about/service_bg.png) no-repeat;
  background-size: 100% 100%;
  display: flex;
  justify-content: center;
  margin-top: 75px;
  gap: 35px;
}
.service .info {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.service_title {
  font-size: 36px;
  color: #dcc598;
  line-height: 1;
}
.service_tel {
  display: flex;
  align-items: center;
  gap: 5px;
  font-size: 48px;
  color: #dcc598;
  line-height: 1;
}
.service_code {
  flex-shrink: 0;
}
.service_code .code {
  width: 150px;
  height: 150px;
  background: #fff;
  border-radius: 10px;
  padding: 5px;
  box-sizing: border-box;
}
.service_code .code img {
  width: 100%;
  height: 100%;
}
.service .tip {
  font-size: 24px;
  color: #dcc598;
  display: flex;
  align-items: center;
  gap: 20px;
}
.service .tip span {
  color: #dcc598;
}
.service_avatar {
  width: 150px;
  height: 150px;
  border-radius: 5px;
  background: #fff;
  display: flex;
  justify-content: center;
  align-items: flex-end;
}
.service_avatar img {
  max-width: 100%;
  max-height: 100%;
}
@media screen and (max-width: 768px) {
  #about {
    background-position: left 50px;
  }
  #about > .w1200 {
    padding: 40px 0;
  }
  .title {
    font-size: 28px;
    height: 60px;
    line-height: 60px;
  }
  .contact_img {
    width: 100%;
    height: auto;
  }
  .contact_img img {
    height: auto;
  }
  .contact {
    margin: 0;
  }
  .contact_box .adesc {
    font-size: 14px;
    line-height: 30px;
    padding: 0 15px;
  }
  .contact_drops {
    flex-direction: column;
    gap: 20px;
    margin: 20px 15px 0;
  }
  .contact_drops ul {
    gap: 10px;
    flex-direction: row;
  }
  .contact_drops li {
    font-size: 20px;
    width: 0;
    flex: 1;
    flex-direction: column;
    text-align: center;
  }
  .contact_drops li img {
    width: 33px;
  }
  .contact_drops li span {
    font-size: 13px;
    line-height: 24px;
    color: #000;
  }
  .service {
    width: auto;
    height: auto;
    padding: 15px;
    margin: 30px 15px;
    gap: 0;
    justify-content: space-between;
  }
  .service .info {
    justify-content: space-evenly;
  }
  .service_title {
    font-size: 18px;
  }

  .service_tel {
    font-size: 18px;
    line-height: 36px;
  }

  .service_tel img {
    width: 16px;
  }

  .service .tip {
    font-size: 12px;
    gap: 5px;
  }

  .service_code .code {
    width: 100px;
    height: 100px;
  }

  .service_avatar {
    width: 100px;
    height: 100px;
    flex-shrink: 0;
  }
}
