.footer-box{
    width: 100%;
    background-color:rgb(34, 34, 34);

}

.footer {
   
    width: 1400px;
    height: 260px;
/*     background-color: olive; */
background-color:rgb(34, 34, 34);  
  line-height: 38px;  
     padding-top: 1px;
    color: beige;
    display: flex;
    margin: 0 auto;

}
.footer>ul{
    width: 500px;
    height: 181px;
 /*    background-color: orangered; */
    margin-left: 133px !important;
    margin-left: 0px;
    margin-top: 70px;
    display: flex;
    
}
.footer>ul>li{
    width: 150px;
 float: left;
 margin-left: 0px;
 color: #fff;
 font-size: 18px;
}
.footer>ul>li>a{
    color: #fff !important;
    font-size: 20px;
}
.footer>ul>li>a>.liet>li>a{
    color: #fff !important;
}
.liet>li{
    margin-left: 10%;
}
 .liet>li>a{
    color: #fff;
    font-size: 14px;
 
 }
  
 .liet>li>a:hover{
    color: #ccc;
}
.footer>.Contact-us{
    width: 350px;
    height: 204px;
    margin-left: 100px;
    margin-top: 70px;
    position: relative;
}
.Service-telephone{
      margin-top: 20px;  
 
}
.Service-telephone>img{
float: left;   
}
.Service-telephone>p{
    float: left;
    margin-left: 0px;
    margin-top: -15px;
}
.mopn{
    color:red;
    font-weight: bold;
    position: absolute;
    left: 120px;
    top: -35px;
    font-size: 18px; 
}
.copyright{
    width: 100%;
    height: 50px;
    border-top: 1px solid #555555;
    background-color:rgb(46, 45, 45);
}
.copyright>p{
    color: #ccc;
    text-align: center;
    line-height: 50px;
}
.youq{
    width: 150px;
   margin-left: 0px;
   margin-top: 30px;
   position: absolute;
}

.company-shows{
    width: 1407px;
    height: 472px;
    /* border: 1px solid black; */
    margin-left: 250px;
    margin-top: 159px;
  
  
 
}
.company-box{
    width: 220px;
    height: 194px;
/*     background-color: cadetblue; */
    margin-left: 50px;
      float: left;
      margin-top: 33px;
      position: relative;
      overflow: hidden;
  /*     box-shadow: 0px 5px 0px 10px #ccc; */
 
}
.company-box>img{
    width: 220px;
    height: 194px;
}
.tanchu{
    width: 218px;
    height: 194px;
    background-color: rgba(0, 0,0, 0.5);   
    position: absolute;
    bottom: -219px;
    transition: all 0.3s linear
}
.company-box:hover>.tanchu{
    border-radius: 50%  0px 50% 0px;
    bottom: 0;
    transition: all 0.3s linear
}
.company-box>.tanchu:hover{
    transform: scale(0.5,0.5);
}
.company-box:hover{
    transform: scale(1.2,1.2); 
    transition: all 0.3s linear;
    box-shadow: 0px 5px 10px 2px rgb(165, 221, 235);
 /*    transform:rotate(360deg)
  */
    
}


.weixin{
    color: crimson !important;
    margin-left: 400px;
    margin-top: -100px;
}

 