.product-1 {
  padding-top: 106px;
  padding-bottom: 44px;
  background-color: #f7f9fc;
}
.product-1 ul.content {
  flex-wrap: wrap;
  margin-top: 38px;
}
.product-1 ul.content li {
  width: calc(25% - 15px);
  height: 167px;
  margin-right: 20px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 30px 20px 20px 20px;
  transition: all 0.3s;
}
.product-1 ul.content li:nth-child(4n) {
  margin-right: 0;
}
.product-1 ul.content li:nth-child(n + 5) {
  margin-top: 20px;
}
.product-1 ul.content li h3 {
  font-size: 20px;
  color: #333;
  text-align: center;
  margin-bottom: 21px;
}
.product-1 ul.content li p {
  font-size: 16px;
  line-height: 1;
  color: #999;
  text-align: center;
}
.product-1 ul.content li a.zx-btn {
  margin: 0 auto;
  margin-top: 20px;
  display: block;
  width: 143px;
  height: 40px;
  font-size: 16px;
  line-height: 40px;
  text-align: center;
  color: #fff;
  background-color: #277fef;
  border-radius: 20px;
  font-family: 'SourceHanSansCN-Regular';
}
.product-1 ul.content li:hover {
  box-shadow: 0 0 21px 10px rgba(2, 44, 136, 0.1);
  transform: scale(1.037, 1.037) translateZ(0);
}
.product-1 ul.content li:hover h3,
.product-1 ul.content li:hover p,
.product-1 ul.content li:hover a {
  transform: scale(1.037, 1.037) translateZ(0);
}
.product-1 a.handle-btn {
  margin-top: 42px;
}
.condition {
  padding-top: 50px;
  padding-bottom: 56px;
}
.condition ul.content {
  margin-top: 50px;
}
.condition ul.content li {
  flex: 1;
  margin-right: 32px;
  padding: 29px 16px 26px 19px;
  box-shadow: 0 0 21px 0 rgba(0, 90, 255, 0.16);
  font-family: 'SourceHanSansCN-Regular';
}
.condition ul.content li:last-child {
  margin-right: 0;
}
.condition ul.content li .condit-title {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 16px;
}
.condition ul.content li .condit-title img {
  width: 16px;
  display: block;
  margin-right: 9px;
}
.condition ul.content li .condit-title h5 {
  font-size: 20px;
  color: #333;
}
.condition ul.content li .info p {
  font-size: 18px;
  line-height: 24px;
  height: 96px;
  color: #666;
}
.condition ul.content li a.zx-btn {
  margin: 0 auto;
  margin-top: 23px;
  display: block;
  width: 143px;
  height: 40px;
  font-size: 16px;
  line-height: 40px;
  text-align: center;
  color: #fff;
  background-color: #277fef;
  border-radius: 20px;
}
.material {
  padding-top: 56px;
  padding-bottom: 108px;
}
.material .material-content {
  width: 1068px;
  margin: 0 auto;
  margin-top: 40px;
  display: flex;
}
.material .material-content .material-list {
  flex: 1;
  height: 278px;
  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 0 35px;
}
.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: 64px;
}
