.ysdFooter {
  width: 100%;
  height: 275px;
  margin-top: 50px;
}

.ysdFooter_link {
  width: 1270px;
  height: 100px;
  display: flex;
  align-items: center;
  border-bottom: 5px solid #DE3018;
  margin: 0 auto;
}

.ysdFooter_link div {
  width: 1270px;
  display: flex;
  align-items: center;
  margin: 0 auto;
}

.ysdFooter_link div p {
  position: relative;
  width: 120px;
  height: 40px;
  background: #DE3018;
  font-size: 18px;
  font-family: Microsoft YaHei;
  font-weight: bold;
  color: #FFFFFF;
  text-align: center;
  line-height: 40px;
  line-height: 38px;
}

.rotateSpan{
  position: absolute;
  right: -5px;
  top: 15px;
  width: 10px;
  height: 10px;
  background-color: #DE3018;
  transform: rotate(45deg);
}

.ysdFooter_div {
  width: 100%;
  /* height: 170px; */
  border: 1px;
}

.ysdFooter_div p {
  text-align: center;
  margin: 17px 0;
}