﻿.footer .links{ background: #fafafa;color: #2175b7; margin-top: 20px; line-height: 30px; text-align: center;border: 1px solid #d6d6d6; border-left: none;border-right: none; }
.footer .links a{color: #2175b7;padding: 0 6px;}
.footer .xinxi{line-height: 32px;color: #666;margin-top: 20px;position: relative;}
.footer .xinxi .fr p{ float: left;width: 84px;margin-left: 20px;text-align: center;}
.footer .links a:hover{ color: #ff8400; }
.sy_con{
	position: absolute;
	right: 50px;
	top: 50%;
	transform: translateY(-50%);
}
@media only screen and (max-width: 768px) {
	.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;}
	.sy_con{position:initial;transform: initial;text-align: center;margin-top: 10px;}
}  