*{ 
	margin: 0;
	padding: 0;
}
a {
	text-decoration: none;
	transition: all 0.2s ease-out 0s;
}
ul {
	list-style: none;
}
body {
	font-family: "Microsoft Yahei";
	color: #333;
}
.container {
	width: 1200px;
	margin: 0 auto;
}
.clearfix:before, .clearfix:after {
	content: " ";
	display: table;
}
.clearfix:after {
	clear: both;
}
.pull-left{
	float: left;
}
.pull-right{
	float: right;
}
/*footer*/
.footer{
	background-color: #868686;
	padding: 15px 0;
	font-size: 14px;
}
.btn-link{
	width: 1250px;
	padding-top: 20px;
}
.btn-link li{
	float: left;
	margin-right: 25px;
	width: 219px;
	height: 36px;
	line-height: 36px;
	padding: 0px 10px;
	text-indent: 2em;
	background-color: #fff;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.btn-link li a{
	display: block;
	color:#666;
}
.btn-link li img{
	width: 25px;
	padding-right: 5px;
	vertical-align: middle;
}
.btn-link li select{
	width: 100%;
	height: 100%;
	border: none;
}
.footer-info{
	padding: 25px 0 0;
}
.bz-left{
	width: 30%;
	text-align: right;
}
.footer-info-right{
	width: 70%;
	padding-left: 5px;
	text-align: left;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.footer-info-right p{
	color: #fff;
	line-height: 25px;
}
.footer-info a{
	color: #fff;
}

