﻿.footer {
  background: #0D3F62;
  padding: 30px 0;
  width: 1366px;
  margin: 0 auto;
}
span.span_name {
  margin-right: 25px;
}
.row.xinxi p {
  color: #fff;
}

.row.xinxi p a {
  color: #fff;
}
.footer .links{color: #fff; margin-top: 20px; line-height: 30px; text-align: center;border: 1px solid #d6d6d6; border-left: none;border-right: none; }
.footer .links a{color: #fff;padding: 0 6px;}
.footer .xinxi{ line-height: 32px; color: #666; margin-top: 20px; }
.footer .xinxi .fr p{ float: left;width: 84px;margin-left: 20px;text-align: center;}
.footer .links a:hover{ color: #fff; }

@media only screen and (max-width: 768px) {
.footer{width:100%}
	.footer .xinxi .fr,.footer .links{ display: none; }
	.footer .xinxi .fl{ width: 100%; text-align: center;background: #116cb2;color: #fff;padding: 10px;box-sizing: border-box; }
	p.phone_hid{ display: none; }
	p .phone_line{ display: block;width: 100%; }
	span.phone_hid{display: none;}
}  