@charset "utf-8";
body{
	font-size:0.14rem !important;
}
.header{
	max-width:1440px;
	margin:0 auto;
}
.navbar .container-fluid{
	max-width:972px;
}
.navbar .container-fluid .navbar-brand{
	padding-top:7px;
}
.footer{
	max-width:1440px;
	background-color:#3b3b3b;
	padding:20px 0;
	margin:0 auto;
}
.footer>.row{
	max-width:1000px;
	margin:0 auto;
}
.footer .row .col-md-10 .col-md-12 a{
	color:#a1a3ab;
	font-size:0.14rem;
}
.footer .row .col-md-10 .col-md-12{
	font-size:0.12rem;
	color:#a1a3ab;
	padding:8px;
}
/*底部二维码*/
.footer .row .col-md-2{
	padding:15px 0 0;
}
.footer .contact{
	position: relative;
	margin-right:19px;
}
.footer .row .col-md-2 span:last-child{
	margin:0;
}
.footer .erweima{
	cursor: pointer;
}
.footer .erweimabox{
	position: absolute;
	left:50%;
	top:-170px;
	margin-left: -77px;
	padding:3px;
	background: white;
	border-radius: 3px;
}
.footer .erweimabox:before{
	content: '';
	position: absolute;
	left: 50%;
	bottom: -8px;
	margin-left: -8px;
	border-top: 8px solid white;
	border-left: 8px solid transparent;
	border-right: 8px solid transparent;
}
