#about{
  padding-top: 80px;
}

.banner img{
  width: 100%;
}

.title{
  font-weight: 500;
  font-size: 40px;
  color: #333333;
  text-align: center;
}

.introduction {
  margin: 60px auto 80px;
}
.introduction .adesc{
  font-weight: 400;
  font-size: 16px;
  color: #171717;
  line-height: 36px;
  text-align: center;
  margin-top: 25px;
}

.culture {
  height: 450px;
  background: url(/static/default/images/about/d-gywm-bg.jpg) no-repeat;
  background-size: 100% 100%;
  margin: 0 auto;
  padding: 80px 0 60px;
  box-sizing: border-box;
}
.culture ul{
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 144px;
  height: calc(100% - 52px);
}
.culture ul li {
  width: 172px;
  text-align: center;
}
.culture ul li:nth-child(2n) {
  margin-top: auto;
}
.culture li .name {
  font-size: 15px;
  color: #666666;
  line-height: 24px;
  margin-top: 18px;
}

.contact{
  margin-bottom: 85px;
}
.contact_box {
  display: flex;
  align-items: center;
  gap: 28px;
}
.contact_box .tel,
.contact_box .wx{
  min-width: 0;
  flex: 1;
  height: 160px;
  background: #FFFFFF;
  border-radius: 40px;
  margin-top: 80px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 26px;
}
.contact_box .tel p,
.contact_box .wx p{
  font-size: 16px;
  color: #606266;
}
.contact_box .wx .wchat_code{
  width: 120px;
  height: 120px;
  border-radius: 10px;
}