.head ul {
  position: relative;
}

.head ul .to_li {
  position: absolute;
  display: block;
  width: 40px;
  height: 5px;
  background: #C70009;
  border-radius: 49px 21px 0px 0px;
  bottom: -34px;
  left: 33.5%;
}

.fen {
  width: 81.25rem;
  margin: 0 auto;
}

.fen .title {
  font-size: 30px;
  font-family: Source Han Sans, Source Han Sans;
  font-weight: 900;
  color: #3D3D3D;
  line-height: 56px;
  display: flex;
  align-items: center;
  margin-top: 46px;
}

.fen .title::before {
  content: "";
  display: inline-block;
  width: 6px;
  height: 56px;
  margin-right: 20px;
  background-color: #C70009;
}

.fen .two {
  width: 100%;
  margin-left: 20px;
  font-size: 22px;
  font-family: Source Han Sans, Source Han Sans;
  font-weight: 500;
  color: #000000;
  line-height: 56px;
  margin-top: 21px;
}

.content {
  width: 81.25rem;
  margin: 0 auto;
}

.content .sys_pic {
  display: block;
  width: 100%;
}

.content .p_pic {
  width: 100%;
  margin-top: 40px;
  position: relative;
  height: 600px;
}

.content .p_pic img {
  position: absolute;
  z-index: 1;
  left: 0;
  bottom: 15px;
  width: 301px;
  height: 544.96px;
  display: block;
  border-radius: 10px 10px 10px 10px;
}

.content .p_pic .p_text {
  position: absolute;
  width: 63.385rem;
  background-color: #F7F7F9;
  right: 0;
  top: 0;
  border-radius: 10px 10px 10px 10px;
  overflow: hidden;
  padding-left: 40px;
}

.content .p_pic .p_text p {
  width: 95%;
}

.content .p_pic .p_text .lef {
  width: 842.25px;
  margin: 0 auto;
  position: relative;
  overflow: hidden;
}

.content .p_pic .p_text .lef .center {
  font-size: 16px;
  font-family: Source Han Sans, Source Han Sans;
  font-weight: 400;
  color: #787878;
  line-height: 35px;
  margin-top: 20px;
  padding-bottom: 30px;
  text-align: justify;
}

.content .p_pic .p_text .lef .top {
  font-size: 24px;
  font-family: Source Han Sans, Source Han Sans;
  font-weight: 700;
  color: #C70009;
  line-height: 56px;
  margin-top: 20px;
}

.content .p_pic .p_text .lef .top::after {
  content: "";
  display: block;
  width: 73px;
  height: 2px;
  background-color: #C70009;
}

.content .p_pic .p_text .lef .wid1 {
  width: 100%;
  bottom: 0;
}

.content .bot {
  width: 100%;
  background-color: #F7F7F9;
  border-radius: 10px 10px 10px 10px;
  padding: 12px 0px 24px 0px;
  margin-top: 40px;
}

.content .bot p {
  width: 95%;
  margin-left: 42px;
}

.content .bot p:nth-child(1) {
  font-size: 24px;
  font-family: Source Han Sans, Source Han Sans;
  font-weight: 700;
  color: #C70009;
  line-height: 56px;
  margin-top: 10px;
}

.content .bot p:nth-child(1)::after {
  content: "";
  display: block;
  width: 73px;
  height: 2px;
  background-color: #C70009;
}

.content .bot p:nth-child(2) {
  font-size: 16px;
  font-family: Source Han Sans, Source Han Sans;
  font-weight: 400;
  color: #787878;
  line-height: 32px;
  margin-top: 15px;
  text-align: justify;
}

.content .bot .sys_detail_img {
  display: block;
  width: 96%;
  height: 100%;
}

.content .bot .tab1 {
  width: 94%;
  height: 400px;
  border: 1px solid #e7b1b1;
  margin: 40px auto;
  border-collapse: collapse;
}

.content .bot .tab1 tr td {
  width: 50%;
  border: 1px solid #e7b1b1;
  font-size: 20px;
  font-family: Source Han Sans, Source Han Sans;
  font-weight: 700;
  color: #000000;
  line-height: 43px;
  text-align: center;
}

.content .bot .tab2 {
  width: 94%;
  height: 836.02px;
  border: 1px solid #e7b1b1;
  margin: 40px auto;
  border-collapse: collapse;
}

.content .bot .tab2 tr td {
  border: 1px solid #e7b1b1;
  text-align: center;
  font-size: 20px;
  font-family: Source Han Sans, Source Han Sans;
  font-weight: 700;
  color: #000000;
  line-height: 43px;
}
