* {
  margin: 0;
  padding: 0;
}

.aboutus-box {
  width: 100%;
  height: 100%;
  overflow: hidden;
}

ul {
  margin: 0;
}

.aboutus-content {
  width: 100%;
  display: flex;
  justify-content: center;
  overflow: hidden;
}

.video-box {
  width: 100%;
  height: 600px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 59px;
  background: url(../../assets/img/banner_jrwm.png) no-repeat;
  background-size: cover;
}

.video-text {
  font-size: 40px;
  font-family: "PingFang SC", "Microsoft YaHei";
  color: rgba(255, 255, 255, 1);
}

.aboutus-list {
  margin-top: 30px;
  width: calc(100% - 80px);
  max-width: 1200px;
  padding: 55px 15px 40px;
  margin-bottom: 30px;
  background: rgba(255, 255, 255, 1);
  box-shadow: 0 5px 16px 4px rgba(0, 0, 0, 0.05);
  border-radius: 8px;
}

.list-headr {
  display: flex;
  align-items: center;
  margin: 0 auto;
}

.head-us {
  width: 100%;
  height: 175px;
}

.head-us p {
  margin: 0;
  text-align: center;
}

.head-us p:nth-of-type(1) {
  width: 100%;
  font-size: 30px;
  font-family: "PingFang SC", "Microsoft YaHei";
  color: #333333;
  font-weight: bold;
}

.head-us p:nth-of-type(2) {
  width: 100%;
  font-size: 14px;
  font-family: "PingFang SC", "Microsoft YaHei";
  font-weight: 400;
  color: rgba(0, 0, 0, 0.65);
  line-height: 30px;
}

.head-us div {
  width: 100%;
  /* height: ; */
  display: flex;
  justify-content: center;
}

.crumbs-box {
  display: inline-block;
  width: 64px;
  height: 4px;
  background: rgba(24, 144, 255, 1);
}

.head-text {
  width: 100%;
  justify-content: center;
  overflow: hidden;
}

.head-text span {
  margin: 0 30px;
  margin-top: 29px;
  display: inline-block;
  font-family: "PingFang SC", "Microsoft YaHei";
  width: 669px;
  font-size: 16px;
  color: rgba(0, 0, 0, 0.85);
  line-height: 22px;
  text-align: center;
}

.Message-box {
  overflow: hidden;
  margin: 0 auto;
}

.Message-text {
  margin: 29px 40px;
}

.Message-title {
  margin: 0;
  font-size: 24px;
  font-family: "PingFang SC", "Microsoft YaHei";
  color: rgba(24, 144, 255, 1);
  line-height: 30px;
}

.Message-text ul li {
  font-size: 16px;
  line-height: 30px;
  color: #666666;
}

.Message-text ul li:nth-of-type(1) {
  font-size: 24px;
  font-family: "PingFang SC", "Microsoft YaHei";
  font-weight: 400;
  color: #333333;
  margin: 30px 0 20px;
}

.line-box {
  width: 100%;
  height: 2px;
  display: flex;
  justify-content: center;
}

.line-box p {
  margin: 0;
  width: calc(100% - 80px);
  border-top: 1px dashed rgba(0,0,0,.12);
}

.Message-footer {
  margin: 0 auto;
}

.Message-footer div {
  margin: 40px;
}

.Message-footer div p:nth-of-type(1) {
  margin: 0;
  font-size: 24px;
  font-family: "PingFang SC", "Microsoft YaHei";
  font-weight: 400;
  color: rgba(0, 0, 0, 1);
  line-height: 30px;
  opacity: 0.85;
}

.Message-footer div p:nth-of-type(2) {
  margin: 0;
  max-width: 545px;
  height: 47px;
  font-size: 16px;
  font-family: "PingFang SC", "Microsoft YaHei";
  font-weight: 400;
  color: rgba(0, 0, 0, 1);
  line-height: 25px;
  opacity: 0.85;
  margin-top: 19px;
}

.Message-footer div p:nth-of-type(2) span {
  color: #FF1844;
}