.hehuoall{
    width: 80%;
    margin: 0 auto;
}
.hehuobody{
    display: flex;
    align-content: center;
    margin-bottom: 50px;
    justify-content: center;
    align-items: center;
}
@media screen and (max-width:480px){
    .hehuobody {
        display: flex;
        align-content: center;
        margin-bottom: 20px;
        justify-content: center;
    }
}
.resver{
flex-direction: row-reverse
}
.hetitle{
    color: #4874CB;
    margin-top: 15px;
    font-size: 25px;
    font-weight: bold;
    text-align: center;
}
.hetext,.hetext p{
    text-indent: 28px;
    font-size: 16px;
}
.hetext span{
    font-family: '宋体';
}
.hehuobody_l{
    width: 60%;
}
.hehuobody_r{
    padding:20px;
    width: 40%;
}
.hehuobody_left{
     padding:20px;
    width: 40%;
}
.hehuoimg{
    width: 100%;
}
.heimg{
    position: relative;
}
.hezuotitle{
    font-size:37px;
    color:#4874CB;
    font-weight: bold;
    z-index: 99;
    position: absolute;
    bottom:43px;
     transform: translate(-50%);
      left: 50%;
}
@media screen and (max-width:1080px){
.hehuobody{
    display: block;
}
.hehuobody_l{
    width: 90%;
    margin: 0 auto;
}
.hehuobody_r{
    width: 90%;
    margin: 0 auto;
}
.hetitle{
    font-size: 15px;
}

.resver{
    flex-direction: row
}
}
@media screen and (max-width:480px){
.hetitle{
    font-size: 16px;
    box-shadow: 0px 4px 9px rgb(84, 170, 255, 0.5);
}
}
@media screen and (max-width:1370px){
   .hezuotitle{
    font-size: 20px;
    
} 
}
@media screen and (max-width:1000px){
   .hezuotitle{
        text-align: center;
    width: 100%;
    font-size: 18px;
    line-height: 0px;
    bottom: 0;
} 
}

@media screen and (max-width:480px){
    .hetext,.hetext p{
        font-size: 15px;
    }
}