.header {
  position: unset;
  background: #FFFFFF !important;
  box-shadow: 0px 4px 16px 0px rgba(0,10,40,0.04);
}

.header-tag li {
  display: inline-block;
  cursor: pointer;
  padding: 24px 0;
  margin-left: 80px;
}

.about-content {
  margin-bottom: 80px;
  padding-top: 74px;

}

.about-content .describe-title {
  width: 100%;
  margin: 40px 0;
  text-align: center;
  font-size: 32px;
  font-weight: 500;
  color: #333333;
}

.about-content .describe-content {
  font-size: 16px;
  font-weight: 400;
  color: #666666;
}

.about-content .describe-content p:first-child {
  margin-bottom: 12px;
}

.about-content .cultrue-list {
  box-sizing: border-box;
  box-shadow: 0px 4px 16px 0px rgba(0,10,40,0.08);
  border-radius: 16px;
  padding: 40px 40px 0;
}

.about-content .cultrue-list .list-title {
  font-size: 18px;
  font-weight: 500;
  color: #184399;
  text-align: center;
  margin-bottom: 40px;
}

.about-content .cultrue-list .list {
  font-size: 16px;
  font-weight: 500;
  color: #333333;
}
.about-content .cultrue-list .list .item{display: flex;justify-content: space-around
}
.about-content .cultrue-list .list .item div {
 width: 150px;
  margin-bottom: 40px;
}



.about-content .cultrue-list img {
  width: 46px;
  height: 46px;
}

.about-content .cultrue-list span {
  margin-left: 16px;
}

.about-content .describe-address {
  /*display: flex;*/
  /*justify-content: space-between;*/
  margin-top: 80px;
  text-align: center;
}

.about-content .describe-address .address {
  box-sizing: border-box;
}

.about-content .describe-address span {
  font-size: 32px;
  font-weight: 500;
  color: #333333;
}

.about-content .describe-address ul {
  font-size: 16px;
  font-weight: 400;
  color: #333333;
}

.about-content .describe-address ol {
  margin-top: 80px;
  font-size: 18px;
  font-weight: 500;
  color: #333333;
}

.about-content .describe-address ul li {
  margin-top: 24px;
}

.about-content .describe-address #container {
  width: 700px;
  height: 600px;
  border-radius: 16px;
}