.title h3,
.title h6 {
  font-family: 'SourceHanSansCN-Regular';
}
.what-gbds {
  padding-top: 103px;
  padding-bottom: 77px;
}
.what-gbds .content {
  margin-top: 40px;
}
.what-gbds .content .left-intro {
  width: 720px;
  font-family: 'SourceHanSansCN-Regular';
}
.what-gbds .content .left-intro p {
  font-size: 16px;
  line-height: 22px;
  color: #666;
  padding-left: 28px;
  position: relative;
  margin-bottom: 37px;
}
.what-gbds .content .left-intro p::before {
  display: block;
  content: '';
  width: 7px;
  height: 13px;
  background-color: #277fef;
  position: absolute;
  top: 4px;
  left: 5px;
}
.what-gbds .content .left-intro p span {
  color: #ff7d00;
}
.what-gbds .content .left-intro ul li {
  display: flex;
  align-items: center;
}
.what-gbds .content .left-intro ul li img {
  width: 16px;
  height: 16px;
  margin-right: 10px;
}
.what-gbds .content .left-intro ul li span {
  font-size: 16px;
  line-height: 30px;
  color: #666;
}
.what-gbds .content .right-img {
  margin-top: 26px;
  margin-left: auto;
  margin-right: 21px;
  width: 311px;
  /*height: 213px;*/
  /*padding: 9px 12px 9px 15px;*/
  /*border: 1px solid #dfdfdf;*/
}
.what-gbds .content .right-img img {
  width: 100%;
  /*height: 100%;*/
  display: block;
}
.what-gbds a.handle-btn {
  margin-top: 45px;
}
.license {
  padding-top: 41px;
  padding-bottom: 48px;
  background-color: #f7f9fc;
}
.license ul.content {
  flex-wrap: wrap;
  margin-top: 39px;
}
.license ul.content li {
  width: calc(25% - 15px);
  padding-top: 49px;
  padding-bottom: 20px;
  margin-right: 20px;
  font-family: 'SourceHanSansCN-Regular';
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.license ul.content li:nth-child(4n) {
  margin-right: 0;
}
.license ul.content li:nth-child(n + 5) {
  margin-top: 20px;
}
.license ul.content li h3 {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 20px;
  color: #666;
}
.license ul.content li h3::after,
.license ul.content li h3::before {
  display: block;
  content: '';
  width: 6px;
  height: 6px;
  background-color: #277fef;
  border-radius: 50%;
  margin: 0 18px;
}
.license ul.content li a.inner-handle-btn {
  display: block;
  width: 143px;
  height: 40px;
  font-size: 16px;
  line-height: 38px;
  text-align: center;
  color: #fff;
  background-color: #277fef;
  border: 1px solid #277fef;
  border-radius: 30px;
  margin: 0 auto;
  margin-top: 38px;
  transition: all 0.3s;
}
.license ul.content li a.inner-handle-btn:hover {
  color: #277fef;
  background-color: #fff;
}
.influence {
  padding-top: 68px;
  padding-bottom: 50px;
}
.influence ul.content {
  margin-top: 50px;
}
.influence ul.content li {
  flex: 1;
  padding: 32px 22px 24px 22px;
  margin-right: 32px;
  font-family: 'SourceHanSansCN-Regular';
  box-shadow: 0 0 21px 0 rgba(0, 90, 255, 0.16);
}
.influence ul.content li:last-child {
  margin-right: 0;
}
.influence ul.content li img {
  display: block;
  width: 95px;
  height: 95px;
  margin: 0 auto;
  margin-bottom: 25px;
}
.influence ul.content li h5 {
  font-size: 20px;
  margin-bottom: 6px;
  text-align: center;
  color: #333;
}
.influence ul.content li p {
  font-size: 18px;
  line-height: 24px;
  color: #666;
}
.condition {
  padding-top: 50px;
  padding-bottom: 71px;
}
.condition .condition-content {
  width: 954px;
  height: 187px;
  margin: 0 auto;
  margin-top: 35px;
  background-image: url(../images/common/coditon_bg.png);
  background-repeat: no-repeat;
  background-size: 150px 159px;
  background-position: calc(100% - 65px) calc(100% - 1px);
  box-shadow: 0 3px 24px 0 rgba(28, 124, 188, 0.14);
  padding: 34px 65px;
  border-radius: 15px;
}
.condition .condition-content ul li {
  font-size: 18px;
  font-family: 'SourceHanSansCN-Regular';
  line-height: 30px;
  color: #666;
}
.condition a.handle-btn {
  margin-top: 30px;
}
.material {
  padding-top: 65px;
  padding-bottom: 59px;
}
.material .material-content {
  width: 1068px;
  margin: 0 auto;
  margin-top: 40px;
  display: flex;
}
.material .material-content .material-list {
  flex: 1;
  height: 356px;
  margin-right: 78px;
}
.material .material-content .material-list:last-child {
  margin-right: 0;
}
.material .material-content .material-list h5 {
  padding-left: 35px;
  line-height: 50px;
  font-size: 18px;
  color: #fff;
}
.material .material-content .material-list ul {
  padding: 23px 20px 23px 35px;
  padding-bottom: 0;
}
.material .material-content .material-list ul li {
  font-size: 18px;
  font-family: 'SourceHanSansCN-Regular';
  line-height: 30px;
  color: #666;
}
.material .material-content .material-list:first-child {
  background-color: #eff4ff;
}
.material .material-content .material-list:first-child h5 {
  background-color: #518aff;
}
.material .material-content .material-list:last-child {
  background-color: #fff5ec;
}
.material .material-content .material-list:last-child h5 {
  background-color: #ff7d00;
}
.material a.handle-btn {
  margin-top: 80px;
}
