.foot{
  background-color: #efefef;
  border-top: #b5b5b5 2px solid;
  min-width: 1200px;
}
.footconbox{
  display: flex;
  justify-content: space-between;
  width: 100%;
}
.flogo{
  margin-right: 50px;
  display: flex;
  align-items: center;
}
.copyrightcon{
  display: flex;
  justify-content:start;
  width: 100%;
  font-size: 15px;
  line-height: 34px;
  color: #333333;
}
.gzhaoerwmbox img{
  padding: 5px;
}
.gzhaoerwm div{
  font-size: 14px;
  white-space: nowrap;
}
.gzhaoerwm{
  font-size: 13px;
  color: #333333;
  display: flex;
  flex-direction: column;
  text-align: center;
}
.gzhaoerwmbox{
  padding:7px;
  background-color: #fff;
  margin-bottom: 5px;
}
.foot a:link{
  color:#333;
  text-decoration: none;
}
.foot a:visited{
  color:#333;
}
.foot a:hover{
  color:#999;
}
.foot a:active{
  color:#333;
}