/* footer */
.footer {
  width: 100%;
  overflow: hidden;
  border-top: 1px solid #ccc;
  margin-top: 70px;
}

.footer .footCon {
  width: 1200px;
  height: 90px;
  margin: 0 auto;
}

.footer .footCon p {
  text-align: center;
  font-size: 16px;
  width: 100%;
  height: 14px;

}

.footer .footCon p a {
  color: #333;
}

.footer .footCon p.qualifications a {
  color: #333;
  padding: 0 10px;
}

.footer .footCon p.about a {
  color: #333;
  padding: 0 5px;
}

.footer .footCon p.about span {
  border-left: 1px solid #666;
  height: 12px;
  display: inline-block;
}
