@charset "utf-8";
.auto-container {
  width: 1200px;
  margin: 0 auto;
}
.auto-con-tit {
  line-height: 42px;
  font-size: 32px;
  color: #2D3037;
  text-align: center;
}
/*======= 公共 footer start =======*/
.footer {
  width: 100%;
  background-color: #1E232D;
}
.footer .footer-bottom {
  height: 100px;
  text-align: center;
  padding-top: 27px;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
}
.footer .footer-bottom p {
  line-height: 26px;
  font-size: 14px;
  color: #6C6E73;
}
.footer .footer-bottom p span {
  margin-left: 6px;
}
.footer .footer-bottom p span.police-icon {
  display: inline-block;
  width: 20px;
  height: 20px;
  background: url("../images/beian.png") no-repeat center;
  vertical-align: top;
}
/*======= 公共 footer end=======*/
