#company{
  width: 100%;
  display: flex;
  justify-content: space-between;

}
#company li{
  width: 32%;
  overflow: hidden;
  background: #000;
  position: relative;
  min-height: 500px;
  transition: all ease .5s;
}
#company li.nav_active{
  width: 25%;
 
}
#company .li1 {
   background: url(https://omo-oss-image.thefastimg.com/portal-saas/new2022072917092174034/cms/image/dc984fe5-cf66-4001-afc5-430e1ce2444c.jpg?d=1682560130809);
BACKGROUND-POSITION: top center;}
#company .li1 .active1{
   background: #000;
}
#company .li2 {
   background: url(https://omo-oss-image.thefastimg.com/portal-saas/new2022072917092174034/cms/image/18f867cf-73e5-4a1e-a5ae-514ef3e1a5c9.jpg?d=1682559713770);
background-position: top center;}
#company .li3 {
   background: url(https://omo-oss-image.thefastimg.com/portal-saas/new2022072917092174034/cms/image/fcfbdd67-2f60-4677-8c97-f7be461f0344.jpg?d=1682564152172);
}
#company li > img{
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%,-50%);
  opacity: 0;
  mix-blend-mode: plus-lighter;
}
#company li > a{
  position: absolute;
  bottom: 40px;
  left: 20px;
  right: 20px;
  transition: all ease .5s;
  max-width: 80%;
}
#company li > a img{
  width: 40px;
}
#company li > a h3{
  color: #fff;
  font-size: 30px;
  margin-top: 25px;
  margin-bottom: 10px;
  line-height: 1;
  word-break: break-all;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden;
  font-family: "afb9db16-6795-4855-80d5-8ca96fb9cf65";
}
#company li > a p{
  word-break: break-all;
  text-overflow: ellipsis;
  display: -webkit-box;
  /* -webkit-box-orient: vertical; */
  /* -webkit-line-clamp: 1; */
  /* overflow: hidden; */
  color: #fff;
  font-family: arial;
  opacity: 1;
  margin: 0;
  line-height: 1.5;
  margin-bottom: 19px;
  font-size: 16px;
  font-family: "afb9db16-6795-4855-80d5-8ca96fb9cf65";
  display: none;
}
#company li > a span{
  color: #fff;
  background: rgb(64 158 255);
  padding: 5px 12px;
  border-radius: 2px;
  font-size: 12px;
  position: absolute;
  bottom: 0;
  opacity: 0;
  transition: all ease .5s;
}
#company li:hover > a{
  padding-bottom: 30px;
}
#company li:hover > a span{
  opacity: 1;
}
#company li.active1{
  width: 46%;
 
}
#company .li1.active1{
  background: url(https://omo-oss-image.thefastimg.com/portal-saas/new2022072917092174034/cms/image/d4bc81e1-093b-4c49-9c6c-a41b1cafc756.jpg?d=1682560054619);
 
}
#company .li2.active1{
  background: url(https://omo-oss-image.thefastimg.com/portal-saas/new2022072917092174034/cms/image/288b2ed1-aa1d-41aa-94f1-cceb76322fff.jpg?d=1682559557553);
 
}
#company .li3.active1{
  background: url(https://omo-oss-image.thefastimg.com/portal-saas/new2022072917092174034/cms/image/52f11646-d9ba-4019-ac59-2e11d4eee3b3.jpg?d=1682564173137);
 
}
#company li.active1 .list_text{
 display:block;
}
#company li.active1 .list_title{
 color:#fdc100;
}
@media only screen and (max-width: 768px) {
#company li.nav_active {
    width: 100%;
}
#company {
    width: 100%;
    display: block;
    justify-content: space-between;
    background: #000;
}
#company li {
    width: 100%;
    overflow: hidden;
    background: #000;
    position: relative;
    min-height: 250px;
    transition: all ease .5s;
    display: block;
background-size: 100%!important;}
  #company li > a h3{
  font-size:24px;
  
  }
  #company li > img{
  width:100%;
  
  }
  #company li.active1 {
    width: 100%;
    background: url(https://omo-oss-image.thefastimg.com/portal-saas/new2022070508375806424/cms/image/9d5b0895-6bb7-4a01-8c64-a168269e47c3.png?d=1670394618940);
}
    #company li > a { position: absolute;
    bottom: 10px;
    left: 20px;
    right: 20px;
    transition: all ease .5s;
    max-width: 80%;}
}