.custom .tit h2 {
    font-family: SourceHanSansCN;
font-weight: bold;
font-size: 36px;
color: #01237C;
line-height: 47px;
text-align: center;

}
.custom .tit h3 {
    font-weight: 500;
    font-size: 16px;
    color: #01237C;
    line-height: 47px;
    text-align: center;
    margin-top: 26px;

}
.custom .imglist {

    display: flex;
    justify-content: space-around;
    margin: 60px auto;
    flex-wrap: wrap;
    

}
.custom .imglist img{
    width: 24%;

}
.idx_solution {
    background-color: #f5f5f5;

}

.custom-solution .tit h2 {
    font-family: SourceHanSansCN;
    font-weight: bold;
    font-size: 36px;
    color: #01237C;
    line-height: 47px;
    text-align: center;

    
}


.custom-solution .img-icon {
    display: flex;
    align-items: center;
    width: 100%;
    justify-content: center;
    padding-bottom: 560px;
    position: relative;
 
}
.custom-solution .img-icon .dm {
    position: absolute;
    bottom: -230px;

}
.custom-our{
    margin-bottom: 220px;
}

.custom-our .tit h2 {
    font-weight: bold;
    font-size: 36px;
    color: #01237C;
    line-height: 47px;
    text-align: center;
    margin-top: 220px;
 
}
.our-items-list {
    display: flex;
    flex-direction: row;
    justify-content: space-around;
    margin-top: 56px;
    flex-wrap: wrap;
}
.our-items-list >.our-group {
    display: flex;
    flex-direction: column;
}
.our-items-list >.our-group {
    background: #FFFFFF;
    border-radius: 6px;
    border: 1px solid rgba(216,220,232,0.51);
    width: 15%;

 }
 .our-items-list >.our-group > span{
    flex: 1;
    height: 50px;
    text-align: center;
    display: block;
    width: 100%;
    line-height: 50px;

 }
 .our-items-list >.our-group > div{
    background: #F3F3FD;
    border-radius: 6px;
    font-weight: 800;
    font-size: 27px;
    color: #404040;
    line-height: 50px;
    text-align: center;
 }
 .our-items-list >.our-group > div span{
    font-weight: 800;
    font-size: 27px;
 }
 .our-items-list >.our-group .numCX{

    
  
 }
 .neirong {
    display: flex;
    width: 100%;
    align-items: center;
    justify-content: center;
    flex-direction: column;
 } 
 .neirong  >h2 {
    margin-top: 80px;
    text-align: center;
    font-family: SourceHanSansCN;
font-weight: 400;
font-size: 36px;
color: #01237C;
line-height: 38px;
    
 }
 .neirong  >h3 { 
    margin-top: 32px;
    text-align: center;
    font-family: SourceHanSansCN;
font-weight: 400;
font-size: 27px;
color: #01237C;
line-height: 38px;
 }
 .neirong  >.btn2 {
    text-align: center;
    margin-top: 49px;
    background: linear-gradient(-90deg, #7A41D8, #6151FB);
    box-shadow: 0px 16px 24px 0px rgba(61,50,172,0.16);
    border-radius: 30px;
    line-height: 60px;
    height: 60px;
    color: #fff;
    display: block;
    width: 40%;
    font-size: 29px;

 }
 .neirong  >.btn2 :hover{
    cursor: pointer;
 }
@media (max-width: 1800px) {
  
}
@media (max-width: 1400px) {
  
}
@media (max-width: 1200px) {

}
@media (max-width: 992px) {

}
@media (max-width: 767px) {
    .custom .tit h2 {
        margin-top: 20px;
        font-size: 30px;
    }
    .custom .tit h3 
    {
        text-align: left;
    }
    .custom .imglist img 
    {
        width: 45%;
        margin-bottom: 30px;
    }

    .custom-solution .img-icon {

        padding-bottom: 160px;

    }
    .custom-solution .img-icon .dm {
        position: absolute;
        bottom: -75px;
    }
    .custom-our .tit h2{
        margin-top: 100px;
    }
    .our-items-list >.our-group{
        width: 45%;
        margin-bottom: 20px;
    }
    
    .neirong >h2 {
        font-size: 30px;
    }
    .neirong >h3 {
        font-size: 25px;
    }
    .neirong >.btn2 {
        font-size: 18px;
    }
    .custom-our {
        margin-bottom: 50px;
    }
}

.about_hz_item  .swiper-wrapper{
    margin: 0 auto;

}
