/*底部导航*/
#footer{
	background: #404958;
}
.about-us{
	margin-top: 2em;
}
.about-us div{
	float: left;
	margin-right: 5%;
}
.about-us ul li a:focus{
	text-decoration: none;
}
.about-us ul li{
	margin-bottom: 0.8em;
}
.about-us ul li a,.about-us ul li a:hover{
	color: #959396;
	font-family: "微软雅黑";
	font-size: 1em;
}
.about-us ul li:first-child a,.about-us ul li:first-child a:hover{
	color: #C8C7D5;
}
.phone{
	margin-left: 5%;
	padding-right: 10%;
	border-right: 1px solid #676D7D;
}
.phone span,.phone p{
	color: #C8C7D5;
}
.phone span:first-child{
	display: inline-block;
	width: 27px;
	height: 27px;
	background: url(../images/img14.png);
	background-position: 0px -440px;
	position: relative;
	top: 0.3em;
}
.tel-phone{
	font-family: "微软雅黑";
	font-size: 1.7em;
	color: #F5AC09 !important;
	border-bottom: 1px dotted #C7C8D4;
	padding: 0.5em 0;
	margin: 0em 0 0.3em;
}
.QR-code{
	background: #515B71;
	padding: 0.5em 0.5em;
	margin-right: 0 !important;
}
.QR-code p{
	color: #fff;
	text-align: center;
}
#bottom{
	padding-top:1em;
	padding-bottom:1em;
	text-align: center;
	background: #313848;
}
#bottom p{
	margin: 1em 0;
}
#bottom p span{
	color: #959396;
}
#bottom div div img{
	margin: 0 2.em;
}

@media screen and (max-width:1000px){

	.about-us div{ width:33.33%; float:left; text-align:center; margin:0 !important;}
	.about-us div.phone{ width:100%; clear:both; float:none; padding:0 !important; border-right:none;}
	.about-us div.QR-code{ margin:20px auto !important; width:100%; float:none;}
	#message article{ height:auto; padding-bottom:30px;}
	#bottom div div img { width:50px; height:auto;}
	#bottom p span{ font-size:12px;}

	.messageList ul li span:last-child{ display:none;}
	

	}
