﻿
/*footer*/
.foot {
	width: 100%;
	/*height: 300px;*/
	background: url(../images/foot_bg.png) no-repeat;
	background-size: cover;
	    margin-top: 105px;
}
.foot .contact_1 {
	width: 1000px;
	height: 260px;
	margin: 0 auto;
	padding-top:2%;
}
.foot .message_11 {
	width: 600px;
	height: 138px;
	padding-top: -15px;
}
.foot .message_11 p {
	padding-bottom: 0px;
}
.foot .message_11 span {
	font-size: 14px;
	padding-left: 37px;
	color: #fff;
	font-family: "Microsoft Yahei";
	display: block;
	position: relative;
	top: -20px;
}
.foot .foot_1 {
	width: 100%;
	height: 55px;
	background-color: #000;
	text-align: center;
	line-height: 55px;
}
.foot .weixin {
	float: right;
	margin-top: -147px;
}
/*友情链接*/
.foot .links {
	width: 950px;
	overflow: hidden;
	padding: 40px 0px 0px 0px;
}
.foot .auto {
	width: 100%;
	margin: 0 auto;
}
.foot .links span {
	float: left;
	font-size: 16px;
	color: #fff;
	height: 20px;
	line-height: 28px;
	margin-right: 25px;
}
.foot .links li a {
	color: #fff;
	font-size: 14px;
}
.foot .links li {
	float: left;
	font-size: 14px;
	height: 20px;
	line-height: 20px;
	padding-right: 13px;
	padding-top: 3px;
}
.foot .links li a:hover {
	color: #999;
}
.foot .copyright {
	color: #fff;
	margin-top: -15px;
	font-size: 14px;
}
.foot .copyright a {
	color: #fff;
}
.foot .copyright a:hover {
	color: #aace36;
}