
*{ 
	margin: 0;
	padding: 0;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
a {
	text-decoration: none;
	transition: all 0.2s ease-out 0s;
}
ul {
	list-style: none;
}
body {
	font-family: "Microsoft Yahei";
	color: #333;
}
.margin10 {
	margin-top: 10px;
}
.margin20 {
	margin-top: 20px;
}
.margin30 {
	margin-top: 30px;
}
.margin40 {
	margin-top: 40px;
}
.clearfix:before, .clearfix:after {
	content: " ";
	display: table;
}
.clearfix:after {
	clear: both;
}
@media screen and (min-width: 1200px) {
	.container {
		width: 1200px;
		margin: 0 auto;
	}
	.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: 20%;
		text-align: right;
	}
	.footer-info-right{
		width: 60%;
		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;
	}
	.footer-right {
		width:20%;
		text-align:left;
		float:right;
		padding-top:10px;
	}
}











@media screen and (max-width: 1200px) {
	
	/*footer*/
	.footer{
		background-color: #868686;
		padding: .2rem 0;
		font-size: .2rem;
	}
	.btn-link{
		display: none;
	}
	.footer-info{
		padding: .4rem 0 0;
	}
	.bz-left{
		text-align: center;
	}
	.footer-info-right{
		padding-left: 5px;
		text-align: center;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
	}
	.footer-info-right p{
		color: #fff;
		font-size: .3rem;
		line-height: .7rem;
	}
	.footer-info a{
		color: #fff;
	}
	.footer-right {
		text-align:center;
		padding-top:10px;
	}
}