  
.Company_profile{
    width: 1400px;
  /*   background-color: blue; */
    margin: 0 auto;
}
.tite_h3{
    text-align: center;
    font-size: 40px;
}
.Enterprisem{
    width: 100%;
}
.Enterprisem-box{
    width: 300px;
    height: 400px;
/*     border: 1px solid black; */
    float: left;
    margin-left: 35px;
    margin-top: 30px;
}
.Enterprisem-box img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.Enterprisem-zheng{
    width: 400px;
    height: 300px;
    float: left;
    margin-left: 48px;
    margin-top: 30px;
    
}
.Enterprisem-zheng img{
    width: 100%;
    height: 100%;
   
}
.Enterprisem-zheng img{
    transition: all 0.3s linear;
}
.Enterprisem-zheng:hover img{
    transition: all 0.3s linear;
    transform: scale(1.1,1.1);
}
.Enterprisem-box img{
    transition: all 0.3s linear;
}
.Enterprisem-box:hover img{
    transition: all 0.3s linear;
    transform: scale(0.9,0.9);
}
 
 
 