/* 合作企业 */
.qualifications {
  text-align: center;
  width: 100%;
}

.qualifications div {
  width: 100%;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-row-gap: 50px;
  grid-column-gap: 31px;
  justify-items: center;
  margin-top: 60px;
  margin-bottom: 90px;
}

.qualifications div img {
  width: 277px;
  height: 190px;
}

.process {
  text-align: center;
  width: 100%;
  height: 619px;
  background: #FBFBFB;
}

.process img {
  margin-top: 16px;
}

.process ul {
  width: 100%;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-column-gap: 12px;
  justify-items: center;
}

.process ul li {
  text-align: center;
  width: 190px;
  height: 91px;
  background: #F2F3F5;
  font-size: 28px;
  font-weight: bold;
  line-height: 91px;
  color: #004FC2;
  cursor: pointer;
}

.protxt {
  height: 138px;
  background-color: white;
  font-size: 24px;
  font-weight: bold;
  line-height: 138px;
  color: #333333;
  text-indent: 65px;
  text-align: left;
  margin-top: 30px;
  display: none;
}

.protxt1 {
  display: block;
}

.process ul .processclick {
  background: #FFFFFF;
  box-shadow: 1px 3px 10px rgba(0, 0, 0, 0.16);
  transition: all .3s;
}

.footers {
  margin-top: 0 !important;
}