.title h3,
.title h6 {
  font-family: 'SourceHanSansCN-Regular';
}
.what-cmmi {
  padding-top: 102px;
  padding-bottom: 60px;
}
.what-cmmi .content {
  margin-top: 40px;
}
.what-cmmi .content .left-intro {
  width: 720px;
  font-family: 'SourceHanSansCN-Regular';
}
.what-cmmi .content .left-intro p {
  font-size: 16px;
  line-height: 22px;
  color: #666;
  padding-left: 28px;
  position: relative;
  margin-bottom: 22px;
}
.what-cmmi .content .left-intro p::before {
  display: block;
  content: '';
  width: 7px;
  height: 13px;
  background-color: #277fef;
  position: absolute;
  top: 4px;
  left: 5px;
}
.what-cmmi .content .left-intro p:last-child {
  margin-bottom: 0;
}
.what-cmmi .content .left-intro ul {
  margin-top: 18px;
}
.what-cmmi .content .left-intro ul li {
  display: flex;
  align-items: center;
}
.what-cmmi .content .left-intro ul li img {
  width: 16px;
  height: 16px;
  margin-right: 10px;
}
.what-cmmi .content .left-intro ul li span {
  font-size: 16px;
  line-height: 30px;
  color: #666;
}
.what-cmmi .content .right-img {
  margin-top: 5px;
  margin-left: auto;
  margin-right: 21px;
  width: 311px;
  height: 240px;
  border: 1px solid #dfdfdf;
}
.what-cmmi .content .right-img img {
  width: 100%;
  display: block;
}
.what-cmmi a.handle-btn {
  margin-top: 36px;
}
.benefit {
  padding-top: 59px;
  padding-bottom: 50px;
  background-color: #f7f9fc;
}
.benefit .benefit-content {
  margin-top: 39px;
  display: flex;
  border: 1px solid #e2e0e0;
}
.benefit .benefit-content .info {
  width: calc(100% - 344px);
  padding: 30px 30px 39px 30px;
}
.benefit .benefit-content .info p {
  font-family: 'SourceHanSansCN-Regular';
  font-size: 18px;
  line-height: 36px;
  color: #666;
}
.benefit .benefit-content .img {
  width: 344px;
}
.benefit .benefit-content .img img {
  width: 100%;
  display: block;
}
.benefit a.handle-btn {
  margin-top: 40px;
  width: 648px;
}
.maturity {
  padding: 60px 0;
}
.maturity .title h6 {
  line-height: 20px;
  color: #666;
  margin-top: 15px;
}
.maturity ul.content {
  margin-top: 50px;
  align-items: flex-end;
}
.maturity ul.content li {
  flex: 1;
  margin-right: 20px;
  position: relative;
}
.maturity ul.content li:last-child {
  margin-right: 0;
}
.maturity ul.content li h4 {
  font-size: 18px;
  color: #666;
  margin-bottom: 12px;
  text-align: center;
}
.maturity ul.content li .info {
  padding: 22px 10px 21px 10px;
}
.maturity ul.content li .info .items {
  margin-bottom: 22px;
}
.maturity ul.content li .info .items:last-child {
  margin-bottom: 0;
}
.maturity ul.content li .info .items h6 {
  display: flex;
  align-items: center;
  font-family: 'SourceHanSansCN-Regular';
  font-size: 18px;
  color: #fff;
  margin-bottom: 10px;
}
.maturity ul.content li .info .items p {
  font-family: 'SourceHanSansCN-Regular';
  font-size: 16px;
  line-height: 18px;
  color: #fff;
}
.maturity ul.content li .mask {
  width: 100%;
  height: 56px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  position: absolute;
  left: 0;
  bottom: -17px;
}
.maturity ul.content li:nth-child(1) .info {
  background-color: #f8b551;
}
.maturity ul.content li:nth-child(1) .mask {
  background-image: url(../images/cmmi/maturity_bg1.png);
}
.maturity ul.content li:nth-child(2) .info {
  background-color: #29b2ff;
  padding-bottom: 43px;
}
.maturity ul.content li:nth-child(2) .mask {
  background-image: url(../images/cmmi/maturity_bg2.png);
}
.maturity ul.content li:nth-child(3) .info {
  background-color: #c490bf;
  padding-bottom: 54px;
}
.maturity ul.content li:nth-child(3) .mask {
  background-image: url(../images/cmmi/maturity_bg3.png);
}
.maturity ul.content li:nth-child(4) .info {
  background-color: #8575fd;
  padding-bottom: 68px;
}
.maturity ul.content li:nth-child(4) .mask {
  background-image: url(../images/cmmi/maturity_bg4.png);
}
.maturity ul.content li:nth-child(5) .info {
  background-color: #17568d;
  padding-bottom: 104px;
}
.maturity ul.content li:nth-child(5) .mask {
  background-image: url(../images/cmmi/maturity_bg5.png);
}
.maturity a.handle-btn {
  width: 489px;
  margin-top: 58px;
}
.cycle {
  padding: 57px 0;
  background-color: #f7f9fc;
}
.cycle .cycle-content {
  width: 1072px;
  margin: 0 auto;
  margin-top: 45px;
  background-color: #fff;
  border: 1px solid #e2e0e0;
}
.cycle .cycle-content .info {
  padding: 28px 66px 30px 66px;
}
.cycle .cycle-content .info p {
  padding-left: 34px;
  font-family: 'SourceHanSansCN-Regular';
  font-size: 18px;
  line-height: 26px;
  color: #333;
  background-image: url(../images/cs/star.png);
  background-position: left 5px;
  background-repeat: no-repeat;
  background-size: 16px auto;
  margin-bottom: 27px;
}
.cycle .cycle-content .info p:last-child {
  margin-bottom: 0;
}
.cycle a.handle-btn {
  margin-top: 40px;
}
.problem {
  padding: 61px 0;
}
.problem .problem-content {
  margin-top: 51px;
  padding: 37px 35px 3px 36px;
  background-color: #fff;
  border-radius: 16px;
  box-shadow: 0 3px 24px 0 rgba(28, 124, 188, 0.14);
}
.problem .problem-content .problem-items .que {
  padding: 14px 27px 17px 64px;
  font-size: 18px;
  line-height: 20px;
  color: #666;
  background-image: url(../images/cmmi/que.png);
  background-size: 22px;
  background-repeat: no-repeat;
  background-position: 27px 14px;
  background-color: #dce6f6;
  border-radius: 8px;
}
.problem .problem-content .problem-items .ans {
  padding: 15px 64px 24px 64px;
  font-family: 'SourceHanSansCN-Regular';
  font-size: 18px;
  line-height: 24px;
  color: #999;
  background-image: url(../images/cmmi/ans.png);
  background-size: 22px 21px;
  background-repeat: no-repeat;
  background-position: 27px 16px;
}
.problem a.handle-btn {
  margin-top: 40px;
  width: 469px;
}
.process {
  padding-top: 50px;
}
.process ul.content {
  margin-top: 46px;
}
.attestation {
  padding-top: 44px;
  padding-bottom: 60px;
}
.attestation ul.content {
  margin-top: 35px;
}
.attestation ul.content li {
  flex: 1;
  margin-right: 31px;
  padding: 30px 15px 46px 15px;
  text-align: center;
  background-color: #f7f9fc;
  box-shadow: 0 0 18px 0 rgba(0, 59, 103, 0.23);
  border-radius: 8px;
}
.attestation ul.content li:last-child {
  margin-right: 0;
}
.attestation ul.content li h5 {
  font-family: 'SourceHanSansCN-Bold';
  font-size: 22px;
  line-height: 28px;
  color: #666;
}
.attestation ul.content li h5::after {
  display: block;
  content: '';
  width: 55px;
  height: 5px;
  background-color: #6aa6e6;
  border-radius: 2px;
  margin: 0 auto;
  margin-top: 6px;
  margin-bottom: 15px;
}
.attestation ul.content li h6 {
  font-family: 'SourceHanSansCN-Medium';
  font-size: 18px;
  color: #666;
}
