.block-title {
  color: #182e94;
  font-size: 52px;
  letter-spacing: 4px;
}

.services {
  padding: 70px 0;
}

.services > .grid {
  gap: 70px;
  padding: 0 30px;
  text-align: center;
}

.services h4 {
  background-color: #1f3497;
  color: #fded01;
  font-size: 28px;
  font-weight: bold;
  line-height: 50px;
  letter-spacing: 2px;
}

.services .item .grid {
  gap: 15px;
  margin-top: 15px;
}

.services .grid-item {
  padding: 15px;
  background-color: #3a4da5;
  color: #fff;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 10px;
  font-size: 16px;
  letter-spacing: 1px;
}

.services .icon {
  width: 50px;
  height: 30px;
}

.services .item:nth-of-type(1) .grid-item:nth-of-type(1) > .icon {
  background-image: url(../images/gzdb/icon-001.png);
}

.services .item:nth-of-type(1) .grid-item:nth-of-type(2) > .icon {
  background-image: url(../images/gzdb/icon-002.png);
}

.services .item:nth-of-type(1) .grid-item:nth-of-type(3) > .icon {
  background-image: url(../images/gzdb/icon-003.png);
}

.services .item:nth-of-type(1) .grid-item:nth-of-type(4) > .icon {
  background-image: url(../images/gzdb/icon-004.png);
}

.services .item:nth-of-type(1) .grid-item:nth-of-type(5) > .icon {
  background-image: url(../images/gzdb/icon-005.png);
}

.services .item:nth-of-type(1) .grid-item:nth-of-type(6) > .icon {
  background-image: url(../images/gzdb/icon-006.png);
}

.services .item:nth-of-type(1) .grid-item:nth-of-type(7) > .icon {
  background-image: url(../images/gzdb/icon-007.png);
}

.services .item:nth-of-type(1) .grid-item:nth-of-type(8) > .icon {
  background-image: url(../images/gzdb/icon-008.png);
}

.services .item:nth-of-type(1) .grid-item:nth-of-type(9) > .icon {
  background-image: url(../images/gzdb/icon-009.png);
}

.services .item:nth-of-type(1) .grid-item:nth-of-type(10) > .icon {
  background-image: url(../images/gzdb/icon-010.png);
}

.services .item:nth-of-type(1) .grid-item:nth-of-type(11) > .icon {
  background-image: url(../images/gzdb/icon-011.png);
}

.services .item:nth-of-type(2) .grid-item:nth-of-type(1) > .icon {
  background-image: url(../images/gzdb/icon-012.png);
}

.services .item:nth-of-type(2) .grid-item:nth-of-type(2) > .icon {
  background-image: url(../images/gzdb/icon-013.png);
}

.services .item:nth-of-type(2) .grid-item:nth-of-type(3) > .icon {
  background-image: url(../images/gzdb/icon-014.png);
}

.services .item:nth-of-type(2) .grid-item:nth-of-type(4) > .icon {
  background-image: url(../images/gzdb/icon-015.png);
}

.services .item:nth-of-type(2) .grid-item:nth-of-type(5) > .icon {
  background-image: url(../images/gzdb/icon-016.png);
}

.services .item:nth-of-type(2) .grid-item:nth-of-type(6) > .icon {
  background-image: url(../images/gzdb/icon-017.png);
}

.services .item:nth-of-type(2) .grid-item:nth-of-type(7) > .icon {
  background-image: url(../images/gzdb/icon-018.png);
}

.services .item:nth-of-type(2) .grid-item:nth-of-type(8) > .icon {
  background-image: url(../images/gzdb/icon-019.png);
}

.services .item:nth-of-type(2) .grid-item:nth-of-type(9) > .icon {
  background-image: url(../images/gzdb/icon-020.png);
}

.services .item:nth-of-type(2) .grid-item:nth-of-type(10) > .icon {
  background-image: url(../images/gzdb/icon-021.png);
}

.services .item:nth-of-type(2) .grid-item:nth-of-type(11) > .icon {
  background-image: url(../images/gzdb/icon-022.png);
}


.advances {
  background: url(../images/gzdb/advances-bg.png) center top no-repeat;
  padding: 45px 0;
}

.advances .container {
  background: url(../images/gzdb/advances.png) center 180px no-repeat #fff;
  border-radius: 30px;
  height: 640px;
}

.advances .six {
  position: absolute;
  left: 50%;
  top: 370px;
  color: #2c4eea;
  font-size: 42px;
  font-weight: bold;
  line-height: 50px;
  letter-spacing: 2px;
  transform: translate(-50%, -50%);
}

.advances .block-title {
  line-height: 150px;
}

.advances p {
  line-height: 30px;
  font-size: 18px;
  /* font-family: "SimHei"; */
  font-weight: bold;
  position: absolute;
}

.advances p:nth-of-type(1) {
  left: 70px;
  top: 150px;
  width: 300px;
}

.advances p:nth-of-type(2) {
  left: 50px;
  top: 300px;
  width: 250px;
}

.advances p:nth-of-type(3) {
  left: 50px;
  bottom: 40px;
  width: 320px;
}

.advances p:nth-of-type(4) {
  right: 50px;
  bottom: 40px;
  width: 330px;
}

.advances p:nth-of-type(5) {
  right: 50px;
  top: 335px;
  width: 250px;
}

.advances p:nth-of-type(6) {
  right: 70px;
  top: 150px;
  width: 300px;
}

.credible {
  padding: 70px 0;
  background: url(../images/gzdb/credible-bg.png) center top no-repeat;
}

.credible img {
  display: block;
  width: 100%;
  height: 190px;
}

.credible p {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 40px;
  background-color: #fff;
  font-size: 16px;
  font-weight: bold;
  letter-spacing: 1px;
}

.cases {
  padding: 70px 0;
}

.cases img {
  display: block;
  width: 100%;
  height: 396px;
}

.cases p {
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  height: 60px;
  box-sizing: border-box;
  padding-bottom: 10px;
  background-color: #182e94;
  color: #fff;
  font-size: 21px;
  font-weight: bold;
  letter-spacing: 1px;
  line-height: 1.2;
}

.knowledge {
  padding: 70px 0 50px;
  background: url(../images/gzdb/knowledge-bg.png) center top no-repeat;
  background-size: cover;
}

.knowledge .container {
  background: #fff;
  border-radius: 30px;
  padding: 50px;
}

.knowledge .block-title {
  line-height: 1;
}

.knowledge .item h5 {
  display: inline-block;
  padding-left: 30px;
  padding-right: 300px;
  background-image: linear-gradient(to right, #eef5ff, #fff);
  color: #182e94;
  line-height: 40px;
  font-size: 21px;
  position: relative;
  border-radius: 10px;
}

.knowledge .item h5::before {
  display: block;
  content: "";
  width: 5px;
  height: 20px;
  background-color: #182e94;
  position: absolute;
  left: 20px;
  top: 10px;
}

.knowledge .item p {
  padding-left: 20px;
  line-height: 30px;
  font-size: 16px;
}

.flow {
  background-color: #f7faff;
  padding: 70px 0;
}

.flow img {
  display: block;
  width: 100%;
  margin-top: 50px;
}

.about-szm {
  padding: 70px 0 0;
}

.about-szm .container {
  padding: 0 20px;
}

.about-szm .item:nth-of-type(1) {
  width: 530px;
}

.about-szm .item:nth-of-type(2) {
  width: 600px;
}

.about-szm .item:nth-of-type(1) p {
  font-size: 18px;
  letter-spacing:1px;
  text-indent: 2em;
  line-height: 40px;
  margin-bottom: 20px;
}

.about-szm .item:nth-of-type(2) > div {
  position: relative;
}

.about-szm .item:nth-of-type(2) > div img {
  display: block;
  width: 100%;
}

.about-szm .item:nth-of-type(2) > div h5 {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(16, 59, 153, 0.8);
  color: #fff;
  line-height: 40px;
  font-size: 16px;
  font-weight: normal;
  letter-spacing: 1px;
  text-align: center;
}

.about-szm .item > div:nth-of-type(1) {
  grid-column-start: 1;
  grid-column-end: 3;
}

.about-szm .item > div:nth-of-type(1) h5 {
  right: auto;
  padding: 0 200px 0 30px;
  display: inline-block;
  background-image: linear-gradient(
    to right,
    rgba(16, 59, 153, 0.8),
    rgba(71, 105, 179, 0)
  );
  background-color: rgba(71, 105, 179, 0);
}


.szmpk{
    background: #f8f8f8;
    padding: 20px 0 60px 0;
}
.szmpk .block-title{
    line-height: 90px;
}

.ynan{
     background: #162a8d;
      padding: 40px 0 0 0;
      
}
.ynan .block-title{
    line-height: 90px;
color: #fff;
}

.banner {
display: block;
background: url(../images/gzdb/banner.png) center
  no-repeat;
position: relative;
color: #fff;
box-sizing: border-box;
padding-top: 130px;
}
.banner h4 {
text-align: left;
font-size: 60px;
font-weight: bold;
}
.banner h5 {
text-align: left;
font-size: 30px;
font-weight: normal;
margin: 40px 0 60px;
letter-spacing: 2px;
}
.banner .biz {
font-size: 21px;
letter-spacing: 2px;
}
.banner .biz > div {
padding-left: 30px;
background: url(../images/gzdb/banner-tick.png) left
  center no-repeat;
}
.banner .btn {
display: inline-block;
padding: 20px 50px;
font-size: 28px;
font-weight: bold;
background-color: #ff0;
border-radius: 40px;
color: #ff2000;
letter-spacing: 2px;
}
.one {
display: flex;
justify-content: space-around;
}
.one .bg {
flex-basis: 650px;
background: url(../images/gzdb/form-left-bg.jpg) center
  no-repeat;
position: relative;
}
.one .bg p {
font-size: 23px;
line-height: 50px;
position: absolute;
color: #307ffe;
}
.one .bg p:nth-of-type(1) {
left: 60px;
top: 12px;
}
.one .bg p:nth-of-type(2) {
right: 20px;
top: 54px;
}
.one .bg p:nth-of-type(3) {
font-size: 21px;
right: 110px;
top: 170px;
}
.ynan .container {
background: url(../images/gzdb/doc.png) 750px bottom
  no-repeat;
}
.ynan .wrapper {
width: 750px;
text-align: center;
padding: 50px 30px;
box-sizing: border-box;
}
.ynan .wrapper > h4 {
color: #fff;
font-size: 30px;
font-weight: bold;
letter-spacing: 2px;
}
.ynan .wrapper .biz-item {
padding-left: 60px;
background: url(../images/gzdb/tick.png) 10px center
  no-repeat #fff;
line-height: 60px;
text-align: left;
display: flex;
gap: 20px;
align-items: center;
border-radius: 50px;
}
.ynan .wrapper .biz-item h4 {
font-size: 30px;
font-weight: bold;
}
.ynan .wrapper .biz-item h5 {
font-size: 24px;
font-weight: bold;
}
.szmpk .item-wrapper {
flex: 1;
}
.szmpk .item-wrapper > h4 {
line-height: 60px;
font-size: 30px;
font-weight: bold;
padding: 0 20px;
margin-top: 20px;
border-radius: 10px;
background-image: linear-gradient(to left, #b1b1b1, #fff);
text-align: right;
}
.szmpk .item-wrapper:last-of-type > h4 {
background-image: linear-gradient(to right, #f35c10, #fff);
text-align: left;
color: #fff;
}
.szmpk .item-wrapper .item {
display: flex;
align-items: center;
gap: 50px;
height: 83px;
padding-left: 10px;
padding-right: 20px;
font-size: 18px;
line-height: 30px;
letter-spacing: 2px;
background: url(../images/gzdb/vs-item-bg.png)
  center/contain no-repeat #fff;
}
.szmpk .item-wrapper:last-of-type .item {
background-image: url(../images/gzdb/vs-item-bg-active.png);
}
.szmpk .item-wrapper .item i {
display: flex;
width: 50px;
align-items: center;
justify-content: center;
font-size: 36px;
font-weight: bold;
color: #fff;
font-family: sans-serif;
}
.szmpk .item-wrapper .item b {
font-size: 21px;
}
.flow .wrapper {
margin-top: 50px;
height: 325px;
background: url(../images/gzdb/flow.png) center
  no-repeat;
position: relative;
}
.flow .wrapper p {
position: absolute;
font-size: 24px;
line-height: 30px;
top: 70px;
text-align: center;
}
.flow .wrapper p:nth-child(odd) {
top: 185px;
}
.flow .wrapper p:nth-of-type(1) {
left: 30px;
}
.flow .wrapper p:nth-of-type(2) {
left: 200px;
}
.flow .wrapper p:nth-of-type(3) {
left: 365px;
}
.flow .wrapper p:nth-of-type(4) {
top: 100px;
left: 550px;
}
.flow .wrapper p:nth-of-type(5) {
left: 725px;
}
.flow .wrapper p:nth-of-type(6) {
left: 880px;
}
.flow .wrapper p:nth-of-type(7) {
left: 1070px;
}