.type {
  padding-top: 60px;
  padding-bottom: 50px;
}
.type .type-content {
  margin-top: 40px;
  display: flex;
}
.type .type-content .left-item {
  width: 410px;
}
.type .type-content .left-item .items {
  width: 100%;
  height: 100%;
  padding: 0 40px;
}
.type .type-content .left-item .items h5 {
  margin-top: 28px;
}
.type .type-content .left-item .items p {
  margin-top: 14px;
  padding: 0 10px;
}
.type .type-content .left-item .items span {
  margin-top: 20px;
}
.type .type-content ul.content {
  width: 844px;
  margin-left: auto;
  flex-wrap: wrap;
}
.type .type-content ul.content li {
  width: calc(50% - 12px);
  margin-right: 24px;
}
.type .type-content ul.content li:nth-child(2n) {
  margin-right: 0;
}
.type .type-content ul.content li:nth-child(n + 3) {
  margin-top: 18px;
}
.type .type-content ul.content li .items {
  height: 100%;
  padding: 22px 33px 30px 33px;
}
.type .type-content ul.content li .items h5 {
  margin-top: 15px;
}
.type .type-content ul.content li .items p {
  margin-top: 4px;
}
.type .type-content ul.content li .items span {
  margin-top: 14px;
}
.type .type-content .items {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  background-color: #F7F8FB;
  border: 1px solid #D9D9D9;
  border-radius: 14px;
}
.type .type-content .items img {
  width: 40px;
  height: 40px;
}
.type .type-content .items h5 {
  font-family: 'PINGFANG-BOLD';
  font-size: 20px;
  line-height: 28px;
  color: #000;
}
.type .type-content .items span {
  font-size: 14px;
  line-height: 22px;
  color: rgba(0, 77, 241, 0.8);
}
.type .common-btn {
  margin-top: 50px;
}
.which-handle {
  padding-top: 60px;
  padding-bottom: 50px;
  background-color: #F7F8FB;
}
.which-handle ul.content {
  margin-top: 40px;
  flex-wrap: wrap;
}
.which-handle ul.content li {
  width: calc(25% - 15px);
  height: 200px;
  margin-right: 20px;
  padding: 24px 46px 26px 46px;
  background-color: #fff;
  border: 1px solid #D9D9D9;
  border-radius: 14px;
  text-align: center;
  transition: all 0.3s;
}
.which-handle ul.content li:nth-child(4n) {
  margin-right: 0;
}
.which-handle ul.content li:nth-child(n + 5) {
  margin-top: 26px;
}
.which-handle ul.content li img {
  width: 36px;
  height: 36px;
  display: block;
  margin: 0 auto;
}
.which-handle ul.content li h5 {
  font-family: 'PINGFANG-BOLD';
  font-size: 20px;
  line-height: 28px;
  color: #000;
  margin-top: 20px;
}
.which-handle ul.content li p {
  margin-top: 10px;
}
.which-handle ul.content li:hover {
  box-shadow: 0px 4px 10px 1px rgba(0, 0, 0, 0.06);
}
.which-handle .common-btn {
  margin-top: 50px;
  background-color: #004DF1;
  border-color: #004DF1;
}
.which-handle .common-btn span.zx-info {
  color: #fff;
}
.which-handle .common-btn span.zx-btn {
  color: #004DF1;
  background-color: #fff;
}
.values {
  padding-top: 60px;
  padding-bottom: 70px;
}
.values ul.content {
  flex-wrap: wrap;
  margin-top: 50px;
}
.values ul.content li {
  width: calc(33.33% - 18.666px);
  height: 168px;
  padding: 32px 0;
  text-align: center;
  background-color: #F7F8FB;
  border: 1px solid #D9D9D9;
  border-radius: 14px;
  margin-right: 28px;
  transition: all 0.3s;
}
.values ul.content li:nth-child(3),
.values ul.content li:nth-child(5) {
  margin-right: 0;
}
.values ul.content li:nth-child(4) {
  margin-right: 24px;
}
.values ul.content li:nth-child(4),
.values ul.content li:nth-child(5) {
  width: calc(50% - 12px);
  margin-top: 30px;
}
.values ul.content li h5 {
  font-family: 'PINGFANG-BOLD';
  font-size: 20px;
  line-height: 28px;
  color: #004DF1;
  transition: all 0.3s;
}
.values ul.content li p {
  margin-top: 20px;
  transition: all 0.3s;
}
.values ul.content li:hover {
  background-color: #004DF1;
  box-shadow: 0px 4px 8px 4px rgba(33, 108, 248, 0.12);
}
.values ul.content li:hover h5,
.values ul.content li:hover p {
  color: #fff;
}
.market {
  padding-top: 41px;
  padding-bottom: 25px;
  background-image: url(../images/home/bg1.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.market .market-content {
  text-align: center;
}
.market .market-content h3 {
  font-family: 'PINGFANG-REGULAR';
  font-size: 36px;
  line-height: 50px;
  color: #fff;
}
.market .market-content h2 {
  font-family: 'PINGFANG-Heavy';
  font-size: 36px;
  line-height: 50px;
  color: #FFF600;
  margin-top: 10px;
}
.market .market-content h4 {
  font-size: 26px;
  line-height: 36px;
  color: #fff;
  margin-top: 10px;
}
.market .common-btn {
  margin-top: 20px;
  background-color: #004DF1;
  border-color: #004DF1;
}
.market .common-btn span.zx-info {
  color: #fff;
}
.market .common-btn span.zx-btn {
  color: #004DF1;
  background-color: #fff;
}
.service {
  padding-top: 60px;
  padding-bottom: 50px;
  background-color: #F7F8FB;
}
.service ul.content {
  flex-wrap: wrap;
  margin-top: 50px;
}
.service ul.content li {
  width: calc(50% - 21px);
  height: 240px;
  margin-right: 42px;
  background-color: rgba(255, 255, 255, 0.3);
  box-shadow: 0px 4px 10px 1px rgba(0, 0, 0, 0.06);
  border: 1px solid #E9E9E9;
  border-radius: 14px;
  overflow: hidden;
}
.service ul.content li:nth-child(2n) {
  margin-right: 0;
}
.service ul.content li:nth-child(n + 3) {
  margin-top: 20px;
}
.service ul.content li .inner-title {
  padding: 14px 0;
  background-color: #004DF1;
}
.service ul.content li .inner-title h5 {
  font-family: 'PINGFANG-BOLD';
  font-size: 22px;
  line-height: 30px;
  text-align: center;
  color: #fff;
}
.service ul.content li .info {
  padding: 20px 46px 26px 46px;
}
.service ul.content li .info p {
  min-height: 136px;
  line-height: 34px;
  text-align: center;
}
.service a.common-btn {
  margin-top: 50px;
}
.about {
  padding-top: 50px;
  padding-bottom: 58px;
  background-image: url(../images/home/bg2.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.about .about-info {
  margin-top: 30px;
  padding: 30px 64px 32px 64px;
  position: relative;
}
.about .about-info::after {
  display: block;
  content: '';
  box-sizing: border-box;
  width: 100%;
  height: 100%;
  backdrop-filter: brightness(1) blur(10px) opacity(1);
  background-color: rgba(255, 255, 255, 0.3);
  box-shadow: inset 0px 4px 10px 0px rgba(0, 0, 0, 0.1);
  border: 2px solid #fff;
  border-radius: 14px;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}
.about .about-info p {
  position: relative;
  z-index: 2;
  line-height: 34px;
  margin-bottom: 34px;
}
.about .about-info p:last-child {
  margin-bottom: 0;
}
.fri-links {
  padding-top: 22px;
  padding-bottom: 20px;
}
.fri-links ul.content {
  flex-wrap: wrap;
}
.fri-links ul.content li {
  font-size: 14px;
  line-height: 20px;
}
.fri-links ul.content li a {
  color: rgba(0, 0, 0, 0.8);
  margin: 0 7px;
}
.fri-links ul.content li a:hover {
  color: #004DF1;
}
