
 .navbar .container {
        width: 100%;
      }


      @media (min-width: 768px) {
        .container {
          width: calc(100% - 220px) !important;
        }
      }
      @media (min-width: 992px) {
        .container {
          width: calc(100% - 220px) !important;
        }
      }
      @media (min-width: 1200px) {
        .container {
          width: calc(100% - 220px) !important;
        }
      }
      @media (min-width: 1600px) {
        .container {
          width: calc(100% - 220px) !important;
        }
        .footer{
    height: 460px;
    /* background-color:pink; */
    background-color: #333333;
    padding: 75px 0;

}

}
@media screen and (max-width:760px){

/* footer */
.footer-2{
    height: 460px;
    /* background-color:pink; */
    background-color: #333333;
    width: 100%;
  /* footer的高度一定要是固定值  */
}

.footer-2 .container {
    height: 460px;
    width: 100%;
}

 .footer-2 img{
    /* margin-top: -70px; */    
    position:absolute ;
    margin-left:31% ;
    margin-top: 40% ;
        width: 300% ;
    height: 120% ;
      top:-90px ;
    left:-50px ;
    min-width: 100% ;
 } 
.col-sm-5 {
    width: 35%;
    height: 100%;
}
.footer-2 ul{
    display: none;
}
.footer-2-b{
    color:#fff;
    width: 100%;
    height: 70px;
    bottom: -80px;
    left: -260px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-top: 1px solid rgba(255,255,255,0.1);
}


}
@media screen and (min-width:1200px){

/* footer */
.footer-2{
    height: 460px;
    /* background-color:pink; */
    background-color: #333333;
    width: 100%;
  /* footer的高度一定要是固定值  */
}

.footer-2 .container {
    height: 460px;
    width: 100%;
}
/* .footer-2 .col-sm-5 L-ani ani-up img{
  position: relative;
  top:-90px;
    left:-50px;
} */
.footer-2 img{
    /* margin-top: -70px; */    
    /* position:absolute;
    margin-left:31%;
    margin-top: 40%;
        width: 300%;
    height: 120%;
      top:-90px;
    left:-50px;
    min-width: 100%; */
    position: relative ;
       top:-90px ;
    left:-50px ;
} 
.col-sm-5 {
    width: 35%;
    height: 100%;
}
.footer-2 ul{
    /* display: none; */
    margin-left: 23%;
}
.footer-2-b{
    color:#fff;
    width: 100%;
    height: 70px;
    bottom: -80px;
    left: -260px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-top: 1px solid rgba(255,255,255,0.1);
    
      
    
}
.footer-2-b img{
  top: -1px;
  left: 4px;
}



}
