.title h3,
.title h6 {
  font-family: 'SourceHanSansCN-Regular';
}
.what-ccrc {
  padding-top: 102px;
  padding-bottom: 58px;
}
.what-ccrc .content {
  margin-top: 36px;
}
.what-ccrc .content .left-intro {
  width: 750px;
  font-family: 'SourceHanSansCN-Regular';
}
.what-ccrc .content .left-intro p {
  font-size: 16px;
  line-height: 30px;
  color: #666;
  padding-left: 28px;
  position: relative;
  margin-bottom: 18px;
}
.what-ccrc .content .left-intro p::before {
  display: block;
  content: '';
  width: 7px;
  height: 13px;
  background-color: #277fef;
  position: absolute;
  top: 8px;
  left: 5px;
}
.what-ccrc .content .left-intro p span {
  color: #ff7d00;
  font-weight: bold;
}
.what-ccrc .content .left-intro p:last-child {
  margin-bottom: 0;
}
.what-ccrc .content .left-intro p:last-child::before {
  display: none;
}
.what-ccrc .content .right-img {
  margin-top: 8px;
  margin-left: auto;
  margin-right: 120px;
  width: 128px;
  /*height: 178px;*/
  /*border: 1px solid #dfdfdf;*/
}
.what-ccrc .content .right-img img {
  width: 100%;
  /*height: 100%;*/
  display: block;
}
.what-ccrc a.handle-btn {
  margin-top: 30px;
}
.type {
  padding-top: 49px;
  padding-bottom: 59px;
  background-color: #f7f9fc;
}
.type ul.content {
  margin-top: 39px;
  padding: 0 4px;
  flex-wrap: wrap;
}
.type ul.content li {
  width: calc(25% - 15px);
  margin-right: 20px;
  position: relative;
}
.type ul.content li:nth-child(4n) {
  margin-right: 0;
}
.type ul.content li:nth-child(n + 5) {
  margin-top: 20px;
}
.type ul.content li img {
  width: 100%;
  display: block;
}
.type ul.content li h5 {
  width: 100%;
  font-family: 'SourceHanSansCN-Medium';
  font-size: 20px;
  line-height: 36px;
  color: #fff;
  text-align: center;
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 2;
  transform: translateX(-50%) translateY(-50%);
}
.type a.handle-btn {
  margin-top: 47px;
}
.importance {
  padding-top: 65px;
  padding-bottom: 51px;
}
.importance .content {
  margin-top: 35px;
  border: 1px solid #e2e0e0;
}
.importance .content .img {
  width: 394px;
  margin-left: -1px;
}
.importance .content .img img {
  width: 100%;
  display: block;
}
.importance .content .info {
  width: calc(100% - 394px);
  padding: 33px 66px 38px 66px;
}
.importance .content .info p {
  font-family: 'SourceHanSansCN-Regular';
  font-size: 18px;
  line-height: 30px;
  color: #666;
}
.importance a.handle-btn {
  margin-top: 43px;
}
.condition {
  padding-top: 55px;
  padding-bottom: 57px;
  background-color: #f7f9fc;
}
.condition .condition-content {
  margin-top: 57px;
}
.condition .condition-content ul.content {
  flex-wrap: wrap;
}
.condition .condition-content ul.content li {
  width: calc(50% - 17px);
  margin-right: 34px;
  box-shadow: 0 4px 27px 0 rgba(69, 104, 254, 0.06);
  padding: 15px 46px 8px 20px;
  border-radius: 15px;
  background-color: #fff;
  font-family: 'SourceHanSansCN-Regular';
}
.condition .condition-content ul.content li:nth-child(2n) {
  margin-right: 0;
}
.condition .condition-content ul.content li:nth-child(n + 3) {
  margin-top: 14px;
}
.condition .condition-content ul.content li.list-row {
  width: 100%;
  margin-right: 0;
  padding-bottom: 43px;
}
.condition .condition-content ul.content li h5 {
  font-size: 19px;
  font-weight: bold;
  color: #666;
  margin-bottom: 8px;
}
.condition .condition-content ul.content li p {
  font-size: 16px;
  line-height: 40px;
  color: #666;
  padding-left: 27px;
  background-image: url(../images/ccrc/arrow.png);
  background-size: 11px 14px;
  background-position: left 12px;
  background-repeat: no-repeat;
}
.condition a.handle-btn {
  margin-top: 47px;
}
.process .title h6 {
  margin-top: 20px;
}
.material {
  padding-top: 50px;
  padding-bottom: 53px;
}
.material ul.content {
  margin-top: 40px;
  padding-top: 33px;
  padding-bottom: 32px;
  background-color: #f7f9fc;
  background-image: url(../images/ccrc/material_bg2.png);
  background-size: 253px 184px;
  background-repeat: no-repeat;
  background-position: calc(100% - 7px) bottom;
}
.material ul.content li {
  width: calc(100% - 554px);
  padding: 10px;
  padding-bottom: 0;
  padding-left: 90px;
}
.material ul.content li:last-child {
  width: 554px;
  padding-left: 78px;
  border-left: 1px solid #ecedef;
}
.material ul.content li p {
  font-family: 'SourceHanSansCN-Regular';
  font-size: 18px;
  line-height: 40px;
  color: #333;
}
.material a.handle-btn {
  margin-top: 43px;
}
