.main .total .item-box .info-title1 span {
    font-size: 34px;
}
.info-desc{
    color: #8A8B8C;
}
.change{
   border-radius: 30px;
}
.blueline{
    margin: 0 auto;
    width: 200px;
    height: 5px;
    background-color: #416EF6;
}

.dongzuo-list {
    display: flex;
    justify-content: flex-start;
    gap: 0;
    flex-wrap: wrap;
    
}
.dz-item {
    width: 33.333%;
    text-align: left;
    padding: 0 50px 40px;
    min-width: 180px;
    border-right: 1px dashed #DEE1E8;
}
.case1 .dz-item{
    text-align: center;
}
.dz-item:nth-child(3n){
    border-right: none;
}
.dz-icon {
    width: auto;
    height: 40px;
    margin-bottom: 20px;
}
.dz-title {
    font-size: 20px;
    font-weight: bold;
    margin-bottom: 12px;
}
.dz-desc {
    font-size: 18px;
    color: #5E6A82;
    line-height: 1.7;
}



.core-value-list {
    display: flex;
    flex-wrap: wrap;
    gap: 32px 40px;
    justify-content: center;
  }
  .core-value-item {
    width: 520px;
    height: 220px;
    border-radius: 32px;
    color: #fff;
    padding: 36px;
    box-sizing: border-box;
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    background-size: cover;
    background-position: center;
    box-shadow: 0 8px 32px 0 rgba(0, 60, 255, 0.10);
  }
  .core-value-item .core-icon {
    width: auto;
    display: inline-block;
    height: 34px;
    vertical-align: -4px;
    margin-right: 10px;
  }
  .core-title {
    font-size: 26px;
    font-weight: bold;
    margin-bottom: 12px;
  }
  .core-desc {
    font-size: 18px;
    line-height: 1.7;
    font-weight: 400;
  }
  .core-bg1 { background-image: url('../images/core_bg1.png'); }
  .core-bg2 { background-image: url('../images/core_bg2.png'); }
  .core-bg3 { background-image: url('../images/core_bg3.png'); }
  .core-bg4 { background-image: url('../images/core_bg4.png'); }


.say {
    width: 1080px;
    margin: 0 auto;
    padding: 40px;
    border-radius: 30px;
}
.say .it h5{
    font-size: 28px;
    color: #222;
    font-weight: bold;
    padding: 0 40px;
}
.say .it h5 img{
    width: 24px;
    height: auto;
    margin-left: 5px;
    vertical-align: -1px;
}
.say .it span{
    font-size: 18px;
    color: #222;
    padding: 20px 40px 20px;

}
.say .it p {
    font-size: 18px;
    color: #8990A0;
    padding: 22px 40px 33px;
    width: 100%;
    background: url(../images/qt_l.png) no-repeat left top / 50px, url(../images/qt_r.png) no-repeat right bottom / 50px;
}



