﻿
/*
 * footer
 */
.footer {
	text-align: center;
	background: #333333;
	color: #999999;
	font-size: 13px;
	line-height: 30px
}
.footer a {
	color: #999999
}
.footer a:hover {
	text-decoration: underline;
	color: inherit;
}
.footer_detail {
	padding: 2em 0;
	text-align: left;
}
.footer_detail span {
	padding-right: 1em
}
/*导航*/
.footer_nav {
	border-bottom: 1px solid #494848;
	padding: 15px 0
}
.footer_nav a {
	padding: 0 10px;
	position: relative;
	color: #999999
}
.footer_nav a:after {
	display: block;
	content: '';
	width: 1px;
	height: 10px;
	background-color: #545454;
	position: absolute;
	right: 0;
	top: 50%;
	margin-top: -5px
}
.footer_nav a:last-child:after {
	display: none;
}
/*友链*/
.footer_link {
	padding: 50px 0;
	background-color: #f5f5f6;
	text-align: left
}
.footer_link a {
	padding: 0 4px;
	color: #000
}
.footer_link a:hover {
}
/**/
.footer_info {
	text-align: center;
}
.footer_info h1 {
	margin-bottom: 0.6em;
}
.footer_info .usinfo .info {
	color: #fff
}
.footer_info .usinfo strong {
	font-size: 20px
}
.footer .form-control {
	border: 1px solid #3e8ed6;
	background-color: #1076d2;
	color: #7bb5e9
}
.footer textarea.form-control {
	height: 110px
}
/*二维码*/
.footer_qf {
	font-size: 12px;
	text-align: center;
}
/*版权*/
.footer_copy {
	text-align: center;
	color: #979595;
	background: #ffffff;
	font-size: 12px;
	padding: 15px 0
}
.footer_copy span {
	padding-right: 10px
}

.full-row .row .span-4, .span-4 {
	float: left;
	margin-right: 2%;
	width: 31.33333333%;
}


.full-row .row .span-8, .span-8 {
	float: left;
	margin-right: 2%;
	width: 64.66666667%;
}