.footers{
  width: 100%;
  background-color: white;
}
.fpublic {
  padding: 20px 0;
  margin: 0 auto;
  width: 1240px;
  box-sizing: border-box;
}
.f-top{
  text-align: center;
}
.f-top a{
  padding: 0 10px;
  border-right: 1px solid #333333;
  text-decoration: none;
  font-weight: bold;
  color: #333333;
  font-size: 16px;
  box-sizing: border-box;
}
.f-top a:last-child{
  border-right: none;
}
.f-top a:hover{
  text-decoration: none;
  color: #333333;
}
.f-top a:active{
  text-decoration: none;
  color: #333333;
}
.f-top a:link{
  text-decoration: none;
  color: #333333;
}
.f-cont{
  margin: 20px 0 30px;
  box-sizing: border-box;
  font-size: 14px;
  text-align: center;
  line-height: 36px;
  color: #666666;
}
.f-bottom{
  text-align: center;
}
.f-bottom .fb-img{
  margin-right: 20px;
  width: 202px;
  height: 62px;
  background-size: cover;
}
.f-bottom .fb-img:last-child{
  margin-right: 0px;
}
@media screen and (min-width:751px) and (max-width:1200px){
  .fpublic{
    width: 100% !important;
    box-sizing: border-box !important;
  }
  .fb-img{
    margin-right: 10px !important;
    width: 120px !important;
    height: 40px !important;
  }
}
@media screen and (max-width:750px){
  .footers{
    width: 100% !important;
  }
  .fpublic{
    padding: 0 10px !important;
    width: 100% !important;
    box-sizing: border-box !important;
  }
  .f-bottom{
    display: none !important;
  }
}