.pcBanner img {
  width: 100%;
  height: 600px;
  object-fit: cover;
}

.cpbox {
  width: 100%;
  height: 774px;
  box-sizing: border-box;
  background: #f6f5fa;
  display: flex;
  flex-direction: column;
  padding: 64px 0;
  padding-top: 0px;
}
.companyRow {
  display: flex;
  justify-content: center;
  margin-top: 64px;
}
.companyDesc {
  width: 1167px;
  height: 370px;
  display: flex;
  justify-content: space-between;
}
.companyDesc p {
text-align: justify;
}
.companyDesc img {
  height: 370px;
  width: 580px;
}
.companyDesc .txtbox {
  height: 370px;
  width: 550px;
}
.txttitle {
  font-size: 40px;
  font-weight: bold;
  color: #08042c;
}
.companyDesc .txtbox .title p {
  font-size: 16px;
  color: #474560;
}

.companyDesc .item {
  width: 370px;
  height: 212px;
  padding: 26px;
  border-radius: 12px;
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.001), rgba(0, 0, 0, 0.001)),
    #ffffff;
  box-sizing: border-box;

  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}

.companyDesc .item img {
  width: 64px;
  height: 64px;
  border-radius: 50%;
}
.companyDesc .item .title {
  margin-top: 16px;
  font-size: 22px;
  font-weight: 900;
  color: #08042c;
}

.companyDesc .item .desc {
  font-size: 15px;
  color: #474560;
}

.originator {
  width: 100%;
  height: 490px;
  box-sizing: border-box;
  display: flex;
  align-items: center;
  flex-direction: column;
  padding: 64px 0;
  background: #ffffff;
  padding-top: 40px;
}
.originator .txttitle{
  margin-bottom: 20px;
}
.originatoruserBox {
  display: flex;
  width: 1180px;
  justify-content: space-between;
  margin-top: 20px;
}
.originatoruserBox .item {
  width: 570px;
  height: 264px;
  background: #f6f5fa;
  box-sizing: border-box;
  display: flex;
  justify-content: space-between;
  padding: 20px;
  padding-top: 15px;
}
.usertxt {
  font-size: 20px;
  font-weight: bold;
  color: #474560;
  margin-bottom: 12px;
}
.userp{
    color: #474560;
    font-size: 14.5px;
    padding: 0;
    margin: 0;
    text-align: justify;
}
.userdesc{
    color: #707187;
    
    font-size: 14px;
    margin-left: 8px;
    font-weight: 400;
}
.originatoruserBox .item img {
  width: 170px;
  height: 216px;
}
.userBox{
    flex: 1;
    box-sizing: border-box;
    padding-top: 20px;
    padding-left: 20px;
}
