*{ 
	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;
}
.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;
}
.flex-start{
	display: flex;
	flex-wrap: wrap;
	justify-content: start;
	align-items: center;
}
/*foot*/
.footer {
    height: 190px;
    padding: 40px 0;
    background-color: #eeeeee;
	border-top: 2px solid #1c6dbc;
}
.footer-left {
    width: 18%;
    display: inline-block;
	margin: 10px 0;
	text-align: center;
}
.pull-left {
    float: left;
}
.jiucuo{

}

.footer-center {
    width: 56%;
    display: inline-block;
}
.footer-center p {
    color: #888888;
    font-size: 16px;
    line-height: 28px;
    text-align: center;
}

.footer-right {
    width: 26%;
    display: inline-block;
	text-align: center;
}