.crumbs_warp{
    background-color: #262626 !important;
}
.crumbs_warp .layout .item a{
    color: #FFFFFF !important;
}
.top_con{
    padding: 5% 0;
    background: url(../img/pc/qy4/topbg.png) no-repeat center / cover;
}
.top_con .title {
    font-size: 36px;
    color: #fff;text-align: center;
    font-family: 'MEDIUM';
}
.top_con .tit_td {
    margin: 60px 0 30px;
}
.top_con .desc {
    font-size: 18px;text-align: center;
    color: #fff;
    margin-top: 5px;
}
.con_cos{
    width: 95%;
    max-width: 1440px;
    margin: 50px auto;
    display: flex;
    justify-content: space-between;
}
.con_cos div{
    width: 18%;
    background: rgba(35,102,254,.79);
    padding: 20px;
    border-radius: 15px;
}
.con_cos div img{
    display: block;
    margin: 10px auto;
    background: #FFFFFF;
border-radius: 25px;
}
.con_cos div .title{
    font-family: Source Han Sans CN VF;
    font-weight: 500;
    font-size: 24px;margin-bottom: 20px;
    color: #FFFFFF;position: relative;
    line-height: 30px;
}
.con_cos div .title::after {
    content: '';
    position: absolute;
    bottom: -8px;
    left: 50%; /* 定位到元素的水平中心 */
    width: 20%; /* 设置横条宽度（比内容窄） */
    height: 2px; /* 横条的高度 */
    background: #FFFFFF;
    transform: translateX(-50%); /* 向左偏移50%以使横条居中 */
  }
  .con_cos div .cont {
    font-family: Source Han Sans CN VF;
font-weight: 400;
font-size: 16px;
color: #FFFFFF;
line-height: 24px;
  }
  .wHat{
    display: flex;
    width: 100%;margin-top: 50px;
    flex-wrap: wrap;justify-content: space-between;
    align-items: stretch;
  }
  .wHat .hat_pad{
    width: 48%; border-radius: 15px;
    overflow: hidden;margin-bottom: 25px;
    text-align: left; 
    background: #F4F7FF;
  }
  .wHat_top{
    background: #B7CDFF;height: 45px;line-height: 45px;
    text-align: left;text-indent: 1em;
  }
  .wHat_top span{
    font-size: 50px;
  }
  .wHat_top span:nth-child(1){
    color: #EA4335;
  }
  .wHat_top span:nth-child(2){
    color: #2EEA00;
  }
  .wHat_top span:nth-child(3){
    color: #FED968;
  }
  .wHat_bot{
    box-sizing: border-box;
    padding:5% 10%;
  }
  .wHat_bot span{
    font-family: Source Han Sans CN VF;
    font-weight: 400;
    font-size: 24px;background: #2366FE;    
    color: #FFFFFF;padding: 4px 25px;
    border-radius: 24px;
    display: inline-block;
    margin-bottom: 25px;
  }
  .wHat_bot .text-container {
    display: flex;
    align-items: baseline; /* 或者根据需要使用 center 等 */
    padding: 0 3px;margin-bottom: 20px;
    position: relative; /* 使伪类元素相对于该容器定位 */
  }
  .wHat_bot .text-container::before {
    content: '';
    width: 5px; /* 固定大小 */
    height: 5px; /* 固定大小 */
    border-radius: 50%;
    background: #2366FE;
    margin-right: 10px;
    animation: colorChange 2s infinite;
    position: absolute; /* 绝对定位 */
    left: -6px;
    top: 13px;
    transform: translateY(-50%); /* 使伪类元素垂直居中 */
  }
  .slotAtn{
    font-family: Source Han Sans CN VF;
    font-weight: 400;
    font-size: 24px;
    color: #FFFFFF;
    padding: 1% 5%;
    background: #2366FE;
    border-radius: 38px;display: inline-block;
    margin: 3% 0 5%;
  }
  .slotAtn:hover{
    color: #FFFFFF;
  }
  .content{
    align-items: center;
  }
  .daiti{
    width: 44px;
    height: 44px;    margin: auto;
  }
  .effect .layout .content .item{
    background-color:  #FFFFFF;
    padding: 50px 0;
    width: 21%;
  }
  .img_wat img{
    width: 95px;
height: 95px;
    display: block;
    margin: 15px auto;
    border-radius: 50%;
    border: 2px solid #0052D9;
  }
  .content{
    align-items: stretch; 
  }
  .info .title_1{
    font-family: Source Han Sans CN VF;
    font-weight: 500;
    font-size: 24px;
    color: #151515;text-align: center;
    margin-bottom: 10px;
  }
  .info .desc_1{
    font-family: Source Han Sans CN VF;
    font-weight: 400;
    font-size: 16px;text-align: center;
    color: #151515;
    line-height: 24px;
  }
  body .eff_atr{
    background: url(../img/pc/qy4/feizbg.png) no-repeat center / cover;
  }
  @media screen and (max-width: 950px){
    .title_warp{
        width: 98%;
        margin: 0 atuo;
    }
    .top_con .title{
        font-size: 32px;
    }
    .top_con .desc{
        font-size: 14px;
    }
    .con_cos{
        flex-wrap: wrap;
    }
    .con_cos div {
        width: 100%;
        margin-bottom: 10px;
    }
    .con_cos div .cont{
        font-size: 14px;
    }
    .wHat .hat_pad {
        width: 100%;
    }
    .wHat_bot {
        box-sizing: border-box;
        padding: 30px 10px;
    }
    .slotAtn {
        font-size: 18px;
    }
    .daiti {
        margin-bottom: 5%;
    }
  }