@charset "utf-8";
/* CSS Document */

/*  css样式重置  */

img{
	border:none;
}
h1,h2,h3,h4,h5,h6,i{
	font-style: normal;
	font-weight:normal;
}
button{
	cursor: pointer;
}
body{
}
*{
    margin: 0;
    padding: 0;
    list-style:  none;
    text-decoration: none;
    font-size: 14px;
}
.fl{
	float:left;
}
.fr{
	float:right;
}
.clearfix:after{
	content: "";
	line-height: 0;
	height: 0;
	display: block;
	visibility: hidden;
	clear: both;
}
.clearfix{
	zoom:1;
}
.center{
	width: 1200px;
	margin: 0 auto;
}

/*  新增  */
.text-left{
	display: flex;
}

.top_logo{
	width: 342px;
	float: left;
	margin-top: 10px;
}