.footer{
    background-color: #141414;
    /* height: 470px; */
    width: 100%;
    margin: 0px auto;
}
.footer-main{
  background-color: #141414;
    /* height: 470px; */
    width: 1200px;
    margin: 0px auto;
}
.footer-main-1{
    height: 150px;
    width: 1200px;
    margin: 0px auto;
}
.footer-main-1-1{
    height: 150px;
    width: 400px;
    line-height: 150px;
    float: left;
    vertical-align: middle;
}
.footer-main-1-1>img{
    vertical-align: middle;
}
.footer-main-1-2{
    height: 150px;
    width: 800px;
    line-height: 150px;

    float: left;
}
.footer-main-1-2-span{
    width: 113px;
    height: 150px;
    line-height: 150px;
    text-align: right;
    color: #ffffff;
    font-size: 18px;
    float: left;
}
.colorfff{
    color: #ffffff !important;
}
.footer-line{
    width: 1200px;
    height: 2px;
}
.footer-main-2{
    height: auto;
    width: 1200px;
    border-top: 1px solid #333333;
    border-bottom: 1px solid #333333;
}
.footer-main-2-1{
  display:flex;
  justify-content:space-between;
    height: 200px;
    width: 70%;
    margin: 0 auto;
}
.footer-main-2-1-s1{
  float: left;
  display:flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 130px;
  height: 250px;
  text-align: center;
}
.footer-main-2-1-s1 img{
  width:95px;
  height:95px;
  transition: transform 0.25s ease-in-out;
}
.footer-main-2-1-s1 img:hover{
  transform: scale(2.5);
  z-index:1;
}
.footer-main-2-2{
  display:flex;
  justify-content:space-between;
  height: 180px;
  width: 70%;
  margin: 0 auto;
}
.footer-main-s1{
    height: 100%;
    width: 270px;
    float: left;
}
.footer-main-s3{
    height: 100%;
    width: 180px;
    float: right;
}
.footer-main-3{
    height: 70px;
    line-height: 70px;
    width: 1200px;
    margin: 0px auto;
    text-align: center;
    font-size: 14px;
    color: #999999;
}