.what-cmmi {
  padding-top: 70px;
  background-image: url(../images/bg1.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.what-cmmi .title {
  margin-bottom: 49px;
}
.what-cmmi .title h3 {
  color: #fff;
}
.what-cmmi .info-box {
  position: relative;
}
.what-cmmi .info-box img.icon-1 {
  width: 136px;
  height: 136px;
  position: absolute;
  top: -23px;
  left: -6px;
  z-index: 2;
}
.what-cmmi .info-box .info {
  padding: 46px 29px 50px 178px;
  background-color: rgba(255, 255, 255, 0.95);
  border-radius: 8px;
  position: relative;
}
.what-cmmi .info-box .info::after {
  display: block;
  content: '';
  width: 0;
  height: 0;
  border: 190px solid;
  border-top: 90px solid;
  border-left: 0;
  border-color: #0061EB transparent transparent;
  position: absolute;
  top: 0;
  left: 0;
}
.what-cmmi .info-box .info p {
  font-size: 16px;
  line-height: 36px;
  color: #333;
}
.level {
  padding-bottom: 103px;
  background-color: #F5F5F5;
}
.level .title {
  margin-bottom: 52px;
}
.level .level-container {
  width: 1140px;
  display: flex;
  margin: 0 auto;
}
.level .level-container .left-chart {
  width: 598px;
}
.level .level-container .left-chart ul.content {
  align-items: flex-end;
}
.level .level-container .left-chart ul.content li {
  width: 90px;
  margin-right: 37px;
}
.level .level-container .left-chart ul.content li:last-child {
  margin-right: 0;
}
.level .level-container .left-chart ul.content li h6 {
  font-family: 'PINGFANG-BOLD';
  font-size: 14px;
  line-height: 20px;
  color: #333;
  margin-top: 6px;
}
.level .level-container .left-chart ul.content li .pillar {
  padding-left: 12px;
  background: linear-gradient(180deg, rgba(0, 112, 255, 0) 0%, #0070FF 100%);
  padding-bottom: 16px;
  display: flex;
  align-items: flex-end;
}
.level .level-container .left-chart ul.content li .pillar h6 {
  font-family: 'PINGFANG-REGULAR';
  color: #fff;
}
.level .level-container .left-chart ul.content li:nth-child(1) .pillar {
  height: 162px;
}
.level .level-container .left-chart ul.content li:nth-child(2) .pillar {
  height: 211px;
}
.level .level-container .left-chart ul.content li:nth-child(3) .pillar {
  height: 260px;
}
.level .level-container .left-chart ul.content li:nth-child(4) .pillar {
  height: 313px;
}
.level .level-container .left-chart ul.content li:nth-child(5) .pillar {
  height: 371px;
}
.level .level-container .right-info {
  width: 484px;
  margin-left: auto;
  padding: 77px 42px 76px 42px;
  background-color: #fff;
  border-radius: 8px;
}
.level .level-container .right-info p {
  font-size: 16px;
  line-height: 44px;
  color: #333;
}
.problem .title {
  margin-bottom: 50px;
}
.problem .problem-content {
  width: 1200px;
  margin: 0 auto;
  padding-top: 33px;
  padding-bottom: 49px;
  background-image: url(../images/problem-bg.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: auto;
}
.problem .problem-content ul.content {
  flex-wrap: wrap;
  align-items: flex-start;
}
.problem .problem-content ul.content li {
  padding: 20px;
  background: #FFFFFF;
  box-shadow: 0px 9px 41px 1px rgba(0, 41, 94, 0.16);
  border-radius: 12px 12px 12px 12px;
}
.problem .problem-content ul.content li .que {
  display: flex;
  margin-bottom: 20px;
}
.problem .problem-content ul.content li .que .left-ico {
  width: 40px;
  height: 40px;
  margin-right: 11px;
}
.problem .problem-content ul.content li .que .left-ico img {
  width: 100%;
  height: 100%;
  display: block;
}
.problem .problem-content ul.content li .que .right-info {
  max-width: calc(100% - 51px);
  padding: 10px 17px 11px 16px;
  background-color: #CCE1FF;
  border-radius: 0px 8px 8px 8px;
}
.problem .problem-content ul.content li .que .right-info p {
  font-size: 16px;
  line-height: 22px;
  color: #141414;
}
.problem .problem-content ul.content li .ans {
  display: flex;
  justify-content: end;
}
.problem .problem-content ul.content li .ans .left-info {
  max-width: calc(100% - 51px);
}
.problem .problem-content ul.content li .ans .left-info .tips {
  font-size: 12px;
  line-height: 17px;
  color: #8E8E8E;
  text-align: right;
  margin-bottom: 6px;
}
.problem .problem-content ul.content li .ans .left-info .info {
  padding: 12px 24px 11px 16px;
  background-color: #F0F0F2;
  border-radius: 8px 0 8px 8px;
}
.problem .problem-content ul.content li .ans .left-info .info p {
  font-size: 16px;
  line-height: 22px;
  color: #141414;
}
.problem .problem-content ul.content li .ans .right-ico {
  width: 40px;
  height: 40px;
  margin-left: 11px;
  margin-top: 23px;
}
.problem .problem-content ul.content li .ans .right-ico img {
  width: 100%;
  height: 100%;
  display: block;
}
.problem .problem-content ul.content li:nth-child(1) {
  width: 413px;
  margin-left: 51px;
  margin-right: 310px;
  padding-top: 30px;
}
.problem .problem-content ul.content li:nth-child(2) {
  width: 426px;
  margin-top: 52px;
}
.problem .problem-content ul.content li:nth-child(3) {
  width: 430px;
  margin-top: 97px;
  margin-right: 301px;
}
.problem .problem-content ul.content li:nth-child(4) {
  width: 449px;
  margin-top: 147px;
}
.problem a.zx-btn {
  margin-top: 89px;
}
.bring {
  background-color: #F5F5F5;
}
.bring .title h6 {
  font-size: 16px;
  line-height: 22px;
  color: #0070FF;
}
.bring ul.content {
  flex-wrap: wrap;
}
.bring ul.content li {
  width: calc(33.33% - 10px);
  padding: 30px 15px;
  margin-right: 15px;
  text-align: center;
  background-color: #fff;
  border-radius: 8px;
}
.bring ul.content li:nth-child(3n) {
  margin-right: 0;
}
.bring ul.content li:nth-child(n + 4) {
  margin-top: 20px;
}
.bring ul.content li img.icon {
  width: 54px;
  height: 54px;
  display: block;
  margin: 0 auto;
  margin-bottom: 17px;
}
.bring ul.content li h5 {
  font-family: 'PINGFANG-BOLD';
  font-size: 18px;
  line-height: 25px;
  color: #333;
}
.bring ul.content li p {
  font-size: 14px;
  line-height: 22px;
  color: #5F5F5F;
  margin-top: 10px;
}
.office {
  padding-bottom: 131px;
  background-image: url(../images/bg2.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.office .title {
  margin-bottom: 60px;
}
.office ul.content {
  flex-wrap: wrap;
}
.office ul.content li {
  width: calc(50% - 10px);
  margin-right: 20px;
  border-radius: 8px;
  padding: 22px 40px;
  background-color: rgba(255, 255, 255, 0.88);
  color: #333;
  transition: all 0.3s;
}
.office ul.content li:nth-child(2n) {
  margin-right: 0;
}
.office ul.content li:nth-child(n + 3) {
  margin-top: 20px;
}
.office ul.content li:last-child {
  margin-right: 0;
  width: 100%;
}
.office ul.content li h5 {
  font-family: 'PINGFANG-BOLD';
  font-size: 18px;
  line-height: 25px;
  margin-bottom: 8px;
}
.office ul.content li p {
  font-size: 16px;
  line-height: 22px;
}
.office ul.content li:hover {
  background-color: rgba(0, 112, 255, 0.88);
  color: #fff;
}
